Get JSON Alternate Side Parking (ASP) data
Disclaimer:
The data, information, and utility presented on this site will be used at risk. Results should be double-checked before being relied upon.
_Default time zone (America/New_York)
For the benefit of developers, the API provides numerous endpoints. Keep in mind that all endpoints return JSON and support both HTTP and HTTPS.
Not all endpoints are made publicly accessible. Please feel free to reach out to me if you have any questions, suggestions, or feature requests.
The API is very straightforward. No authentication is required. Make Get requests to:
https://the-nyc-asp-api.vercel.app/{endpoint}
Endpoint | Description | Link |
---|---|---|
/v1/today | Will return today data 📝. | View |
/v1/yesterday | Will return yesterday data 📝. | View |
/v1/tomorrow | Will return tomorrow data 📝. | View |
/v1/date/:MMDDYY | Will return single data based on the date. 📝 | View |
/v1/holiday | Will return all the holidays of the year. 📝 | View |
/v1/7days | Will return the next 7 days data. 📝 | View |
I make no promises about the continued existence of this API. By utilizing this API, you consent to promptly update your app to reflect any changes that are implemented.