StatsHub Docs
APIEndpoint referenceImage

/image

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

GET
/api/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/json

curl -X GET "https://example.com/api/image"
{  "url": "string"}