---
title: "Get a BORME daily summary through the legacy alias"
method: GET
path: "/api/v1/summary/date/{date}"
tags: ["BORME"]
deprecated: true
---

# Get a BORME daily summary through the legacy alias

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

> **Deprecated.**

Deprecated alias of `GET /api/v1/daily/{date}`. It returns the same attributed BORME daily projection; new clients must use the canonical route.

## 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

---

[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)
