---
title: "Get latest news in Spanish excluding US and UK"
description: "How to get the latest news in Spanish excluding US and UK using our API"
source: https://apitube.io/cookbook/get-latest-news-in-spanish-excluding-us-and-uk
---

#### Input parameters

| Parameter           | Description                         | Type    | Default | Required |
|:--------------------|:------------------------------------|:--------|:--------|:---------|
| per_page               | The number of articles to return    | integer | 20      | No       |
| api_key             | Your API key                        | string  |         | No       |
| language.code        | The language code of the news articles | string  |         | Yes      |
| ignore.source.country.code | The country code of the news sources to ignore | string  |         | Yes      |

---

#### Related Examples

- [Get news from Spain](/cookbook/get-latest-news-articles-from-spain)
- [Get news in specific languages and ignore others](/cookbook/filter-news-by-language)
- [Get news from Chile](/cookbook/get-latest-news-articles-from-chile)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Fetch political news in multiple languages](/cookbook/fetch-political-news-in-multiple-languages)

