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": 354047594539,
    "production_status": "r",
    "song_title": "You Look Good In My Shirt",
    "song_slug": "you-look-good-in-my-shirt",
    "url": "https:\/\/imvdb.com\/video\/keith-urban\/you-look-good-in-my-shirt",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2008,
    "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": 228176,
            "position_notes": null,
            "position_id": 228176,
            "entity_url": "https:\/\/imvdb.com\/n\/chris-hicky"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}