v1
latestSwagger 2.02026-07-14160108.2 KBJSON - Station Information
<h4 class="text-primary">Description</h4> <p>Returns station location and address information based on a given StationCode.</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>Address</td> <td> Structure describing <a href="#Address">address</a> information. </td> </tr> <tr> <td>Code</td> <td>Station code. Repeated from input.</td> </tr> <tr> <td>Lat</td> <td>Latitude.</td> </tr> <tr> <td>LineCode1</td> <td>Two-letter abbreviation for one line (e.g.: RD, BL, YL, OR, GR, or SV) served by this station. If the station has an additional platform, the lines served by the other platform are listed in the LineCodeX values for the record associated with the StationCode found in StationTogether1.</td> </tr> <tr> <td>LineCode2</td> <td>Additional line served by this station, if applicable.</td> </tr> <tr> <td>LineCode3</td> <td>Additional line served by this station, if applicable.</td> </tr> <tr> <td>LineCode4</td> <td>Additional line served by this station, if applicable. Currently not in use.</td> </tr> <tr> <td>Lon</td> <td>Longitude.</td> </tr> <tr> <td>Name</td> <td>Station name.</td> </tr> <tr> <td>StationTogether1</td> <td>For stations with multiple platforms (e.g.: Gallery Place, Fort Totten, L'Enfant Plaza, and Metro Center), the additional StationCode will be listed here.</td> </tr> <tr> <td>StationTogether2</td> <td>Similar in function to StationTogether2. Currently not in use.</td> </tr> <tr> <td colspan="2"> <div class="text-primary" style="margin-top: 1em"> <a name="Address">Address Elements</a> </div> </td> </tr> <tr> <td>City</td> <td>City.</td> </tr> <tr> <td>State</td> <td>State (abbreviated).</td> </tr> <tr> <td>Street</td> <td>Street address (for GPS use).</td> </tr> <tr> <td>Zip</td> <td>Zip code.</td> </tr> </tbody> </table>get/json/jStationInfo
Query parameters
StationCode'A01' required
Station code. Use the Station List method to return a list of all station codes.
Response
Default response code.