For the complete documentation index, see llms.txt. This page is also available as Markdown.

Making Request

Make a request to https://ipinfo.thordata.com using static ISP proxies from your list. Replace USERNAME and PASSWORD with your proxy user credentials.

curl -x IP:6666 -U "USERNAME:PASSWORD" "https://ipinfo.thordata.com"

Use ipinfo.thordata.com to check your IP parameters—these include IP address, city, region, country, latitude, longitude, organization name, postal code, ASN, and timezone.

Please note that you must follow the above example of building the username string to make requests successfully. Use the exact grammar and be aware that username and password values are case-sensitive.

Code examples

curl -x ip:6666 -U "USERNAME:PASSWORD" "https://ipinfo.thordata.com"

Last updated