---
title: "Get latest technology news from different regions"
description: "How to get the latest technology news articles from different regions using our API"
source: https://apitube.io/cookbook/get-latest-technology-news
---

#### Input parameters

| Parameter   | Description                                   | Type    | Default | Required |
|:------------|:----------------------------------------------|:--------|:--------|:---------|
| per_page    | The number of technology articles to return    | integer | 20      | No       |
| api_key     | Your API key                                  | string  |         | No       |
| category.id | The category of news to filter                | string  |         | Yes      |

---

#### Related Examples

- [Get news from specific publications about technology](/cookbook/get-news-from-specific-publications-about-technology)
- [Get recent articles from top tech blogs](/cookbook/get-recent-articles-from-top-tech-blogs)
- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Get news from Wired](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)

