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": 654426531811,
    "production_status": "r",
    "song_title": "Here And Now",
    "song_slug": "here-and-now",
    "url": "https:\/\/imvdb.com\/video\/del-amitri\/here-and-now\/2",
    "multiple_versions": true,
    "version_name": "Version 2",
    "version_number": 2,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1995,
    "verified_credits": false,
    "artists": [
        {
            "name": "Del Amitri",
            "slug": "del-amitri",
            "url": "https:\/\/imvdb.com\/n\/del-amitri"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Max Abbiss-Biro",
            "entity_slug": "max-abbiss-biro",
            "entity_id": 148897,
            "position_notes": null,
            "position_id": 148897,
            "entity_url": "https:\/\/imvdb.com\/n\/max-abbiss-biro"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}