Skip to main content
GET
/
v1
/
server
/
vehicles
Fetch a list of spawned vehicles in the server
curl --request GET \
  --url https://api.erlc.gg/v1/server/vehicles \
  --header 'server-key: <api-key>'
[
  {
    "Texture": "Standard",
    "Name": "2019 Falcon Interceptor Utility",
    "Owner": "flat_bird"
  }
]

Documentation Index

Fetch the complete documentation index at: https://apidocs.erlc.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

server-key
string
header
required

REQUIRED ON ALL REQUESTS. Get your server key at https://erlc.link/sk

Response

Vehicles in the server

Texture
string | null
Example:

"Standard"

Name
string
Example:

"2019 Falcon Interceptor Utility"

Owner
string
Example:

"flat_bird"