sirenic

Insolvency notices of a UK company

Companies House gives a company's status; The Gazette, the official journal, publishes each step of the procedure — winding-up resolution, appointment of liquidators or administrators, winding-up petition and order, creditors' notices, dividends — about 220 notices a day. Sirenic collects them every morning, day by day, and attaches them to the company number: from the feed text when it carries it, otherwise from the notice itself, deferred, at the pace the site tolerates. The response says when the stock starts and how many notices still await attachment: coverage is partial, and says so.

See a real response (free) Get the quote for /v1/eu/entreprise/GB/{company_number}/annonces

What the route returns

Catalogue description, exactly as agents read it:

UK company insolvency notices from The Gazette, the official journal (London, Edinburgh, Belfast; OGL v3.0), collected daily from the corporate insolvency feed (category 24): winding-up resolutions and petitions, appointment of liquidators and administrators, winding-up orders, creditors' notices, dividends — official notice code, closed-list type, date and link. What Companies House does not give. A known company with no notice gets an explicit bounded answer. No personal data.

Expected identifier

8-character Companies House company number, leading zeros included.

A wrongly formatted identifier in the path returns 400 and is not billed — but it costs you a round trip. It is the leading cause of failed calls on the foreign routes. A search parameter, by contrast, is cleaned up: unsupported characters are stripped and the usable query is served.

Extract from a genuinely paid response

Dated snapshot from 2026-09-16, truncated to one item per array. It is not live data. The full extract is served free of charge from the samples surface, and the schema from the OpenAPI document.

{
 "pays": "GB",
 "company_number": "SC540982",
 "nombre_annonces": 1,
 "aucune_annonce": false,
 "annonces": [
  {
   "notice_id": "5212308",
   "type": "nomination_liquidateur",
   "regime": "liquidation_volontaire_creanciers",
   "code": 2443,
   "libelle_source": "Appointment of Liquidators",
   "date": "2026-09-16",
   "denomination_publiee": "PRIME PSYCHOLOGY LTD",
   "lien": "https://www.thegazette.co.uk/notice/5212308",
   "rattachement": "texte"
  }
 ],
 "stock": {
  "depuis": "2025-09-16",
  "dernier_jour_collecte": "2026-09-16",
  "avis_en_attente_de_rattachement": 0
 },
 "existence_verifiee": false,
 "source": "The Gazette (London, Edinburgh and Belfast Gazettes, thegazette.co.uk) — corporate insolvency notices, category 24. Contains public sector information licensed under the Open Government Licence v3.0",
 "licence": "Open Government Licence v3.0 (The Gazette / TSO under HMSO) — personal data excluded from re-use",
 "data_freshness": "flux quotidien de The Gazette (catégorie 24) pré-ingéré (collecte à 06:00 UTC, relecture des deux derniers jours) ; rattachement différé des avis sans numéro dans le flux"
}

Price and billing

Price: $0.02. The authoritative amount is the one in the 402 quote returned by the route itself — not this text, which derives from the same grid but is still just a page.

An error response cancels the payment: a 400, 404 or 503 is never billed. An upstream outage closes the route with a 503 rather than serving a degraded response.

Calling the route

# 1. Le devis, sans rien payer : la route répond 402 avec son montant
curl -i https://api.sirenic.eu/v1/eu/entreprise/GB/{company_number}/annonces

# 2. L'appel réglé — le client x402 paie le devis et rejoue la requête
npx x402-fetch https://api.sirenic.eu/v1/eu/entreprise/GB/{company_number}/annonces

# 3. Ou en MCP, dans Claude Code / Cursor / un agent
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp

What this route does not do

Never any personal data: The Gazette's OGL v3.0 excludes it — no notice text, no insolvency practitioners.

Neighbouring routes

How you pay

Every route is paid per call, in USDC or EURC on the Base network, over the x402 protocol: no account to create, no API key, no subscription. The first call returns a 402 quote your client settles, then replays the call. A failed call is never billed.

Would you rather have a euro invoice and prepaid credits? That is in preparation, and we will not announce a date until it is open. Write to contact@sirenic.eu and we will let you know when it opens.

Paid responses are Ed25519-signed: you can later prove what was served to you, and when. The whole catalogue is free to read in the OpenAPI document and in llms.txt.

One call, end to end

# Client x402 (npm) — le devis 402 est réglé et l'appel rejoué automatiquement
npx x402-fetch https://api.sirenic.eu/v1/entreprise/552032534

# Ou en MCP, dans Claude Code / Cursor
claude mcp add --transport http sirenic https://api.sirenic.eu/mcp

Routes used and pricing

RoutePriceSampleWhat it returns
/v1/eu/entreprise/GB/{company_number}/annonces$0.02free sampleUK company insolvency notices from The Gazette, the official journal (London, Edinburgh, Belfast; OGL v3.0), collected daily from the corporate insolvency feed (category 24): winding-up resolutions and petitions, appointment of liquidators and administrators, winding-up orders, creditors' notices, dividends — official notice code, closed-list type, date and link. What Companies House does not give. A known company with no notice gets an explicit bounded answer. No personal data.

Take it further

No account to create, no key to request: the first step is free and shows you exactly what you would be buying.

See a real response (free) Get the quote for /v1/eu/entreprise/GB/{company_number}/annonces Get notified about euro packs

Read next

Volume figures on this page were measured in our database on 2026-08-19. They are dated snapshots, not live counters. · OpenAPI · llms.txt · Full route catalogue and pricing