---
title: "Get latest news from US, UK, and Japan in New York, London, and Tokyo and export as TSV"
description: "How to get the latest news from US, UK, and Japan in New York, London, and Tokyo and export it as TSV using our API"
source: https://apitube.io/cookbook/get-latest-news-from-us-uk-and-japan-in-new-york-london-and-tokyo-and-export-as-
---

#### Input parameters

| Parameter           | Description                         | Type    | Default | Required |
|:--------------------|:------------------------------------|:--------|:--------|:---------|
| source.country.code | The country code of the news source  | string  |         | Yes      |
| location.name      | The names of the locations to filter by          | string  |         | Yes      |
| export      | The format in which you want to export | string  | No       | json     |
| per_page               | The number of articles to return    | integer | 20      | Yes      |

---

#### Related Examples

- [Get news from multiple countries](/cookbook/get-latest-news-articles-from-countries)
- [Get news from US, UK, Japan](/cookbook/get-latest-news-from-us-uk-and-japan-in-new-york-london-and-tokyo-and-export-as-)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news from Germany](/cookbook/get-latest-news-articles-from-germany)
- [Get news from Chile](/cookbook/get-latest-news-articles-from-chile)

