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": 494776214041,
    "production_status": "n",
    "song_title": "Fly Me Away",
    "song_slug": "fly-me-away",
    "url": "https:\/\/imvdb.com\/video\/goldfrapp\/fly-me-away\/3",
    "multiple_versions": true,
    "version_name": "Version 3",
    "version_number": 3,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2006,
    "verified_credits": false,
    "artists": [
        {
            "name": "Goldfrapp",
            "slug": "goldfrapp",
            "url": "https:\/\/imvdb.com\/n\/goldfrapp"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Chris Hopewell",
            "entity_slug": "chris-hopewell",
            "entity_id": 76589,
            "position_notes": null,
            "position_id": 76589,
            "entity_url": "https:\/\/imvdb.com\/n\/chris-hopewell"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}