# TransitPulse Agency Lookup

> TransitPulse Agency Lookup is a paid API for AI agents from transitpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns the transit agencies and operators serving a given city, along with how they interconnect.

## Facts

- Endpoint: GET https://transitpulse.theaslangroupllc.com/api/transit/agencies
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/transitpulse-agency-lookup-7cc256a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ht6gkdBOv7svqB6VhMGFk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability transitpulse-agency-lookup-7cc256a5
```

Example prompt: What transit agencies and operators serve Chicago, and how do they connect with each other?

## When to prefer this

Use this endpoint when an agent needs to know which transit authorities and operators exist in a city before planning a trip, routing a journey, or looking up real-time status. It is the ideal first call in a transit workflow to understand the service landscape, especially when the city has multiple overlapping agencies (e.g., BART, Muni, and Caltrain in the San Francisco Bay Area).

## Known failure modes

- City not found or not supported — returns empty agency list or 404
- Ambiguous city name — may return agencies for the wrong metro area
- No agency data available for small or rural areas
- Rate limit exceeded — HTTP 429
- Payment not processed — HTTP 402

## How this service works

Transit agency lookup for transit and traveler agents. Returns the agencies and operators serving a city and how they connect.

## Output

A list of transit agencies and operators serving the specified city, including their names, types of service, and how they interconnect or interface with one another within the metro area.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "city"
 ],
 "properties": {
  "city": {
   "type": "string",
   "description": "city"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/transitpulse-agency-lookup-7cc256a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from transitpulse.theaslangroupllc.com](https://www.zero.xyz/host/transitpulse.theaslangroupllc.com/llms.txt)
