功能特性
⚡
快速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.