# Sirenic – French Association JOAFE Official Notices by RNA

> Sirenic – French Association JOAFE Official Notices by RNA is a paid API for AI agents from api.sirenic.eu, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves official Journal Officiel des Associations (JOAFE) notices for a French association by its RNA number, including creation, modification, dissolution, and correction announcements, most recent first.

## Facts

- Endpoint: GET https://api.sirenic.eu/v1/association/:rna/annonces
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sirenic-french-association-joafe-official-notices-by-rna-89f0da80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7NqeU2w9oW7Okt4q1RCEh

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 sirenic-french-association-joafe-official-notices-by-rna-89f0da80
```

Example prompt: Can you pull up all the official JOAFE notices for the French association with RNA number W011006690? I need to see their creation, any modifications to their name or purpose, and if there's a dissolution notice.

## When to prefer this

Use this endpoint when you need official, government-sourced JOAFE gazette notices specifically for French associations (not companies) identified by their RNA number. It is the association equivalent of BODACC notices and is the authoritative source for legal events such as creation, dissolution, name change, purpose change, or address change. Prefer this over general web searches when legal certainty or official documentation (PDF) is required for compliance, due diligence, or partnership verification.

## Known failure modes

- Invalid or malformed RNA number (not W + 9 characters) — returns 4xx validation error
- RNA number not found in JOAFE database — returns empty result set
- Association has no JOAFE notices within the loaded coverage window — returns empty list (not an error; check couverture)
- Service unavailable on non-Tuesday days immediately after a new issue — data may lag until Tuesday load
- Rate limiting or payment failure — returns 402 payment required or 429 too many requests

## How this service works

Official Journal notices of a French association (JOAFE, DILA) by RNA number: creations, modifications (title, purpose, registered office), dissolutions, corrections — the association equivalent of BODACC notices, most recent first, with issue date, declaration date and prefecture, purpose themes and the PDF file name. Carries `couverture` (first and last loaded issue): no notice inside that window is a fact, not a gap. Weekly issue, loaded every Tuesday.

## Output

Returns a list of official JOAFE gazette notices for the given RNA number, ordered most recent first. Each notice includes the announcement type (creation, modification, dissolution, correction), issue date, declaration date, prefecture, purpose themes, and the PDF file name of the original gazette document. Also includes a 'couverture' field indicating the first and last loaded issue — absence of a notice within that window is confirmed data, not a gap. Issues are weekly and loaded every Tuesday.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "rna"
     ],
     "properties": {
      "rna": {
       "type": "string",
       "description": "RNA number (W + 9 characters), e.g. W011006690"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sirenic-french-association-joafe-official-notices-by-rna-89f0da80/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.sirenic.eu](https://www.zero.xyz/host/api.sirenic.eu/llms.txt)
