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": 292025308872,
    "production_status": "r",
    "song_title": "Save Me",
    "song_slug": "save-me",
    "url": "https:\/\/imvdb.com\/video\/aubree-storm\/save-me",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2014,
    "verified_credits": false,
    "artists": [
        {
            "name": "Aubree Storm",
            "slug": "aubree-storm",
            "url": "https:\/\/imvdb.com\/n\/aubree-storm"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Jeffrey J. Hart",
            "entity_slug": "jeffrey-j-hart",
            "entity_id": 237010,
            "position_notes": null,
            "position_id": 237010,
            "entity_url": "https:\/\/imvdb.com\/n\/jeffrey-j-hart"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}