Thematics

API ver.: 2.0

Returns current list of thematic collections

HTTP Request

GET https://api.giftstat.app/current/thematics

Query Parameters

Parameter

Description

limit

UInt
Number of elements in data. Maximum: 500, default: 500

offset

UInt
Data offset for pagination

Response Structure

HTTP code: 200 - OK

{
    "data": [],
    "meta": {
        "limit": 500, 
        "offset": 0,
        "count": 0,
        "api_path": "/current/thematics",
    }
}

Available Fields

Field

Description

thematic

String
Thematic name

updated_at

DateTime
Last update time (UTC +0)

API ver.: 2.0