statusas docs
Reference

Location Reference

Complete technical specification for Location monitoring

statusas monitors your endpoints from multiple global locations to ensure accurate uptime and latency reporting. Locations span several infrastructure providers (Fly.io, Railway, and Koyeb), so IP availability varies: Fly.io regions expose both IPv4 and IPv6 addresses, Railway regions are IPv4-only, and Koyeb does not provide static IPs.

You can use these locations to:

  • Configure region-specific checks.
  • Allowlist monitoring IPs in your firewall.
  • Understand where requests originate during synthetic monitoring.

Three forms of the same region code

The same probe is addressed by a different spelling depending on the surface you are using:

SurfaceFormExample
Dashboard, CLI, deprecated v1 REST APIbare codeiad, fra, koyeb_fra, railway_us-east4-eqdc4a
Terraform providerprefixed, hyphenatedfly-iad, fly-fra, koyeb-fra, railway-us-east4
ConnectRPC API and the SDKsthe protobuf enum valueREGION_FLY_IAD, REGION_FLY_FRA, REGION_KOYEB_FRA, REGION_RAILWAY_US_EAST4

The SDKs expose the enum as a generated constant rather than a raw string — Region.FLY_IAD in the Node.js SDK, Region::REGION_FLY_IAD in PHP — so you rarely type the value out.

Pick whichever form the surface you are using expects. The tables below list the bare and prefixed codes; the enum value is the prefixed code upper-cased with - replaced by _ and REGION_ prepended.

Fly.io regions and monitoring IPs

Below is the complete list of regions used for monitoring, along with their associated IPv4 and IPv6 addresses.

Region codePrefixed codeLocation nameIPv4 addressIPv6 address
amsfly-amsAmsterdam209.71.64.12a09:8280:e601:1:0:22:b79b:0
arnfly-arnStockholm209.71.98.1892a09:8280:e602:1:0:22:b79b:0
bomfly-bomMumbai209.71.68.1722a09:8280:e605:1:0:22:b79b:0
cdgfly-cdgParis209.71.86.1832a09:8280:e607:1:0:22:b79b:0
dfwfly-dfwDallas209.71.71.892a09:8280:e609:1:0:22:b79b:0
ewrfly-ewrSecaucus, New Jersey209.71.69.2212a09:8280:e610:1:0:22:b79b:0
frafly-fraFrankfurt209.71.90.2042a09:8280:e612:1:0:22:b79b:0
grufly-gruSão Paulo209.71.94.282a09:8280:e615:1:0:22:b79b:0
iadfly-iadAshburn, Virginia209.71.81.62a09:8280:e618:1:0:22:b79b:0
jnbfly-jnbJohannesburg209.71.83.1202a09:8280:e620:1:0:22:b79b:0
laxfly-laxLos Angeles209.71.91.962a09:8280:e621:1:0:22:b79b:0
lhrfly-lhrLondon209.71.85.822a09:8280:e622:1:0:22:b79b:0
nrtfly-nrtTokyo209.71.88.1502a09:8280:e625:1:0:22:b79b:0
ordfly-ordChicago209.71.89.12a09:8280:e626:1:0:22:b79b:0
sinfly-sinSingapore209.71.80.1122a09:8280:e632:1:0:22:b79b:0
sjcfly-sjcSan Jose209.71.101.372a09:8280:e633:1:0:22:b79b:0
sydfly-sydSydney209.71.97.1082a09:8280:e634:1:0:22:b79b:0
yyzfly-yyzToronto209.71.99.512a09:8280:e637:1:0:22:b79b:0

Railway regions and monitoring IPs

Below is the complete list of Railway regions used for monitoring, along with their associated IPv4 addresses.

Region codePrefixed codeLocation nameIPv4 address
railway_europe-west4-drams3arailway-europe-west4Europe West208.77.244.15
railway_asia-southeast1-eqsg3arailway-asia-southeast1Asia Southeast208.77.246.15
railway_us-east4-eqdc4arailway-us-east4US East162.220.234.15
railway_us-west2railway-us-west2US West162.220.232.99

Koyeb regions

Koyeb does not provide static IP addresses for their regions, so IPs are not available for allowlisting. For details, see Koyeb's documentation.

Region codePrefixed codeLocation name
koyeb_frakoyeb-fraFrankfurt, Germany
koyeb_parkoyeb-parParis, France
koyeb_sfokoyeb-sfoSan Francisco, USA
koyeb_sinkoyeb-sinSingapore
koyeb_tyokoyeb-tyoTokyo, Japan
koyeb_waskoyeb-wasWashington, USA

Note:

  • Where available, IPv4 and IPv6 addresses are provided for allowlisting and diagnostics (Fly.io regions only; Railway is IPv4-only and Koyeb has no static IPs).
  • Location names are for reference and may be used in the dashboard UI.

On this page