---
title: "Get Technology News Articles in Japanese Excluding those from New York"
description: "How to get technology news articles in Japanese excluding articles from New York using our API"
source: https://apitube.io/cookbook/get-technology-news-articles-in-japanese-excluding-new-york
---

#### 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       |
| category.id          | The category of the articles you want to retrieve       | string  |         | Yes      |
| language.code        | The language code of the articles you want to retrieve  | string  |         | Yes      |
| ignore.location.name   | The location name of the articles to ignore               | string  |         | No       |

---

#### Related Examples

- [Get news in specific languages](/cookbook/get-news-articles-in-multiple-languages)
- [Get news in specific languages and ignore others](/cookbook/filter-news-by-language)
- [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)

