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": 185254689764,
    "production_status": "r",
    "song_title": "Just Out Of Reach",
    "song_slug": "just-out-of-reach",
    "url": "https:\/\/imvdb.com\/video\/the-jesus-and-mary-chain\/just-out-of-reach",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1987,
    "verified_credits": false,
    "artists": [
        {
            "name": "The Jesus And Mary Chain",
            "slug": "the-jesus-and-mary-chain",
            "url": "https:\/\/imvdb.com\/n\/the-jesus-and-mary-chain"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Jim Reid",
            "entity_slug": "jim-reid",
            "entity_id": 177064,
            "position_notes": null,
            "position_id": 177064,
            "entity_url": "https:\/\/imvdb.com\/n\/jim-reid"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}