# All hosts info

In this case study you will learn how to get information about all your hosts.

Follow these steps to obtain a list of host information

1. Get API Key.  [`How to get the key?`](https://docs.proxy-seller.com/mobile-crm/usage-guides/how-to-work-with-api-reference)
2. Use the following method from our API [`Get all hosts`](https://docs.proxy-seller.com/api-reference/hosts#get-all-hosts)`.`

Example of successful execution of a request in JSON format:

```json
[
  {
    "id": "21vjv1224n45v7457mvcas",
    "name": "Host Number 1",
    "number": "101"
  }
]
```
