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": 249398282498,
    "production_status": "r",
    "song_title": "Birds",
    "song_slug": "birds",
    "url": "https:\/\/imvdb.com\/video\/rhosyn\/birds",
    "multiple_versions": false,
    "version_name": null,
    "version_number": 1,
    "is_imvdb_pick": false,
    "aspect_ratio": null,
    "year": 2013,
    "verified_credits": false,
    "artists": [
        {
            "name": "Rhosyn",
            "slug": "rhosyn",
            "url": "https:\/\/imvdb.com\/n\/rhosyn"
        }
    ],
    "image": [],
    "directors": [
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Katie Harrison",
            "entity_slug": "katie-harrison",
            "entity_id": 58360,
            "position_notes": null,
            "position_id": 58360,
            "entity_url": "https:\/\/imvdb.com\/n\/katie-harrison"
        },
        {
            "position_name": "Director",
            "position_code": "dir",
            "entity_name": "Charlotte Freeston",
            "entity_slug": "charlotte-freeston",
            "entity_id": 58361,
            "position_notes": null,
            "position_id": 58361,
            "entity_url": "https:\/\/imvdb.com\/n\/charlotte-freeston"
        }
    ],
    "release_date_stamp": 1365638400,
    "release_date_string": "April 11, 2013"
}