The latest vibrato, block hands, little red book, the United States beat, nice short video Geocoding API

Interfaces are currently available: vibrato, block hand, volcanoes, shrimp Phi, Phi funny, far right, the little red book, the United States beat, headlines today, microblogging, second shot, small coffee show, Akira coffee, micro view, all the people small video, Baidu (good-looking) video, universal K song, sing, Yin Yue Taiwan, WIDE, beep miles beep miles, acFun, pear video, interesting multi-shot, Netease cloud music, unfamiliar street, 56 net, mango TV, CCTV , BBC, TikTok, Vigo, YouTube, Instagram, Facebook, Twitter, Tumblr, Vimeo, Vine, Yahoo, 91Porn, XVideos, YouPorn, Pornhub, brush treasure, reflected off, a small shadow other platforms

Use Interface

Interface Management Address: 
Request: support GET and POST 
interface address: https: //api.lingquan166.com/dsp key = 46FDEDB583EKZI42D26361 & token = 022323YY74134RMEWSL & url = video link (do not support Chinese)? 
Note: Stitching video link when the first video links UrlEncode coding, and then spliced into the inside interface address. 
Copy the code

Examples interface

    Link = $ 'https://v.douyin.com/tSa2Ax/'; 
    $ API = 'https://api.lingquan166.com/dsp?key=46FDEDB583EKZI42D26361&token=022323YY74134RMEWSL&url=' + urlencode ($ Link); 
    $ curl curl_init = (); 
	curl_setopt ($ curl, CURLOPT_URL to, $ API); 
	curl_setopt ($ curl, CURLOPT_HEADER, 0); 
	curl_setopt ($ curl, CURLOPT_RETURNTRANSFER,. 1); 
	curl_setopt ($ curl, CURLOPT_SSL_VERIFYPEER, to false); // this is focus. 
	curl_exec the Data = $ ($ curl); 
	curl_close ($ curl); 
	// I am here to give him into an array of 
	$ arrdata = json_decode (the Data $, to true); 
	print_r ($ arrdata);

Interface management background:  https://api.lingquan166.com/

Guess you like

Origin www.cnblogs.com/NetKillWill/p/v_api.html