Skip to main content
GET
Chi tiết tin tức
Fetch one news item by ID.

News detail

Returns title, summary, source and publish time when available.

Direct lookup

Use after selecting an item from the news list.

Common use cases

  • Open a news detail page.
  • Retrieve the source URL for a news item.
  • Map news metadata into a UI.

Key parameter

  • id: news ID returned by the list endpoint.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Path Parameters

id
string
required
Example:

"report-id"

Response

OK

id
string
source
string
ticker
string | null
category
string | null
title
string
url
string | null
summary
string | null
published_at
string<date-time>