Game studio information.
This endpoint will retrieve the studios of an Game item.
Path parameters
ID of the game.
Query parameters
The limit on the number of objects, or number of objects in the specified relationship, that are returned. The default value is 25 and the maximum value is 100.
The next page or group of objects to fetch. The default value is 1.
Response
Successful GET Game Studios JSON response
Example response
{
"data": [
{
"id": 8,
"type": "studios",
"href": "/v1/studios/8",
"attributes": {
"name": "Bogan, Medhurst and Stamm",
"logo": {
"url": "https://via.placeholder.com/640x480.png/006655?text=ratione"
},
"about": "Corporis quia ducimus eveniet beatae. Aut repellat voluptates porro esse ea. Similique quos nemo voluptas beatae enim molestias. Qui perspiciatis unde ipsa ipsam rerum veniam. Non explicabo hic incidunt quibusdam nobis accusantium. Voluptatum vero vel et animi et amet. Quis autem quod enim ut incidunt odio. Tenetur omnis amet qui delectus. Temporibus cupiditate ullam similique harum voluptas. Nostrum deserunt eum voluptas ex ut similique omnis. Ipsa illo voluptates nobis quisquam fugit rerum voluptatem dolore. Voluptatem ratione ut veritatis illum eveniet aliquam. Eaque maxime nemo maiores dolor hic.",
"founded": "2007-02-25",
"websiteUrl": "https://streich.net/blanditiis-tempora-molestiae-in-aut"
}
}
]
}Changes
Changed in 3 of the 50 revisions of this API.12
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