# UPC database API **Provider:** UPC database **Category:** developer **Base URL:** `https://upcdatabase.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://upcdatabase.org/api ## Description More than 1.5 million barcode numbers from all around the world ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://upcdatabase.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://upcdatabase.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/day. Paid from $9/mo (1,000 req/day) to $99/mo (100,000 req/day). --- *Source: [API Map](https://apimap.dev/apis/upc-database/) — CC BY 4.0*