Million Community Projects

Access data about the community Projects.

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

Community projects List

GET https://api.millioncloud.org/community-projects

List all the community projects referenced by MillionTokenCloud. Want to add your project to the list ? A form will be made.

Query Parameters

NameTypeDescription

tags_but

array

List projects that don't have this tags.

tags

array

Used to filter projects by tags.

[{    
    "id": "x19y2ue2a0jc",
    "url": "https://milliontoken.cloud",
    "name": "milliontoken.cloud",
    "name_slug": "milliontoken-cloud",
    "description-short": "Provide resources and APIs endpoints for the MM Community.",
    "description": "Provide resources and APIs endpoints for the MM Community.",    
    "date_added_at": "2021-09-11",
    "date_edited_at": "2021-09-11",
    "tags": [
        "api",
        "data",
        "documentation"
    ],
    "social-links": {
        "twitter": "",
        "facebook": "",
        "reddit": "",
        "medium": "",
        "instagram": "",
        "pinterest": "",
        "discord": "",
        "telegram": "",
        "tumblr": ""
    }
}]

Community project by ID

GET https://api.millioncloud.org/community-projects/:id

Path Parameters

NameTypeDescription

id

string

Get a community project by ID.

{    
    "id": "x19y2ue2a0jc",
    "url": "https://milliontoken.cloud",
    "name": "milliontoken.cloud",
    "name_slug": "milliontoken-cloud",
    "description-short": "Provide resources and APIs endpoints for the MM Community.",
    "description": "Provide resources and APIs endpoints for the MM Community.",    
    "date_added_at": "2021-09-11",
    "date_edited_at": "2021-09-11",
    "tags": [
        "api",
        "data",
        "documentation"
    ],
    "social-links": {
        "twitter": "",
        "facebook": "",
        "reddit": "",
        "medium": "",
        "instagram": "",
        "pinterest": "",
        "discord": "",
        "telegram": "",
        "tumblr": ""
    }
}

Community project by Slug

GET https://api.millioncloud.org/community-projects/:slug

Path Parameters

NameTypeDescription

slug

string

Get a community project by slug.

GET https://api.millioncloud.org/community-projects/:id

Path Parameters

NameTypeDescription

id

string

Get a community project by ID.

Last updated