---
title: "Get published blogs"
method: POST
path: "/public/get-all-blogs"
tags: ["Blog"]
---

# Get published blogs

`POST /public/get-all-blogs`

Get details of all published blogs with this API

Rate limit: Maximum 15 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `fermionSchoolId` string, required — Your school ID

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `blogs` object[], required — Array of published blog posts
          - `fermionBlogId` string, required — Unique identifier for the blog post
          - `slug` string, required — URL-friendly identifier used in blog post URLs
          - `titleMarkdown` string, required — Blog post title in Markdown format
          - `contentMarkdown` string, required — Full blog post content in Markdown format
          - `category` string, required — Category classification for the blog post
          - `featuredImageUrl` string, uri, nullable — URL of the blog's featured image. May be null if no image is set
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/revisions/7ce364c8820b/schema)
