# ImmigrationPulse US Visa Bulletin Decoder

> ImmigrationPulse US Visa Bulletin Decoder is a paid API for AI agents from immigrationpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns current USCIS Visa Bulletin priority dates, green card wait-time estimates, filing chart guidance, and movement trends for all EB and family preference categories

## Facts

- Endpoint: GET https://immigrationpulse.theaslangroupllc.com/api/bulletin
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigrationpulse-us-visa-bulletin-decoder-5eab21d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ubFopx2uXQ7dl44dxM9yL

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 immigrationpulse-us-visa-bulletin-decoder-5eab21d2
```

Example prompt: What's the current Visa Bulletin priority date and wait-time estimate for EB-2 India, and can I file under the dates for filing chart right now with a priority date of March 15, 2019?

## When to prefer this

Use this endpoint when you need structured, machine-readable Visa Bulletin data including priority dates, filing chart guidance, and wait-time estimates for US employment-based (EB-1 through EB-5) or family preference categories — especially when building immigration workflow agents, case management tools, or helping applicants determine if they can file for adjustment of status this month. Prefer this over generic web search when you need parsed, actionable bulletin data rather than raw PDF content.

## Known failure modes

- Visa Bulletin not yet published for the current month — endpoint may return prior month data or a not-available error
- Invalid or unrecognized visa category code returns a 400 or empty result
- Country of birth not recognized returns an error or defaults to rest-of-world dates
- API temporarily unavailable due to USCIS data refresh delays
- Payment not processed (x402 protocol) results in 402 response before data is returned

## How this service works

US Visa Bulletin decoder / priority date tracker. Returns current priority dates, green card wait-time estimates, filing-chart guidance, and movement trends across all EB and family preference categories. For immigration and visa agents.

## Output

Returns current priority dates from the USCIS Visa Bulletin for all EB and family preference categories, including final action dates, dates for filing, green card wait-time estimates, movement trends compared to prior months, and guidance on which filing chart applies for adjustment of status submissions this month.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "category": {
   "type": "string",
   "description": "Preference category: EB-1|EB-2|EB-3|EB-4|EB-5|F-1|F-2A|F-2B|F-3|F-4 (default: EB-2)"
  },
  "chargeability": {
   "type": "string",
   "description": "Country of chargeability, usually birth country (default: India)"
  },
  "priority_date": {
   "type": "string",
   "description": "Your priority date (YYYY-MM-DD) — enables personalized filing eligibility check"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigrationpulse-us-visa-bulletin-decoder-5eab21d2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.theaslangroupllc.com](https://www.zero.xyz/host/immigrationpulse.theaslangroupllc.com/llms.txt)
