The Instructor JP Nutrition Database is a professionally curated dataset of 7000+ foods with complete Spanish translations, featuring 900+ original Costa Rican and Latin American specialties not available in other databases. It provides detailed macro and micronutrient data (calories, protein, carbohydrates, fat, vitamins, minerals, amino acids, fatty acids, sterols - up to 400+ data points when available) accessible via a real-time API.
This database was developed through 14+ years of meticulous work including: manual translation of 7000+ food names to culturally appropriate Latin American Spanish, extensive review of product labeling, regional nutritional studies, and integration with USDA FoodData Central entries. Every entry has been verified and quality-controlled by a Harvard-trained nutrition educator and NSCA-Certified Personal Trainer.
Unlike static nutrition databases, this API provides dynamic serving size calculations – request data for any gram amount, from 1g to 1000g+, with automatic macronutrient and micronutrient scaling. This makes it ideal for developers building recipe apps, meal planners, fitness trackers, and AI nutrition assistants.
Complete bilingual nutrition database with Spanish and English names, covering international foods plus regional specialties.
Unique Costa Rican and Latin American specialties not found in USDA or other international databases, based on 14+ years of original research.
Every food name professionally translated to culturally appropriate Latin American Spanish for natural, easy queries.
Comprehensive nutrient data including macros, vitamins, minerals, amino acids, fatty acids, sterols when available.
Query any serving size from 1g to 1000g+. Default is 100g, but specify custom amounts for precise calculations.
JSON responses with Schema.org structured data. 1000 requests/hour rate limit. No authentication required.
Culturally relevant data for Costa Rica and Latin America, built from local product labels and regional studies.
GET https://app.instructorjp.com/samples/list
Returns a list of 50 sample foods available for free testing. Full database of 7000+ foods accessible via API key. Samples are meant for real-time queries and API evaluation.
GET https://app.instructorjp.com/foods_api/pollo_pechuga
GET https://app.instructorjp.com/foods_api/queso_palmito_100g
Returns nutritional information for a 100g serving. Both formats work!
GET https://app.instructorjp.com/foods_api/pollo_pechuga_150g
GET https://app.instructorjp.com/foods_api/arroz_blanco_200g
GET https://app.instructorjp.com/foods_api/gallo_pinto_50g
Specify any gram amount for precise portion calculations. Perfect for recipes and meal planning!
{
"@context": "https://schema.org",
"@type": "Food",
"name": "pollo pechuga",
"nutrition": {
"@type": "NutritionInformation",
"servingSize": {
"@type": "QuantitativeValue",
"value": 150,
"unitText": "g"
},
"calories": {
"@type": "QuantitativeValue",
"value": 247.5,
"unitText": "cal"
},
"proteinContent": {
"@type": "QuantitativeValue",
"value": 46.5,
"unitText": "g"
},
"carbohydrateContent": {
"@type": "QuantitativeValue",
"value": 0,
"unitText": "g"
},
"fatContent": {
"@type": "QuantitativeValue",
"value": 5.4,
"unitText": "g"
}
},
"provider": {
"@type": "Organization",
"name": "App Instructor JP"
}
}
For higher rate limits, training data access, or commercial licensing, contact: instructorjp@hotmail.com
Camacho Alvarado, J.P. (2025). Instructor JP Nutrition Database.
App Instructor JP. https://app.instructorjp.com/datasets/app-instructor-jp-nutrition-database.html
Licensed under Custom License.
@dataset{camacho2025instructorjp,
author = {Camacho Alvarado, José Pablo},
title = {Instructor JP Nutrition Database},
year = {2025},
publisher = {App Instructor JP},
url = {https://app.instructorjp.com/datasets/app-instructor-jp-nutrition-database.html},
note = {Custom Open Data License - Free for API use; no training},
version = {1.0},
language = {es},
keywords = {nutrition, foods, Latin America, Costa Rica, food composition,
API, open data, dynamic serving sizes}
}
Maintainer: José Pablo Camacho Alvarado
Email: instructorjp@hotmail.com
Website: app.instructorjp.com
Open to research collaborations, data partnerships, and commercial licensing discussions. If you're building an AI nutrition product and need higher rate limits or training data access, let's talk!