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.
Basis-URL: https://nordapi.ee/api/v1
GET /food/search
Durchsuchen Sie über 3 million food products weltweit from the Open Food Facts database. Liefert product names, brands, nutrition facts (calories, fat, sugar, protein, fiber, salt per serving), Nutri-Score health grades, allergen information, und barcode numbers. Ideal für nutrition tracking apps, dietary planning tools, food comparison features, und health-conscious shopping assistants.
q
erforderlich
curl "https://nordapi.ee/api/v1/food/search?q=nutella"
GET /food/barcode/:barcode
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.
barcode
erforderlich
curl https://nordapi.ee/api/v1/food/barcode/3017620422003
GET /books/search
Suchen Sie nach books by title, author, oder keyword across the Open Library catalog of millions of published works. Liefert book titles, author names, publication years, cover image IDs, ISBNs, und subject categories. Nützlich für building reading list apps, book recommendation engines, library catalog interfaces, und literary exploration tools.
q
erforderlich
curl "https://nordapi.ee/api/v1/books/search?q=elixir+programming"
GET /books/isbn/:isbn
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.
isbn
erforderlich
curl https://nordapi.ee/api/v1/books/isbn/9780134685991
GET /emoji/random
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
GET /emoji/all
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
GET /emoji/category/:category
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.
category
erforderlich
curl https://nordapi.ee/api/v1/emoji/category/smileys-and-people
GET /emoji/group/:group
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.
group
erforderlich
curl https://nordapi.ee/api/v1/emoji/group/face-positive
GET /breweries/search
Suchen Sie nach breweries by name across the Open Brewery DB database of 8,000+ breweries weltweit. Liefert brewery names, types (micro, nano, brewpub, regional, large, planning, contract), addresses, cities, states, countries, phone numbers, und website URLs. Nützlich für brewery finder apps, craft beer tourism tools, und local discovery platforms.
q
erforderlich
curl "https://nordapi.ee/api/v1/breweries/search?q=craft"
GET /breweries/random
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
GET /breweries/city/:city
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.
city
erforderlich
curl https://nordapi.ee/api/v1/breweries/city/portland
GET /breweries/country/:country
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.
country
erforderlich
curl https://nordapi.ee/api/v1/breweries/country/united_states