---
title: "Search URIs by list"
method: POST
path: "/search/uris"
tags: ["public"]
---

# Search URIs by list

`POST /search/uris`

Accepts a list of URIs and returns matching results based on provided criteria.

## Request body

- object
  - `uris` string[] — List of URIs to filter the search results.
  - `limit` integer — The number of items requested, defaulted to 10 and limited to 100.
  - `offset` integer — The first row of resources to retrieve, starting at 0.
  - `sort` 'relevance' | 'release_date' | 'title' — The sort order of the returned set of results.

## Response `200`

OK

## Other responses

- `400` — Bad Request - Invalid request format or parameters
- `500` — Internal server error

---

[API](https://skmtc.net/office-of-national-statistics/apis/search-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/search-api/revisions/33e6751db807/schema)
