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": 347519968864,
    "production_status": "r",
    "song_title": "Baby, I'm A Fool For You",
    "song_slug": "baby-im-a-fool-for-you",
    "url": "https:\/\/imvdb.com\/video\/sylvia-the-sapphires\/baby-im-a-fool-for-you",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Sylvia & The Sapphires",
            "slug": "sylvia-the-sapphires",
            "url": "https:\/\/imvdb.com\/n\/sylvia-the-sapphires"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Dave Robinson",
            "entity_slug": "dave-robinson",
            "entity_id": 232142,
            "position_notes": null,
            "position_id": 232142,
            "entity_url": "https:\/\/imvdb.com\/n\/dave-robinson"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}