studios

(Optional authentication) Get studio details.

This endpoint will retrieve the details of a specific studio.

get/studios/{studioID}

Path parameters

studioIDinteger required

ID of the studio.

Query parameters

include[]string[]

The relations to include in the response.

The relations to include in the response.

Response

Successful GET Studios Details JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "studios",
      "href": "/v1/studios/1",
      "attributes": {
        "name": "Considine-Tillman",
        "logoURL": "https://lorempixel.com/640/480/?85310",
        "about": "Eos repellat optio aut explicabo quod. Consequatur sit quasi aliquam sed modi aut. Perspiciatis et perferendis architecto voluptas eos quis iure. Corrupti ea reiciendis et quo sed itaque. Unde ipsa officia et veniam dicta ullam omnis modi. Consequuntur non possimus fugiat quaerat delectus ea. In voluptas dignissimos veniam reprehenderit a. Cum dolores aperiam et nihil. Veniam id rerum commodi quia assumenda at. Et velit iure eos aut. Et est praesentium id fugiat reprehenderit. Sunt dolorem aut ratione ipsam ipsum quo.",
        "founded": "1983-09-30",
        "websiteURL": "https://rodriguez.com/eos-ut-earum-ut-eum-voluptas-iusto.html"
      },
      "relationships": {
        "shows": {
          "data": [
            {
              "id": 1,
              "type": "show",
              "href": "/v1/anime/1",
              "attributes": {
                "title": "\"0\"",
                "type": "Tv",
                "source": "Unknown",
                "anidbID": 10143,
                "anilistID": 102416,
                "kitsuID": 8925,
                "imdbID": null,
                "malID": 20707,
                "network": null,
                "studio": [
                  {
                    "id": 1,
                    "type": "studios",
                    "href": "/v1/studios/1",
                    "attributes": {
                      "name": null,
                      "logoURL": null,
                      "about": null,
                      "founded": null,
                      "websiteURL": null
                    }
                  }
                ],
                "status": "Continuing",
                "episodes": 0,
                "seasons": 0,
                "averageRating": 0,
                "ratingCount": 0,
                "synopsis": "Error ipsa eos et rem recusandae voluptate sunt corrupti. Qui est est autem sit pariatur laudantium. Suscipit laboriosam enim modi quae quia aperiam excepturi sunt. Temporibus est hic adipisci.",
                "runtime": 25,
                "tvRating": {
                  "name": "G",
                  "description": "All Ages"
                },
                "tagline": "Voluptatem rerum quos quidem aut.",
                "videoURL": null,
                "poster": null,
                "background": null,
                "isNSFW": false,
                "genres": [],
                "themes": [],
                "startedAt": "1973-11-15",
                "endedAt": "1974-02-07",
                "airTime": "20:00:00",
                "airDay": 3,
                "copyright": "® 2003 Watsica-Kling"
              }
            },
            {
              "id": 2,
              "type": "show",
              "href": "/v1/anime/2",
              "attributes": {
                "title": "\"Aesop\" no Ohanashi yori: Ushi to Kaeru, Yokubatta Inu",
                "type": "Tv",
                "source": "Digital manga",
                "anidbID": 3689,
                "anilistID": null,
                "kitsuID": 9179,
                "imdbID": null,
                "malID": 25627,
                "network": null,
                "studio": [
                  {
                    "id": 2,
                    "type": "studios",
                    "href": "/v1/studios/2",
                    "attributes": {
                      "name": null,
                      "logoURL": null,
                      "about": null,
                      "founded": null,
                      "websiteURL": null
                    }
                  }
                ],
                "status": "Ended",
                "episodes": 0,
                "seasons": 0,
                "averageRating": 0,
                "ratingCount": 0,
                "synopsis": "Totam ex non eaque rem. Suscipit eos recusandae et. Pariatur reprehenderit aliquid reprehenderit nisi quae. Fuga enim atque ratione occaecati sequi iste dignissimos.",
                "runtime": 25,
                "tvRating": {
                  "name": "G",
                  "description": "All Ages"
                },
                "tagline": "Vel facilis dignissimos suscipit veritatis enim nemo ut.",
                "videoURL": null,
                "poster": null,
                "background": null,
                "isNSFW": false,
                "genres": [],
                "themes": [],
                "startedAt": "2014-09-28",
                "endedAt": "2014-12-21",
                "airTime": "19:24:00",
                "airDay": 4,
                "copyright": "® 1985 Fadel, Sipes and McGlynn"
              }
            }
          ],
          "href": "/v1/studios/1/anime"
        }
      }
    }
  ]
}

Changes

Changed in 5 of the 50 revisions of this API.210

    • the endpoint scheme security apiKey was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added

  • c711bb3a57e311See the full diff
    • deleted the query request parameter include

      request-parameter-removed

    • added the new optional query request parameter include[]

      new-optional-request-parameter

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security kurozoraBearer was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 85ac20c1b7bb15See the full diff
    • deleted the query request parameter include[]

      request-parameter-removed

    • the endpoint scheme security kurozoraBearer was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • added the new optional query request parameter include

      new-optional-request-parameter

    • removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog