Skip to main content
GET
/
cloud
/
public
/
v1
/
ipranges
/
egress
List cloud egress public IPs
curl --request GET \
  --url https://api.gcore.com/cloud/public/v1/ipranges/egress
{
  "ranges": [
    "203.0.113.0/24"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://gcore.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

OK

ranges
(string<ipv4interface> | string<ipv6interface>)[]
required

IP ranges list

Example:
["203.0.113.0/24"]