Developers

API Sandbox


The IMVDb API Sandbox allows you to test out different API calls. Enter in your call and and click "Submit" - the resulting data from the call will appear below.


http://imvdb.com/api/v1/


{
    "id": 764259070101,
    "production_status": "i",
    "song_title": "Cake",
    "song_slug": "cake",
    "url": "https:\/\/imvdb.com\/video\/lady-gaga\/cake",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Lady Gaga",
            "slug": "lady-gaga",
            "url": "https:\/\/imvdb.com\/n\/lady-gaga"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Terry Richardson",
            "entity_slug": "terry-richardson",
            "entity_id": 16130,
            "position_notes": null,
            "position_id": 16130,
            "entity_url": "https:\/\/imvdb.com\/n\/terry-richardson"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}