Thematics Models
API ver.: 1.6
Returns models by thematics
HTTP Request
GET https://api.giftstat.app/current/thematics/models
Query Parameters
|
Parameter |
Description |
|
limit |
UInt |
|
offset |
UInt |
|
thematic |
String (optional) |
Request Example
GET https://api.giftstat.app/current/thematics/models?thematic=Christmas&limit=100&offset=0
Response Structure
HTTP code: 200 - OK
{
"data": [],
"meta": {
"limit": 10000,
"offset": 0,
"count": 0,
"api_path": "/current/thematics/models",
}
}
Available Fields
|
Field |
Description |
|
thematic |
String |
|
collection |
String |
|
collection_slug |
String |
|
model |
String |
|
model_slug |
String |
|
rarity |
UInt |
API ver.: 1.6
Was the article helpful?
Previous
Next