Skip to content

List Proxy Regions

Method: GET

Endpoint: /api/v2/proxy/region

Authentication: No API token required

GET/api/v2/proxy/regionList proxy regions
AuthorizationNot required

This is a public endpoint and does not require an API token.

Parameters
query · string · default `en`Optional

Region language. Constraints: default `en`.

Request BodyNot applicable
No JSON request body. Fill the path or query parameters above.

Use this endpoint to list proxy regions available for Worker runs.

ParameterRequiredTypeDescription
languageNostringRegion language Constraints: default en.
Terminal window
curl -X GET "https://openapi.coreclaw.com/api/v2/proxy/region?language=en"
{
"code": 0,
"data": {
"list": [
{
"code": "US",
"name": "United States"
}
]
},
"message": "success",
"request_id": "req-123"
}
  • This endpoint does not require an API token.
HTTP StatusApplication CodeMeaning
2000OK
40011000Bad Request
40112001Unauthorized
40411004Not Found
42211000Unprocessable Entity
42913000Too Many Requests
50010000Internal Server Error