My Colony Galactic Board of Trade Prices API
Brandon Stecklein
@bastecklein@accounts.ape-apps.com
Published
Developers can fetch a JSON array containing all of the current resource prices in My Colony's in-game Galactic Board of Trade.
Endpoint
https://mc1.my-colony.com/api.php?pf=1&g=1
Sample Output
{
"resources": [
{
"id": "38",
"name": "Salt Water",
"price": "10",
"detailed": {
"last": "10",
"rolling": "10",
"min": "10",
"max": "10",
"emergency": "1000000"
}
},
{
"id": "2",
"name": "Water",
"price": "20",
"detailed": {
"last": "20",
"rolling": "20",
"min": "20",
"max": "20",
"emergency": "2000"
}
},
...
{
"id": "43",
"name": "Dark Matter",
"price": "55000000000000",
"detailed": {
"last": "55000000000000",
"rolling": "55000000000000",
"min": "55000000000000",
"max": "55000000000000",
"emergency": "55000000000000"
}
}
]
}
For questions/issues/suggestions regarding the API, please sign in to the official Ape Apps Discord channel.