---
title: "Get latest tech news from Tokyo"
description: "How to get the latest tech news from Tokyo using our API"
source: https://apitube.io/cookbook/get-latest-tech-news-from-tokyo
---

#### 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       |
| location.name    | The name of the location of the news articles | string  |         | Yes      |
| title           | The title of the news articles        | string  |         | Yes      |

---

#### Related Examples

- [Get technology news](/cookbook/get-latest-technology-news)
- [Get news from Japan](/cookbook/get-latest-headlines-from-us-uk-and-jp-in-english)
- [Get technology news in Japanese](/cookbook/get-technology-news-articles-in-japanese-excluding-new-york)
- [Get articles with specific title](/cookbook/get-articles-with-specific-title)
- [Retrieve environmental news](/cookbook/retrieve-environmental-news-from-key-locations)

