---
title: "Get positive sentiment news articles in English from Japan"
description: "How to get positive sentiment news articles in English from Japan using our API"
source: https://apitube.io/cookbook/get-positive-sentiment-news-articles-in-english-from-japan
---

#### Input parameters

| Parameter                  | Description                                  | Type   | Default | Required |
|:---------------------------|:----------------------------------------------|:-------|:--------|:---------|
| sentiment.overall.polarity | The overall sentiment polarity of the articles. | string |         | Yes      |
| source.country.code        | The country code of the articles.               | string |         | Yes      |
| language.code              | The language of the articles.                    | string |         | Yes      |
| api_key                    | Your API key.                                 | string |         | Yes      |

---

#### Related Examples

- [Get articles with positive sentiment](/cookbook/get-latest-news-articles-with-positive-sentiment)
- [Get news with positive sentiment](/cookbook/get-positive-sentiment-news)
- [Get news from Japan](/cookbook/get-latest-news-articles-from-chile)
- [Get news in specific languages](/cookbook/get-news-articles-in-multiple-languages)
- [Get articles about Elon Musk with positive sentiment](/cookbook/positive-articles-about-elon-musk)

