news

Get an article

One article by slug, including its body.

GET/v1/news/{slug}
Get an article
curl -sS https://api.cruxal.in/v1/news/dabur-q1-fy27-results \
  -H "Authorization: Bearer $CRUXAL_API_KEY"
{
  "slug": "dabur-q1-fy27-results",
  "headline": "Dabur Q1 FY27 Results: margin squeeze offsets volume growth",
  "excerpt": "Revenue rose 8% but gross margin fell 140bps on palm oil costs.",
  "body": "Dabur reported revenue of Rs 3,764 cr ...",
  "category": "Results",
  "tags": [
    "results",
    "fmcg"
  ],
  "isin": "INE016A01026",
  "ticker": "DABUR",
  "company_name": "Dabur India Ltd",
  "author_name": "Cruxal Newsroom",
  "hero_image": "https://www.cruxal.in/api/og?slug=dabur-q1-fy27-results",
  "url": "https://www.cruxal.in/news/dabur-q1-fy27-results",
  "published_at": "2026-08-17T09:12:00+05:30"
}

Authorization

Authorizationstringheaderrequired

Your API key as a bearer token: Bearer ck_live_…. Keys are server-side credentials and are never accepted in a query string.

Path parameters

slugstringrequired

Response200 · application/json

slugstringrequired
headlinestringrequired
subheadlinestring
excerptstring
bodystring

Present only on the single-article endpoint.

categorystring
tagsstring[]
isinstring
tickerstring
company_namestring
author_namestring
hero_imagestring
urlstring
published_atstring<date-time>
updated_atstring<date-time>