# TransitPulse Transit Coverage Analysis

> TransitPulse Transit Coverage Analysis is a paid API for AI agents from transitpulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns transit coverage metrics and transit-desert gap analysis for any given city, useful for urban planning and relocation decisions.

## Facts

- Endpoint: GET https://transitpulse.vercel.app/api/transit/coverage
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/transitpulse-transit-coverage-analysis-cc0807d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6k-qrsgxP6qVWecuS6jr-

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-transit-coverage-analysis-cc0807d4
```

Example prompt: Can you analyze the transit coverage for San Francisco and show me where the transit deserts and coverage gaps are so I can assess how car-free-friendly the city is for someone thinking about relocating there?

## When to prefer this

Use this endpoint when you need to understand the spatial distribution of transit service across an entire city, particularly for urban planning analysis, relocation decisions, or identifying underserved communities. Prefer this over route-reliability or trip-planning endpoints when the question is about coverage breadth and equity rather than specific journeys or schedules.

## Known failure modes

- City not recognized or unsupported — returns error indicating no data available
- Ambiguous city name with multiple matches — may require more specific input
- Payment of 0.1 USDC not completed — returns 402 Payment Required
- Service unavailable or timeout — returns 5xx error
- Rate limiting exceeded — returns 429 Too Many Requests

## How this service works

Transit intelligence for 25+ major world cities. Real-time status, route reliability, commute analysis, city comparisons, airport guides, and car-free livability scoring. Pay-per-query via x402 on Base.

## Output

Returns a structured analysis including transit coverage percentage, identification of transit desert zones (areas with poor or no service), gap analysis highlighting underserved areas, and overall coverage metrics for the requested city.

## 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-transit-coverage-analysis-cc0807d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from transitpulse.vercel.app](https://www.zero.xyz/host/transitpulse.vercel.app/llms.txt)
