> For the complete documentation index, see [llms.txt](https://doc.waix.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.waix.ru/expand/projects.md).

# Площадки

## Вернет список активных площадок

<mark style="color:blue;">`GET`</mark> `https://api.waix.ru/run/projects`

Запрос не требует ключей, будет возвращен список площадок типа Object

{% tabs %}
{% tab title="200: OK Результат запроса" %}

```json
{
   "1":"china-towns.com",
   "2":"cargoasia.info",
   "4":"cargo1885.ru",
   "5":"master-tao.com",
   "6":"storetao.com",
   "9":"quick-china.ru",
   "10":"asia-like.com",
   "13":"asia-tao.com",
   "14":"alex-tao.com",
   "16":"963cargo.ru",
   "17":"tao-club.ru",
   "20":"lena-cargo.com",
   "29":"super-tao.com"
}
```

{% endtab %}
{% endtabs %}
