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": 768984745962,
    "production_status": "i",
    "song_title": "A Faded Rose",
    "song_slug": "a-faded-rose",
    "url": "https:\/\/imvdb.com\/video\/bookhouse-boys\/a-faded-rose",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Bookhouse Boys",
            "slug": "bookhouse-boys",
            "url": "https:\/\/imvdb.com\/n\/bookhouse-boys"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Roxy Erickson",
            "entity_slug": "roxy-erickson",
            "entity_id": 30594,
            "position_notes": null,
            "position_id": 30594,
            "entity_url": "https:\/\/imvdb.com\/n\/roxy-erickson"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}