Skip to main content
GET
News Details

Overview

The News Detail API returns the full enriched record for one or more news articles, identified by news_ids. It returns the same article structure as the News Signals API, scoped to exact IDs rather than a search query — useful when you already know which articles you need, typically because you found them via the News Signals API and now want their complete data, including full text. Results are returned in the API response.

Endpoint Details

  • Method: GET
  • Endpoint: /api/v1/news/by-id/

Authentication requirements

  • Include a valid API key in the x-api-key request header.

Request

Request Parameters

Header Parameters

string
required
Your API key.

URL Parameters

string
required
Comma-separated list of news article IDs (e.g. 34144849, 34186756). IDs are obtained from the id field returned by the News Signals API.

Example Request

Response

Successful Response Fields

Returns a JSON object with the following structure:
integer
Number of articles returned.
array
Array of enriched article objects, one per requested news ID that was found.
float
Number of credits consumed.

Authorizations

x-api-key
string
header
required

API key obtained from your Akta account.

Query Parameters

news_ids
string
required

Comma-separated list of news article IDs (e.g. '34144849, 34186756'). IDs are obtained from the id field returned by the News API.

Response

News articles returned

count
integer

Number of articles returned in the data array.

data
object[]
credits_consumed
number<float>