Thematics Lines

API ver.: 2.0

Returns current list of line collections

HTTP Request

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

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

Структура ответа

HTTP код: 200 - OK

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

Available Fields

Field

Description

thematic

String
Thematic name

line

Array
Array of lines within the thematic

API ver.: 2.0