---
title: "Get all static content"
method: GET
path: "/static-content"
tags: ["static-content"]
---

# Get all static content

`GET /static-content`

Retrieve all static content with optional filters

## Query parameters

- `category` string
- `languageType` string
- `published` string

## Response `200`

Contents retrieved successfully

- StaticContentResponseDto[]
  - `content_id` number, required — Content ID
  - `title` string, required — Title
  - `slug` string, required — URL slug
  - `description` string, required — Description
  - `category` string, required — Category
  - `content` string, required — HTML content
  - `languageType` string, required — Language
  - `is_published` boolean, required — Published status
  - `published_at` string, date-time — Published date
  - `author` string — Author
  - `metadata` object — Metadata
  - `view_count` number, required — View count
  - `created_at` string, date-time, required — Created date
  - `updated_at` string, date-time, required — Last updated date

---

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