# Million Influencers

{% hint style="warning" %}
Features aren't implemented yet. Next release will come soon !
{% endhint %}

## Get the influencers List

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/influencers`

{% tabs %}
{% tab title="200 " %}

```
[{
    "": {
        "": ""
    },
    "urls": {
        "website": "",
        "youtube": "",
        "telegram": "",
        "twitter": "",
        "facebook": "",
        "reddit": "",
        "tumblr": "",
        "publish0x": "",
        "patreon": "",
        "twitch": "",
        "peakd": ""
    }
}]
```

{% endtab %}
{% endtabs %}

## Get an influencer by Slug

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/influencers/:slug`

#### Path Parameters

| Name | Type   | Description               |
| ---- | ------ | ------------------------- |
| slug | string | Get an influencer by slug |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get an influencer by ID

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/influencers/:id`

#### Path Parameters

| Name | Type   | Description             |
| ---- | ------ | ----------------------- |
| id   | string | Get an influencer by ID |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}
