Skip to main content
GET
/
v1
/
news
/
{id}
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.tradingnews.press/v1/news/01KNKV33C9DDADR1HRRWGCSA8V"
{
  "id": "01KNKV33C9DDADR1HRRWGCSA8V",
  "content": "BREAKING: Fed announces emergency rate cut of 50bps",
  "urgency": "breaking",
  "sentiment": null,
  "published_at": "2026-04-07T14:30:00+00:00",
  "received_at": "2026-04-07T14:30:01.234567+00:00"
}

Path Parameters

id
string
required
The article’s ULID. Example: 01KNKV33C9DDADR1HRRWGCSA8V

Response

Returns the full article object, or 404 if not found.
curl -H "X-API-Key: YOUR_KEY" \
  "https://api.tradingnews.press/v1/news/01KNKV33C9DDADR1HRRWGCSA8V"
{
  "id": "01KNKV33C9DDADR1HRRWGCSA8V",
  "content": "BREAKING: Fed announces emergency rate cut of 50bps",
  "urgency": "breaking",
  "sentiment": null,
  "published_at": "2026-04-07T14:30:00+00:00",
  "received_at": "2026-04-07T14:30:01.234567+00:00"
}