12 endpoints for searching 3 million+ food products with nutrition data from Open Food Facts (including barcode scanning), book search and ISBN lookups via Open Library, the full Unicode emoji catalog with categories and groups, and US brewery search and discovery from Open Brewery DB covering 8,000+ breweries. Great for nutrition apps, reading lists, chat features, and local discovery tools.
Base URL: https://nordapi.ee/api/v1
GET /food/search
Search over 3 million food products worldwide from the Open Food Facts database. Returns product names, brands, nutrition facts (calories, fat, sugar, protein, fiber, salt per serving), Nutri-Score health grades, allergen information, and barcode numbers. Ideal for nutrition tracking apps, dietary planning tools, food comparison features, and health-conscious shopping assistants.
q
required
curl "https://nordapi.ee/api/v1/food/search?q=nutella"
GET /food/barcode/:barcode
Look up a food product by its barcode number (EAN/UPC). Returns complete product details including name, brand, nutrition facts, ingredients list, Nutri-Score, allergens, and product images. Perfect for barcode scanning apps, grocery shopping assistants, and dietary tracking tools where users scan products with their phone camera. Data from Open Food Facts.
barcode
required
curl https://nordapi.ee/api/v1/food/barcode/3017620422003
GET /books/search
Search for books by title, author, or keyword across the Open Library catalog of millions of published works. Returns book titles, author names, publication years, cover image IDs, ISBNs, and subject categories. Useful for building reading list apps, book recommendation engines, library catalog interfaces, and literary exploration tools.
q
required
curl "https://nordapi.ee/api/v1/books/search?q=elixir+programming"
GET /books/isbn/:isbn
Look up a specific book by its ISBN (International Standard Book Number). Returns detailed book information including title, author, publisher, publication date, page count, subjects, and cover images. Useful for bookstore apps, library management systems, book scanning features, and academic citation tools. Data from Open Library.
isbn
required
curl https://nordapi.ee/api/v1/books/isbn/9780134685991
GET /emoji/random
Get a random emoji with its Unicode code point, HTML entity, character, name, category, and group. Covers the full Unicode emoji catalog including smileys, animals, food, activities, objects, symbols, and flags. Useful for chatbot personality features, social media tools, creative writing prompts, fun UI elements, and any app that wants to add a touch of playful randomness.
curl https://nordapi.ee/api/v1/emoji/random
GET /emoji/all
Get the complete Unicode emoji catalog with every emoji's character, name, Unicode code point, HTML entity, category, and group. Returns hundreds of emojis organized by their Unicode classifications. Useful for building custom emoji pickers, emoji search features, Unicode reference tools, and any application that needs a complete structured emoji dataset.
curl https://nordapi.ee/api/v1/emoji/all
GET /emoji/category/:category
Get all emojis in a specific category (e.g., smileys-and-people, animals-and-nature, food-and-drink, travel-and-places, activities, objects, symbols, flags). Useful for building tabbed emoji pickers, category-filtered emoji search, and emoji browsing interfaces organized by theme.
category
required
curl https://nordapi.ee/api/v1/emoji/category/smileys-and-people
GET /emoji/group/:group
Get 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. Useful for building detailed emoji browsers and finding emojis related to very specific themes.
group
required
curl https://nordapi.ee/api/v1/emoji/group/face-positive
GET /breweries/search
Search for breweries by name across the Open Brewery DB database of 8,000+ breweries worldwide. Returns brewery names, types (micro, nano, brewpub, regional, large, planning, contract), addresses, cities, states, countries, phone numbers, and website URLs. Useful for brewery finder apps, craft beer tourism tools, and local discovery platforms.
q
required
curl "https://nordapi.ee/api/v1/breweries/search?q=craft"
GET /breweries/random
Discover a random brewery from the Open Brewery DB collection. Returns full brewery details including name, type, address, city, country, phone, and website. Great for 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer apps.
curl https://nordapi.ee/api/v1/breweries/random
GET /breweries/city/:city
Find all breweries in a specific city. Returns brewery names, types, addresses, phone numbers, and websites for every brewery in the given city. Useful for travel planning apps, local craft beer guides, brewery crawl route planners, and city-specific entertainment directories. Data from Open Brewery DB.
city
required
curl https://nordapi.ee/api/v1/breweries/city/portland
GET /breweries/country/:country
Find all breweries in a specific country. Returns brewery names, types, addresses, and contact information. Use underscores for multi-word country names (e.g., united_states). Useful for country-level brewery directories, international craft beer market analysis, and tourism apps highlighting a nation's brewery scene. Data from Open Brewery DB.
country
required
curl https://nordapi.ee/api/v1/breweries/country/united_states