---
title: "Search every data source covering the AOI in one query (merged, type-tagged)."
method: POST
path: "/v1/catalog/federated_search"
tags: ["resource-facade"]
---

# Search every data source covering the AOI in one query (merged, type-tagged).

`POST /v1/catalog/federated_search`

## Headers

- `x-api-key` string, nullable

## Request body

- FederatedSearchInput
  - `collections` string[], nullable
  - `ids` string[], nullable
  - `datetime` string, nullable
  - `limit` integer
  - `query` object, nullable
  - `bbox` number[], nullable
  - `intersects` object, nullable
  - `full_catalog` boolean, nullable
  - `source_ids` string[], nullable
  - `data_types` string[], nullable

## Response `200`

Successful Response

- FederatedSearchOutput
  - `type` string
  - `features` unknown[]
    - unknown
  - `numberReturned` integer
  - `sources` SourceResultSummary[]
    - `source_id` string, required
    - `title` string, required
    - `count` integer, required
    - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
