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": 278140580294,
    "production_status": "r",
    "song_title": "Under Your Thumb",
    "song_slug": "under-your-thumb",
    "url": "https:\/\/imvdb.com\/video\/godley-creme\/under-your-thumb",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1981,
    "verified_credits": false,
    "artists": [
        {
            "name": "Godley & Creme",
            "slug": "godley-creme",
            "url": "https:\/\/imvdb.com\/n\/godley-creme"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Godley & Creme",
            "entity_slug": "godley-creme",
            "entity_id": 155500,
            "position_notes": null,
            "position_id": 155500,
            "entity_url": "https:\/\/imvdb.com\/n\/godley-creme"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}