Official authority & open-data registry

Filterable index loaded from data/seeds/official-data-sources.registry.json (falls back to GET /api/official-data-sources if the static path is unavailable). Use this for integration planning and human verification — not for silent bulk scraping. Staff: pair with Intel Map profiles and Intel Map.

Name Jur. ISO Categories Official URLs Notes

Sources grouped by integration category. Each card lists the access model BlueDXP staff should plan for — documented APIs, dataset downloads, partner integration programs, etc. Counts reflect the current registry.

Per-jurisdiction tiles. Click a tile to filter the Registry tab to that jurisdiction.

Sources never verified or with stale verification (default: older than 90 days) are listed below for the BlueDXP team to re-check. Requires Postgres + a successful npm run sync:official-sources-to-db on the server. Sign-in is needed: open in the same browser session as your BlueDXP login. Inline actions (verify, mark live/in-evaluation, attach Intel Map node) require official_data_sources:verify — PLATFORM_ADMIN, OPERATIONS_MANAGER, or COMPLIANCE_OFFICER.

ID Jur. Name Status Health Last verified Actions
Press “Refresh queue” to load.

All inline actions call POST /api/official-data-sources-verify and write to the audit log automatically. Full request shape lives in the API Explorer tab.

Copy-pasteable contracts for all endpoints in this module. Use these in Postman, Insomnia, curl, or any adapter.

Curated reading for everyone planning, building, or auditing this registry: standards bodies, similar real-world projects (so we are not reinventing wheels), open-data & integration architecture papers, and 4IR / 5IR reference material aligned with the BlueDXP platform vision.

1. Standards bodies (the source of truth for codes & identifiers)

UNECE — Trade

UN Centre for Trade Facilitation & Electronic Business (UN/CEFACT). Owns UN/EDIFACT, the Single Window standards, and the LOCODE port/airport master.

UN Stats — HS Codes

Harmonized Commodity Description & Coding System (HS). Universal product taxonomy used by every customs authority in this registry.

World Customs Organization (WCO)

SAFE Framework, AEO programs, Data Model 3.x — the canonical reference for every customs & clearance authority listed in the Registry tab.

IMO — International Maritime Org.

FAL Convention electronic Single Window (Apr 2024 mandatory) — the “ports_maritime” category in the Playbooks tab maps to this.

ITU-T

Telecom standards including X.509, NGN, IoT and AI/ML reference architectures relevant to BlueDXP's IoT/edge layer.

ISO & IEC

ISO 3166 (countries), ISO 6346 (containers), ISO 8601 (timestamps), ISO 27001 (security), ISO 28000 (supply-chain security), ISO 14083 (logistics emissions).

GS1 — Global standards

GLN (location), GTIN (product), SSCC (logistic unit), GRAI/GIAI (assets). The “standards_identifiers” category in the Playbooks tab.

GS1 EPCIS 2.0

Event-based supply-chain visibility standard (REST + JSON-LD). The right wire format for chain-of-custody / cyber-physical sync, very relevant to the platform's Evidence & Lineage layer.

W3C DCAT 3

Data Catalog Vocabulary — the standard way to describe open datasets. Worth aligning the registry's metadata with DCAT for federated discovery.

OGC — Geospatial

OGC API Features, SensorThings, Records. Useful for any geofence/IoT/digital-twin extension on top of these authorities.

schema.org / GovernmentOrganization

Lightweight semantic markup so the public registry pages can be indexed (when un-noindexed) and used by AI agents as structured data.

EU INSPIRE Directive

Pan-European spatial data infrastructure. Reference architecture for cross-border interoperability (concepts apply to GCC + MENA federation too).

2. Similar projects & prior art (so we don't reinvent the wheel)

X-Road (Estonia/Finland)

Open-source data exchange backbone connecting hundreds of public-sector authorities. The closest real-world analog to a national authority registry + integration fabric. Strong reference for the “Authority connector” pattern.

EU CEF eDelivery / IDA

Connecting Europe Facility — reference building blocks (eID, eSignature, eDelivery, eInvoicing, Once-Only) for inter-authority integration.

OpenSanctions

Curated, open dataset of sanctions, PEPs and risk — a great reference for “register + tooling + dataset” design (license-aware, daily refreshes, API + bulk).

Open Ownership Register

Beneficial-ownership data standard + register implementation. Excellent example of cross-jurisdiction registry governance.

ITC Trade Map

International Trade Centre — one of the few large-scale “registry of authorities + datasets” products with clear access tiers; useful UX precedent.

Global Trade Helpdesk (UN)

UN/ITC/UNCTAD/WTO joint platform that aggregates regulatory information from national portals — conceptually the cross-border twin of this registry.

data.europa.eu — EU Open Data Portal

Federated catalog over 1M+ datasets from EU member states. Reference for federated registries with DCAT, harvesters, and a clean policy page.

Open Logistics Foundation

Open-source initiative (Fraunhofer + DB Schenker + Rhenus + Dachser) for logistics interoperability standards. Highly relevant for BlueDXP's adapter strategy.

IDSA Data Space Connector

International Data Spaces Association — reference architecture for sovereign data exchange across organizations. The blueprint for our planned tenant-to-tenant data exchange.

GLEIF / LEI

Global Legal Entity Identifier Foundation. Recommended canonical entity ID for every authority and counterparty in BlueDXP — pair with GLN for locations.

3. Open-data & integration architecture (the “why”)

4. 4IR & 5IR alignment (forward-looking)

5. Regional / GCC & MENA references (the registry's primary footprint)

6. Internal architecture & vision documents

All external links open in a new tab. Internal links resolve to BlueDXP repo paths. If you hit a dead link or have a better reference, edit official-data-sources.html and ship a PR.

Machine JSON: GET /api/official-data-sources (optional ?jurisdiction=SA, ?q=customs, ?category=clearance_trade_platform, ?id=<source>, ?stats=1, ?group=jurisdiction|category, ?knowledge=1; ETag + CORS) · Auth-guarded knowledge: GET/POST /api/official-data-sources-verify · Validate: npm run validate:official-sources-registry · Sync to DB: npm run sync:official-sources-to-db