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": 232844299538,
    "production_status": "p",
    "song_title": "Duffle",
    "song_slug": "duffle",
    "url": "https:\/\/imvdb.com\/video\/killa-j\/duffle",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2017,
    "verified_credits": false,
    "artists": [
        {
            "name": "Killa J",
            "slug": "killa-j",
            "url": "https:\/\/imvdb.com\/n\/killa-j"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Daniel Oramas",
            "entity_slug": "daniel-oramas",
            "entity_id": 227142,
            "position_notes": null,
            "position_id": 227142,
            "entity_url": "https:\/\/imvdb.com\/n\/daniel-oramas"
        }
    ],
    "release_date_stamp": 1490918400,
    "release_date_string": "March 31, 2017"
}