Generate Barcode images for a given barcode number. You can decode Barcode images and get the barcodes in a numberic form as well. Many industry standard barcode types are supported. The best and complete Barcode API on the cloud. Click here to subscribe
http://api.fungenerators.com
Auth type
API Key Header
Auth header
X-Fungenerators-Api-Secret: YOUR_API_KEY
Rate limit
10 req/day (free)
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://fungenerators.com/api/barcode/
Endpoint status
Server online — HTTP 403 — server is online but path returned an error (may require auth)7.99s
(checked Mar 29, 2026)
Builder score
D
35%
builder-friendly
API key in the request header (X-Fungenerators-Api-Secret)
X-Fungenerators-Api-Secret: YOUR_API_KEY
Freemium. Free: 10 req/day (barcode lookup). Paid from $9.99/mo (1,000 req/day).
| Method | Path | Description |
|---|---|---|
| POST | /barcode/decode |
Decode a Barcode image and return the cotents if successful |
| GET | /barcode/decode/types |
Get the supported barcode types for the decoding process. |
| GET | /barcode/encode |
Get a Bar Code image for the given barcode number |
| GET | /barcode/encode/types |
Get the supported barcode types for encoding / image generation. |
curl -X GET 'http://api.fungenerators.com/barcode/decode' \ -H 'X-Fungenerators-Api-Secret: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Barcode documentation.