PAPI - Porn API
PAPI is a robust API designed to offer seamless access to over 5 million video entries from Pornhub, with plans for future expansion. It allows users to search for actors, explore movies by title or genre, and filter videos by specific tags. Ideal for developers and content creators, PAPI offers a wealth of detailed data that can be integrated into websites, apps, or other platforms. With…
PAPI - Porn API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get random movie /api/v1/movie |
Returns movie data for a random movie. |
| GET |
Get random tag /api/v1/tag |
Returns tag data for a random tag. |
| GET |
Get random actor /api/v1/actor |
Returns actor data for a random actor. |
| GET |
Get tag by ID /api/v1/tag/{id} |
Returns data for a tag with specific id. |
| GET |
Get actor by ID /api/v1/actor/{id} |
Returns data for a actor with specific id. |
| GET |
Get movie by ID /api/v1/movie/{id} |
Returns data for a movie with specific id. |
| GET |
Search actor by name /api/v1/actor/search |
Searches a actor by its name. |
| GET |
Search tag by name_copy /api/v1/tag/search |
Searches a actor by its name. |
| GET |
Search movie by title /api/v1/movie/search |
Searches a movie by its title. |
| GET |
Search all metadata /api/v1/search |
Search for movies that contain the query in any metadata. |