Validate a GS1 Digital Link URI against the specification
Grade a candidate URI for GS1 Digital Link conformance and return every issue found, each with a stable code, a severity, and a human-readable message.
A non-conformant URI is a 200 with is_conformant: false — that is the answer to a validation question, not a failed request.
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 candidate GS1 Digital Link URI to grade. Example: https://id.gs1.org/01/09506000164908/10/LOT1?17=261231
1 - 4096Response
OK
Full conformance report for a candidate Digital Link URI.
The input URI, echoed back unchanged.
True when the URI carries no error-severity issues. Warnings do not affect this flag.
Every issue found, errors and warnings together, in the order the validator produced them.
URI scheme, or null when the input could not be split.
"https"
URI host, or null when the input could not be split.
"id.gs1.org"
The primary identifier AI, or null when none was recognised.
Qualifier AIs found in the path, in path order.
Data attributes found on the query string.
The spec-canonical path for this identifier set, or null when no primary AI was recognised.