Googel knowledge graph API

Freebase

本想用freebase的API,结果打开发现google已经将freebase的API关闭了:On 16 December 2014, Knowledge Graph announced that it would shut down Freebase over the succeeding six months and help with the move of the data from Freebase to Wikidata.On 16 December 2015, Google officially announced the Knowledge Graph API, which is meant to be a replacement to the Freebase API. Freebase.com was officially shut down on 2 May 2016.,现在只留下Freebase Triples可供下载,网址:https://developers.google.com/freebase/
在这里插入图片描述

google knowledge graph

于是打开google knowledge graph 。网址:https://developers.google.com/knowledge-graph/

Sample request

开始是一个Sample request:https://kgsearch.googleapis.com/v1/entities:search?query=taylor+swift&key=API_KEY&limit=1&indent=True, 图中的查询语句直接填入搜索引擎的网址栏即可查询,但是需要申请一个google API key,申请好之后替换图中的API key,填入搜索引擎的网址栏,返回的是一个格式为JSON-LD的结构化数据。
在这里插入图片描述在这里插入图片描述

Python

官网上sample request接下来是各种语言的示例,我选择了python,下面是示例代码

"""Example of Python client calling Knowledge Graph Search API."""
import json
import urllib

api_key 
  • 5
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值