Skip to main content
GET
Get a curated news feed

Authorizations

x-api-key
string
header
required

API key from the API Console.

Path Parameters

topic
enum<string>
required

Topic slug selecting the feed.

Available options:
technology,
business,
finance,
politics,
sports,
health,
science,
world,
entertainment,
us,
europe,
uk,
asia,
middle-east,
africa,
latin-america,
australia,
programming,
startups,
top,
hn-frontpage,
ai-news,
tech-news

Query Parameters

limit
integer
default:20

Number of results to return.

Required range: 1 <= x <= 50
noCache
boolean
default:false

Bypass the cache and fetch a fresh feed.

Response

Curated news feed

results_type
string
required

The type of results returned (e.g., Search, News, Weather, Calculator). Determines which optional response sections are present.

answer
string
required

A generated answer for the query. May be an empty string when no direct answer is available.

type
string
required

Same as results_type. Indicates the category of results.

title
string
required

A title summarizing the search results.

results
object[]
required

Array of search results.

metrics
object
required

Search performance metrics. Always included in the response.

correctedQuery
string

Spell-corrected query. Present when a misspelling in the original query is detected and corrected — any mode can return it; deep and exhaustive modes run the strongest spell correction.

Related search suggestions. Present on some queries.

topics
string[]

Related topics. Present on some queries.

videos
object[]

Video results. Present when the query triggers a video intent.

images
object[]

Image results. Present when the query triggers an image intent.

news
object[]

News results. Present when the query triggers a news intent.

places
object[]

Place/business results. Present for location-related queries.

profiles
object[]

Profile results. Present for people-related queries.

social
object[]

Social media results. Present for social-related queries.

academic
object[]

Academic results. Present for scholarly queries.

weather
object

Weather data. Present when the query triggers a weather intent.

calculation
object

Calculation result. Present when the query triggers a calculation intent.