My Colony Colony Info API
Brandon Stecklein
@bastecklein@accounts.ape-apps.com
Published
If you know the charter code for a colony in the game My Colony, you can call the public Colony Info API to get all critical information about the desired colony.
Sample endpoint
https://mc1.my-colony.com/api.php?pf=2&g=1&c=0hZgBkjn
Remember to replace 0hZgBkjn with the desired charter code.
Sample Output
{
"charter": "0hZgBkjn",
"name": "Domination",
"account": "bastecklein",
"region": "0",
"civilization": "United Earth",
"race": "Human",
"maptype": "Red Planet",
"founded": "April 8, 2017",
"independence": "April 19, 2017",
"population": 1085971,
"gdp": 987856928546,
"unemployment": 18,
"mapstage": 4,
"playson": "web.apewebapps",
"lastactive": "2025-08-07 11:31:18",
"theme": "#386176",
"screenshot": "https://www.my-colony.com/screenshots/ss-949442.jpg",
"website": "https://www.my-colony.com/colonies/0hZgBkjn/",
"sector": "75,-79",
"location": "639,-61",
"rrr": 3,
"flag": "https://www.my-colony.com/screenshots/flag-949442.jpg",
"mothercolony": {},
"childcolonies": [
{
"name": "Islands of Rothwell",
"account": "bastecklein",
"region": "1",
"charter": "lIDMRFegoF",
"population": 13753,
"website": "https://www.my-colony.com/colonies/lIDMRFegoF/",
"relations": 123,
"sector": "75,-79",
"location": "467,-4",
"flag": "https://www.my-colony.com/screenshots/"
},
{
"name": "Regi-on",
"account": "lucasedurl",
"region": "1",
"charter": "7OCeCsSSwR",
"population": 2324,
"website": "https://www.my-colony.com/colonies/7OCeCsSSwR/",
"relations": 123,
"sector": "75,-79",
"location": "455,-74",
"flag": "https://www.my-colony.com/screenshots/flag-1055364.jpg"
},
{
"name": "Lilys city",
"account": "Rickness",
"region": "1",
"charter": "uEA2VCWC8I",
"population": 4,
"website": "https://www.my-colony.com/colonies/uEA2VCWC8I/",
"relations": 100,
"sector": "75,-79",
"location": "620,-199",
"flag": "https://www.my-colony.com/screenshots/"
}
]
}
For questions/issues/suggestions regarding the API, please sign in to the official Ape Apps Discord channel.