My Colony Player Info API
Brandon Stecklein
@bastecklein@accounts.ape-apps.com
Last updated
Developers who wish to access information related to the colonies owned by a specific player can do so using the free Player Info API. You will need the players Ape Apps Account username.
Sample endpoint
https://mc1.my-colony.com/api.php?pf=8&g=1&u=bastecklein
Remember to replace bastecklein with the desired account name.
Sample Output
{
"exists": true,
"colonies": [
{
"name": "Domination",
"charter": "0hZgBkjn",
"independent": "April 19, 2017",
"population": "1085971",
"founded": "April 8, 2017",
"screenshot": "https://www.my-colony.com/screenshots/ss-949442.jpg",
"lastactive": "2025-08-07 11:31:18",
"account": "bastecklein"
},
{
"name": "Imperial Munson",
"charter": "f1qwgHuYHu",
"independent": "December 5, 2019",
"population": "35932",
"founded": "September 2, 2018",
"screenshot": "https://www.my-colony.com/screenshots/0",
"lastactive": "2025-08-01 21:23:12",
"account": "bastecklein"
}
],
"laston": "2025-08-10 17:31:15"
}
For questions/issues/suggestions regarding the API, please sign in to the official Ape Apps Discord channel.
First published