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": 134911738634,
    "production_status": "p",
    "song_title": "Drone",
    "song_slug": "drone",
    "url": "https:\/\/imvdb.com\/video\/senium\/drone",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Senium",
            "slug": "senium",
            "url": "https:\/\/imvdb.com\/n\/senium"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Mitch McKeever",
            "entity_slug": "mitch-mckeever",
            "entity_id": 128514,
            "position_notes": null,
            "position_id": 128514,
            "entity_url": "https:\/\/imvdb.com\/n\/mitch-mckeever"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}