---
title: "Trending Repositories"
method: GET
path: "/v1/github/trending/repositories"
tags: ["GitHub"]
---

# Trending Repositories

`GET /v1/github/trending/repositories`

Scrapes GitHub's public Trending repositories page. Returns ranked repositories with public URLs, descriptions, language, star/fork counts, stars for the selected range, and built-by users when GitHub shows them. Use language for paths like JavaScript or Python, since for daily/weekly/monthly, and spoken_language_code for GitHub's spoken language filter.

## Query parameters

- `language` string
- `since` 'daily' | 'weekly' | 'monthly'
- `spoken_language_code` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/scrapecreators/apis/scrape-creators-api.md) · [All operations](https://skmtc.dev/scrapecreators/apis/scrape-creators-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapecreators/scrape-creators-api/revisions/e9ec3dbbd8b8/schema)
