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": 191073190342,
    "production_status": "r",
    "song_title": "Just A Shadow",
    "song_slug": "just-a-shadow",
    "url": "https:\/\/imvdb.com\/video\/big-country-1\/just-a-shadow",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1985,
    "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": "Mike Brady",
            "entity_slug": "mike-brady",
            "entity_id": 230425,
            "position_notes": null,
            "position_id": 230425,
            "entity_url": "https:\/\/imvdb.com\/n\/mike-brady"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}