# GlobalAPI — Norway Company Registry Lookup by Organisation Number

> GlobalAPI — Norway Company Registry Lookup by Organisation Number is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-10).

Retrieves company registration data for a Norwegian entity by its organisation number (orgnr) from the Norwegian business registry.

## Facts

- Endpoint: GET https://globalapi.dev/no/company/%7Borgnr%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-norway-company-registry-lookup-by-organisation-number-0f9e9387
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M9m41tPDFuWUla891MD27

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability globalapi-norway-company-registry-lookup-by-organisation-number-0f9e9387
```

Example prompt: Can you look up the Norwegian company with organisation number 912345678 and tell me its registered name, status, and any other details from the official business registry?

## When to prefer this

Use this endpoint when you need to look up a specific Norwegian company by its 9-digit organisation number and want official registry data without a subscription or API key. Prefer this over generic business data providers when the target entity is specifically Norwegian and you need authoritative registry-sourced information on a pay-per-call basis.

## Known failure modes

- Invalid or non-existent orgnr returns 404 or empty result
- Malformed orgnr (wrong digit count or format) returns 400 bad request
- Payment failure via x402 prevents data retrieval
- Registry data temporarily unavailable causes 5xx error
- Rate limiting or USDC payment issue blocks the call

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Structured company registration data for the queried Norwegian organisation number, including the company name, legal status, registration date, and other official registry fields sourced from the Norwegian Business Registry (Brønnøysundregistrene).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-norway-company-registry-lookup-by-organisation-number-0f9e9387/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
