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": 199420039194,
    "production_status": "r",
    "song_title": "Count in Fives",
    "song_slug": "count-in-fives",
    "url": "https:\/\/imvdb.com\/video\/the-horrors\/count-in-fives\/2",
    "multiple_versions": true,
    "version_name": "Version 2",
    "version_number": 2,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2006,
    "verified_credits": false,
    "artists": [
        {
            "name": "The Horrors",
            "slug": "the-horrors",
            "url": "https:\/\/imvdb.com\/n\/the-horrors"
        }
    ],
    "image": [],
    "directors": [],
    "release_date_stamp": null,
    "release_date_string": null
}