Geekflare API

URL Redirection Checker API

Trace the complete path of any URL from start to finish.Audit redirect chains, verify affiliate links, and analyze HTTP headers for every hop.

99.9% UptimeHeadless ChromeAnti-Bot Bypass
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"timestamp": 1768934698806,
"apiStatus": "success",
"apiCode": 200,
"meta": {
"url": "https://bit.ly/bbc",
"test": {
"id": "1e41050d-02d5-45c9-82b0-3c9e260ccf2c"
}
},
"data": [
{
"url": "https://bit.ly/bbc",
"status": 301,
"headers": [
{
"name": "server",
"value": "nginx"
},
{
"name": "date",
"value": "Tue, 20 Jan 2026 18:44:57 GMT"
},
{
"name": "content-type",
"value": "text/html; charset=utf-8"
},
{
"name": "content-length",
"value": "127"
},
{
"name": "cache-control",
"value": "private, max-age=90"
},
{
"name": "content-security-policy",
"value": "referrer always;"
},
{
"name": "location",
"value": "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=135067274"
},
{
"name": "referrer-policy",
"value": "unsafe-url"
},
{
"name": "set-cookie",
"value": "_bit=q0kiIV-a4c388ae5504b86d48-000; Domain=bit.ly; Expires=Sun, 19 Jul 2026 18:44:57 GMT"
},
{
"name": "x-robots-tag",
"value": "noindex"
},
{
"name": "via",
"value": "1.1 google"
},
{
"name": "alt-svc",
"value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
}
]
},
{
"url": "http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=135067274",
"status": 302,
"headers": [
{
"name": "server",
"value": "daiquiri/5"
},
{
"name": "content-type",
"value": "text/html"
},
{
"name": "content-length",
"value": "143"
},
{
"name": "location",
"value": "https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=135067274"
}
]
},
{
"url": "https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=135067274",
"status": 301,
"headers": [
{
"name": "server",
"value": "daiquiri/5"
},
{
"name": "content-type",
"value": "text/html; charset=UTF-8"
},
{
"name": "content-length",
"value": "0"
},
{
"name": "location",
"value": "https://podcasts.apple.com/us/podcast/global-news-podcast/id135067274"
}
]
},
{
"url": "https://podcasts.apple.com/us/podcast/global-news-podcast/id135067274",
"status": 200,
"headers": [
{
"name": "server",
"value": "daiquiri/5"
},
{
"name": "content-type",
"value": "text/html"
},
{
"name": "cache-control",
"value": "public, max-age=60"
}
]
}
]
}
Trusted by 10,000+ developers

Start building in seconds

import requests

url = "https://api.geekflare.com/redirectcheck"
payload = {"url": "https://example.com"}
headers = {
    "x-api-key": "<api-key>",
    "Content-Type": "application/json"
}

response = requests.post(url, json=payload, headers=headers)
print(response.text)
OpenAPI 3.0Type SafeSSL Encrypted

Why Geekflare Redirection Checker API

Path Tracing

We map out every single hop in the journey, letting you identify unnecessary redirects that slow down your site.

Header Analysis

Debug routing issues by inspecting the HTTP response headers for each stage of the redirection chain.

Geo-Specific Testing

Use the proxy to simulate requests from different countries and verify that your localization logic works.

Simple, transparent pricing

Free

$0/mo

500 Credits/mo
Check ~500 URLs
1 Request per second

Starter

$9/mo

5K Credits/mo
Check ~5000 URLs
5 Requests per second

Growth

Most Popular

$49/mo

100K Credits/mo
Check ~100K URLs
25 Requests per second

Business

$249/mo

1M Credits/mo
Check ~1M URLs
50 Requests per second

Build more with Geekflare

Check Site Load Time

Long redirect chains kill performance. Measure exactly how much latency these redirects are adding.

Find Broken Links

Crawl webpages to identify dead internal and external links (404 errors).

Audit TLS Config

Analyze SSL/TLS certificates for validity, issuer details, and expiration dates.

Scrape Any Website

Extract HTML, Markdown, or JSON from dynamic web pages with automatic CAPTCHA solving.

Run Lighthouse Audit

Audit your website with Google Lighthouse to check SEO, performance, and accessibility metrics.

Frequently Asked Questions

Search engines prefer clean and short redirect chains. Long chains (3 or more hops) waste crawl budget and slow down the user experience.

Yes. By setting the proxyCountry parameter, you can verify if a user in the UK is correctly redirected to the UK version of your site.

Yes. Our API provides the status code and headers for every step in the chain.

Checking URL redirection consumes only 1 credit per request.

Start Tracing URL Redirects

Audit redirect chains and HTTP headers of each hop with our Redirection Checker API.