# 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 %}
