> For the complete documentation index, see [llms.txt](https://help.edgecontents.com/edgecontents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.edgecontents.com/edgecontents/apis/browsers.md).

# Browsers

## Endpoints

* ### Lista de browsers

**URL:** \<seuprojeto>.edgecontents.com/ds/api/browser

**Método:** GET

**Autenticação:** Basic Auth

**Exemplo de retorno:**

```json
{
    "2": {
        "name": "16:9",
        "layouts": [
            {
                "id": 1,
                "width": 1920,
                "height": 1080,
                "playlists": {
                    "2": {
                        "screen_format": "16:9"
                    }
                }
            }
        ]
    },
    "4": {
        "name": "9:16",
        "layouts": [
            {
                "id": 4,
                "width": 1080,
                "height": 1920,
                "playlists": {
                    "4": {
                        "screen_format": "9:16"
                    }
                }
            }
        ]
    }
}
```
