https://api.cdp.coinbase.com/platform/v2/x402).
Discovery: /.well-known/x402 |
agent.json |
OpenAPI spec |
llms.txt
Lookup or search French companies and legal entities in the INSEE Sirene register (Système national d'Identification et du Répertoire des Entreprises et de leurs Établissements). Returns company name, 9-digit SIREN number, 14-digit SIRET for the principal establishment, legal category, NAF activity code, creation date, and current status.
Covers all 31 million French entities — companies, associations, sole traders, and public bodies. Two variants: lookup by SIREN (/fr/company/{siren}) and name search (/fr/company/search/{name}).
This endpoint is designed for AI agents. Typical callers include:
{
"siren": "542107651",
"siret": "54210765100047",
"name": "...",
"legal_category": "SAS",
"naf_code": "62.01Z",
"creation_date": "1966-01-01",
"status": "active",
"source": "INSEE Sirene"
}
GET https://globalapi.dev/fr/company/542107651 — $0.01 USDC via x402
payment-required header containing base64-encoded payment instructionspayment-signature headerCompatible client libraries: @x402/client (TypeScript), x402-python (Python).