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": 433748792272,
    "production_status": "i",
    "song_title": "Radiator",
    "song_slug": "radiator",
    "url": "https:\/\/imvdb.com\/video\/the-damn-choir\/radiator",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2014,
    "verified_credits": false,
    "artists": [
        {
            "name": "The Damn Choir",
            "slug": "the-damn-choir",
            "url": "https:\/\/imvdb.com\/n\/the-damn-choir"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Dawn Bierschwal",
            "entity_slug": "dawn-bierschwal",
            "entity_id": 97211,
            "position_notes": null,
            "position_id": 97211,
            "entity_url": "https:\/\/imvdb.com\/n\/dawn-bierschwal"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}