# PetPulse Pet Travel Guide

> PetPulse Pet Travel Guide is a paid API for AI agents from petpulse-alpha.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns airline pet policies, international import requirements, and health documentation guidance for pet travel

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/travel
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-pet-travel-guide-225228fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qg4sMRpZiKyRZMArAfbUH

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 petpulse-pet-travel-guide-225228fd
```

Example prompt: What are the airline pet policies and health documentation requirements I need to fly my golden retriever from the US to Germany on Lufthansa — including any import rules or quarantine requirements?

## When to prefer this

Use this endpoint when a pet owner or travel agent needs consolidated, structured information about flying with a pet — covering both carrier policies and destination-country import rules in a single call. Prefer this over general web search when you need structured, pet-travel-specific guidance including health documentation checklists.

## Known failure modes

- Unsupported or unrecognized destination country returns limited or no data
- Unknown or obscure airline may return generic policy rather than carrier-specific details
- Regulations change frequently and returned data may not reflect the most recent policy updates
- Missing pet species or breed may reduce specificity of returned requirements
- Network or service unavailability returns HTTP error

## How this service works

Pet travel guide / airline pet policy and import-requirement check for pet-owner and pet-travel agents. Returns airline pet policies, international import rules, and health-certificate documentation for flying a dog or cat between any countries. Pet-info guide, verify with official sources.

## Output

Returns structured information covering airline-specific pet policies (cabin vs cargo rules, size/weight limits, breed restrictions), destination country import requirements (vaccines, microchipping, health certificates, quarantine periods), and required health documentation checklists for the specified travel scenario.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "breed": {
   "type": "string",
   "description": "Breed"
  },
  "origin": {
   "type": "string",
   "description": "Origin country (default US)"
  },
  "species": {
   "type": "string",
   "description": "Species (dog, cat, etc.)"
  },
  "destination": {
   "type": "string",
   "description": "Destination"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-pet-travel-guide-225228fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse-alpha.vercel.app](https://www.zero.xyz/host/petpulse-alpha.vercel.app/llms.txt)
