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. Synthetic fixture 00000000 on Base Sepolia for free integration testing.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1177 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/:company_number
| Category | Company and compliance |
|---|---|
| Provider host | testnet.queryspigot.com |
| Networks | eip155:84532 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 1177 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"
}