---
title: "Articles published in the last week about climate change"
description: "Retrieve articles about climate change published in the last week."
source: https://apitube.io/cookbook/recent-articles-climate-change
---

#### Input parameters

| Parameter | Description                                 | Type    | Default | Required |
|:----------|:---------------------------------------------|:--------|:--------|:---------|
| published_at.start | Start of date range (YYYY-MM-DD).      | string  |         | Yes       |
| published_at.end   | End of date range (YYYY-MM-DD).      | string  |         | Yes       |
| category.id  | Category ID (IPTC medtop), e.g. `medtop:06000000` for environment. | string  |        | Yes      |
| api_key   | Your API key.                              | string  |         | Yes       |
| per_page     | Maximum number of articles to retrieve.   | integer | 20      | No       |

---

#### Related Examples

- [Retrieve environmental news](/cookbook/retrieve-environmental-news-from-key-locations)
- [Get news on a specific date](/cookbook/get-news-on-date)
- [Get news in a specific time range](/cookbook/get-latest-news-articles-in-a-specific-time-range)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

