โ† All API Products

Food & Products API

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.

FREE 12 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Barcode Lookup

GET /food/barcode/:barcode
Details โ†’

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.

Parameters
barcode required
Barcode
curl https://nordapi.ee/api/v1/food/barcode/3017620422003

ISBN Lookup

GET /books/isbn/:isbn
Details โ†’

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.

Parameters
isbn required
ISBN
curl https://nordapi.ee/api/v1/books/isbn/9780134685991

Random Emoji

GET /emoji/random
Details โ†’

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

All Emojis

GET /emoji/all
Details โ†’

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

Emojis by Category

GET /emoji/category/:category
Details โ†’

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.

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

Emojis by Group

GET /emoji/group/:group
Details โ†’

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.

Parameters
group required
Group
curl https://nordapi.ee/api/v1/emoji/group/face-positive

Random Brewery

GET /breweries/random
Details โ†’

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

Breweries by City

GET /breweries/city/:city
Details โ†’

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.

Parameters
city required
City
curl https://nordapi.ee/api/v1/breweries/city/portland

Breweries by Country

GET /breweries/country/:country
Details โ†’

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.

Parameters
country required
Country
curl https://nordapi.ee/api/v1/breweries/country/united_states