Search French BODACC legal announcements by CRITERIA, not by company
Search French BODACC legal announcements by CRITERIA, not by company: pick a family (insolvency proceedings, deregistrations, sales, incorporations, accounts filings, conciliation...), a date window and optionally a department. Answers questions like: which companies entered insolvency proceedings in department 59 this week? Up to 100 announcements, newest first, each with its SIREN, court, town and structured judgment. Sole traders are excluded (their name is personal data) and counted.
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://api.sirenic.eu/v1/bodacc/recherche
| Category | Company and compliance |
|---|---|
| Provider host | api.sirenic.eu |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 6 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.03 | 876 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"departement": "59",
"depuis": "2026-08-04",
"famille": "collective",
"jusqu_a": "2026-08-11"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"departement": {
"description": "Optional French department code: 01-95, 2A, 2B, 971-978. Example: 59 (Nord).",
"type": "string"
},
"depuis": {
"description": "Start of the publication window, YYYY-MM-DD. Required \u2014 there is no unbounded search. Example: 2026-08-04.",
"type": "string"
},
"famille": {
"description": "Announcement family code (closed list, these are the UPSTREAM BODACC codes): dpc (accounts filings, the largest family), modification, creation, radiation, collective (insolvency proceedings), vente, immatriculation, divers, conciliation, retablissement_professionnel. Example: collective.",
"type": "string"
},
"jusqu_a": {
"description": "Optional end of the publication window, YYYY-MM-DD. The window may not exceed 366 days, so a long-lived example should set BOTH bounds. Example: 2026-08-11.",
"type": "string"
}
},
"required": [
"famille",
"depuis"
],
"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"
}