# TravelPulse Phrasebook

> TravelPulse Phrasebook is a paid API for AI agents from travelpulse-nu.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns practical travel phrases with pronunciation guides for a specified language and travel context

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/travel/phrasebook
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-phrasebook-18bbafc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N_fUIqLIH9qD0NtOhgB_z

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-phrasebook-18bbafc0
```

Example prompt: Can you give me practical travel phrases with pronunciation for speaking Italian in restaurant situations — things like ordering, asking for the bill, and dietary restrictions?

## When to prefer this

Choose this endpoint when a traveler needs practical, context-specific phrases with pronunciation help for a destination language, rather than full translation of arbitrary text. Ideal for pre-trip preparation or real-time language assistance in specific travel scenarios like hotels, restaurants, transport, or emergencies.

## Known failure modes

- Unsupported language code or language name returns an error or empty result
- Overly vague context parameter may return generic rather than targeted phrases
- Payment not completed via x402 protocol results in 402 Payment Required
- Rate limiting may occur with excessive requests
- Unusual or highly specific travel contexts may return limited phrase sets

## How this service works

Travel phrasebook and practical travel phrases for any language worldwide. Returns essential phrases with pronunciation by context (dining, transport, hotel, emergency, directions) for travel and traveler agents.

## Output

A structured phrasebook response containing practical travel phrases relevant to the specified language and context, each accompanied by pronunciation guides (phonetic transcriptions) and contextual usage notes for real travel scenarios.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "language"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Interface language for UI text (default en)"
  },
  "action": {
   "type": "string",
   "description": "phrasebook | translate (default: phrasebook)"
  },
  "context": {
   "type": "string",
   "description": "dining | transport | hotel | shopping | emergency | directions | medical | greetings | numbers (default: greetings)"
  },
  "language": {
   "type": "string",
   "description": "Target language, e.g. Japanese, Spanish"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "context": "dining",
  "phrases": [
   {
    "english": "I'd like to order, please",
    "translation": "注文お願いします",
    "when_to_use": "When you're ready to order",
    "romanization": "Chuumon onegaishimasu",
    "cultural_note": "Servers won't come automatically",
    "pronunciation": "Choo-mon oh-neh-guy-shi-mas"
   }
  ],
  "language": "Japanese",
  "intro_tip": "Servers won't come to your table automatically in Japan — you call them or press the table button.",
  "generated_at_utc": "2026-05-30T14:00:00Z",
  "emergency_phrases": [
   {
    "english": "Help!",
    "translation": "助けて！",
    "romanization": "Tasukete!",
    "pronunciation": "Tah-soo-keh-teh"
   }
  ],
  "numbers_quick_ref": {
   "1": "一 (ichi)",
   "2": "二 (ni)"
  },
  "save_to_phone_tip": "Screenshot this phrasebook — it works offline when you don't have data",
  "translation_app_tip": "For real-time voice translation, Google Translate (free) and iTranslate support offline Japanese. Download the language pack before your trip.",
  "amazon_language_resource": {
   "url": "https://www.amazon.com/s?k=japanese+travel+phrasebook&tag=pulsenetwork7-20",
   "item": "Japanese for Travelers phrasebook"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-phrasebook-18bbafc0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse-nu.vercel.app](https://www.zero.xyz/host/travelpulse-nu.vercel.app/llms.txt)
