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

# GET /experimental/search/github

`GET /experimental/search/github`

Searches GitHub for repositories matching a query string (cached, top 5). Deprecated alias of GET /experimental/search/repos?provider=github.

## Query parameters

- `q` string, required

## Response `200`

Default Response

- object
  - `data` object[], required
    - `owner` string, required
    - `repo` string, required
    - `repoDescription` string, nullable, required
    - `repoStars` integer, required
    - `repoUrl` string, required
    - `defaultBranch` string, required
  - `meta` object, required
    - `totalCount` integer, 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)
