> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.erlcrussia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ER:LC Location Information

**Each player's location will look something like this:**

```json theme={null}
{
    "LocationX": 1084.965,
    "LocationZ": 2302.28,
    "PostalCode": "218",
    "StreetName": "Park Street",
    "BuildingNumber": "2083"
}
```

The **LocationX** and **LocationZ** fields correspond to the **X** and **Z** coordinates on one of the official map images.

<Tabs>
  <Tab title="Autumn">
    **Example Map:** [https://maps.erlcrussia.xyz/fall\_blank](https://maps.erlcrussia.xyz/fall_blank)

    **Postals + Streets:** [https://maps.erlcrussia.xyz/fall\_postals](https://maps.erlcrussia.xyz/fall_postals)
  </Tab>

  <Tab title="Winter">
    **Example Map:** [https://maps.erlcrussia.xyz/snow\_blank](https://maps.erlcrussia.xyz/snow_blank)

    **Postals + Streets:** [https://maps.erlcrussia.xyz/snow\_postals](https://maps.erlcrussia.xyz/snow_postals)
  </Tab>
</Tabs>
