Skip to content

Repository files navigation

GS1 Barcode & Digital Link Decoder (Sunrise 2027) — Python Client

PyPI version Run in Postman License: MIT RapidAPI Listing

Official zero-dependency Python client for GS1 Barcode & Digital Link Decoder (Sunrise 2027).

Decode GS1 DataMatrix, GS1-128, FNC1 Barcodes and GS1 Digital Link URIs into structured JSON in sub-5ms.

🔑 Get your Dedicated API Key: Subscribe to GS1 Barcode & Digital Link Decoder (Sunrise 2027) on RapidAPI


🚀 Installation

pip install gs1-decoder-client

⚡ Quickstart

from gs1_decoder_client import Gs1DecoderClient

# Zero config for sandbox testing, or pass your RapidAPI key for production
client = Gs1DecoderClient(api_key="YOUR_RAPIDAPI_KEY")

result = client.validate({
    # Enter validation payload
})

print(result)

📚 API Reference

Gs1DecoderClient(api_key=..., base_url=...)

  • api_key (optional): RapidAPI Key (x-rapidapi-key).
  • base_url (optional): Direct edge worker override URL.

client.validate(payload)

Dispatches standard validation / parse request with sub-5ms latency.

client.get_health()

Checks edge isolate health and responsiveness.


🔗 Links

📄 License

MIT © Noor Mkdad