---
title: "Get the latest news articles in a specific time range"
description: "Learn how to get the latest news articles in a specific time range using our API."
source: https://apitube.io/cookbook/get-latest-news-articles-in-a-specific-time-range
---

#### Input parameters

| Parameter           | Description                         | Type    | Default | Required |
|:--------------------|:------------------------------------|:--------|:--------|:---------|
| published_at.start  | The start date of the date range    | string  |         | No       |
| published_at.end    | The end date of the date range      | string  |         | No       |
| per_page               | The number of articles to return    | integer | 10      | No       |
| api_key             | Your API key                        | string  |         | No       |

---

#### Related Examples

- [Get news on a specific date](/cookbook/get-news-on-date)
- [Get news with specific timing](/cookbook/news-articles-with-timing)
- [Get news between dates](/cookbook/get-news-between-dates)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

