# TransitPulse Transit Coverage & Desert Gap Analysis

> TransitPulse Transit Coverage & Desert Gap Analysis is a paid API for AI agents from transitpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

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

## Facts

- Endpoint: GET https://transitpulse.theaslangroupllc.com/api/transit/coverage
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/transitpulse-transit-coverage-desert-gap-analysis-cacf451b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yL0HXddxLjo5BTZdlv7uk

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-desert-gap-analysis-cacf451b
```

Example prompt: Can you run a transit coverage and desert gap analysis for Atlanta — I want to know which parts of the city are underserved by public transit for a relocation and urban planning review?

## When to prefer this

Use this endpoint when an agent needs to evaluate how well a city is served by public transit at a macro level, particularly for urban planning decisions, relocation feasibility research, or identifying underserved areas. Best suited for city-level or neighborhood-level coverage gap analysis rather than real-time routing or individual journey planning.

## Known failure modes

- City not recognized or not in dataset — returns error with no coverage data
- Overly broad or ambiguous geographic input may return incomplete results
- Data freshness issues if underlying transit feeds are stale
- Rate limiting or payment failure via x402 protocol returns 402 status

## How this service works

Transit coverage analysis for urban-planning and relocation agents. Returns coverage and transit-desert gap analysis for any city.

## Output

Returns structured transit coverage data for the requested city, including coverage percentages, identification of transit-desert zones (areas with insufficient service), gap analysis highlighting underserved neighborhoods, and metrics useful for urban planning or relocation assessments.

## 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-desert-gap-analysis-cacf451b/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)
