---
title: "Get Litellm Blog Posts"
method: GET
path: "/public/litellm_blog_posts"
tags: ["public"]
---

# Get Litellm Blog Posts

`GET /public/litellm_blog_posts`

Public endpoint to get the latest LiteLLM blog posts.

Fetches from GitHub with a 1-hour in-process cache.
Falls back to the bundled local backup on any failure.

## Response `200`

Successful Response

- BlogPostsResponse
  - `posts` BlogPost[], required
    - `title` string, required
    - `description` string, required
    - `date` string, required
    - `url` string, required

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
