---
title: "Get BORME daily summary"
method: GET
path: "/api/v1/daily/{date}"
tags: ["BORME"]
---

# Get BORME daily summary

`GET /api/v1/daily/{date}`

Return the BORME publication summary for a given date with all acts grouped by province and type. Source: official BORME publication. Cached 24h.

## Path parameters

- `date` string, date, required

## Response `200`

Daily summary with acts list

- DailySummary — BORME daily artifact. Stable counters are explicit; grouping fields may evolve with the artifact version.
  - `date` string, nullable
  - `count` integer
  - `events` BormeEvent[]
    - `id` string, nullable
    - `date` string, nullable
    - `publish_date` string, nullable
    - `type` string, nullable
    - `act_type` string, nullable
    - `title` string, nullable
    - `text` string, nullable
    - `province` string, nullable
    - `source` string, nullable
    - `source_url` string, uri, nullable
  - `provinces` object
  - `types` object

## Other responses

- `404` — Resource not found
- `429` — Rate limit exceeded
- `503` — The public read failed closed because its legal source catalog, subject classification, bounded projection, database helper or required artifact is unavailable. Clients must not infer an empty result.

---

[API](https://skmtc.net/openmercantil/apis/openmercantil-public-api.md) · [All operations](https://skmtc.net/openmercantil/apis/openmercantil-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmercantil/openmercantil-public-api/revisions/996f96a11758/schema)
