> For the complete documentation index, see [llms.txt](https://docs.stats.golem.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stats.golem.network/v1-api-endpoints/requestor-specific.md).

# Requestor Specific

## All Requestors

<mark style="color:blue;">`GET`</mark> `https://api.stats.golem.network/v1/requestors`

Returns the total list of requestors and their amount of tasks requested

{% tabs %}
{% tab title="200 total tasks requested per requestor is returned." %}

```
[{"node_id": "0x8b9b05a578c06c5c3745be61a3fdcfe0cda30224", "tasks_requested": 5316.598295295329}]
```

{% endtab %}
{% endtabs %}
