APIHub
Back to Explore

Go-UPC Barcode-Lookup API

Find information on products from around the globe. The API supports UPC, EAN, and ISBN barcode numbers, and info returned includes product name, description, brand, image URL, and more.

Uncategorized
apiKeyQuery
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
GET

/code/{code}

Retrieve product info for a particular barcode number (UPC, EAN, or ISBN).

  • code (path, required)

1 endpoint auto-detected

Authentication

This API uses an API key, passed as the "key" query parameter. No OAuth required.

curl -X GET \
  "https://go-upc.com/api/v1/code/{code}?key=YOUR_API_KEY"

go-upc.com · HTTPS only