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": 148543823169,
    "production_status": "r",
    "song_title": "Within You Without You\/Tomorrow Never Knows",
    "song_slug": "within-you-without-youtomorrow-never-knows",
    "url": "https:\/\/imvdb.com\/video\/the-beatles\/within-you-without-youtomorrow-never-knows",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2006,
    "verified_credits": false,
    "artists": [
        {
            "name": "The Beatles",
            "slug": "the-beatles",
            "url": "https:\/\/imvdb.com\/n\/the-beatles"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Simon Hilton",
            "entity_slug": "simon-hilton",
            "entity_id": 206713,
            "position_notes": null,
            "position_id": 206713,
            "entity_url": "https:\/\/imvdb.com\/n\/simon-hilton"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}