---
title: "List devlogs"
method: GET
path: "/devlogs"
tags: ["Devlogs"]
---

# List devlogs

`GET /devlogs`

Fetch all devlogs across all projects.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

A paginated list of devlogs

- object
  - `devlogs` Devlog[]
    - `id` integer
    - `body` string
    - `comments_count` integer
    - `duration_seconds` integer
    - `likes_count` integer
    - `scrapbook_url` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `media` object[]
      - `url` string
      - `content_type` string
    - `comments` Comment[]
      - `id` integer
      - `author` object
        - `id` integer
        - `display_name` string
        - `avatar` string
      - `body` string
      - `created_at` string, date-time
      - `updated_at` string, date-time
  - `pagination` Pagination
    - `current_page` integer
    - `total_pages` integer
    - `total_count` integer
    - `next_page` integer, nullable

## Other responses

- `400` — Invalid request parameters
- `401` — Missing or invalid API key
- `429` — Rate limit exceeded

## Changes

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

- **2026-03-26** `5aa899f5a7d4` — 1 info
  - added the non-success response with the status `429`
- **2026-03-26** `69b66574f6f0` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the non-success response with the status `400`
- **2026-02-28** `cf6ee4e9eef4` — 1 warning, 2 info
  - deleted the `query` request parameter `limit`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `429`

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