---
title: "(Optional authentication) Get studio details."
method: GET
path: "/studios/{studioID}"
tags: ["studios"]
---

# (Optional authentication) Get studio details.

`GET /studios/{studioID}`

This endpoint will retrieve the details of a specific studio.

## Path parameters

- `studioID` integer, required

## Query parameters

- `include` string[]

## Response `200`

Successful GET Studios Details JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 1 warning, 5 info
  - deleted the `query` request parameter `include[]`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `bearerAuth` was removed from the API
  - …2 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/studios/:studioID/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kurozora/kurozora-api/revisions/01b4792c1f28/schema)
