---
title: "Curated DRE news articles"
method: GET
path: "/news"
tags: ["news"]
---

# Curated DRE news articles

`GET /news`

Returns the curated article cards from the DRE News service. The upstream service is called server-to-server with the `NEWS-INTERNAL-API-KEY` header sourced from `NEWS_INTERNAL_API_KEY`; browser clients should use this endpoint instead of calling CoinGecko directly.

## Query parameters

- `withImagesOnly` boolean
- `category` string
- `limit` number

## Response `default`

- NewsArticleResponseDto[]
  - `id` string, required
  - `title` string, required
  - `description` object, nullable, required
  - `imageUrl` object, nullable, required
  - `sourceUrl` string, required
  - `sourceName` string, required
  - `publishedAt` string, date-time, required
  - `categories` string[], required

---

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