News APIby rellort.dev
Rate limited to 60 requests per minute. Free to use, no cost. Sponsored by Vercel and Supabase.
/api/articles
TestQuery | Type | Description | Example |
---|---|---|---|
q | String | Keywords or phrases to search for in the article title and body. | /api/articles?q=ukraine+war |
start | Unix Timestamp | Start date and time for the articles to be published. | /api/articles?start=1675209600 |
end | Unix Timestamp | End date and time for the articles to be published. | /api/articles?end=1692252255 |
source | Domain of the news website | Source of the articles. | /api/articles?source[]=apnews.com |
limit | number | Number of articles to return. (Default: 10, Min: 1, Max: 100) | /api/articles?limit=1 |
offset | number | Number of articles to skip. | /api/articles?offset=1 |