博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
关于LittleSis网站数据API的简单整理
阅读量:6824 次
发布时间:2019-06-26

本文共 1336 字,大约阅读时间需要 4 分钟。

最近在做一个简单的社会关系展示,用到网站的数据。

该网站提供了美国一些公众人物的社会关系数据,网站本身提供数据的下载,前提是需要注册一个Key,每个Key每天限制下载数10000。

 

具体的文档在:

 

花了一下午时间,简单的阅读了下相关的文档,整理了一些基本的应用:

一、获取一个实体的简单信息:

二、获取一个实体的详细信息:

三、批量获取指定实体的详细信息:

参数说明:

1、参数ids指定需要查询的实体编号;

2、参数details指定是否返回该实体的详细信息。

四、获取指定实体的关系信息:

参数说明:

1、参数cat_ids指定需要查询哪种类型的关系,由以下xml文件来说明:

五、获取指定实体(组织)的管理层信息:

六、获取指定实体(个人)所执掌的企业信息:

For people, you can make a request for just the organizations of which they are executives and board members.

七、获取指定实体所隶属的Lists信息:

八、获取指定实体的子组织信息:

Request a list of Entities that are suborganizations of the given Entity

九、获取指定实体的一组图片信息:

Request the profile image for a given Entity with . If no profile image is set, a blank response with a 404 status will be returned.

十、搜索指定条件的实体信息:

The resource for searching for Entities by text accepts paging parameters plus three others. The "q" parameter is required and specifies the text to match. The search text can contain multiple terms separated by spaces; terms less than two characters long will be ignored. By default, Entity names and Aliases will be searched. If an optional "search_all" parameter has a value of 1, an Entity's description and summary will also be searched. The optional "type_ids" parameter limits the search results to Entities with one of the specified types.

转载于:https://www.cnblogs.com/chaosimple/archive/2013/04/15/3022507.html

你可能感兴趣的文章
曲线的奇点
查看>>
【Linux】了解服务器的情况
查看>>
解决Spring配置文件不显示design和source, namespace 问题
查看>>
Efficiently traversing InnoDB B+Trees with the page directory--slot
查看>>
算法笔记_191:历届试题 大臣的旅费(Java)
查看>>
乐为物联网平台初步体验(1)
查看>>
利用ArcGIS水文分析工具提取河网
查看>>
看58同城9月招聘季 大数据显示蓝领薪酬更高
查看>>
跳台阶
查看>>
Android API学习 SoundPool 和 MediaPlayer
查看>>
郁闷的一天
查看>>
祖宗十八代的称谓
查看>>
如何配置Hyper-V的虚拟机通过主机网络上网 (NAT)
查看>>
Linux make语法
查看>>
淘宝下单高并发解决方案
查看>>
[华为机试练习题]55.最大公约数 & 多个数的最大公约数
查看>>
文章标题
查看>>
对js原型对象的拓展和原型对象的重指向的区别的研究
查看>>
将数值四舍五入后格式化,带有千分位
查看>>
Atitit.反编译apk android源码以及防止反编译apk
查看>>