---
title: "GET /catalog"
method: GET
path: "/catalog"
tags: ["crate::srv"]
---

# GET /catalog

`GET /catalog`

## Response `200`

Catalog of all configured sources

- Catalog
  - `fonts` object, required
  - `settings` object, required — Server-wide capability flags
    - `rendering` boolean, required — Whether server-side style rendering endpoints are enabled.
  - `sprites` object, required
  - `styles` object, required
  - `tiles` object, required

## Changes

- **2026-05-23** `37308413c5f7` — 1 info
  - added the required property `settings/rendering` to the response with the `200` status
- **2026-05-16** `9c72b5c0142d` — 1 info
  - added the required property `settings` to the response with the `200` status
- **2026-05-11** `f0a949860406` — 11 info
  - added the optional property `fonts/additionalProperties/format` to the response with the `200` status
  - added the optional property `fonts/additionalProperties/last_modified_at` to the response with the `200` status
  - added the optional property `sprites/additionalProperties/last_modified_at` to the response with the `200` status
  - added the optional property `sprites/additionalProperties/size_in_bytes` to the response with the `200` status
  - …7 more
- **2026-04-29** `fcbc46ab9456` — 1 breaking, 11 warning
  - removed the required property `settings` from the response with the `200` status
  - removed the optional property `fonts/additionalProperties/format` from the response with the `200` status
  - removed the optional property `fonts/additionalProperties/last_modified_at` from the response with the `200` status
  - removed the optional property `sprites/additionalProperties/last_modified_at` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/maplibre/apis/martin/changes/catalog/get.md)

---

[API](https://skmtc.dev/maplibre/apis/martin.md) · [All operations](https://skmtc.dev/maplibre/apis/martin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maplibre/martin/revisions/ae1f37f48eb1/schema)
