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": 242693622532,
    "production_status": "r",
    "song_title": "I'm Not The One",
    "song_slug": "im-not-the-one",
    "url": "https:\/\/imvdb.com\/video\/shelby-lynne\/im-not-the-one",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Shelby Lynne",
            "slug": "shelby-lynne",
            "url": "https:\/\/imvdb.com\/n\/shelby-lynne"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Roger Pistole",
            "entity_slug": "roger-pistole",
            "entity_id": 227971,
            "position_notes": null,
            "position_id": 227971,
            "entity_url": "https:\/\/imvdb.com\/n\/roger-pistole"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}