v1

latestOpenAPI 3.0.12026-08-06135498863.0 KB
Films

Gets the current film availability of a particular film

Licenses Required

  • Vista.Ocapi
get/ocapi/v1/films/{filmId}/availability

Path parameters

filmIdstring required

The unique identifier of the film

Headers

Connect-Region-Codestring

Region Code

Response

Success

Example response

{
  "relatedData": {
    "attributes": [
      {
        "name": {
          "translations": [
            {
              "languageTag": "en-US"
            }
          ]
        },
        "shortName": {
          "translations": [
            {
              "languageTag": "en-US"
            }
          ]
        },
        "description": {
          "translations": [
            {
              "languageTag": "en-US"
            }
          ]
        },
        "importantMessage": {
          "translations": [
            {
              "languageTag": "en-US"
            }
          ]
        }
      }
    ]
  }
}