API Playground

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

Parameters

Keywords or phrases to search for.

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

GET/v2/search/articles
curl --request GET \
  --url "https://news-api14.p.rapidapi.com/v2/search/articles?query=technology&language=en" \
  --header "X-RapidAPI-Key: YOUR_API_KEY" \
  --header "X-RapidAPI-Host: news-api14.p.rapidapi.com"
Response Body200 OK
{
  "success": true,
  "size": 10,
  "totalHits": 115,
  "hitsPerPage": 10,
  "page": 1,
  "totalPages": 12,
  "timeMs": 29,
  "data": [
    {
      "title": "Early Punch-Out prototype surfaces, ROM shared online",
      "url": "https://nintendoeverything.com/early-punch-out-prototype-surfaces-rom-shared-online/",
      "excerpt": "Nintendo fans can now get their hands on a new and special Punch-Out prototype that just surfaced.",
      "thumbnail": "https://nintendoeverything.com/wp-content/uploads/Punch-Out-prototype.jpg",
      "language": "en",
      "paywall": false,
      "contentLength": 2401,
      "date": "2026-04-09T21:11:10+01:00",
      "authors": [
        "Brian"
      ],
      "keywords": [
        "prototype",
        "punch",
        "game",
        "nintendo",
        "history"
      ],
      "publisher": {
        "name": "Nintendo Everything",
        "url": "https://nintendoeverything.com",
        "favicon": "https://nintendoeverything.com/wp-content/uploads/cropped-OLmaPV3Y_400x400-1.jpg"
      }
    },
    {
      "title": "Forza Horizon 6 Releases Zoomed Out Image of Full Japan Map",
      "url": "https://www.ign.com/articles/forza-horizon-6-releases-zoomed-out-image-of-full-japan-map",
      "excerpt": "As players start revving up for Forza Horizon 6 next month, developer Playground Games has shared our best look yet at its full Japanese map.",
      "thumbnail": "https://assets-prd.ignimgs.com/2026/04/08/forza-1775647045645.jpg",
      "language": "en",
      "paywall": true,
      "contentLength": 7302,
      "date": "2026-04-08T12:17:34+01:00",
      "authors": [
        "Vikki Blake"
      ],
      "keywords": [
        "horizon",
        "forza",
        "japan",
        "tokyo",
        "games"
      ],
      "publisher": {
        "name": "IGN",
        "url": "https://www.ign.com",
        "favicon": "https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg"
      }
    }
  ]
}