Características
Rastreo rápido de redirecciones URL
Información detallada de cadenas de redirección
Códigos de estado HTTP para cada redirección
URL de destino final
Salida limpia y fácil de leer
API de Verificación de Redirecciones
Redirect Check ofrece una API simple para acceso programático a nuestra funcionalidad de verificación de redirecciones.
Punto de acceso:
Respuesta de Ejemplo:
{
"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).
Preguntas Frecuentes
Everything you need to know about URL redirects and how to use our tools effectively.