$api_url = 'http://lnurl.cn/urlcn/api?key=9MCzhF2IJy&url=http://www.baidu.com; $short_url = file_get_contents($api_url); echo $short_url; Java请求示例: public static void main(String path[]) throws Exception { URL u = new URL("http://lnurl.cn/urlcn/api?key=9MCzhF2I...
url.cn短网址接口 http://lnurl.cn/weixin/short?link=http://www.baidu.com 接口使用说明: 1、在线使用 将API地址中 "http://www.baidu.com"的部分换成自己的长网址,然后复制前往浏览器中粘贴打开就能生成了。 2、请求接口 如果嫌在线生成的流程很麻烦,可以设置程序请求API接口生成,适合量大的,请求示例如下。
格式一:http://lnurl.cn/url-api.json?url=http://www.baidu.com 格式二:http://www.ldurl.cn/short-urlcn?link=http://www.baidu.com 格式三:http://www.urlhx.cn/weixin-url/api?url_long=http://www.baidu.com 格式四:http://www.66kuaitu.cn/urlcn.php?url=http://www.baidu.com 格式...
$url="http://api.monkeyapi.com";$params=array('appkey'=>'appkey',//您申请的APPKEY'url' =>'www.monkeyapi.com',//需要查询的网站);$paramstring=http_build_query($params);$content=Curl($url,$paramstring);$result=json_decode($content,true);if($result){var_dump($result);}else{//请...
接口地址:http://maiyurl.cn/tengxurl?url_long=http://www.baidu.com 接口地址:http://www.sina-url.cn/urlcn/api?url_long=http://www.baidu.com 短网址API说明 将以上短网址api接口的"http://www.baidu.com"部分替换成您所需要的长链接即可生成对应的新浪短网址!
接口地址: https://eeapi.cn/ 申请 返回格式: JSON 请求方式: GET 接口参数: 客户UId:在开发者中心查看 客户Key(token):在开发者中心查看 url视频分享链接地址 请求参数说明: 字段必填说明 url是短视频分享的URL 返回参数说明: 字段类型说明 status;状态码 ...
在PHP中使用cURL获取最新的重定向URL,可以通过以下步骤实现: 1. 首先,确保你的PHP环境已经安装了cURL扩展。你可以通过在终端中运行`php -m | grep curl`来检查是否已...
url = "https://www.wapi.cn/api/get_record_domains" # 设置请求参数 api_key = "YOUR_API_KEY" start_time = "2022-01-01 00:00:00" end_time = "2022-01-31 23:59:59" # 发送HTTP请求 response = requests.get(url, params={"api_key": api_key, "start_time": start_time, "end_ti...
① 调用api接口时,只需将 “http://www.baidu.com”换成需要缩短的长网址即可。 ② 接口支持url参数,当url中出现 & 符号时,请用 %26 代替,否则参数可能会丢失。 ③ 填写url时,必须要以http(s)://开头,否则可能会导致生出的短网址无法访问原网站。 ④ 上文的t.cn短网址api接口,经测试非常稳定,觉得好...
请求示例:https://www.eeapi.cn/api/video/{token}/{uid}?url=短视频纯url链接 请求方式:GET 返回数据:JSON 成功参数: { "status": 101, "code": 200, "msg": "获取成功", "type": "mp4", "解析时间:": "2022-11-01 22:55:10", ...