Phantom Movies API
  • Introduction
  • Quick Start
  • API Reference
    • ✅Movies
      • ✅Details
      • ✅Latest Movies
      • ✅Trending Movies
      • ✅Top Rated Movies
      • ✅Genre
      • ✅Search
    • Tv
    • Genres
Powered by GitBook
On this page
  • View all Genres
  • View all Genres.
  1. API Reference

Genres

View all Genres

View all Genres.

GET https://api.phantommovies.com/3/genres

View all Phantom Movies Genres.

Query Parameters

Name
Type
Description

accessToken*

String

Your API Key

{
genres: [
{
id: 28,
name: "Action",
backdrop: "https://phantommovies.com/images/genre/Action-genre.jpg",
extra: "/3/movies/genre?Action"
},
{
id: 12,
name: "Adventure",
backdrop: "https://phantommovies.com/images/genre/Adventure-genre.jpg",
extra: "/3/movies/genre?Adventure"
},
{
id: 16,
name: "Animation",
backdrop: "https://phantommovies.com/images/genre/Animation-genre.jpg",
extra: "/3/movies/genre?Animation"
},
{
id: 410,
name: "Biography",
backdrop: "https://phantommovies.com/images/genre/Biography-genre.jpg",
extra: "/3/movies/genre?Biography"
},
{
id: 35,
name: "Comedy",
backdrop: "https://phantommovies.com/images/genre/Comedy-genre.jpg",
extra: "/3/movies/genre?Comedy"
},
{
id: 80,
name: "Crime",
backdrop: "https://phantommovies.com/images/genre/Crime-genre.jpg",
extra: "/3/movies/genre?Crime"
},
{
id: 99,
name: "Documentary",
backdrop: "https://phantommovies.com/images/genre/Documentary-genre.jpg",
extra: "/3/movies/genre?Documentary"
},
{
id: 18,
name: "Drama",
backdrop: "https://phantommovies.com/images/genre/Drama-genre.jpg",
extra: "/3/movies/genre?Drama"
}
]
}
{
    status: "nothing_found",
    message: "No movies found."
}

Search Movie using our official library, node:

Endpoint in development

PreviousTv

Last updated 2 years ago