API Navigation

Open Endpoints All Data API Search API Cordinate API Rail Lines API Markers API Markers Icon API Screenshot API

API fun

Test and interact with the provided API endpoints below. Fill in the parameters and click "Send Request" to see the response.

Open Endpoints

All Data API

dial (optional): Filter data by the `dial` parameter.

- `0`: Return all records.

- `1`: Return only records where `dial` is not `N/A`.

Example: `dial=1`

URL will be displayed here...

Response:

Response will appear here...

q (required): The search query term.

Example: `q=drop`

a (optional): The number of results to return. Default is 10.

Example: `a=5`

w (optional): The field(s) to search in. Options:

  • `name` – Search in the `name` field.
  • `dial` – Search in the `dial` field.
  • `both` (default) – Search in both fields.

Example: `w=name`

d (optional): Filter results by `dial` value:

  • `0` – Return all records, regardless of `dial`.
  • `1` – Return records where `dial` is not `N/A`.

Example: `d=1`

URL will be displayed here...

Response:

Response will appear here...

Cordinate API

x (required): The X coordinate for the center point.

Example: `x=420`

z (required): The Z coordinate for the center point.

Example: `z=69`

r (optional): The radius within which to search, with a default value of 256.

Example: `r=128`

a (optional): The number of results to return, default is 10.

Example: `a=1`

d (optional): Filter results by `dial` value:

  • `0` – Return all records, regardless of `dial`.
  • `1` – Return records where `dial` is not `N/A`.

Example: `d=1`

Example: x=420

Example: z=69

Example: r=128

Example: a=1

  • 0 – Return all records, regardless of dial.
  • 1 – Return records where dial is not N/A.

Example: d=1

URL will be displayed here...

Response:

Response will appear here...

Rail Lines API

No parameters are needed for this endpoint. It returns all available rail line data.

URL will be displayed here...

Response:

Response will appear here...

Markers API

No parameters are needed for this endpoint. It returns a list of all available markers.

URL will be displayed here...

Response:

Response will appear here...

Markers Icon API

No parameters are needed for this endpoint. It returns a list of all available markers icons.

URL will be displayed here...

Response:

Response will appear here...

Screenshot API

id (required): Dial ID.

Example: `id=43`

URL will be displayed here...

Response:

Response will appear here...