---
title: "Get the latest news articles from Germany"
description: "Learn how to get the latest news articles from Germany using our API."
source: https://apitube.io/cookbook/get-latest-news-articles-from-germany
---

#### 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 code of the news source | string  |         | Yes      |

---

#### Related Examples

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

