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": 208713594036,
    "production_status": "r",
    "song_title": "End Love",
    "song_slug": "end-love",
    "url": "https:\/\/imvdb.com\/video\/ok-go\/end-love",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2010,
    "verified_credits": false,
    "artists": [
        {
            "name": "OK Go",
            "slug": "ok-go",
            "url": "https:\/\/imvdb.com\/n\/ok-go"
        }
    ],
    "image": {
        "o": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/208713594036-ok-go-end-love_music_video_ov.jpg",
        "l": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/208713594036-ok-go-end-love_music_video_lv.jpg",
        "b": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/208713594036-ok-go-end-love_music_video_bv.jpg",
        "t": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/208713594036-ok-go-end-love_music_video_tv.jpg",
        "s": "https:\/\/s3.amazonaws.com\/images.imvdb.com\/video\/208713594036-ok-go-end-love_music_video_sv.jpg"
    },
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "OK Go",
            "entity_slug": "ok-go",
            "entity_id": 3009,
            "position_notes": "",
            "position_id": 3009,
            "entity_url": "https:\/\/imvdb.com\/n\/ok-go"
        },
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Eric Gunther",
            "entity_slug": "eric-gunther",
            "entity_id": 3010,
            "position_notes": "",
            "position_id": 3010,
            "entity_url": "https:\/\/imvdb.com\/n\/eric-gunther"
        },
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Jeff Lieberman",
            "entity_slug": "jeff-lieberman",
            "entity_id": 3011,
            "position_notes": "",
            "position_id": 3011,
            "entity_url": "https:\/\/imvdb.com\/n\/jeff-lieberman"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}