All Products
Search
Document Center

Intelligent Media Management:ListRegions

Last Updated:Nov 20, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Get the list of regions

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringYes

Language type. The range of values is as follows:

  • zh-CN: Chinese
  • en-US: English
  • ja: Japanese
zh-CN

Response parameters

ParameterTypeDescriptionExample
object

Response structure

RequestIdstring

Request ID for the interface.

7F7D235C-76FF-4B65-800C-8238AE3F****
Regionsarray

List of Regions.

RegionsRegionType

Region structure information.

Examples

Sample success responses

JSONformat

{
  "RequestId": "7F7D235C-76FF-4B65-800C-8238AE3F****",
  "Regions": [
    {
      "RegionId": "",
      "LocalName": ""
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-04-19The API operation is not deprecated.. The Error code has changedView Change Details