# GlobalAPI — Ireland Company Registry Lookup by Number

> GlobalAPI — Ireland Company Registry Lookup by 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-15).

Retrieves company registration details for an Irish company by its company number from the Ireland company registry.

## Facts

- Endpoint: GET https://globalapi.dev/ie/company/%7Bnumber%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-ireland-company-registry-lookup-by-number-fdb08bcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T0-auVU_Z8JTCQamb4wZf

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-ireland-company-registry-lookup-by-number-fdb08bcd
```

Example prompt: Can you look up the Irish company with registration number 123456 and tell me its official name, status, and registered address from the Ireland company registry?

## When to prefer this

Use this endpoint when you need machine-readable, pay-per-call access to Irish company registry data without managing API subscriptions or keys. Ideal for KYC workflows, due diligence, compliance checks, or business intelligence pipelines that need on-demand Ireland company data at low cost per call.

## Known failure modes

- Company number not found — returns 404 or empty result
- Invalid company number format — returns 400 bad request
- Payment failure — 402 response if USDC payment not processed
- Rate limiting or network timeout if registry is temporarily unavailable
- Stale or incomplete registry data if source registry has not updated recently

## 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

Returns structured company registry data for the requested Irish company number, including company name, registration status, registered office address, incorporation date, company type, and potentially director information sourced from the Ireland Companies Registration Office.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-ireland-company-registry-lookup-by-number-fdb08bcd/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)
