---
title: "Get latest headlines from US, UK, and Japan in English"
description: "How to get the latest headlines from US, UK, and Japan in English using our API"
source: https://apitube.io/cookbook/get-latest-headlines-from-us-uk-and-jp-in-english
---

#### 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       |
| source.country.code | The country code of the news source  | string  |         | Yes      |
| language.code        | The language code of the news articles | string  |         | Yes      |

---

#### Related Examples

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

