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": 215973111615,
    "production_status": "r",
    "song_title": "Take It To Heart",
    "song_slug": "take-it-to-heart",
    "url": "https:\/\/imvdb.com\/video\/michael-mcdonald-1\/take-it-to-heart\/2",
    "multiple_versions": true,
    "version_name": "Version 2",
    "version_number": 2,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1990,
    "verified_credits": false,
    "artists": [
        {
            "name": "Michael McDonald",
            "slug": "michael-mcdonald-1",
            "url": "https:\/\/imvdb.com\/n\/michael-mcdonald-1"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Mark Romanek",
            "entity_slug": "mark-romanek",
            "entity_id": 229359,
            "position_notes": null,
            "position_id": 229359,
            "entity_url": "https:\/\/imvdb.com\/n\/mark-romanek"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}