NAV Navbar
shell

Introduction

Welcome to ThePornDatabase API! You can use our API to access ThePornDatabase API endpoints, which can get information on scraped scenes from the largest porn producers!

You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.

Scenes

Get Latest Scenes

curl "https://pdb1.herokuapp.com/scenes/"

The above command returns JSON structured like this:

[
  {
    "paysite":"porndoe",
    "site":"chicasloca",
    "scene_id":"porndoe_chicasloca_12413",
    "paysite_id":"12413",
    "title":"Bootyful first porn session",
    "date":"2018-08-13T00:00:00.000Z",
    "actors":["Emilio Ardana"],
    "tags":["Big Dick","Big Tits","Blonde","Blowjob","Cumshot","Hardcore","HD Videos","Latina"],
    "description":"Cheeky newbie Paola Guerra twerks her big booty on camera then sucks on Emilio Ardana's cock. He then drills that wet newbie pussy"
  },
  {...}
]

This endpoint returns the scenes released in the last seven days.

HTTP Request

GET https://pdb1.herokuapp.com/scenes/

Query Scenes

curl "http://pdb1.herokuapp.com/scenes/find"
  -X POST -H "Content-Type: application/json" -d '{"site":"chicasloca"}'

The above command returns JSON structured like this:

[
  {
    "paysite":"porndoe",
    "site":"chicasloca",
    "scene_id":"porndoe_chicasloca_12413",
    "paysite_id":"12413",
    "title":"Bootyful first porn session",
    "date":"2018-08-13T00:00:00.000Z",
    "actors":["Emilio Ardana"],
    "tags":["Big Dick","Big Tits","Blonde","Blowjob","Cumshot","Hardcore","HD Videos","Latina"],
    "description":"Cheeky newbie Paola Guerra twerks her big booty on camera then sucks on Emilio Ardana's cock. He then drills that wet newbie pussy"
  },
  {...}
]

This endpoint queries all Scenes.

HTTP Request

GET https://pdb1.herokuapp.com/find

URL Parameters

Parameter Type Description
paysite String The paysite in lowercase with no spaces (e.g: brazzers).
site String The site in lowercase with no spaces (e.g: hotandmean).
scene_id String An ID that uniquely identifies the scene.
paysite_id String The ID used by the paysite to uniquely identify the scene.
title String The title of the scene.
date String The date the scene was released in 'YYYY-MM-DD' format.
actors [String] A list of actors that performed in the scene.
tags [String] A list of tags that the paysite assigned to the scene.
description String The description of the scene from the paysite.