v1
latestSwagger 2.02026-07-14160108.2 KBJSON - Parking Information
<h4 class="text-primary">Description</h4> <p>Returns parking information at a station based on a given StationCode. Omit the StationCode to return parking information for all stations.</p> <p>If a station has no parking, the StationsParking element will contain no child elements.</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>StationsParking</td> <td> Array containing station parking information (<a href= "#StationParking">StationParking</a>). </td> </tr> <tr> <td colspan="2"> <div class="text-primary" style="margin-top: 1em"> <a id="StationParking" name="StationParking">StationParking Elements</a> </div> </td> </tr> <tr> <td>Code</td> <td>Station code. Useful when returning parking information for all stations. Use this value in other rail-related APIs to retrieve data about a station.</td> </tr> <tr> <td>Notes</td> <td>When not NULL, provides additional parking resources such as nearby lots.</td> </tr> <tr> <td>AllDayParking</td> <td> Structure describing <a href="#AllDayParking">all-day parking</a> options. </td> </tr> <tr> <td>ShortTermParking</td> <td> Structure describing <a href="#ShortTermParking">short-term parking</a> options. </td> </tr> <tr> <td colspan="2"> <div class="text-primary" style="margin-top: 1em"> <a id="AllDayParking" name="AllDayParking">AllDayParking Elements</a> </div> </td> </tr> <tr> <td>TotalCount</td> <td>Number of all-day parking spots available at a station.</td> </tr> <tr> <td>RiderCost</td> <td>All-day cost per day (weekday) for Metro riders. NULL when no all-day spots are available. For most stations, this value is identical to the NonRiderCost.<br> <br> For cases where the NonRiderCost is different, the lower cost per day requires a valid rail trip using a SmarTrip® card originating from a station other than the one where the patron parked. To receive this lower rate, patrons must pay for their parking with the same SmarTrip® card used to enter/exit Metrorail, and must exit the parking lot within two hours of exiting Metrorail.</td> </tr> <tr> <td>NonRiderCost</td> <td>All-day cost per day (weekday) for non-Metro riders. NULL when no all-day spots are available.</td> </tr> <tr> <td colspan="2"> <div class="text-primary" style="margin-top: 1em"> <a id="ShortTermParking" name= "ShortTermParking">ShortTermParking Elements</a> </div> </td> </tr> <tr> <td>SaturdayRiderCost</td> <td>Similar to RiderCost, except denoting Saturday prices.</td> </tr> <tr> <td>SaturdayNonRiderCost</td> <td>Similar to NonRiderCost, except denoting Saturday prices.</td> </tr> <tr> <td>TotalCount</td> <td>Number of short-term parking spots available at a station (parking meters).</td> </tr> <tr> <td>Notes</td> <td>Misc. information relating to short-term parking. NULL when no short-term spots are available.</td> </tr> </tbody> </table>get/json/jStationParking
Query parameters
StationCode'E08' | 'F06'
Station code. Use the Station List method to return a list of all station codes.
Response
Default response code.