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": 135208803021,
    "production_status": "p",
    "song_title": "Sounds Like You",
    "song_slug": "sounds-like-you",
    "url": "https:\/\/imvdb.com\/video\/stunt-plane\/sounds-like-you",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Stunt Plane",
            "slug": "stunt-plane",
            "url": "https:\/\/imvdb.com\/n\/stunt-plane"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Delila Vallot",
            "entity_slug": "delila-vallot",
            "entity_id": 208974,
            "position_notes": null,
            "position_id": 208974,
            "entity_url": "https:\/\/imvdb.com\/n\/delila-vallot"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}