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": 236480313532,
    "production_status": "i",
    "song_title": "Tomorrow, Tonight",
    "song_slug": "tomorrow-tonight",
    "url": "https:\/\/imvdb.com\/video\/caroline-brooks\/tomorrow-tonight",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Caroline Brooks",
            "slug": "caroline-brooks",
            "url": "https:\/\/imvdb.com\/n\/caroline-brooks"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Tim Cruz",
            "entity_slug": "tim-cruz",
            "entity_id": 31890,
            "position_notes": null,
            "position_id": 31890,
            "entity_url": "https:\/\/imvdb.com\/n\/tim-cruz"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}