Servers
Get all bazaar servers
GET
https://yourwebsite.com/api/bazaar/servers
[
{
"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"
}
]
Last updated