The new version 20250310 is available.
20250310
curl --location --request GET 'https://shopapi.geckodistribution.com/api/open/address/list' \ --header 'version;' \ --header 'token;'
{ "status": "0", "message": "Operation successful.", "data": { "addresslist": [ { "id": 123456789, "receiver": "Tom", "cellphone": "27123456789", "postcode": "6025", "suburb": "Kunune Park", "city": "Park", "address": "Johannesburg" } ] } }