Get Available Regions by Cloud Provider

JFrog REST APIs

Content Type
REST API

Description: Returns a list of the geographical regions in each provider's cloud that are available for deployment of a JFrog platform. Filter or sort the list as your application requires.

Since: August 27, 2025

Security: Does not require authentication.

Usage: GET https://my.jfrog.com/api/jmis/v1/regions

Returns: application/json

Sample Usage

curl --location 'https://my.jfrog.com/api/jmis/v1/regions'

Sample Response

{  "regions": 
   [    
    {      
    "cloud": "aws",      
    "region_name": "Sydney",      
    "region_code": "p-aws-prod-apse2"    
    },    
    {      
    "cloud": "azure",      
    "region_name": "Central India (Pune)",      
    "region_code": "p-azure-prod-cin"    
    },
    {      
    "cloud": "gcp",      
    "region_name": "Hong Kong",      
    "region_code": "p-gcp-prod-ape2"    
    }    
   ]
}

Response status codes:

200- Success

500- Failed