功能特性
⚡
快速URL重定向追踪
🔗
详细的重定向链信息
📊
每个重定向的HTTP状态码
🎯
最终目标URL
✨
简洁易读的输出结果
重定向检查API
Redirect Check提供简单的API,用于程序化访问我们的重定向检查功能。
接口地址:
GET https://www.redirectcheck.org/api/check?url=YOUR_URL_HERE
响应示例:
{
"url": "http://redirectcheck.org",
"data": {
"url": "http://redirectcheck.org",
"redirects": [
{
"from": "http://redirectcheck.org/",
"to": "https://www.redirectcheck.org/",
"status_code": 301,
"duration": 36
}
],
"final_result": {
"final_url": "https://www.redirectcheck.org/",
"status_code": 200
}
}
}
The API returns a JSON object containing the original URL and an array of redirect steps, each including the URL, HTTP status code, and location header (if applicable).
常见问题
Everything you need to know about URL redirects and how to use our tools effectively.