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": 271782896212,
    "production_status": "r",
    "song_title": "Out of My Head",
    "song_slug": "out-of-my-head",
    "url": "https:\/\/imvdb.com\/video\/daniel-bedingfield\/out-of-my-head",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Daniel Bedingfield",
            "slug": "daniel-bedingfield",
            "url": "https:\/\/imvdb.com\/n\/daniel-bedingfield"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Chris Greco",
            "entity_slug": "chris-greco",
            "entity_id": 86720,
            "position_notes": null,
            "position_id": 86720,
            "entity_url": "https:\/\/imvdb.com\/n\/chris-greco"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}