---
title: "Minimized public source metadata"
method: GET
path: "/api/v1/sources/status"
tags: ["Sources"]
---

# Minimized public source metadata

`GET /api/v1/sources/status`

Return only public catalog metadata and a coarse data date/freshness. Its ETag is bound to the shared asv1 stats generation and uses 60-second must-revalidate caching. This endpoint is not an operator health probe and does not expose connector status, errors, schedules, source URLs or item counts.

## Headers

- `If-None-Match` string

## Response `200`

Fail-closed public source projection

- PublicSourceStatusResponse
  - `generated_at` string, date-time, required
  - `source_catalog_version` string, required
  - `count` integer, required
  - `sources` PublicSourceMetadata[], required
    - `slug` string, required
    - `name` string, required
    - `license` string, required
    - `license_url` string, uri, nullable
    - `attribution_required` boolean, required
    - `attribution_text` string, nullable
    - `official_url` string, uri, nullable
    - `reuse_conditions` string, required — Condiciones de reutilizacion que el consumidor debe conservar al presentar o transformar el dato.
    - `policy_effective_date` string, date, required
    - `reviewed_at` string, date, nullable
    - `data_updated_at` string, date-time, nullable
    - `catalog_version` string, required
    - `freshness` 'current' | 'stale' | 'unknown', required
  - `_legal_notice` string, required

## Other responses

- `304` — The minimized source-status representation and shared stats generation have not changed
- `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)
