/recipes namespace · APlicious

Recipe API — search by ingredients, get nutrition, build meal plans

Build recipe apps, meal planners, and nutrition dashboards with a clean REST API returning structured recipe data, per-serving nutrition, and dietary tags.

100+originally-authored recipes
Get free API key View docs
GET /api/v1/recipes/search
const res = await fetch(
  'https://aplicious.com/api/v1/recipes/search' +
  '?ingredients=chicken,lemon&diet=gluten-free&limit=5',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { total: 23, recipes: [
//   { id: "r_001", title: "Lemon Herb Chicken",
//     cuisine: "mediterranean", calories_per_serving: 340,
//     prep_mins: 15, cook_mins: 25 } ]}

No credit card · Free to start · X-API-Key header auth

What's included in /recipes

Search by ingredient

Find recipes that use specific ingredients — great for 'what can I cook with what I have' apps.

Dietary filters

Filter by vegan, vegetarian, gluten-free, keto, paleo, dairy-free, and 12 more dietary flags.

Full nutrition

Per-serving macros, micros, vitamins, and minerals for every recipe in the database.

Meal planning

Generate a 7-day meal plan meeting calorie and macro targets — pair /recipes with /food nutrient data for a complete solution.

Cuisine & region

Browse by cuisine (Indian, Italian, Japanese, etc.) or region for localised app experiences.

Start using the recipe API free today

Free tier — 250 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /recipes docs

Frequently asked questions

How many recipes are in the database?

100+ originally-authored recipes at launch, growing weekly. All recipes are owned by APlicious — no scraping.

Are nutrition values accurate?

Nutrition is calculated from USDA FoodData Central values per ingredient, scaled to serving size.

Can I contribute recipes?

Recipe contributions from verified developers are on the roadmap. Join the waitlist via the contact page.

Is there a meal plan endpoint?

Yes — /recipes/meal-plan takes calorie target, dietary preference, and days and returns a full structured plan.

Related API guides

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Food Database API — USDA-Sourced Nutrient Data, 13,500+ Foods

Search 13,500+ foods and get full nutrient profiles from an owned database inges

Read guide

Remote Jobs API — Search, Filter, Categories — Free

Free REST API for remote job listings. Search by keyword, category, or company.

Read guide

One key unlocks all 10 namespaces — finance, legal, property, jobs, wellness, and more.

View all plans and pricing →