# Phantom Movies API

## Phantom Movies API

- [Introduction](https://developers.phantommovies.com/introduction.md): Access resources on the PhantomMovies.com platform via our API and seamlessly build on top of our platform, integrate it into your own products, and more.
- [Quick Start](https://developers.phantommovies.com/quick-start.md)
- [Movies](https://developers.phantommovies.com/api-reference/movies.md): Overview of all Movie related endpoints.
- [Details](https://developers.phantommovies.com/api-reference/movies/details.md)
- [Latest Movies](https://developers.phantommovies.com/api-reference/movies/latest-movies.md)
- [Trending Movies](https://developers.phantommovies.com/api-reference/movies/trending-movies.md)
- [Top Rated Movies](https://developers.phantommovies.com/api-reference/movies/top-rated-movies.md)
- [Genre](https://developers.phantommovies.com/api-reference/movies/genre.md)
- [Search](https://developers.phantommovies.com/api-reference/movies/search.md)
- [Tv](https://developers.phantommovies.com/api-reference/tv.md)
- [Genres](https://developers.phantommovies.com/api-reference/genres.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.phantommovies.com/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
