# PetPulse Pet Travel Guide — Airline Pet Policy & Import Requirements

> PetPulse Pet Travel Guide — Airline Pet Policy & Import Requirements is a paid API for AI agents from petpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns airline pet policies, international import rules, and health-certificate documentation requirements for flying a dog or cat between any two countries.

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/travel
- 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/petpulse-pet-travel-guide-airline-pet-policy-import-requirements-6dcc770a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7svlR9J6wy9nUYMkpsRdU

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-airline-pet-policy-import-requirements-6dcc770a
```

Example prompt: What do I need to fly my golden retriever from the United States to Japan — specifically the airline pet policies, import requirements, and health certificate documentation I'll need?

## When to prefer this

Use this endpoint when an agent needs to look up pet travel policies, international import rules, or health documentation requirements for flying dogs or cats between specific countries or on specific airlines. Best for pet-owner workflows, travel planning agents, or vet-assistant agents preparing international pet travel paperwork. Not suitable for ground/sea transport or exotic pets beyond dogs and cats.

## Known failure modes

- Unsupported country or airline returns empty or partial results
- Rare or exotic breeds may not have specific policy data, returning generic guidance
- Data may be outdated — users should verify with official airline and government sources
- Missing required query parameters (origin, destination, species) may cause an error response
- Some airline or country combinations may have limited coverage

## 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, size/weight limits, breed restrictions), destination country import requirements (microchipping, vaccinations, rabies titers, health certificates), quarantine rules, and a documentation checklist for flying a dog or cat between the specified countries.

## 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-airline-pet-policy-import-requirements-6dcc770a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse.theaslangroupllc.com](https://www.zero.xyz/host/petpulse.theaslangroupllc.com/llms.txt)
