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": 258203216361,
    "production_status": "p",
    "song_title": "Gravitate",
    "song_slug": "gravitate",
    "url": "https:\/\/imvdb.com\/video\/kiah-victoria\/gravitate",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": "16:9",
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Kiah Victoria",
            "slug": "kiah-victoria",
            "url": "https:\/\/imvdb.com\/n\/kiah-victoria"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Tyler Mitchell",
            "entity_slug": "tyler-mitchell",
            "entity_id": 130680,
            "position_notes": null,
            "position_id": 130680,
            "entity_url": "https:\/\/imvdb.com\/n\/tyler-mitchell"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}