---
title: "Search repositories"
method: GET
path: "/repositories/_search"
tags: ["Public endpoints", "Repositories"]
deprecated: true
---

# Search repositories

`GET /repositories/_search`

> **Deprecated.**

Deprecated. Use GET /repositories with the q query parameter and filters instead.

## Query parameters

- `page` integer
- `perPage` integer
- `organisation` string, uri
- `q` string, required

## Response `200`

OK

- RepositorySummary[]
  - `id` string, uuid
  - `url` string, uri — URL of the source code repository.
  - `forkType` 'TECHNICAL_FORK' | 'VARIANT_FORK' | 'GIT_FORK' | 'URL_MISTAKE' — Derived fork classification based on the git fork flag, publiccode.yml url, and isBasedOn metadata.
  - `organisation` OrganisationSummary — An organisation from the catalog
    - `uri` string, uri, required — The unique identifier for an organisation
    - `label` string, required — The label of the organisation
  - `publicCodeUrl` string — URL of publiccode.yml in the repository.
  - `shortDescription` string — Description of the repository from the git hosting (e.g. the repository description). Used as a fallback when no publiccode.yml is available.
  - `name` string — Name of the repository from the git hosting. Used as a fallback when no publiccode.yml is available.
  - `createdAt` string, date-time
  - `lastCrawledAt` string, date-time
  - `lastActivityAt` string, date-time
  - `archived` boolean — Whether the repository is archived and hidden from default repository listings.

## Other responses

- `400` — Bad request

## Changes

- **2026-07-21** `7ead59c4ed4b` — 1 info
  - added the optional property `items/archived` to the response with the `200` status

[Change history](https://skmtc.dev/digilab/apis/oss-register-api-v1/changes/repositories/_search/get.md)

---

[API](https://skmtc.dev/digilab/apis/oss-register-api-v1.md) · [All operations](https://skmtc.dev/digilab/apis/oss-register-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digilab/oss-register-api-v1/revisions/c98155e7c17a/schema)
