millioncloud.org
  • MillionCloud
  • Token
    • Million Token
    • Million Token Community
    • Graphic Resources
  • Public API
    • Million Holders
    • Million Liquidity Pools
    • Million NFTs
    • Million Memes
    • Million Quotes
    • Million Influencers
    • Million Community Projects
  • Tutorials
    • MillionToken Addresses
    • Buy Million Token
      • Buy MM on Uniswap V2
      • Buy MM on Uniswap V3
      • Buy MM on SushiSwap
      • Buy MM on Quickswap
      • Buy MM on PancakeSwap
      • Buy MM on TraderJoe
      • Buy MM on MoonSwap
      • Buy MM on Raydium
      • Buy MM on LuaSwap
      • Buy MM on Gate.io
    • Network Setups
      • Setup Polygon on MetaMask
      • Setup BSC on MetaMask
      • Setup Avanlache on MetaMask
      • Setup Moonriver on MetaMask
      • Setup TomoChain on MetaMask
      • Setup Fantom on MetaMask
      • Setup Harmony on MetaMask
      • Setup Near Wallet
    • Crypto Security
  • Third Party API
    • Sushiswap
    • Etherscan
    • Solana Explorer
    • BscScan
    • Cardanoscan (coming soon ?)
    • CoinGecko
    • Bloxy
  • Links
    • millioncloud.org
  • Updates
    • Changelog
  • Donations
Powered by GitBook
On this page
  • Community projects List
  • Community project by ID
  • Community project by Slug

Was this helpful?

  1. Public API

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

Name
Type
Description

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": ""
    }
}]
{ "message": "No community projects found." }

Community project by ID

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

Path Parameters

Name
Type
Description

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

Name
Type
Description

slug

string

Get a community project by slug.

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

Path Parameters

Name
Type
Description

id

string

Get a community project by ID.

PreviousMillion InfluencersNextMillionToken Addresses

Last updated 2 years ago

Was this helpful?