機能特徴
⚡
高速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.