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

#### Input parameters

| Parameter   | Description                                   | Type    | Default | Required |
|:------------|:----------------------------------------------|:--------|:--------|:---------|
| per_page    | The number of health 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 in specific categories](/cookbook/get-news-in-categories)
- [Get technology news](/cookbook/get-latest-technology-news)
- [Retrieve environmental news](/cookbook/retrieve-environmental-news-from-key-locations)
- [Get health news with images](/cookbook/get-articles-with-high-quality-images)
- [Sort by engagement score](/cookbook/sort-articles-by-engagement-score)

