Test Runner IP Addresses
The IP addresses of our test runners by region can be accesses dynamically through the following endpoint. No API key is required.
Request
Method: GET
URL: https://api.ghostinspector.com/v1/test-runner-ip-addresses
{"code": "SUCCESS","data": {"us-east-1": {"name": "Northern Virginia, USA","ips": ["52.4.55.112", "52.20.108.143", "52.201.131.218", "52.205.11.111"]},"me-south-1": {"name": "Bahrain","ips": ["15.185.63.107", "15.185.63.176"]},"ca-central-1": {"name": "Canada","ips": ["52.60.48.246", "52.60.90.232"]},"af-south-1": {"name": "Cape Town, South Africa","ips": ["13.244.48.162", "13.244.136.56"]},"eu-west-1": {"name": "Dublin, Ireland","ips": ["52.210.60.111", "52.210.234.253"]},"eu-central-1": {"name": "Frankfurt, Germany","ips": ["52.29.147.57", "52.57.15.241"]},"ap-east-1": {"name": "Hong Kong","ips": ["18.162.186.232", "18.162.226.126"]},"eu-west-2": {"name": "London, England","ips": ["52.56.51.140", "52.56.60.61"]},"eu-south-1": {"name": "Milan, Italy","ips": ["15.161.196.95", "15.161.220.58"]},"ap-south-1": {"name": "Mumbai, India","ips": ["52.66.94.141", "52.66.144.183"]},"us-west-1": {"name": "Northern California, USA","ips": ["52.9.221.14", "52.52.37.140"]},"eu-west-3": {"name": "Paris, France","ips": ["52.47.76.126", "52.47.157.89"]},"sa-east-1": {"name": "São Paulo, Brazil","ips": ["52.67.38.171", "52.67.99.152"]},"ap-northeast-2": {"name": "Seoul, South Korea","ips": ["52.78.158.117", "52.78.175.144"]},"ap-southeast-1": {"name": "Singapore","ips": ["52.220.124.147", "52.220.131.87"]},"eu-north-1": {"name": "Stockholm, Sweden","ips": ["13.53.114.221", "13.53.164.156"]},"ap-southeast-2": {"name": "Sydney, Australia","ips": ["52.62.56.25", "52.63.16.151"]},"ap-northeast-1": {"name": "Tokyo, Japan","ips": ["52.198.43.67", "52.198.43.160"]}}}