mantoufan / yzhanAPI

MTF接口:二维码识别、图片倾斜校正、短链接生成、清晰度增强、答题卡识别和正版验证

Home Page:https://api.yzhan.cyou

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yzhanAPI

API 集合,包括短网址,图片处理,IP,定位,OCR,二维码, Emulator 和授权验证等接口
A collection of APIs, including short URL, image processing, IP, positioning, OCR, QR code, Emulator and authorization verification and other interfaces

Terms of Use 使用条款

仅用于临时测试,请勿他用
For temporary testing only, pls do not use for other purposes

Usage 用法

Short URL Restoration 短网址还原

url/raw?out_type=json&des=github&url={url}

Requst

  • url:{ short url }
  • out_type: json / txt
  • des: { who is using }

Response

{
  "code": 200,
  "msg": "success",
  "data": {
    "url": "https://github.com"
  }
}

Proxy IP 代理 IP

ip/proxy?out_type=html&des=github&ip_type={ip_type}

Requst

  • ip_type:all / anonymous / ssl
  • out_type: json / html
  • des: { who is using }

Response

130.41.15.76:8080
133.18.173.81:8080
133.18.231.31:8080
130.41.55.190:8080
161.97.130.154:3128
130.41.41.175:8080
23.107.176.65:32180
8.219.97.248:80
……

Emulator 模拟器

rom/webretro

Requst

  • system:nes / autodetect
  • rom: { rom url }

Response

Emulator Super Mario BROS.

About

MTF接口:二维码识别、图片倾斜校正、短链接生成、清晰度增强、答题卡识别和正版验证

https://api.yzhan.cyou


Languages

Language:PHP 84.5%Language:Shell 10.5%Language:C++ 4.0%Language:HTML 0.8%Language:Batchfile 0.1%