上海图书馆数据开放平台提供各种数据消费接口,开发人员在本网站注册的API Key后即可调用。
《中国历史纪年表》,《机构名录》,《地理名词表》提供Restful API,调用方法如下:
1、 http://localhost:8080/webapi/data/明?key=YourAPIKey
返回明朝起止年
2、 http://localhost:8080/webapi/data/明洪武?key=YourAPIKey
返回明朝起止年
3、 http://localhost:8080/webapi/data/明洪武2年?key=YourAPIKey
返回公元纪年
4、 http://localhost:8080/webapi/data/1369?key=YourAPIKey
返回朝代纪年
成功注册API Key后,可进行测试。