# Endpoints

Source: https://docs.evomi.com/public-api/endpoints/

Here you will find detailed information about the available endpoints in the Evomi Public API. These endpoints allow you to access various data related to your proxy products, scraper, and browser services, including credentials, balance, usage statistics, and endpoint details.

- [Get Proxy Data](/public-api/endpoints/default/)
- [Bandwidth Usage](/public-api/endpoints/bandwidth-usage/)
- [Proxy Settings](/public-api/endpoints/settings/)
- [Rotate Session](/public-api/endpoints/rotate_session/)
- [Generate Proxies](/public-api/endpoints/generate/)
- [Scraper](/public-api/endpoints/scraper/)
- [Browser](/public-api/endpoints/browser/)

## Pages in this section

- [Get Proxy Data](https://docs.evomi.com/public-api/endpoints/default/index.md): GET /public returns every proxy product on your account with its credentials, balance and endpoint details, which is what you need to wire proxies into an application.
- [Bandwidth Usage](https://docs.evomi.com/public-api/endpoints/bandwidth-usage/index.md): Query proxy bandwidth and request statistics via GET /public/usage, matching the Evomi dashboard history charts.
- [Targeting Options](https://docs.evomi.com/public-api/endpoints/settings/index.md): GET /public/settings lists the targeting each proxy product accepts, countries, cities, regions, ISPs and continents, so you can build proxy strings that resolve.
- [Session Rotation](https://docs.evomi.com/public-api/endpoints/rotate_session/index.md): GET /public/rotatesession forces a new IP for a sticky session while keeping the same session ID.
- [Generate Proxies](https://docs.evomi.com/public-api/endpoints/generate/index.md): GET /public/generate builds proxy strings for a product with your geo-targeting and session parameters, in the list format your tool expects.
- [Get Scraper Data](https://docs.evomi.com/public-api/endpoints/scraper/index.md): GET /public/scraper returns your Scraper API key, remaining credits, concurrency limit and the scraper endpoint URL.
- [Get Browser Data](https://docs.evomi.com/public-api/endpoints/browser/index.md): GET /public/browser returns your Browser API key, remaining credits, concurrency limit, maximum session length and the WebSocket endpoint URL.
