> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/use-cases/api-automation-v2/get-profile/5.-list-version.md).

# 5. List version

### **Request**

<table><thead><tr><th width="249">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td>api_url/get-list-version</td></tr></tbody></table>

### **Example Request**

<table><thead><tr><th width="251">Method</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:5555/get-list-tag">http://127.0.0.1:5555/get-list-v</a>ersion</td></tr></tbody></table>

### &#x20;**Example Response**

{% code lineNumbers="true" %}

```json
{
    "win": [
        "115.0.5790.32",
        "114.0.5735.61"
    ],
    "lin": [
        "115.0.5790.32",
        "114.0.5735.90"
    ],
    "android": [
        "115.0.5790.32",
        "114.0.5735.196"
    ],
    "mac": [
        "115.0.5790.3",
        "114.0.5735.90"
    ]
}
```

{% endcode %}
