---
title: "Get latest news articles from multiple countries"
description: "How to get the latest news articles from multiple countries using our API"
source: https://apitube.io/cookbook/get-latest-news-articles-from-countries
---

#### Input parameters
| Parameter               | Description                                     | Type   | Default | Required |
|-------------------------|:----------------------------------------------|:-------:|:--------|:---------|
| per_page                   | The number of articles to return               | integer| 10      | No       |
| api_key                 | Your API key                                   | string |         | No       |
| source.country.code     | The country codes of the news sources           | string |         | Yes      |

---

#### Related Examples

- [Get news from Chile](/cookbook/get-latest-news-articles-from-chile)
- [Get news from Germany](/cookbook/get-latest-news-articles-from-germany)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news from Spain](/cookbook/get-latest-news-articles-from-spain)
- [Get news in specific languages](/cookbook/get-news-articles-in-multiple-languages)

