---
title: "Get news articles in the technology or science category, in French"
description: "How to get news articles in the technology or science category, in French using our API"
source: https://apitube.io/cookbook/get-news-articles-in-the-technology-or-science-category-in-french
---

#### Input parameters

| Parameter     | Description                        | Type   | Default | Required |
|:--------------|:-----------------------------------|:-------|:--------|:---------|
| category.id   | The category name of the articles. | string |         | Yes      |
| language.code | The language of the articles.      | string |         | Yes      |
| api_key       | Your API key.                      | string |         | Yes      |

---

#### Related Examples

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

