---
title: "Get top headlines from the United States"
description: "How to get the top headlines from the United States using our API"
source: https://apitube.io/cookbook/get-top-headlines-from-united-states
---

#### Input parameters

| Parameter           | Description                                    | Type    | Default | Required |
|:--------------------|:-----------------------------------------------|:--------|:--------|:---------|
| per_page               | The number of headlines to return              | integer | 20      | No       |
| api_key             | Your API key                                   | string  |         | No       |
| source.country.code | The country code of the news source            | string  |         | Yes      |

---

#### Related Examples

- [Get news from Chile](/cookbook/get-latest-news-articles-from-chile)
- [Get news from Germany](/cookbook/get-latest-news-articles-from-germany)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news from multiple countries](/cookbook/get-latest-news-articles-from-countries)
- [Get news from UK, US, Japan](/cookbook/get-latest-headlines-from-us-uk-and-jp-in-english)

