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": 249973832162,
    "production_status": "r",
    "song_title": "Heart Of The World",
    "song_slug": "heart-of-the-world",
    "url": "https:\/\/imvdb.com\/video\/big-country-1\/heart-of-the-world",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1990,
    "verified_credits": false,
    "artists": [
        {
            "name": "Big Country",
            "slug": "big-country-1",
            "url": "https:\/\/imvdb.com\/n\/big-country-1"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Howard Greenhalgh",
            "entity_slug": "howard-greenhalgh",
            "entity_id": 230479,
            "position_notes": null,
            "position_id": 230479,
            "entity_url": "https:\/\/imvdb.com\/n\/howard-greenhalgh"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}