# Export modems  info

In this case study, we will look at how to export modem information.

To export modem information, perform the following steps:

1. Get a list of your hosts and select one of them. [`How do I get a list of hosts?`](https://docs.proxy-seller.com/mobile-crm/usage-guides/host-actions/all-hosts-info)
2. Use the following method from our API[`Export info for all modems on the host`](https://docs.proxy-seller.com/api-reference/hosts#export-info-for-all-modems-on-the-host)

{% hint style="info" %}
You can specify the file format, file name, and internal file markup within the specified capabilities.
{% endhint %}

Example of successful execution of a request:

{% code title="modems.txt" %}

```
%number%,%ip%,%use%
101,101.111.44.191,false

```

{% endcode %}
