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": 857180188605,
    "production_status": "i",
    "song_title": "After Dark",
    "song_slug": "after-dark",
    "url": "https:\/\/imvdb.com\/video\/hits\/after-dark",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "HITS",
            "slug": "hits",
            "url": "https:\/\/imvdb.com\/n\/hits"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Michael Lawrence",
            "entity_slug": "michael-lawrence",
            "entity_id": 36996,
            "position_notes": null,
            "position_id": 36996,
            "entity_url": "https:\/\/imvdb.com\/n\/michael-lawrence"
        },
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Kelly Thomas",
            "entity_slug": "kelly-thomas",
            "entity_id": 36997,
            "position_notes": null,
            "position_id": 36997,
            "entity_url": "https:\/\/imvdb.com\/n\/kelly-thomas"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}