Parse a GS1 Digital Link URI into its Application Identifiers
Decompose a URI into its primary key, qualifiers and data attributes, plus a flat ai_map for callers that just want a lookup table.
Backed by the same engine as /validate; use this when you want the structure and /validate when you want the reasons.
Keyless — no API key, no signup. IP-throttled at 300 requests/minute and cached at the edge for 24h, so repeat calls for the same input do not reach origin. Over-rate callers get a 429 with a Retry-After header and a retry_after field — it never silently degrades or returns a wrong answer under load.
Query Parameters
The GS1 Digital Link URI to decompose. Example: https://id.gs1.org/01/09506000164908/10/LOT1?17=261231
1 - 4096Response
OK
Structured decomposition of a URI, without the conformance grading.
The same engine backs this and /validate; this is the projection for
callers who want "what AIs are in here" and do not need the issue list.
The input URI, echoed back unchanged.
Whether the URI is spec-conformant. Call /validate for the reasons.
URI scheme.
"https"
URI host.
"id.gs1.org"
The primary identifier AI, or null when none was recognised.
Qualifier AIs found in the path.
Data attributes found on the query string.
Flat {ai_code: value} map of every AI found, for callers that want one lookup table.
The spec-canonical path for this identifier set.