---
title: "Documentary embargo/garnishment mentions"
method: GET
path: "/api/v1/company/{slug}/embargoes"
tags: ["Companies", "Risk Signals"]
---

# Documentary embargo/garnishment mentions

`GET /api/v1/company/{slug}/embargoes`

Return documentary mentions of embargoes (embargo de bienes, anotaciones registrales) when published in public registries. Documentary only — does not certify current status.

## Path parameters

- `slug` string, required

## Response `200`

Embargo mentions

- CompanyEmbargoesResponse
  - `slug` string, required
  - `count` integer, required
  - `summary` object, nullable
    - `count` integer
    - `total_amount_eur` number, nullable
    - `latest_date` string, nullable
  - `items` EmbargoRecord[], required
    - `date` string, nullable
    - `authority` string, nullable
    - `summary` string, nullable
    - `amount_eur` number, nullable
    - `source_url` string, uri, nullable
  - `source` string, required
  - `note` string, required

## Other responses

- `404` — Resource not found
- `429` — Rate limit exceeded
- `503` — Controlled fail-closed denial: the required dataset or legal layer is absent, invalid, unsupported or not authorized for this public surface.

---

[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/versions/996f96a11758/schema)
