GS Parser API

Unlock the power of GS1 barcodes with the GS1 Parser API. Seamlessly parse and validate GS1 barcode data, effortlessly extracting essential information from machine- or human-readable formats. Delve into the application identifiers (AI), ensuring content and context validity. Simplify logistics and supply chain processes with this robust and reliable parsing solution.

About the API: 

Introducing the GS1 Parser API, a cutting-edge solution designed to unlock the full potential of GS1 barcodes. With its advanced capabilities, this API empowers businesses to effortlessly parse and validate GS1 barcode data, providing invaluable insights into supply chain and logistics operations.

The GS1 Parser API seamlessly handles both machine- and human-readable GS1 logistics barcode content, extracting and organizing the data into different application identifiers (AI). Whether it's tracking product information, managing inventory, or optimizing logistics, this API enables businesses to access critical details encoded within GS1 barcodes with ease.

Parsing GS1 barcode data is just the beginning. The GS1 Parser API goes the extra mile by validating the content and context of the information retrieved. This ensures that the data conforms to GS1 standards, guaranteeing accuracy and reliability throughout the supply chain process.

By integrating the GS1 Parser API, businesses can streamline their operations, improving efficiency and reducing errors. Automatically extracting and validating data from GS1 barcodes saves valuable time and resources that would otherwise be spent manually inputting information. This translates to faster processing, enhanced productivity, and improved decision-making.

Furthermore, the GS1 Parser API offers flexibility in implementation. It seamlessly integrates with existing systems, applications, or databases, making it easy to incorporate barcode parsing capabilities into your current workflow. Whether you're a retailer, manufacturer, distributor, or logistics provider, this API can be customized to fit your specific requirements, ensuring a seamless integration experience.

Data integrity and security are paramount when working with sensitive supply chain information. Rest assured, the GS1 Parser API prioritizes data protection, employing robust security measures to safeguard your valuable barcode data. Your business can confidently leverage the power of GS1 barcodes without compromising on data privacy or integrity.

In summary, the GS1 Parser API revolutionizes the way businesses handle GS1 barcode data. From efficient parsing and validation to improved operational efficiency, this API is a game-changer in the world of supply chain management. Embrace the power of GS1 barcodes with the GS1 Parser API and elevate your logistics processes to new heights of productivity and accuracy.

 

What this API receives and what your API provides (input/output)?

Pass the GS1 code and receive it parsed. 

 

What are the most common uses cases of this API?

 

  • Supply Chain Management: Integrate the GS1 Parser API into supply chain management systems to automatically extract and validate critical information from GS1 barcodes. This enables real-time tracking, inventory management, and improved visibility across the supply chain, leading to streamlined operations and reduced errors.

  • Product Authentication: Use the GS1 Parser API to verify the authenticity of products by parsing and validating GS1 barcodes. This helps in combating counterfeit goods, ensuring consumers receive genuine products, and protecting brand reputation.

  • Inventory Management: Integrate the GS1 Parser API into inventory management systems to automate the process of updating and reconciling stock levels. By extracting data from GS1 barcodes, businesses can accurately track inventory, monitor expiration dates, and optimize stock replenishment, reducing stockouts and wastage.

  • Traceability and Recall Management: Incorporate the GS1 Parser API to enhance traceability and recall management processes. By parsing GS1 barcodes, businesses can quickly identify affected products, trace their origin, and efficiently initiate recalls or withdrawals, minimizing the impact on consumers and mitigating potential risks.

  • Logistics and Shipment Tracking: Utilize the GS1 Parser API to streamline logistics and shipment tracking processes. By parsing GS1 barcodes on packages, businesses can extract relevant shipment details, track packages in real-time, and provide accurate delivery updates to customers, enhancing customer satisfaction and operational efficiency.

 

 

Are there any limitations to your plans?

Besides the number of API calls, there is no other limitation

API Documentation

Endpoints


Machine- or human-readable GS1 barcode data.



                                                                            
GET https://www.zylalabs.com/api/2248/gs+parser+api/2109/parser
                                                                            
                                                                        

Parser - Endpoint Features

