Skip to main content
GET
/
v1
/
news
/
{id}
Chi tiết tin tức
curl --request GET \
  --url https://api-gw.verolabs.co/v1/news/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "id": "<string>",
  "source": "<string>",
  "ticker": "<string>",
  "category": "<string>",
  "title": "<string>",
  "url": "<string>",
  "summary": "<string>",
  "published_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

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>