← Alle API-Produkte

Lebensmittel & Produkte API

12 Endpunkte for searching 3 million+ food products with nutrition data from Open Food Facts (including barcode scanning), book search und ISBN lookups via Open Library, the full Unicode emoji catalog with categories und groups, und US brewery search und discovery from Open Brewery DB covering 8,000+ breweries. Ideal für nutrition apps, reading lists, chat features, und local discovery tools.

KOSTENLOS 12 Endpunkte 100 Anfr./Std.
Basis-URL: https://nordapi.ee/api/v1

Barcode-Suche

GET /food/barcode/:barcode
Details →

Nachschlagen von a food product by its barcode number (EAN/UPC). Liefert complete product details einschließlich name, brand, nutrition facts, ingredients list, Nutri-Score, allergens, und product images. Ideal für barcode scanning apps, grocery shopping assistants, und dietary tracking tools where users scan products with their phone camera. Daten von Open Food Facts.

Parameter
barcode erforderlich
Barcode
curl https://nordapi.ee/api/v1/food/barcode/3017620422003

ISBN-Suche

GET /books/isbn/:isbn
Details →

Nachschlagen von a specific book by its ISBN (International Standard Book Number). Liefert detailed book information einschließlich title, author, publisher, publication date, page count, subjects, und cover images. Nützlich für bookstore apps, library management systems, book scanning features, und academic citation tools. Daten von Open Library.

Parameter
isbn erforderlich
ISBN
curl https://nordapi.ee/api/v1/books/isbn/9780134685991

Zufälliges Emoji

GET /emoji/random
Details →

Erhalten Sie eine random emoji with its Unicode code point, HTML entity, character, name, category, und group. Umfasst the full Unicode emoji catalog einschließlich smileys, animals, food, activities, objects, symbols, und flags. Nützlich für chatbot personality features, social media tools, creative writing prompts, fun UI elements, und any app that wants to add a touch of playful randomness.

curl https://nordapi.ee/api/v1/emoji/random

Alle Emojis

GET /emoji/all
Details →

Erhalten Sie den vollständigen Unicode emoji catalog with every emoji's character, name, Unicode code point, HTML entity, category, und group. Liefert hundreds of emojis organized by their Unicode classifications. Nützlich für building custom emoji pickers, emoji search features, Unicode reference tools, und any application that needs a complete structured emoji dataset.

curl https://nordapi.ee/api/v1/emoji/all

Emojis nach Kategorie

GET /emoji/category/:category
Details →

Erhalten Sie all emojis in a specific category (e.g., smileys-and-people, animals-and-nature, food-and-drink, travel-and-places, activities, objects, symbols, flags). Nützlich für building tabbed emoji pickers, category-filtered emoji search, und emoji browsing interfaces organized by theme.

Parameter
category erforderlich
Category
curl https://nordapi.ee/api/v1/emoji/category/smileys-and-people

Emojis nach Gruppe

GET /emoji/group/:group
Details →

Erhalten Sie all emojis in a specific sub-group (e.g., face-positive, face-negative, animal-mammal, plant-flower). Groups are finer-grained than categories, allowing more precise emoji filtering. Nützlich für building detailed emoji browsers und finding emojis related to very specific themes.

Parameter
group erforderlich
Group
curl https://nordapi.ee/api/v1/emoji/group/face-positive

Zufällige Brauerei

GET /breweries/random
Details →

Entdecken Sie ein random brewery from the Open Brewery DB collection. Liefert full brewery details einschließlich name, type, address, city, country, phone, und website. Ideal für 'discover a new brewery' features, random exploration tools, und adding serendipitous discovery to craft beer apps.

curl https://nordapi.ee/api/v1/breweries/random

Brauereien nach Stadt

GET /breweries/city/:city
Details →

Finden Sie alle breweries in a specific city. Liefert brewery names, types, addresses, phone numbers, und websites for every brewery in the given city. Nützlich für travel planning apps, local craft beer guides, brewery crawl route planners, und city-specific entertainment directories. Daten von Open Brewery DB.

Parameter
city erforderlich
City
curl https://nordapi.ee/api/v1/breweries/city/portland

Brauereien nach Land

GET /breweries/country/:country
Details →

Finden Sie alle breweries in a specific country. Liefert brewery names, types, addresses, und contact information. Use underscores for multi-word country names (e.g., united_states). Nützlich für country-level brewery directories, international craft beer market analysis, und tourism apps highlighting a nation's brewery scene. Daten von Open Brewery DB.

Parameter
country erforderlich
Country
curl https://nordapi.ee/api/v1/breweries/country/united_states