Alle Locations sind über eine einfache JSON-REST-API abrufbar. Für API-Keys oder Fragen: #redrextv auf Discord.
GET /api/locations.php
Gibt alle eingetragenen Locations als JSON-Array zurück.
GET /api/locations.php?type={typ}
| Typ | Beschreibung |
|---|---|
dealer | Drogendealer |
healer | Heilstationen |
lootdrop | Loot-Drop-Zonen |
pvp | PvP-Zonen (MAZ) |
farming | Farmzonen |
keycard | Keycard-Standorte |
[
{
"id": 1,
"name": "LSIA Parkhaus",
"type": "dealer",
"coords": [-2890, -1290],
"area": "Airport",
"desc": "Ebene 3, nahe Ausgang Ost"
},
...
]
Die API läuft direkt auf diesem Server:
/api/locations.php /api/locations.php?type=dealer /api/locations.php?type=healer