# TravelPulse Travel Health Requirements Lookup

> TravelPulse Travel Health Requirements Lookup is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns CDC-recommended vaccines, disease risk levels, malaria zones, and prophylaxis timing for any travel destination worldwide.

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/health
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-travel-health-requirements-lookup-695ff411
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r_yoMlgFPBS39trDD7lD3

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 travelpulse-travel-health-requirements-lookup-695ff411
```

Example prompt: What vaccines and malaria prophylaxis does the CDC recommend for travel to Kenya, and are there any mandatory health entry requirements I need to know about?

## When to prefer this

Use this endpoint when an agent needs authoritative, destination-specific travel health information including vaccine recommendations, malaria risk, and entry health requirements. Prefer over generic web search when structured, machine-readable health advisory data is needed for a specific country or region.

## Known failure modes

- Unknown or misspelled destination name returns an error or empty result
- Very small territories or disputed regions may not have health data available
- Data may lag behind rapidly evolving outbreak situations
- Rate limiting or payment failure returns 402 or 429 status

## How this service works

Travel vaccines, malaria zones, and health entry requirements lookup for any destination worldwide. Returns CDC-recommended vaccines, disease risk, and prophylaxis timing for travel and traveler agents.

## Output

Returns a structured response including CDC-recommended vaccines for the destination, disease risk levels by category, whether the destination falls in a malaria zone, recommended prophylaxis medications with timing guidance, and any mandatory health entry requirements (e.g. yellow fever certificate).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "destination": {
   "type": "string",
   "description": "Destination country or region"
  },
  "months_until_travel": {
   "type": "number",
   "description": "Months until travel (affects prophylaxis lead-time recommendations)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-travel-health-requirements-lookup-695ff411/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse.theaslangroupllc.com](https://www.zero.xyz/host/travelpulse.theaslangroupllc.com/llms.txt)
