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": 141135481196,
    "production_status": "r",
    "song_title": "Antenna Head",
    "song_slug": "antenna-head",
    "url": "https:\/\/imvdb.com\/video\/zz-top\/antenna-head",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1994,
    "verified_credits": false,
    "artists": [
        {
            "name": "ZZ Top",
            "slug": "zz-top",
            "url": "https:\/\/imvdb.com\/n\/zz-top"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Doug Aitken",
            "entity_slug": "doug-aitken",
            "entity_id": 230659,
            "position_notes": null,
            "position_id": 230659,
            "entity_url": "https:\/\/imvdb.com\/n\/doug-aitken"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}