Skip to content

API Reference

API Reference

The qr3.app REST API is available at https://qr3.app/v1/ and follows the conventions described in the API overview (authentication via Authorization: Bearer, RFC 7807 error format, cursor pagination).

Getting started

Resource areas

DPP-specific endpoints

All Digital Product Passport endpoints are documented under Digital Product Passport — including schema references for battery and textile, the EU compliance validator and the public GS1 resolver.

Base URLs per environment

EnvironmentBase URLPurpose
Productionhttps://qr3.app/v1/Public live API
Stagehttps://qr3-api-stage.<account>.workers.dev/v1/Pre-production pilot (see ENVIRONMENTS.md)
Localhttp://localhost:8787/v1/pnpm --filter api dev

The OpenAPI specification is published at https://qr3.app/v1/openapi.json and is refreshed on every deploy.