The public register of all systems, products, and implementations currently holding valid ARDS certification. Published and maintained by AxiomOrdo. Updated in real time as certifications are issued, renewed, and revoked.
The ARDS Certified Directory is the authoritative public record of ARDS certification. Regulators, enterprise procurement teams, and system integrators use this directory to verify claims made by software vendors.
Each entry lists the certified product, the holding organisation, certification level, applicable domain packs, certification date, and expiry date. Each entry links to the machine-readable Certification Token.
Every entry has a permanent verification URL. Any party can call the verification endpoint to confirm a certificate's current status — valid, expired, or revoked — without contacting AxiomOrdo.
Listing in the directory is automatic upon successful certification at L3 or above. L1–L2 are self-declared and do not appear in the directory. Apply for certification →
The ARDS Certified Directory is open and accepting its first entries. Be among the first certified products — founding partners receive premier placement, co-marketing support, and the lowest certification fees we will ever offer.
registry.axiomordo.com/verify/{certificateId}.
Each certified product listing contains the following fields.
| Field | Description | Example |
|---|---|---|
| Certificate ID | Unique identifier for the certification | ards-cert-2026-000001 |
| Organisation | Legal name of the certified entity | Acme Compliance Ltd |
| Product | Product or system name as assessed | CompliancePro |
| Version | Product version covered by this certificate | 4.0.0 |
| Level | ARDS conformance level achieved | L4 Certified Generator |
| Domain Packs | Domain packs covered by the assessment | FuelEU, CBAM |
| ARDS Version | ARDS standard version assessed against | 1.0.0 |
| Issued | Date of certification | 2026-06-01 |
| Expires | Expiry date (annual renewal required) | 2027-06-01 |
| Status | Current validity status | VALID |
| Verify | Link to machine-readable token and verification endpoint | registry.axiomordo.com/verify/... |
The ARDS registry provides a simple JSON verification endpoint. Any system can check certificate validity without contacting AxiomOrdo.
# Check a certificate by ID
GET https://registry.axiomordo.com/verify/{certificateId}
# Response
{
"certificateId": "ards-cert-2026-000001",
"status": "VALID",
"holder": {
"organisation": "Acme Compliance Ltd",
"product": "CompliancePro",
"productVersion": "4.0.0"
},
"certification": {
"level": "ARDS_CERTIFIED_GENERATOR",
"levelCode": "ARDS-CG-001",
"ardsVersion": "1.0.0",
"domainPacks": ["FuelEU", "CBAM"]
},
"validity": {
"issuedAt": "2026-06-01T00:00:00Z",
"expiresAt": "2027-06-01T00:00:00Z"
},
"tokenUrl": "https://registry.axiomordo.com/tokens/ards-cert-2026-000001.json"
}
VALID · EXPIRED · REVOKED · SUSPENDED. A 404 response means the certificate ID does not exist in the registry.
AxiomOrdo may revoke a certification in the following circumstances:
Revocations take effect immediately upon decision. The holder is notified by email and the directory entry is updated to REVOKED status.
To appeal a revocation decision: submit a written appeal within 30 days to appeals@axiomordo.com. Appeals are reviewed by the Certification Committee within 15 business days. The Committee's decision is final.