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": 260917407255,
    "production_status": "n",
    "song_title": "I Want You To Need Me",
    "song_slug": "i-want-you-to-need-me",
    "url": "https:\/\/imvdb.com\/video\/celine-dion\/i-want-you-to-need-me\/2",
    "multiple_versions": true,
    "version_name": "Version 2",
    "version_number": 2,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 1999,
    "verified_credits": false,
    "artists": [
        {
            "name": "C\u00e9line Dion",
            "slug": "celine-dion",
            "url": "https:\/\/imvdb.com\/n\/celine-dion"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Paul Hunter",
            "entity_slug": "paul-hunter",
            "entity_id": 132902,
            "position_notes": null,
            "position_id": 132902,
            "entity_url": "https:\/\/imvdb.com\/n\/paul-hunter"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}