Object Description
q [Required] Machine- or human-readable GS1 barcode data.
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"parser": {"request": {"data": "(01)12345678901231(10)ABCD-123(30)27(11)211015", "service-level": 20, "invocation-id": "4c7cdf57-634b-46d8-a5e2-bff217dbc142", "source": "GS1_HRI", "genspec-compliance": "20.0", "doc-version": "0.2"}, "response": {"state": true, "application-identifiers": [{"AI01": {"identifier": "01", "datacontent": "12345678901231", "hri": "(01)12345678901231", "mri": "0112345678901231", "rendered-content": {"description": "GTIN 12345678901231", "issuing country": "None, restricted circulation within geographic region"}, "description": "Global Trade Item Number (GTIN)", "datatitle": "GTIN", "state": true, "aiformat": {"identifierlength": 2, "mindatalength": 14, "maxdatalength": 14, "allowalphanumeric": false, "terminatorrequired": false, "gs1formatstring": "N2+N14", "datatype": "IDENTIFIER", "unit": "NONE"}, "messages": []}}, {"AI10": {"identifier": "10", "datacontent": "ABCD-123", "hri": "(10)ABCD-123", "mri": "10ABCD-123\u001d", "rendered-content": {"description": "BATCH/LOT ABCD-123"}, "description": "Batch or lot number", "datatitle": "BATCH/LOT", "state": true, "aiformat": {"identifierlength": 2, "mindatalength": 1, "maxdatalength": 20, "allowalphanumeric": true, "terminatorrequired": true, "gs1formatstring": "N2+X..20", "datatype": "TEXT", "unit": "NONE"}, "messages": []}}, {"AI30": {"identifier": "30", "datacontent": "27", "hri": "(30)27", "mri": "3027\u001d", "rendered-content": {"description": "VAR. COUNT 27"}, "description": "Count of items (variable measure trade item)", "datatitle": "VAR. COUNT", "state": true, "aiformat": {"identifierlength": 2, "mindatalength": 1, "maxdatalength": 8, "allowalphanumeric": false, "terminatorrequired": true, "gs1formatstring": "N2+N..8", "datatype": "NUMBER", "unit": "NONE"}, "messages": []}}, {"AI11": {"identifier": "11", "datacontent": "211015", "hri": "(11)211015", "mri": "11211015", "rendered-content": {"description": "PROD DATE 2021-10-15T00:00:00"}, "description": "Production date (YYMMDD)", "datatitle": "PROD DATE", "state": true, "aiformat": {"identifierlength": 2, "mindatalength": 6, "maxdatalength": 6, "allowalphanumeric": false, "terminatorrequired": false, "gs1formatstring": "N2+N6", "datatype": "DATE", "unit": "NONE"}, "messages": []}}], "messages": []}}}
                                                                                                                                                                                                                    
                                                                                                    

Parser - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/2248/gs+parser+api/2109/parser?q=(01)12345678901231(10)ABCD-123(30)27(11)211015' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the GS Parser API REST API, simply include your bearer token in the Authorization header.
Headers
Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

🚀 Enterprise

Starts at
$ 10,000/Year


  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • ✔︎ Only Pay for Successful Requests
  • ✔︎ Free 7-Day Trial
  • ✔︎ Multi-Language Support
  • ✔︎ One API Key, All APIs.
  • ✔︎ Intuitive Dashboard
  • ✔︎ Comprehensive Error Handling
  • ✔︎ Developer-Friendly Docs
  • ✔︎ Postman Integration
  • ✔︎ Secure HTTPS Connections
  • ✔︎ Reliable Uptime

The GS1 Parser API is a powerful tool that allows you to parse and validate GS1 barcode data. It accepts both machine-readable and human-readable GS1 logistics barcode content, extracting the encoded information and organizing it into different application identifiers (AI) for further analysis.

GS1 barcodes are globally recognized and standardized barcodes used to encode product information, such as item numbers, batch/lot numbers, expiration dates, and more. These barcodes facilitate efficient supply chain management, inventory control, and product tracking.

The GS1 Parser API validates barcode content and context by verifying that the parsed data conforms to GS1 standards. It checks the structure and syntax of the barcode data, ensuring that the information encoded within the application identifiers (AI) is accurate and properly formatted.

Yes, the GS1 Parser API is designed to handle various types of GS1 barcodes, including GS1-128, GS1 DataBar, GS1 DataMatrix, and more. It supports both linear and 2D barcodes commonly used in logistics and supply chain applications.

Yes, the GS1 Parser API provides additional contextual information for each parsed barcode. This may include data such as the barcode type, encoding standards, and any applicable industry-specific guidelines associated with the barcode.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, look at the ‘X-Zyla-API-Calls-Monthly-Remaining’ header. For example, if your plan allows 1000 requests per month and you've used 100, this header will show 900.

To see the maximum number of API requests your plan allows, check the ‘X-Zyla-RateLimit-Limit’ header. For instance, if your plan includes 1000 requests per month, this header will display 1000.

The ‘X-Zyla-RateLimit-Reset’ header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3600, it means 3600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To let you experience our APIs without any commitment, we offer a 7-day free trial that allows you to make API calls at no cost during this period. Please note that you can only use this trial once, so make sure to use it with the API that interests you the most. Most of our APIs provide a free trial, but some may not support it.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it’s important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API trial, you can make only 25% of the calls allowed by that plan. For example, if the API plan offers 1000 calls, you can make only 250 during the trial. To access the full number of calls offered by the plan, you will need to subscribe to the full plan.

 Service Level
99%
 Response Time
2,353ms

Category:


Related APIs