News APIby rellort.dev

Rate limited to 60 requests per minute. Free to use, no cost. Sponsored by Vercel and Supabase.

/api/articles
Test
QueryTypeDescriptionExample
qStringKeywords or phrases to search for in the article title and body./api/articles?q=ukraine+war
startUnix TimestampStart date and time for the articles to be published./api/articles?start=1675209600
endUnix TimestampEnd date and time for the articles to be published./api/articles?end=1692252255
sourceDomain of the news websiteSource of the articles./api/articles?source[]=apnews.com
limitnumberNumber of articles to return. (Default: 10, Min: 1, Max: 100)/api/articles?limit=1
offsetnumberNumber of articles to skip./api/articles?offset=1