
BarBase
- The Lounge Bar of Barcodes.
We are building a comprehensive ecosystem around product information to empower inventory control systems and online stores. Our REST APIs provide instant access to detailed product data using EAN-13 barcodes, enabling businesses to create beautiful, informative product pages with just a simple API call. Transform how your customers discover and interact with products through rich, accurate data delivered at scale.
Rating and Ranking Data Service
curl https://dev.barbase.solutionary.me/api/v1/barcodes/12345678 \
--header 'X-API-Key: YOUR_SECRET_TOKEN'
{
"data": [
{
"id": 6,
"type": null,
"names": [
{
"id": 8,
"name": "Coke 0.75L",
"like_count": 0,
"languages": [
{
"id": 6,
"language_iana": {
"id": 568,
"subtag": "ru",
"description": ["English"]
},
"like_count": 0
}
]
},
{
"id": 7,
"name": "COCA-COLA 0.75L",
"like_count": 1,
"languages": [
{
"id": 4,
"language_iana": {
"id": 381,
"subtag": "en",
"description": ["English"]
},
"like_count": 0
}
]
}
]
}
],
"meta": {
"total_items": 2,
"total_pages": 1,
"current_page": 1,
"per_page": 20
}
}
Classification and Directory Service
curl https://dev.classify.solutionary.me/api/v1/tnved-eaeu \
--header 'X-API-Key: YOUR_SECRET_TOKEN'
[
{
"code": null,
"code_canonical": null,
"created_at": "2025-06-19T11:07:51.175Z",
"date_from": null,
"date_to": null,
"id": 1,
"kpved_id": null,
"level_id": 1,
"name_kk": null,
"name_ru": "string",
"parent_id": null,
"prefix": null,
"remark_id": null,
"updated_at": null
}
]