---
title: "Get lightweight core list"
method: GET
path: "/api/cores/simple"
tags: ["Core"]
---

# Get lightweight core list

`GET /api/cores/simple`

Returns only id and name for cores. Optimized for dropdowns and autocomplete.

## Query parameters

- `ids` integer[], nullable
- `offset` integer, nullable
- `limit` integer, nullable
- `search` string, nullable
- `sort` string, nullable
- `all` boolean

## Response `200`

Successful Response

- CoresSimpleResponse — Response model for lightweight core list.
  - `cores` CoreSimple[], required
    - `id` integer, required
    - `name` string, required
    - `type` 'xray' | 'wg' | 'mtproto' | 'singbox'
  - `total` integer, required

## Other responses

- `401` — Unauthorized Error
- `403` — Forbidden Error
- `422` — Validation Error

---

[API](https://skmtc.dev/socialser/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/socialser/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/socialser/pasarguardapi/revisions/4b082bbcb6c3/schema)
