Skip to content

Solutionary Inc.One Day One

Maximize η — with our digital solutions.

Our Products

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.

BarBase API

Rating and Ranking Data Service

  • Comprehensive rating data via REST API
  • Real-time ranking information
  • Industry-standard data formats (JSON)
  • Authentication via API keys
  • Rate limiting and usage analytics
shell
curl https://dev.barbase.solutionary.me/api/v1/barcodes/12345678 \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
Click me to toggle the response
json
{
  "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
  }
}

Pricing

  • Free: $0/month - 10 API calls
  • Premium: $10/month - 200,000 API calls

Classify API

Classification and Directory Service

  • Access to comprehensive classification directories
  • Standardized taxonomy data
  • Multi-language support
  • Bulk data export capabilities
  • Custom classification schemes
shell
curl https://dev.classify.solutionary.me/api/v1/tnved-eaeu \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
Click me to toggle the response
json
[
  {
    "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
  }
]

Pricing

  • Free: $0/month - 10 API calls
  • Premium: $10/month - 200,000 API calls