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
Number of elements in data. Maximum: 10000, default: 10000

offset

UInt
Data offset for pagination

thematic

String (optional)
Filter by exact thematic name match

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
Thematic name

collection

String
Collection name

collection_slug

String
Collection slug

model

String
Model name

model_slug

String
Model slug

rarity

UInt
Model rarity

API ver.: 1.6