# TransitPulse Car-Free Feasibility Score

> TransitPulse Car-Free Feasibility Score is a paid API for AI agents from transitpulse.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns a car-free feasibility score for a given city, assessing how viable it is to live without a car there.

## Facts

- Endpoint: GET https://transitpulse.vercel.app/api/transit/carfree
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/transitpulse-car-free-feasibility-score-6c345106
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f-j8HXZyZF4AprVRfMvnE

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-car-free-feasibility-score-6c345106
```

Example prompt: I'm thinking about relocating to Denver and going completely car-free — can you pull the car-free feasibility score for Denver to see how realistic that would be?

## When to prefer this

Use this endpoint when you need a single quantitative signal about car-free living viability for a specific city — ideal for relocation decision support, urban planning comparisons, or quickly screening cities for car-free lifestyle compatibility. Prefer this over general transit coverage or commute quality endpoints when the core question is specifically whether someone can live without a car.

## Known failure modes

- City not recognized or not in the dataset — returns an error or empty result
- Ambiguous city name (e.g. 'Springfield') with no state/country context — may return incorrect city data
- Service unavailable or payment not processed — returns 402 or 5xx error
- City provided but transit data is insufficient to compute a score

## 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

A car-free feasibility score for the specified city, quantifying how practical it is to live without a car there based on transit infrastructure and related factors.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cities": {
   "type": "string",
   "description": "Alternative: comma-separated pair (e.g. NYC,London)"
  },
  "city_a": {
   "type": "string",
   "description": "First city"
  },
  "city_b": {
   "type": "string",
   "description": "Second city"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/transitpulse-car-free-feasibility-score-6c345106/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)
