ToolAssay

Look up an Irish company by exact CRO company number

Look up an Irish company by exact CRO company number. Returns legal name, status, registered address and source provenance as JSON. No name search. Synthetic fixture 00000000 on Base Sepolia for free integration testing.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
872 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://testnet.queryspigot.com/api/v1/company/00000000

CategoryCompany and compliance
Provider hosttestnet.queryspigot.com
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 872 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "company_number": "00000000"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "company_number": {
              "description": "Exact CRO company number. Preserve leading zeros.",
              "pattern": "^[0-9]{1,20}$",
              "type": "string"
            }
          },
          "required": [
            "company_number"
          ],
          "type": "object"
        },
        "type": {
          "enum": [
            "http"
          ],
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "pathParams"
      ],
      "type": "object"
    },
    "output": {
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON