Journey Foods API Documentation
Access comprehensive ingredient data, nutritional profiles, and allergen information via REST API.
Get started quickly
Make your first API call in minutes. Use the canonical request format shown here.
cURL
curl "https://developer-portal-backend-694046361762.northamerica-northeast1.run.app/ingredients/search?q=mango" \
-H "x-api-key: YOUR_API_KEY" \
-H "Accept: application/json"Response Codes
| Status | Description |
|---|---|
| 200 OK | Request succeeded |
| 401 Auth Error | Invalid or missing API key |
| 429 Limited | Rate limit exceeded |
Core APIs (v1.0)
Start building
Plan-Based Access
Response fields are gated by plan. Basic, Pro, and Custom tiers have access to different field sets.
| Plan | Access |
|---|---|
| Basic | Core ingredient and nutrient data |
| Pro | Extended fields, allergen details, product data |
| Custom | Full access, custom integrations, dedicated support |