Copy
{
"data": [
{
"id": 2678,
"type": 1,
"enum_type": {
"key": "MAILING",
"value": 1,
"description": "mail address"
},
"address": "基隆市仁愛區愛一路35號8樓之一",
"contact_id": 1938277,
"profile_id": 1938247,
"state": {
"id": 2,
"country_id": 1,
"name": "基隆市"
},
"state_id": 2,
"country": {
"id": 1,
"name": "台灣",
"abbrev": null
},
"country_id": 1,
"city": {
"id": 1,
"state_id": 2,
"name": "仁愛區",
"zipcode": "200"
},
"city_id": 1,
"description": null
},
{
"id": 2830,
"type": 1,
"enum_type": {
"key": "MAILING",
"value": 1,
"description": "mail address"
},
"address": "愛一路19號",
"contact_id": 1938482,
"profile_id": 1938452,
"state": {
"id": 2,
"country_id": 1,
"name": "基隆市"
},
"state_id": 2,
"country": {
"id": 1,
"name": "台灣",
"abbrev": null
},
"country_id": 1,
"city": {
"id": 1,
"state_id": 2,
"name": "仁愛區",
"zipcode": "200"
},
"city_id": 1,
"description": null
}
],
"links": {
"first": "https://firstline.localhost/api/address?per_page=2&city_id=1&page=1",
"last": "https://firstline.localhost/api/address?per_page=2&city_id=1&page=63",
"prev": null,
"next": "https://firstline.localhost/api/address?per_page=2&city_id=1&page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 63,
"path": "https://firstline.localhost/api/address",
"per_page": "2",
"to": 2,
"total": 126
}
}