---
title: "XML - Station Entrances"
method: GET
path: "/StationEntrances"
---

# XML - Station Entrances

`GET /StationEntrances`

<h4 class="text-primary">Description</h4>

<p>Returns a list of nearby station entrances based on latitude, longitude, and
radius (meters). Omit search parameters to return all station entrances.</p>

<h4 class="text-primary">Response Elements</h4>

<table class="table table-condensed table-hover">
<thead>
<tr>
<th class="col-md-3">Element</th>

<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>Entrances</td>

<td>
Array containing detailed information about station entrances
(<a href="#StationEntrance">StationEntrance</a>).
</td>
</tr>

<tr>
<td colspan="2">
<div class="text-primary" style="margin-top: 1em">
<a id="StationEntrance" name=
"StationEntrance">StationEntrance Elements</a>
</div>
</td>
</tr>

<tr>
<td>Description</td>

<td>Additional information for the entrance, if available.
Currently available data usually shows the same value as the Name
element.</td>
</tr>

<tr>
<td style="text-decoration: line-through">ID</td>

<td><span class="text-danger">Deprecated.</span></td>
</tr>

<tr>
<td>Lat</td>

<td>Latitude.</td>
</tr>

<tr>
<td>Lon</td>

<td>Longitude.</td>
</tr>

<tr>
<td>Name</td>

<td>Name of the entrance (usually the station name and nearest
intersection).</td>
</tr>

<tr>
<td>StationCode1</td>

<td>The station code associated with this entrance. Use this value
in other rail-related APIs to retrieve data about a station.</td>
</tr>

<tr>
<td>StationCode2</td>

<td>For stations containing multiple platforms (e.g.: Gallery
Place, Fort Totten, L'Enfant Plaza, and Metro Center), the other
station code.</td>
</tr>
</tbody>
</table>

## Query parameters

- `Lat` 38.8978168
- `Lon` -77.0404246
- `Radius` 500

## Response `200`

Default response code.

---

[API](https://skmtc.net/wmata/apis/rail-station.md) · [All operations](https://skmtc.net/wmata/apis/rail-station/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wmata/rail-station/versions/7725c49a1ed9/schema)
