Get a curated news feed
Returns a curated, ranked news feed for a fixed topic — there is no query parameter, the topic path segment selects the feed. results are ordered by relevance (a semantic pass tuned to the topic, weighted toward fresher articles); news holds the same articles in strict reverse-chronological order. images includes article images when available.
Authorizations
API key from the API Console.
Path Parameters
Topic slug selecting the feed.
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
Number of results to return.
1 <= x <= 50Bypass the cache and fetch a fresh feed.
Response
Curated news feed
The type of results returned (e.g., Search, News, Weather, Calculator). Determines which optional response sections are present.
A generated answer for the query. May be an empty string when no direct answer is available.
Same as results_type. Indicates the category of results.
A title summarizing the search results.
Array of search results.
Search performance metrics. Always included in the response.
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.
Related topics. Present on some queries.
Video results. Present when the query triggers a video intent.
Image results. Present when the query triggers an image intent.
News results. Present when the query triggers a news intent.
Place/business results. Present for location-related queries.
Profile results. Present for people-related queries.
Social media results. Present for social-related queries.
Academic results. Present for scholarly queries.
Weather data. Present when the query triggers a weather intent.
Calculation result. Present when the query triggers a calculation intent.

