Latest News

An endpoint which stream the latest international news

            https://api.currentsapi.services/v1/latest-news
        

Requests parameters

  • language : string value

    • Valid value : Supported code can be found from /v1/available/languages
    • Default : en English

Response object

  • status : whether the request is success `ok` or failed `error`

  • news : List of results

    each results contain these attributes

    • title
    • image
    • published
    • description
    • category
    • author

We also serve a list of supported language and country code which you can use to filter your results

  • /v1/available/categories : List of available news category
  • /v1/available/regions : List of country code for query
  • /v1/available/languages : List of valid language code