$0.005
per call · USD Coin on Base
Official profile of a French association (loi 1901) by RNA number (W + 9), from the RNA register (Ministry of the Interior, monthly): title, purpose and Waldec codes, nature, grouping, position (active/dissolved/deleted), creation, declaration, JO publication and dissolution dates, registered office, website, RUP number as declared, prefecture, and the SIREN when Sirene confirms it (categorie juridique 92xx). Covers associations WITHOUT a SIREN. No officer data. Excludes Alsace-Moselle.
Endpoint
GET https://api.sirenic.eu/v1/association/:rna6
Calls / 30d
1
Unique payers / 30d
Sep 7
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.sirenic.eu/v1/association/:rna", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.sirenic.eu/v1/association/:rna" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"anomalies": [],
"data_freshness": "export RNA 2026-09-01 (photo mensuelle, 5 j)",
"dates": {
"creation": "1964-12-30",
"derniere_declaration": "2025-09-26",
"dissolution": null,
"publication_jo": null
},
"fichier_source": "waldec",
"fraicheur": {
"derniere_mise_a_jour": "2026-03-28T19:00:02.000Z",
"millesime_export": "2026-09-01",
"qualite": "declaree"
},
"groupement": {
"code": "S",
"libelle": "simple"
},
"nature": {
"code": "R",
"libelle": "reconnue_utilite_publique"
},
"objet": "prévenir et alléger en toutes circonstances les souffrances humaines. Protéger la vie et la santé ainsi qu'à faire respecter la personnes humaine.",
"objet_social_codes": [
"017055",
"050000"
],
"position": {
"code": "A",
"libelle": "active"
},
"prefecture_gestionnaire": "759S",
"publication_web_autorisee": false,
"rna": "W751004076",
"rup_mi": "75.000.0001",
"siege": {
"adresse": "98 RUE Didot",
"code_insee": "75114",
"code_postal": "75694",
"commune": "Paris 14e"
},
"siren": "775672272",
"siren_origine": "identifiant_sirene",
"siret_declare": null,
"site_web": null,
"titre": "CROIX ROUGE FRANCAISE",
"titre_court": "CROIX ROUGE FRANCAISE"
}Payment details
0x76a672eee56d29d475b0715cc03b8c99d70ec8a2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Sirenic & similar services
Sirenic · Score Defaillance
api.sirenic.eu
Credit risk scoring for a French company: a default-risk score (0-100) at ~12 months from a transparent scorecard — filed financial ratios (structure, profitability, liquidity, net cash, debt service, trend), company age, and a hard BODACC override (open insolvency/liquidation, or closure for insufficiency of assets). Returns the score, a qualitative band, every component with its threshold, and a confidence level. Decision-support indicator — NOT a solvency opinion or credit rating.
Sirenic · Recherche
api.sirenic.eu
French company search and company lookup by name or SIREN in the official French company registry (INSEE Sirene / INPI RNE open data). Name search returns the top 10 matches with identity, SIREN, NAF code, city and active/ceased status, plus a score_confiance (0-1 match confidence) that helps disambiguate homonyms. The entry point to official data and company data on France: resolve a trading name to its SIREN identifier before pulling the full company profile, filings or financials.
Sirenic · Entreprise
api.sirenic.eu
Full French company profile by SIREN: official company data from the French company registry (INSEE Sirene / INPI RNE). One company lookup returns legal name, legal form, head-office address, NAF code, workforce bracket, creation date, active or ceased status, officers with name and role, collective agreement and the computed intra-EU VAT number. The core KYB building block for verifying a French counterparty: registry facts for due diligence, compliance and onboarding checks.