export const baseUrl = "https://api.themoviedb.org/3"; | |
export const API_KEY = "ecb37597e45cfeed0586f3cd57233d0b"; | |
export const imageUrl = "https://image.tmdb.org/t/p/original"; | |
export const imageUrl2 = "https://image.tmdb.org/t/p/w500"; | |
export const genresList = [ | |
{ | |
id: 28, | |
name: "Action", | |
}, | |
{ | |
id: 12, | |
name: "Adventure", | |
}, | |
{ | |
id: 16, | |
name: "Animation", | |
}, | |
{ | |
id: 35, | |
name: "Comedy", | |
}, | |
{ | |
id: 80, | |
name: "Crime", | |
}, | |
{ | |
id: 99, | |
name: "Documentary", | |
}, | |
{ | |
id: 18, | |
name: "Drama", | |
}, | |
{ | |
id: 10751, | |
name: "Family", | |
}, | |
{ | |
id: 14, | |
name: "Fantasy", | |
}, | |
{ | |
id: 36, | |
name: "History", | |
}, | |
{ | |
id: 27, | |
name: "Horror", | |
}, | |
{ | |
id: 10402, | |
name: "Music", | |
}, | |
{ | |
id: 9648, | |
name: "Mystery", | |
}, | |
{ | |
id: 10749, | |
name: "Romance", | |
}, | |
{ | |
id: 878, | |
name: "Science Fiction", | |
}, | |
{ | |
id: 10770, | |
name: "TV Movie", | |
}, | |
{ | |
id: 53, | |
name: "Thriller", | |
}, | |
{ | |
id: 10752, | |
name: "War", | |
}, | |
{ | |
id: 37, | |
name: "Western", | |
}, | |
{ | |
id: 10759, | |
name: "Action & Adventure", | |
}, | |
{ | |
id: 10762, | |
name: "Kids", | |
}, | |
{ | |
id: 10763, | |
name: "News", | |
}, | |
{ | |
id: 10764, | |
name: "Reality", | |
}, | |
{ | |
id: 10765, | |
name: "Sci-Fi & Fantasy", | |
}, | |
{ | |
id: 10766, | |
name: "Soap", | |
}, | |
{ | |
id: 10767, | |
name: "Talk", | |
}, | |
{ | |
id: 10768, | |
name: "War & Politics", | |
}, | |
]; | |