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
pip install gs1-decoder-clientfrom 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_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
Dispatches standard validation / parse request with sub-5ms latency.
Checks edge isolate health and responsiveness.
MIT © Noor Mkdad