Initial commit

This commit is contained in:
lizhaotailang
2017-01-13 22:12:47 +08:00
parent 7b4d0a1477
commit 9f6bf81057
6 changed files with 173 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1,12 @@
# Contribution Guidelines
Please ensure your pull request adheres to the following guidelines:
+ Search previous suggestions before making a new one, as yours may be a duplicate.
+ Make an individual pull request for each suggestion.
+ Titles should be capitalized.
+ Keep descriptions short and simple.
+ End all descriptions with a full stop/period.
+ Check your spelling and grammar.
+ Make sure your text editor is set to remove trailing whitespace.
+ Try to make your Pull request and title as descriptive as possible.
+ Mark open source APIs with the open source icon.

0
Foreign_Version.md Normal file
View File

110
Internal_Official.md Normal file
View File

@@ -0,0 +1,110 @@
本页仅收集国内部分官方API如需查看其他版本请点击[这里](https://github.com/marktony/Awesome_API)。
### 目录
+ [笔记](#笔记)
+ [词典](#词典)
+ [电商](#电商)
+ [地图](#地图)
+ [电影](#电影)
+ [快递查询](#快递查询)
+ [社交](#社交)
+ [视频](#视频)
+ [天气](#天气)
+ [图像识别](#图像识别)
+ [音乐](#音乐)
+ [综合](#综合)
#### 笔记
+ [印象笔记](https://dev.yinxiang.com/)
+ [有道云笔记](http://note.youdao.com/open/)
+ [为知笔记](http://www.wiz.cn/manual/plugin/)
#### 词典
+ [百度翻译](http://api.fanyi.baidu.com/api/trans/product/index)
+ [必应词典](https://www.microsoft.com/en-us/translator/translatorapi.aspx)
+ [必应词典(非官方)](https://cloud.google.com/translate/docs/)
+ [金山词霸](http://open.iciba.com/?c=api)
+ [有道词典](http://fanyi.youdao.com/openapi)
#### 电商
+ [京东](https://jos.jd.com/api/index.htm)
+ [淘宝开放平台](https://open.taobao.com/doc2/api_list.htm)
+ [苏宁开放服务](http://open.suning.com/ospos/apipage/toApiListMenu.do)
#### 地图
+ [百度地图](http://lbsyun.baidu.com/)
+ [腾讯地图](http://lbs.qq.com/)
+ [高德地图](http://lbs.amap.com/)
+ [搜狗地图](http://lbsyun.baidu.com/)
+ [图吧地图](http://open.mapbar.com/)
+ [天地图](http://lbs.tianditu.com/api-new/home.html)
#### 电影
+ [豆瓣电影](https://developers.douban.com/wiki/?title=movie_v2)
#### 快递
+ [快递100](http://www.kuaidi100.com/openapi/)
+ [爱快递](http://www.aikuaidi.cn/api/)
+ [快递鸟](http://www.kdniao.com/)
+ [快递网](http://www.kuaidi.com/openapi.html)
+ [顺丰开放平台](http://www.sf-express.com/cn/sc/platform/index.html)
#### 社交
+ [微博](http://open.weibo.com/wiki/API)
+ [微信](https://open.weixin.qq.com/)
+ [QQ互联](http://wiki.connect.qq.com/api%E5%88%97%E8%A1%A8)
+ [钉钉](https://open-doc.dingtalk.com/)
+ [YY](http://open.yy.com/)
#### 视频
+ [AcFun](http://www.acfun.cn/apidoc/#class=info)
+ [爱奇艺](http://open.iqiyi.com/)
+ [优酷](http://open.youku.com/)
+ [土豆](http://api.tudou.com/apidoc/index.php/%E9%A6%96%E9%A1%B5)
+ [乐视](http://www.lecloud.com/zh-cn/help/api.html)
+ [搜狐视频](http://lm.tv.sohu.com/union/open_platform.do)
#### 天气
+ [和风天气](http://www.kancloud.cn/hefengyun/weather/222344)
+ [彩云天气](http://wiki.swarma.net/index.php/%E5%BD%A9%E4%BA%91%E5%A4%A9%E6%B0%94API/v2)
+ [心知天气](http://www.thinkpage.cn/doc)
#### 图像识别
+ [我知图](http://api1.wozhitu.com/)
+ [名片全能王](https://dev.camcard.com/?language=zh-cn)
#### 音乐
+ [豆瓣音乐](https://developers.douban.com/wiki/?title=music_v2)
+ [虾米音乐](http://open.taobao.com/docs/api_list.htm?spm=a219a.7629065.0.0.wOAaQb&cid=20625)
+ [喜马拉雅FM](http://open.ximalaya.com/index)
+ [蜻蜓FM](http://open.qingting.fm/)
+ [企鹅FM](http://wq.qq.com/)
+ [考拉FM](https://github.com/kaolafm/api)
#### 综合
+ [百度API STORE](http://apistore.baidu.com/)
+ [聚合数据](https://www.juhe.cn/)
+ [阿里大于](http://www.alidayu.com/)
#### 支持我的工作
如果你认为我值得获得一定的报酬,请使用微信扫描下面的二维码向我捐赠。
#### 许可证
```
Copyright 2016 lizhaotailang
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0
Internal_Unofficial.md Normal file
View File

View File

@@ -1,2 +1,52 @@
# Awesome_API
收集国内常用API
中文版请戳[这里](#中文版)
## English
#### If you think this project is helpful, please star it.
### Categories
+ [Chinese Part(Official)](https://github.com/marktony/Awesome_API/blob/master/Internal_Official.md)
+ [Chinese Part(Unofficial)](https://github.com/marktony/Awesome_API/blob/master/Internal_Unofficial.md)
+ [English Version](https://github.com/marktony/Awesome_API/blob/master/Foreign_Version.md)
### Contribution Guidelines
This project is in progress, and I will complete it in the near future.If you have found any awesome apis and want to share with other developers, please make a pull request. Please adhere to the [guidelines](https://github.com/marktony/Awesome_API/blob/master/Contribution_Guidelines.md).
### Donate
If you think, I deserve to get paid for my work, you can leave me a little money here by scanning the QR code through Wechat.
![Wechat_QRCode](https://github.com/marktony/ZhiHuDaily/blob/master/screenshots/wechat_qrcode.png)
## 中文版
#### 如果此项目对你有帮助的话请给她一个star吧
### 分类
+ [国内部分(官方)](https://github.com/marktony/Awesome_API/blob/master/Internal_Official.md)
+ [国内部分(非官方)](https://github.com/marktony/Awesome_API/blob/master/Internal_Unofficial.md)
+ [国外部分](https://github.com/marktony/Awesome_API/blob/master/Foreign_Version.md)
### 代码贡献建议
项目仍然在进行中我会在未来一段时间内完成她。如果你发现了一些很好的api并想要与其他开发者分享请提pull requst吧。请参考[代码贡献指导建议](https://github.com/marktony/Awesome_API/blob/master/Contribution_Guidelines.md)。
### Donate
如果你认为我所做的工作值得过得一定的报酬,请使用微信扫描下面的二维码,向我捐赠。
![Wechat_QRCode](https://github.com/marktony/ZhiHuDaily/blob/master/screenshots/wechat_qrcode.png)
### License
```
Copyright 2016 lizhaotailang
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```