---
title: "Get news articles in specific languages and ignore others"
description: "How to get news articles in specific languages while ignoring others"
source: https://apitube.io/cookbook/filter-news-by-language
---

#### 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       |
| language.code        | The languages to include          | string |         | Yes      |
| ignore.language.code | The languages to exclude          | string |         | Yes      |

---

#### Related Examples

- [Get news in specific languages](/cookbook/get-news-articles-in-multiple-languages)
- [Get technology news in Japanese](/cookbook/get-technology-news-articles-in-japanese-excluding-new-york)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news from Germany](/cookbook/get-latest-news-articles-from-germany)
- [Fetch political news in multiple languages](/cookbook/fetch-political-news-in-multiple-languages)

