PetFood Safety API
Pet & Human Food Safety API v3 provides bilingual (Japanese/English) safety information for 186+ food ingredients, additives, and herbs — covering dogs, cats, humans, and infants. Key Features: - Food Safety: Risk levels (safe/caution/danger) for dogs, cats, humans, and infants. Bilingual serving size guidelines for safe ingredients by dog size (small/medium/large) and cats. - Pet Symptom…
PetFood Safety API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Food Ingredient API | ||
| GET |
Search food ingredients /v1/food/search |
Search food ingredients, additives, and herbs by keyword. Supports Japanese and English queries (e.g. "chocolate", "チョコレート"). Returns bilingual safety data with risk levels for… |
| GET |
Get ingredient details /v1/food/ingredient/{name} |
Get detailed safety information for a specific ingredient by exact name match. Supports Japanese and English names. Includes serving size guidelines and calorie data for safe… |
| GET |
Get dangerous ingredients /v1/food/alert |
List all ingredients flagged as dangerous or requiring caution (alert=true). Useful for building "foods to avoid" lists in pet care apps. Filter by species and category. |
| GET |
Get ingredients by category /v1/food/category/{category} |
List all ingredients in a given category or subcategory. Categories: food, herb, additive. Subcategories: fruit, vegetable, meat, fish, dairy, grain, confectionery, spice,… |
| Pet Symptom Triage API | ||
| GET |
Search pet symptoms /v1/pet/search |
Search pet symptoms by keyword. Returns triage level (NOW/WATCH), possible causes, do-not list, escalation signs, and vet visit support. Provide breed, age, and weight for… |
| GET |
Get symptom details /v1/pet/symptom/{symptom_id} |
Get detailed triage information for a specific symptom. When breed, age, or weight are provided, breed_alert, age_alert, and weight_alert are included in the response. Returns… |
| GET |
Get symptoms by urgency /v1/pet/triage/{level} |
List all symptoms at a given triage level, sorted by severity score (highest first). NOW = requires immediate vet attention. WATCH = monitor closely, see vet within 24 hours if… |
| GET |
Get symptoms by medical category /v1/pet/category/{category} |
Description: List all symptoms in a given medical category. Categories: digestive, respiratory, neurological, urinary, trauma, skin, eye, ear, cardiac, endocrine, other. |
| System | ||
| GET |
Health check /health |
Server health check. No authentication required. Returns {"status": "ok"}. |
| GET |
Terms of Use /terms |
Returns Terms of Use as an HTML page. Covers liability limitation, indemnification, and governing law. |
PetFood Safety API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.9 / month | — |
|