Returns a list of towns used in member registration. This information is displayed on member profile as the “suburb” and also on listings where the approximate location of goods is important, such as in Trade Me Motors.
A list of all localities.
[
{
"LocalityId": 123,
"Name": "ABC",
"Districts": [
{
"DistrictId": 123,
"Name": "ABC"
},
{
"DistrictId": 123,
"Name": "ABC"
}
]
},
{
"LocalityId": 123,
"Name": "ABC",
"Districts": [
{
"DistrictId": 123,
"Name": "ABC"
},
{
"DistrictId": 123,
"Name": "ABC"
}
]
}
]