> For the complete documentation index, see [llms.txt](https://developer.leaderos.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.leaderos.net/bazaar/servers.md).

# Servers

## Get all bazaar servers

<mark style="color:blue;">`GET`</mark> `https://yourwebsite.com/api/bazaar/servers`

{% tabs %}
{% tab title="200: OK " %}

```json
[
    {
        "id": "1",
        "name": "VIP",
        "slug": "vip",
        "imageID": "ed1879ac89e4d8c7520c4f80f2eeef4c",
        "imageType": "png",
        "priority": "99",
        "isActive": "1"
    },
    {
        "id": "2",
        "name": "Factions",
        "slug": "factions",
        "imageID": "017d66002f01317c7e0472b058341024",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    },
    {
        "id": "3",
        "name": "Skyblock",
        "slug": "skyblock",
        "imageID": "f10f36b11daa41450d0c379aa0b581eb",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    },
    {
        "id": "4",
        "name": "Survival",
        "slug": "survival",
        "imageID": "f808c7b6af70367788784006699795f9",
        "imageType": "jpg",
        "priority": "0",
        "isActive": "1"
    }
]
```

{% endtab %}
{% endtabs %}
