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": 265774165967,
    "production_status": "r",
    "song_title": "Swear Your Love",
    "song_slug": "swear-your-love",
    "url": "https:\/\/imvdb.com\/video\/kenny-loggins\/swear-your-love",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1982,
    "verified_credits": false,
    "artists": [
        {
            "name": "Kenny Loggins",
            "slug": "kenny-loggins",
            "url": "https:\/\/imvdb.com\/n\/kenny-loggins"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Steve Barron",
            "entity_slug": "steve-barron",
            "entity_id": 162767,
            "position_notes": null,
            "position_id": 162767,
            "entity_url": "https:\/\/imvdb.com\/n\/steve-barron"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}