---
title: "Crypto News"
method: GET
path: "/news"
---

# Crypto News

`GET /news`

To query the latest crypto news and guides on CoinGecko

## Query parameters

- `page` integer
- `per_page` integer
- `coin_id` string
- `language` 'en' | 'ru' | 'de' | 'pl' | 'es' | 'vi' | 'fr' | 'pt-br' | 'ar' | 'bg' | 'cs' | 'da' | 'el' | 'fi' | 'he' | 'hi' | 'hr' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lt' | 'nl' | 'no' | 'ro' | 'sk' | 'sl' | 'sv' | 'th' | 'tr' | 'uk' | 'zh' | 'zh-tw'
- `type` 'all' | 'news' | 'guides'

## Response `200`

List of latest crypto news

- object[]
  - `title` string, required — News article title
  - `url` string, required — News article URL
  - `image` string, required — News article image URL
  - `author` string, required — News article author
  - `posted_at` string, required — News article published timestamp in ISO 8601 format
  - `type` 'news' | 'guide', required — News article type
  - `source_name` string, required — News article source name
  - `related_coin_ids` string[], required — Related coin IDs

---

[API](https://skmtc.net/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/versions/006c13c1a566/schema)
