Million Influencers

Access data about community influencers.

Features aren't implemented yet. Next release will come soon !

Get the influencers List

GET https://api.millioncloud.org/influencers

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

Get an influencer by Slug

GET https://api.millioncloud.org/influencers/:slug

Path Parameters

NameTypeDescription

slug

string

Get an influencer by slug

Get an influencer by ID

GET https://api.millioncloud.org/influencers/:id

Path Parameters

NameTypeDescription

id

string

Get an influencer by ID

Last updated