---
title: "Retrieve Environmental News from Key Locations"
description: "Guide on how to retrieve environmental news articles from specific geographical locations using our API"
source: https://apitube.io/cookbook/retrieve-environmental-news-from-key-locations
---

#### Input parameters

| Parameter     | Description                                                      | Type    | Default | Required |
|:--------------|:-----------------------------------------------------------------|:--------|:--------|:---------|
| api_key       | Your API key.                                                    | string  |         | Yes      |
| category.id   | The category of the news articles to retrieve (e.g., "finance"). | string  |         | Yes      |
| location.name   | The location name to filter by (e.g., "Miami").                    | string  |         | Yes      |
| per_page      | The number of articles to return.                                | integer | 20      | No       |

---

#### Related Examples

- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Get technology news](/cookbook/get-latest-technology-news)
- [Get health news](/cookbook/get-latest-health-news)
- [Fetch political news in multiple languages](/cookbook/fetch-political-news-in-multiple-languages)
- [Sort articles by engagement score](/cookbook/sort-articles-by-engagement-score)

