기능
⚡
빠른 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.