---
title: "Get news articles published on a specific date"
description: "How to get the latest news articles published on a specific date"
source: https://apitube.io/cookbook/get-news-on-date
---

#### Input parameters
| Parameter   | Description                       | Type   | Default | Required |
|-------------|:----------------------------------|:-------|:--------|:---------|
| per_page       | The number of articles to return  | integer| 20      | No       |
| api_key     | Your API key                      | string |         | No       |

---

#### Related Examples

- [Get news in a specific time range](/cookbook/get-latest-news-articles-in-a-specific-time-range)
- [Get news between dates](/cookbook/get-news-between-dates)
- [Get news with specific timing](/cookbook/news-articles-with-timing)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)
| published_at | The date of the articles         | string |         | Yes      |

