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": 122375272260,
    "production_status": "r",
    "song_title": "Stupid Boy",
    "song_slug": "stupid-boy",
    "url": "https:\/\/imvdb.com\/video\/keith-urban\/stupid-boy",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2006,
    "verified_credits": false,
    "artists": [
        {
            "name": "Keith Urban",
            "slug": "keith-urban",
            "url": "https:\/\/imvdb.com\/n\/keith-urban"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Chris Hicky",
            "entity_slug": "chris-hicky",
            "entity_id": 228166,
            "position_notes": null,
            "position_id": 228166,
            "entity_url": "https:\/\/imvdb.com\/n\/chris-hicky"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}