---
title: "List repository links"
method: GET
path: "/links/repo"
tags: ["Links"]
---

# List repository links

`GET /links/repo`

Fetch repo URLs for projects. Optional `limit` query param limits results.

## Query parameters

- `limit` integer

## Response `200`

Repo links

- object
  - `repo_links` RepoLink[]
    - `id` integer
    - `title` string
    - `repo_url` string

## Other responses

- `401` — Missing or invalid API key

## Changes

- **2026-07-17** `30b9ad477190` — 1 info
  - endpoint added
- **2026-02-28** `cf6ee4e9eef4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hackclub/apis/flavortown-api/changes/links/repo/get.md)

---

[API](https://skmtc.dev/hackclub/apis/flavortown-api.md) · [All operations](https://skmtc.dev/hackclub/apis/flavortown-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackclub/flavortown-api/revisions/30b9ad477190/schema)
