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": 272257344655,
    "production_status": "p",
    "song_title": "Our Favorite Song",
    "song_slug": "our-favorite-song",
    "url": "https:\/\/imvdb.com\/video\/carolyn-marie\/our-favorite-song",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": true,
    "artists": [
        {
            "name": "Carolyn Marie",
            "slug": "carolyn-marie",
            "url": "https:\/\/imvdb.com\/n\/carolyn-marie"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Dan Levitt",
            "entity_slug": "dan-levitt",
            "entity_id": 132526,
            "position_notes": null,
            "position_id": 132526,
            "entity_url": "https:\/\/imvdb.com\/n\/dan-levitt"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}