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": 100982474218,
    "production_status": "i",
    "song_title": "Somewhere",
    "song_slug": "somewhere",
    "url": "https:\/\/imvdb.com\/video\/yuck\/somewhere",
    "multiple_versions": true,
    "version_name": "Version 1",
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Yuck",
            "slug": "yuck",
            "url": "https:\/\/imvdb.com\/n\/yuck"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Michael Lawrence",
            "entity_slug": "michael-lawrence",
            "entity_id": 61085,
            "position_notes": null,
            "position_id": 61085,
            "entity_url": "https:\/\/imvdb.com\/n\/michael-lawrence"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}