---
title: "GET /experimental/search/repos"
method: GET
path: "/experimental/search/repos"
tags: ["Search"]
---

# GET /experimental/search/repos

`GET /experimental/search/repos`

Searches a provider (github, gitlab) for public repositories matching a query string (cached, top 5). Providers without public repo search (e.g. bitbucket) return supported=false.

## Query parameters

- `q` string, required
- `provider` union, required
  - 'github'
  - 'gitlab'
  - 'bitbucket'

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `meta` object, required
    - `totalCount` integer, required
    - `supported` boolean, required
  - `data` object[], required
    - `id` string, required
    - `type` 'repo-search-result', required
    - `attributes` object, required
      - `owner` string, required
      - `repo` string, required
      - `description` string, nullable, required
      - `stars` integer, required
      - `url` string, required
      - `defaultBranch` string, required

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tessl/apis/tessl-api.md) · [All operations](https://skmtc.net/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessl/tessl-api/versions/fbb186825642/schema)
