https://api.cdp.coinbase.com/platform/v2/x402).
Discovery: /.well-known/x402 |
agent.json |
OpenAPI spec |
llms.txt
Lookup or search Norwegian companies in the official Brønnøysund Register Centre (Brreg). Returns company name, organisation number, registration date, status (active/dissolved), registered address, industry code (NACE), and entity type. Covers all Norwegian businesses, organisations, and legal entities.
Two variants: lookup by 9-digit organisation number (/no/company/{orgnr}) and name search (/no/company/search/{name}). Used for counterparty due diligence on Norwegian entities.
This endpoint is designed for AI agents. Typical callers include:
{
"orgnr": "923609016",
"name": "EXAMPLE AS",
"status": "active",
"registration_date": "2018-03-15",
"entity_type": "AS", // Aksjeselskap (limited company)
"nace_code": "62.010",
"address": { "street": "...", "city": "Oslo", "postcode": "0150", "country": "NO" },
"source": "Brønnøysundregistrene"
}
GET https://globalapi.dev/no/company/923609016 — $0.005 USDC via x402
payment-required header containing base64-encoded payment instructionspayment-signature headerCompatible client libraries: @x402/client (TypeScript), x402-python (Python).