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": 121754533552,
    "production_status": "p",
    "song_title": "Ain't Gonna See It Coming",
    "song_slug": "aint-gonna-see-it-coming",
    "url": "https:\/\/imvdb.com\/video\/t.i.\/aint-gonna-see-it-coming",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2015,
    "verified_credits": false,
    "artists": [
        {
            "name": "T.I.",
            "slug": "t.i.",
            "url": "https:\/\/imvdb.com\/n\/t.i."
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "PhillyFlyBoy",
            "entity_slug": "phillyflyboy",
            "entity_id": 206403,
            "position_notes": null,
            "position_id": 206403,
            "entity_url": "https:\/\/imvdb.com\/n\/phillyflyboy"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}