API Playground

Interact with the Google News API in real-time. Test parameters, preview responses, and get ready-to-use code snippets.

Parameters

Search query for news articles.

The 2-letter ISO-639-1 language code.

The 2-letter country code.

GET/v2/search
curl --request GET \
  --url "https://google-news22.p.rapidapi.com/v2/search?q=world%20news&language=en&country=us" \
  --header "X-RapidAPI-Key: YOUR_API_KEY" \
  --header "X-RapidAPI-Host: google-news22.p.rapidapi.com"
Response Body200 OK
{
  "success": true,
  "totalHits": 60,
  "size": 10,
  "pageSize": 10,
  "page": 1,
  "totalPages": 6,
  "articles": [
    {
      "title": "Warriors' Kerr to mull future: Jobs have 'expiration date' - ESPN",
      "url": "https://www.espn.com/nba/story/_/id/48519533/warriors-kerr-mull-future-knows-jobs-expiration-dates",
      "date": "2026-04-18T06:46:59.000Z",
      "thumbnail": "https://a.espncdn.com/photo/2026/0418/r1645401_1296x729_16-9.jpg",
      "description": "Steve Kerr acknowledged his future with the Warriors was uncertain following a season-ending loss to the Suns, saying, \"When the run ends, sometimes it's time for new blood and new ideas.\"",
      "source": {
        "name": "ESPN",
        "url": "https://www.espn.com",
        "favicon": "https://a.espncdn.com/wireless/mw5/r1/images/bookmark-icons-v2/espn-icon-180x180.png"
      },
      "keywords": [
        "kerr",
        "season",
        "curry",
        "warriors",
        "coach"
      ],
      "authors": [
        "Anthony Slater"
      ]
    },
    {
      "title": "Lionel Messi fires Inter Miami to debut win under new coach - ESPN",
      "url": "https://www.espn.com/soccer/story/_/id/48525587/lionel-messi-goal-inter-miami-colorado-rapids-coach-mls",
      "date": "2026-04-19T01:36:00.000Z",
      "thumbnail": "https://a.espncdn.com/photo/2026/0418/r1645669_1296x729_16-9.jpg",
      "description": "Lionel Messi had two goals, including a stunning 79th-minute winner, to give Inter Miami a victory in new interim coach Guillermo Hoyos' first match in charge Saturday.",
      "source": {
        "name": "ESPN",
        "url": "https://www.espn.com",
        "favicon": "https://a.espncdn.com/wireless/mw5/r1/images/bookmark-icons-v2/espn-icon-180x180.png"
      },
      "keywords": [
        "messi",
        "miami",
        "minute",
        "hoyos",
        "scored"
      ],
      "authors": [
        "ESPN News Services"
      ]
    }
  ]
}