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": 155650251250,
    "production_status": "i",
    "song_title": "Tail of a Jet Black Swan",
    "song_slug": "tail-of-a-jet-black-swan",
    "url": "https:\/\/imvdb.com\/video\/idiot-pilot\/tail-of-a-jet-black-swan",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2013,
    "verified_credits": false,
    "artists": [
        {
            "name": "Idiot Pilot",
            "slug": "idiot-pilot",
            "url": "https:\/\/imvdb.com\/n\/idiot-pilot"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Micah Knapp",
            "entity_slug": "micah-knapp",
            "entity_id": 19028,
            "position_notes": null,
            "position_id": 19028,
            "entity_url": "https:\/\/imvdb.com\/n\/micah-knapp"
        }
    ],
    "release_date_stamp": 1359590400,
    "release_date_string": "January 31, 2013"
}