World News API · Authentication Profile

Worldnewsapi Authentication

Authentication

World News API secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

NewsLocal NewsNews SearchMedia MonitoringGeo SearchNews DataSentiment AnalysisContent Extraction
Methods: apiKey Schemes: 2 OAuth flows: API key in:

Security Schemes

apiKeyQuery apiKey
· in: query ()
apiKeyHeader apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/worldnewsapi-openapi.yml
summary:
  types:
  - apiKey
schemes:
- name: apiKeyQuery
  type: apiKey
  in: query
  parameterName: api-key
  description: >-
    API key passed as the "api-key" query parameter, e.g.
    https://api.worldnewsapi.com/search-news?text=news&api-key=YOUR_API_KEY.
    Obtain a key by signing up for a free account in the API console.
  sources:
  - openapi/worldnewsapi-openapi.yml
- name: apiKeyHeader
  type: apiKey
  in: header
  parameterName: x-api-key
  description: >-
    The same API key may instead be passed as the "x-api-key" HTTP request
    header.
  sources:
  - openapi/worldnewsapi-openapi.yml