博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to get API key (APPID)
阅读量:5942 次
发布时间:2019-06-19

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

Python爬虫视频教程零基础小白到scrapy爬虫高手-轻松入门

How to get API key (APPID)

 to get unique API key on your account page

 

How to use API key in API call

Description:

To get access to weather API you need an API key whatever account you chose from Free to Enterprise.

We keep right to not to process API requests without API key.

API call:

http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID={APIKEY}

Parameters:

APPID {APIKEY} is your unique API key 

Example of API call:

 

How to get accurate API response

1 Do not send requests more then 1 time per 10 minutes from one device/one API key. Normally the weather is not changing so frequently.

2 Use the name of the server as api.openweathermap.org. Please never use the IP address of the server.

3 Call API by city ID instead of city name, city coordinates or zip code. In this case you get precise respond exactly for your city.

4 Free account has limitation of capacity and data availability. If you do not get respond from server do not try to repeat your request immediately, but only after 10 min. Also we recommend to store your previous request data.

 

Find more details in our or contact us via 

 

 

https://home.openweathermap.org/ 我的API号码

 

0383ae59663e14ab5a6855d5b6ad5d00

 

 

 

下载城市号ID

http://bulk.openweathermap.org/sample/

 

 

 

 

举例,输入以下网址

http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=0383ae59663e14ab5a6855d5b6ad5d00

得到

 

转载地址:http://mkqtx.baihongyu.com/

你可能感兴趣的文章
Spring学习资料之 依赖注入(一)
查看>>
安装win7提示安装程序无法创建新的系统分区和定位现有系统分区
查看>>
快递查询接口的调用与解析案例
查看>>
我的友情链接
查看>>
服务器性能优化配置建议
查看>>
oracle sql语句实现累加、累减、累乘、累除
查看>>
SCNetworkReachabilityRef监测网络状态
查看>>
3D地图的定时高亮和点击事件(基于echarts)
查看>>
接口由40秒到200ms优化记录
查看>>
java 视频播放 多人及时弹幕技术 代码生成器 websocket springmvc mybatis SSM
查看>>
Activiti6.0,spring5,SSM,工作流引擎,OA
查看>>
第十三章:SpringCloud Config Client的配置
查看>>
使用 GPUImage 实现一个简单相机
查看>>
CoinWhiteBook:区块链在慈善事业中的应用
查看>>
Mac上基于Github搭建Hexo博客
查看>>
What does corn harvester involve?
查看>>
阿里云服务器ECS开放8080端口
查看>>
前端常用排序详解
查看>>
Spring中实现监听的方法
查看>>
使用Tooltip会出现一个问题,如果行上出现复选框
查看>>