{
  "x402Version": 2,
  "id": 3909,
  "slug": "3909",
  "resource": "https://data.greeneris.io/v1/no/company",
  "description": "Official Norwegian company registry (Enhetsregisteret) via data.brreg.no, Bronnoysund Register Centre. Query: ?q=equinor or ?q=923609016 (name or 9-digit orgnr), optional size (1-10, name search). Returns orgnr, legal form, NACE code, business address, registration date, employees, VAT registration, bankruptcy and liquidation flags per company. NLOD 2.0 licensed, personal data stripped. 24h cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "q": "equinor",
            "size": 1
          },
          "type": "http"
        },
        "output": {
          "example": {
            "results": [
              {
                "address": {
                  "city": "STAVANGER",
                  "country_code": "NO",
                  "municipality": "STAVANGER",
                  "postal_code": "4035",
                  "street": [
                    "Forusbeen 50"
                  ]
                },
                "bankrupt": false,
                "employees": 21393,
                "nace": {
                  "code": "06.100",
                  "description": "Utvinning av råolje"
                },
                "name": "EQUINOR ASA",
                "natural_person": false,
                "org_form": {
                  "code": "ASA",
                  "description": "Allmennaksjeselskap"
                },
                "orgnr": "923609016",
                "registration_date": "1995-03-12",
                "under_forced_liquidation": false,
                "under_liquidation": false,
                "vat_registered": true
              }
            ],
            "source": "data.brreg.no Enhetsregisteret (Bronnoysund Register Centre, NLOD 2.0); personal contact data removed",
            "total_results": 1
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "q": {
                    "description": "Company name or 9-digit organisation number (orgnr)",
                    "type": "string"
                  },
                  "size": {
                    "default": 3,
                    "description": "Results per page for name search (1-10)",
                    "type": "integer"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.greeneris.io",
  "lastUpdated": "2026-09-09T16:22:23.837Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-09T16:22:23.545Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}