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

# List grouped links

`GET /links`

Fetch link collections (readme, demo, repo, project).

## Response `200`

A grouped object of link arrays

- object
  - `readme_links` ReadmeLink[]
    - `id` integer
    - `title` string
    - `readme_url` string
  - `demo_links` DemoLink[]
    - `id` integer
    - `title` string
    - `demo_url` string
  - `repo_links` RepoLink[]
    - `id` integer
    - `title` string
    - `repo_url` string
  - `project_links` ProjectLink[]
    - `id` integer
    - `title` string
    - `link` string

## Other responses

- `401` — Missing or invalid API key

## Changes

> 5 revisions in range; 1 could not be searched.

- **2026-02-28** `cf6ee4e9eef4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hackclub/apis/flavortown-api/changes/links/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)
