index
Developing
GET
http://estate.test/api/v1{{url}}/system/lands
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/lands?search=la&area_id=1&city_id=1&block_id=1&ownership_type=company¤t_land_owner_id=1&created_at=2025-04-06' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
"status": "true",
"message": "Operation completed successfully",
"response": {
"data": [
{
"id": 1,
"project_id": 6,
"previous_land_owner_id": 3,
"current_land_owner_id": 4,
"country_id": 2,
"area_id": 4,
"city_id": 0,
"block_id": 0,
"name": "Ms. Audrey Nienow",
"move_type": "incididunt fugiat nostrud quis",
"lat": "2025-04-23T03:50:02.471Z",
"lang": "est",
"address": "Iowa West Mireille Monroe County 25476 W 3rd Street Suite 431",
"space": "in",
"plan_number": 1,
"chart_number": 0,
"block_number": 3,
"meter_price": 7,
"total_price": 0,
"vat_number": 4,
"vat_amount": 4,
"vat_date": "2024-11-26T02:47:43.652Z",
"vat_paid_date": "2026-01-22T18:31:39.812Z",
"previousLandOwner": {
"id": 9,
"name": "Dr. Phillip Orn",
"email": "Clementina36@yahoo.com",
"phone": 298,
"type": "ut exercitation dolor amet dolore"
},
"currentLandOwner": {
"id": 8,
"name": "Bryant Gleichner",
"email": "Ernesto.Muller60@hotmail.com",
"phone": 1,
"type": "laboris reprehenderit"
},
"project": {
"id": 0,
"name": "Small Cotton Car",
"code": "m",
"status": "deficio",
"type": "vilitas",
"image": "https://ill-fated-unit.info",
"start_work_date": "2025-02-09T18:11:19.890Z",
"end_work_date": "2025-01-09T00:49:57.140Z"
},
"country": {
"id": 2,
"name": "Francis Weimann"
},
"area": {
"id": 7,
"name": "Rita Flatley",
"type": "quis Excepteur velit sed"
},
"city": {
"id": 1,
"country_id": 0,
"parent_id": 1,
"name": "Ronnie Bechtelar",
"type": "aliqua tempor voluptate"
},
"block": {
"id": 7,
"name": "Kate Murazik",
"type": "incididunt eu pariatur"
}
},
{
"id": 9,
"project_id": 8,
"previous_land_owner_id": 1,
"current_land_owner_id": 9,
"country_id": 4,
"area_id": 8,
"city_id": 5,
"block_id": 6,
"name": "Gordon Gibson-Feil",
"move_type": "enim velit",
"lat": "2025-04-22T13:11:41.135Z",
"lang": "dolor do dolore non culpa",
"address": "Ohio Runolfssonchester Crawford County 47206 Hettinger Hollow Apt. 135",
"space": "ea",
"plan_number": 6,
"chart_number": 6,
"block_number": 4,
"meter_price": 4,
"total_price": 4,
"vat_number": 8,
"vat_amount": 1,
"vat_date": "2024-08-12T00:23:05.829Z",
"vat_paid_date": "2025-12-26T03:46:32.220Z",
"previousLandOwner": {
"id": 3,
"name": "Sabrina Koss",
"email": "Marcelo77@gmail.com",
"phone": 1,
"type": "voluptate"
},
"currentLandOwner": {
"id": 8,
"name": "Ora Waelchi-Reynolds",
"email": "Franz.Gerlach@gmail.com",
"phone": 1,
"type": "commodo consequat pariatur aute"
},
"project": {
"id": 1,
"name": "Tasty Fresh Pants",
"code": "P",
"status": "cognatus",
"type": "accusantium",
"image": "https://majestic-mainstream.com/",
"start_work_date": "2025-02-23T19:54:37.174Z",
"end_work_date": "2026-03-29T20:14:28.826Z"
},
"country": {
"id": 8,
"name": "Vera Fritsch"
},
"area": {
"id": 5,
"name": "Dawn Shields",
"type": "in amet ut"
},
"city": {
"id": 8,
"country_id": 3,
"parent_id": 4,
"name": "Dwight Carter",
"type": "cupidatat consequat"
},
"block": {
"id": 2,
"name": "Mrs. Dolores Doyle-Bednar",
"type": "Lorem occaecat aliqua"
}
}
],
"links": {
"first": "http://estate.test/api/v1/system/lands?page=1",
"last": "http://estate.test/api/v1/system/lands?page=1",
"prev": null,
"next": "http://estate.test/api/v1/system/lands?page=3"
},
"meta": {
"current_page": 1,
"from": null,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "http://estate.test/api/v1/system/lands?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "http://estate.test/api/v1/system/lands",
"per_page": 10,
"to": null,
"total": 0
}
}
}
Request
Query Params
search
stringÂ
optional
Example:
la
area_id
stringÂ
optional
Example:
1
city_id
stringÂ
optional
Example:
1
block_id
stringÂ
optional
Example:
1
ownership_type
stringÂ
optional
Example:
company
current_land_owner_id
stringÂ
optional
Example:
1
created_at
stringÂ
optional
Example:
2025-04-06
Header Params
x-api-key
stringÂ
optional
Example:
{{x-api-key}}
x-secret-key
stringÂ
optional
Example:
{{x-secret-key}}
Responses
Modified at 2025-04-15 23:39:58