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": 231601538716,
    "production_status": "r",
    "song_title": "Hello Darkness",
    "song_slug": "hello-darkness",
    "url": "https:\/\/imvdb.com\/video\/ric-ocasek\/hello-darkness",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1987,
    "verified_credits": false,
    "artists": [
        {
            "name": "Ric Ocasek",
            "slug": "ric-ocasek",
            "url": "https:\/\/imvdb.com\/n\/ric-ocasek"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Luis Aira",
            "entity_slug": "luis-aira",
            "entity_id": 236437,
            "position_notes": null,
            "position_id": 236437,
            "entity_url": "https:\/\/imvdb.com\/n\/luis-aira"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}