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": 130215970569,
    "production_status": "i",
    "song_title": "Desert Beach",
    "song_slug": "desert-beach",
    "url": "https:\/\/imvdb.com\/video\/cliff-dweller\/desert-beach",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Cliff Dweller",
            "slug": "cliff-dweller",
            "url": "https:\/\/imvdb.com\/n\/cliff-dweller"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Michael Lawrence",
            "entity_slug": "michael-lawrence",
            "entity_id": 53302,
            "position_notes": null,
            "position_id": 53302,
            "entity_url": "https:\/\/imvdb.com\/n\/michael-lawrence"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}