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": 290153595044,
    "production_status": "r",
    "song_title": "Like A Rolling Stone",
    "song_slug": "like-a-rolling-stone",
    "url": "https:\/\/imvdb.com\/video\/bob-dylan\/like-a-rolling-stone",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2013,
    "verified_credits": false,
    "artists": [
        {
            "name": "Bob Dylan",
            "slug": "bob-dylan",
            "url": "https:\/\/imvdb.com\/n\/bob-dylan"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Vania Heymann",
            "entity_slug": "vania-heymann",
            "entity_id": 75309,
            "position_notes": null,
            "position_id": 75309,
            "entity_url": "https:\/\/imvdb.com\/n\/vania-heymann"
        }
    ],
    "release_date_stamp": 1384819200,
    "release_date_string": "November 19, 2013"
}