Legal announcements from the French BODACC official gazette for one company, by SIREN (Luh
Legal announcements from the French BODACC official gazette for one company, by SIREN (Luhn-validated). Query: ?siren=383474814 (required), famille=collective for insolvency proceedings (optional filter), limit=10 (1-20). Returns newest-first announcements with family, tribunal, judgment nature and date, and source URL; legal entities only (GDPR-safe). Zero announcements for a valid SIREN is a clean-record signal. Source: DILA open data, daily publications. Cached 1h.
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-27
updated
Provider
data.greeneris.io · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"famille": "vente",
"limit": 5,
"siren": "383474814"
},
"type": "http"
},
"output": {
"example": {
"announcements": [
{
"capital": null,
"city": "Blagnac",
"company": "AIRBUS",
"date": "2026-05-26",
"departement": "31",
"deposit": {
"closing_date": "2025-12-31",
"type": "Comptes annuels et rapports"
},
"family": "Dépôts des comptes",
"family_code": "dpc",
"id": "C202600982530",
"judgment": null,
"legal_form": "Société par actions simplifiée",
"siren": "383474814",
"tribunal": "Greffe du Tribunal de Commerce de toulouse",
"type": "Avis initial",
"url": "https://www.bodacc.fr/pages/annonces-commerciales-detail/?q.id=id:C202600982530"
}
],
"count": 2,
"famille": null,
"siren": "383474814",
"source": "BODACC official gazette via DILA open data (bodacc-datadila.opendatasoft.com, Licence Ouverte); legal-entity announcements only",
"total_count": 47
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"famille": {
"description": "Announcement family filter ('collective' = insolvency proceedings)",
"enum": [
"collective",
"conciliation",
"creation",
"divers",
"dpc",
"immatriculation",
"modification",
"radiation",
"retablissement_professionnel",
"vente"
],
"type": "string"
},
"limit": {
"description": "Max announcements, 1-20 (default 10)",
"type": "integer"
},
"siren": {
"description": "9-digit French SIREN company id",
"type": "string"
}
},
"required": [
"siren"
],
"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"
}
}
}Use it
curl
curl "https://data.greeneris.io/v1/fr/bodacc" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://data.greeneris.io/v1/fr/bodacc");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://data.greeneris.io/v1/fr/bodacc")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3990.json, and this resource appears in /discovery/resources and /discovery/search.