> 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/api-zi-dong-hua/huo-qu-zhang-hao-zi-liao/6.-huo-qu-uuid-de-zi-liao.md).

# 6.获取uuid的资料

返回资料信息

## 申请

<table><thead><tr><th width="258">模式</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td>api_url/browser/get-profile-by-uuid?uuid={uuid}</td></tr></tbody></table>

| 参数   | 价值     | 描述       |
| ---- | ------ | -------- |
| uuid | string | 资料的 UUID |

## 申请示例

<table><thead><tr><th width="258">模式</th><th>URL</th></tr></thead><tbody><tr><td>GET</td><td><a href="http://127.0.0.1:5555/browser/get-profile-by-uuid?uuid=99801eb6-41c0-4f94-a3f7-f14d2886f594">http://127.0.0.1:5555/browser/get-profile-by-uuid?uuid=99801eb6-41c0-4f94-a3f7-f14d2886f594</a></td></tr></tbody></table>

## 响应示例

```

{
    "type": "success",
    "title": "Request successfully.",
    "content": {
        "uuid": "99801eb6-41c0-4f94-a3f7-f14d2886f594",
        "name": "Xander Crist I [3]",
        "config": {
            "name": "Xander Crist I [3]",
            "version": 112,
            "os": "win",
            "browser_type": "hidemium",
            "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.121 Safari/537.36",
            "osVersion": "Windows NT 10.0; Win64; x64",
            "browserVersion": "112.0.5615.121",
            "Resolution": {
                "width": 1920,
                "height": 1080,
                "pixelRatio": 2
            },
            "canvas": "noise",
            "WebGLImage": true,
            "WebGLMeta": true,
            "clientRectsEnable": false,
            "WebGLMetadataVendor": "Google Inc. (NVIDIA)",
            "WebGLMetadataRenderer": "ANGLE (NVIDIA, NVIDIA GeForce GTX 1070 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-27.21.14.5671)",
            "languages": "en-US,en;q=0.9",
            "mediaDevices": true,
            "timezone": "Asia/Bangkok"
        },
        "proxy": "",
        "created_at": "2023-06-26T04:58:23.000000Z",
        "created_at_diff": "1 day ago",
        "note": "",
        "last_open": null,
        "last_open_diff": null,
        "status": null,
        "status_chil": 0,
        "tags": []
    }
}
```
