Server Residence Information

May 31, 2020
Server Residence Information
  • PLEASE NOTE: The contents of this page are intended to be used by developers only. While you are more than welcome to experiment and create amazing stuff with these APIs, we can't guarantee we'll be able to support you in doing so. Anything made with our APIs must adhere to the EMC Terms & Conditions and API Rules.

    The Server Residence Information APIs can be used to gain a list of all the Residences on a server, and information about those Residences.

    View the API Reference page for information concerning the use of EMC's API's.


    Endpoint(top)


    You can access this API by performing a GET request on the URL https://empireminecraft.com/api/server-residence-#.json. You should replace the hash (#) with the number of the server that you are trying to get the residence list for. Make sure you read the server number information page; the numbers are not the most intuitive thing ever.

    Response(top)


    Example Response:

    Code:

    [{"18001":{"address":"18001","owner":"AnonReturns","group":"7","name":"AnonReturns-4"},"18002":{"address":"18002","owner":"MoeMacZap","group":"3","name":"MoeMacZap"},"18003":{"address":"18003","owner":"99marvel","group":"1","name":"99marvel-4"},"18004":{"address":"18004","owner":"The_Boulder","group":"8","name":"Dwight5273-3"},"18005":{"address":"18005","owner":"jewel_king","group":"1","name":"jewel_king"},"18006":{"address":"18006","owner":"Aiyard","group":"1","name":"Aiyard"}]
    Please note that this example response has been truncated - an actual response will return hundreds of Residences.

    Did we miss something?