Web Search API, REST: Wordstat.GetRegionsTree
Статья создана
Обновлена 15 декабря 2025 г.
Not implemented.
The method method returns a tree of Wordstat-supported regions.
HTTP request
POST https://searchapi.api.yandexcloud.kz/v2/wordstat/getRegionsTree
Body parameters
{
"folderId": "string"
}
|
Field |
Description |
|
folderId |
string ID of the folder. |
Response
HTTP Code: 200 - OK
{
"regions": [
{
"id": "string",
"label": "string",
"children": [
"object"
]
}
]
}
|
Field |
Description |
|
regions[] |
Region tree |
RegionInfo
|
Field |
Description |
|
id |
string Region ID. |
|
label |
string Region name |
|
children[] |
Child regions. |