---
title: "Get news articles in specific categories"
description: "How to get the latest news articles from specific categories"
source: https://apitube.io/cookbook/get-news-in-categories
---

#### 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       |
| category.id | The category name(s) of the articles        | string  |         | Yes      |

---

#### Related Examples

- [Get news covering multiple topics](/cookbook/get-news-articles-covering-topics)
- [Get technology news](/cookbook/get-latest-technology-news)
- [Get health news](/cookbook/get-latest-health-news)
- [Retrieve environmental news](/cookbook/retrieve-environmental-news-from-key-locations)
- [Fetch political news](/cookbook/fetch-political-news-in-multiple-languages)

