B

Barcode API

by Barcode Free tier

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

mapsfungenerators

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
58

Authentication

API key in the request header (X-Fungenerators-Api-Secret)

X-Fungenerators-Api-Secret: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Free: 10 req/day (barcode lookup). Paid from $9.99/mo (1,000 req/day).

Key Endpoints

MethodPathDescription
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.

Sample Request

curl -X GET 'http://api.fungenerators.com/barcode/decode' \
  -H 'X-Fungenerators-Api-Secret: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Barcode documentation.