StatsHub Docs
Endpoint referenceImage

/image

Same body as /api/image/{id}, with the id in the query string instead of the path.

GET
/api/v2/image

Same body as /api/image/{id}, with the id in the query string instead of the path. Both exist and both are called.

Query Parameters

id?string
type?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/image"
{  "$schema": "https://example.com/schemas/ImageGetOKBody.json",  "url": "string"}