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": 898844673086,
    "production_status": "i",
    "song_title": "City of Angels",
    "song_slug": "city-of-angels",
    "url": "https:\/\/imvdb.com\/video\/i65\/city-of-angels",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2014,
    "verified_credits": false,
    "artists": [
        {
            "name": "I65",
            "slug": "i65",
            "url": "https:\/\/imvdb.com\/n\/i65"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Emma Higgins",
            "entity_slug": "emma-higgins",
            "entity_id": 122327,
            "position_notes": "",
            "position_id": 122327,
            "entity_url": "https:\/\/imvdb.com\/n\/emma-higgins"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}