---
title: "Get latest news in French from politics and business categories"
description: "How to get the latest news in French from politics and business categories using our API"
source: https://apitube.io/cookbook/get-latest-news-in-french-from-politics-and-business-categories
---

#### Input parameters

| Parameter   | Description                            | Type    | Default | Required |
|:------------|:---------------------------------------|:--------|:--------|:---------|
| language.id | The language code of the news articles | integer |         | Yes      |
| category.id | The category of the news articles      | string  |         | Yes      |
| per_page    | The number of articles to return       | integer | 20      | Yes      |

---

#### Related Examples

- [Fetch political news in multiple languages](/cookbook/fetch-political-news-in-multiple-languages)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news in specific languages](/cookbook/get-news-articles-in-multiple-languages)
- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Get news from multiple countries](/cookbook/get-latest-news-articles-from-countries)

