GET stops/summary
Retrieve a summary of AC Transit's currently active stops.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
StopSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Count |
Number of stops in current list |
integer |
None. |
| LastUpdatedDateTime |
Last date/time stop information was changed |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"LastUpdatedDateTime": "2026-03-01T17:41:16.4141536-08:00"
}
text/html
Sample:
{"Count":1,"LastUpdatedDateTime":"2026-03-01T17:41:16.4141536-08:00"}
application/xml, text/xml
Sample:
<StopSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACTransit.Transit.Domain.Models"> <Count>1</Count> <LastUpdatedDateTime>2026-03-01T17:41:16.4141536-08:00</LastUpdatedDateTime> </StopSummary>
