v2

latestOpenAPI 3.1.0Source-specific upstream terms; see response catalog metadata2026-07-26139203447.9 KB
Legal

Detail of a single mercantile-law norm (with act↔norm bridge)

Return one norm's BOE/ELI identification, its key articles (each with canonical URL + a flag for seeded consolidated text), the BORME act types it governs (the law→data bridge) and a single AI-citable atomic fact (citable_fact). LICENSE: consolidated text from the BOE, re-used under Ley 37/2007; the official version is boe.es. Informational only — NOT legal advice. Cached 24h.

get/api/v1/legal/norm/{slug}

Path parameters

slugstring required
Example:ley-de-sociedades-de-capital

Norm slug as listed by /api/v1/legal/norms.

Response

Norm detail with key articles, regulated acts and a citable fact

licensestring
license_urlstring uri
attributionstring
disclaimerstring
generated_atstring date-time

Example response

{
  "norm": {
    "boe_id": "BOE-A-2010-10544",
    "eli": "https://www.boe.es/eli/es/rdlg/2010/07/02/1"
  },
  "key_articles": [
    {
      "article_num": "318"
    }
  ],
  "regulated_acts": [
    {
      "act_type": "ampliacion-capital",
      "articles": "LSC arts. 295-316"
    }
  ],
  "citable_fact": {
    "source": "BOE — texto consolidado (Ley 37/2007)"
  },
  "license": "BOE — Ley 37/2007 (reutilización de la información del sector público)",
  "license_url": "https://www.boe.es/informacion/aviso_legal/index.php",
  "attribution": "Texto consolidado del Boletín Oficial del Estado (BOE), estructurado por OpenMercantil. La versión oficial y auténtica es la publicada en boe.es.",
  "disclaimer": "Contenido meramente informativo. No constituye asesoramiento jurídico ni sustituye al texto oficial consolidado del BOE."
}