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": 193714341721,
    "production_status": "n",
    "song_title": "Wanna Love You Girl",
    "song_slug": "wanna-love-you-girl",
    "url": "https:\/\/imvdb.com\/video\/robin-thicke\/wanna-love-you-girl\/2",
    "multiple_versions": true,
    "version_name": "Version 2",
    "version_number": 2,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2005,
    "verified_credits": false,
    "artists": [
        {
            "name": "Robin Thicke",
            "slug": "robin-thicke",
            "url": "https:\/\/imvdb.com\/n\/robin-thicke"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Paul Hunter",
            "entity_slug": "paul-hunter",
            "entity_id": 132876,
            "position_notes": null,
            "position_id": 132876,
            "entity_url": "https:\/\/imvdb.com\/n\/paul-hunter"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}