Ape Apps

My Colony Populated Sectors API

Brandon Stecklein
@bastecklein@accounts.ape-apps.com
Published August 12, 2025

In My Colony, every colony in the game is assigned to a sector on an X,Y coordinate grid. Developers can use the following endpoint to get an overview of each sector, how many planets are within the sector, and the total population of the sector.

Endpoint

https://mc1.my-colony.com/api.php?pf=7&g=1

Sample Output

[
    {"sectorx":"-65","sectory":"-120","totalpop":"70","planets":"2"},
    {"sectorx":"-65","sectory":"-12","totalpop":"2741","planets":"1"},
    ...
    {"sectorx":"165","sectory":"-100","totalpop":"5072","planets":"1"}
]

For questions/issues/suggestions regarding the API, please sign in to the official Ape Apps Discord channel.

Join the Discord