Skip to content

功能概述

土地列表

接口访问

接口地址

land/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
demandTypeint11true1需求类型 1.卖地需求 2.买地需求
landTypeIDint11false0土地类型(一级类)
landTypePIDint11false0土地类型(二级类)
circulationTypeint11false0土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
landNatureint11false0土地性质 1. 国有建设用地 2.集体经营性用地
typeOfTenureint11false0使用权类型 1.划拨 2.出让 3.租赁 4.作价/入股 5.授权
cityint4false1城市编号
regionint4false1区域编号
townint4false1乡镇编号
villageint4false1村编号
sourceint1false1请求源 1.小程序 2.PC
pageint11false1页码

返回值

属性类型必填说明
idinttrue土地ID
landNumberstringtrue土地编号
landTitlestringtrue土地名称
landNatureinttrue土地性质 1.国有建设用地 2.集体经营性建设用地
coverImagestringtrue封面图片地址
categoryNamestringtrue类别名称
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
areaTypeinttrue面积类型 1.平方 2.亩 3.公顷
areafloattrue面积
locationstringtrue位置
ownershipNatureinttrue土地权属类型 1.个人 2.企业
isOnlineinttrue是否在线 0.否 1.是
projectTypeinttrue项目类型 1.简易提交 2.详细提交
dataStatusinttrue数据状态 1.待审核 2.草稿箱 3.已通过 -1.已驳回
demandTypeinttrue数据业务类型 1.出售 2.需求
circulationTypeinttrue土地流转类型 1.转包 2.出租 3.借用 4.互换 5.转让 6.处置7.融资
isFavoritesbooltrue当前用户是否收藏 false.否 true.是

返回示例

{
    "response": [
        {
            "id": 91,
            "landNumber": "A20250304059f5a5f",
            "landTitle": "海口美兰区66平米土地转让",
            "coverImage": "https://file.pushhaa.com/2c2b01e1df9b80fef46b323cea92ebbf.jpg",
            "categoryName": "耕地",
            "circulationType": 2,
            "landNature": 1,
            "areaType": 1,
            "area": 66,
            "priceType": 2,
            "price": 66,
            "budget": "",
            "location": "海口市美兰区",
            "demandType": 1,
            "ownershipNature": 0,
            "isFavorites": false
        }
    ],
    "requestId": "8fa92717-46de-4174-83dd-24f060d39e47"
}