---
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

---

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