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": 223321344295,
    "production_status": "r",
    "song_title": "Vanilla",
    "song_slug": "vanilla",
    "url": "https:\/\/imvdb.com\/video\/harrison\/vanilla",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2016,
    "verified_credits": false,
    "artists": [
        {
            "name": "Harrison",
            "slug": "harrison",
            "url": "https:\/\/imvdb.com\/n\/harrison"
        }
    ],
    "image": {
        "o": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/223321344295-harrison-vanilla_music_video_ov.jpg?v=2",
        "l": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/223321344295-harrison-vanilla_music_video_lv.jpg?v=2",
        "b": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/223321344295-harrison-vanilla_music_video_bv.jpg?v=2",
        "t": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/223321344295-harrison-vanilla_music_video_tv.jpg?v=2",
        "s": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/223321344295-harrison-vanilla_music_video_sv.jpg?v=2"
    },
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Alex McLeod",
            "entity_slug": "alex-mcleod",
            "entity_id": 203307,
            "position_notes": null,
            "position_id": 203307,
            "entity_url": "https:\/\/imvdb.com\/n\/alex-mcleod"
        }
    ],
    "release_date_stamp": 1462406400,
    "release_date_string": "May 5, 2016"
}