> For the complete documentation index, see [llms.txt](https://developers.phantommovies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.phantommovies.com/api-reference/genres.md).

# Genres

## View all Genres

## View all Genres.

<mark style="color:blue;">`GET`</mark> `https://api.phantommovies.com/3/genres`

View all Phantom Movies Genres.

#### Query Parameters

| Name                                          | Type   | Description  |
| --------------------------------------------- | ------ | ------------ |
| accessToken<mark style="color:red;">\*</mark> | String | Your API Key |

{% tabs %}
{% tab title="200 Genres" %}

```javascript
{
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"
}
]
}
```

{% endtab %}

{% tab title="401 Permission denied" %}

```javascript
{
    status: "nothing_found",
    message: "No movies found."
}
```

{% endtab %}
{% endtabs %}

Search Movie using our official library, `node`:

{% hint style="warning" %}
Endpoint in development
{% endhint %}
