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": 307451760469,
    "production_status": "i",
    "song_title": "Murder",
    "song_slug": "murder",
    "url": "https:\/\/imvdb.com\/video\/young-ash\/murder",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2017,
    "verified_credits": false,
    "artists": [
        {
            "name": "Young Ash",
            "slug": "young-ash",
            "url": "https:\/\/imvdb.com\/n\/young-ash"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Luis Rose Santos",
            "entity_slug": "luis-rose-santos",
            "entity_id": 226309,
            "position_notes": null,
            "position_id": 226309,
            "entity_url": "https:\/\/imvdb.com\/n\/luis-rose-santos"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}