विशेषताएं
तेज़ URL रीडायरेक्ट ट्रैकिंग
विस्तृत रीडायरेक्ट चेन जानकारी
प्रत्येक रीडायरेक्ट के लिए HTTP स्टेटस कोड
अंतिम गंतव्य URL
साफ, पढ़ने में आसान आउटपुट
Redirect Check API
Redirect Check हमारी रीडायरेक्ट चेकिंग कार्यक्षमता तक प्रोग्रामेटिक पहुंच के लिए एक सरल API प्रदान करता है।
एंडपॉइंट:
उदाहरण प्रतिक्रिया:
{
"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.