googlenews

免费增值
通过 Digital Pandawa | 已更新 2달 전 | Search
人气

6.7 / 10

延迟

11,578ms

服务等级

100%

Health Check

100%

README

Get top news


    {
    "operation": "top",
    "language": "en", 
    "country": "US"
}

Get news by keyword

  {
    "operation": "keyword",
    "language": "en",
    "country": "US",
    "keyword": "sport"
} 

Get news by major topic

{
 "operation": "topic",
 "language": "en",
 "country": "US",
 "topic": "WORLD"
}   Available topics: WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS, SCIENCE, HEALTH.

Get news by geo location

{
  "operation": "location",
  "language": "en",
  "country": "US",
  "location": "United States"
}
  location can be name of city/state/country

Get news by site


    {
    "operation": "site",
    "language": "en",
    "country": "US",
    "site": "cnn.com"
}
    site should be in the format of: "cnn.com"

Optimal

Put it down body json before "} "

"period": "7d"
 - h = hours (eg: 12h)
 - d = days (eg: 7d)
 - m = months (eg: 6m)
 - y = years (eg: 1y)

"max_results":"100"
# number of responses across a list url
关注者:1
API 创建者:
Rapid account: Digital Pandawa
Digital Pandawa
pandawatools
登录并给 API 打分
打分:5 - 投票:1