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": 891745586251,
    "production_status": "r",
    "song_title": "Born an OG",
    "song_slug": "born-an-og",
    "url": "https:\/\/imvdb.com\/video\/ace-hood\/born-an-og",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": null,
    "verified_credits": false,
    "artists": [
        {
            "name": "Ace Hood",
            "slug": "ace-hood",
            "url": "https:\/\/imvdb.com\/n\/ace-hood"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Taj",
            "entity_slug": "taj",
            "entity_id": 53449,
            "position_notes": null,
            "position_id": 53449,
            "entity_url": "https:\/\/imvdb.com\/n\/taj"
        }
    ],
    "release_date_stamp": null,
    "release_date_string": null
}