Download OpenAPI specification:Download
Returns the status of settlement boundaries within the LPA of a specific point. The cost of this is 0 credits.
required | object |
{- "cost": 0,
- "status": "council_has_settlements",
- "lpa_name": "string"
}Returns settlement boundaries that intersect with the given geometry. The cost of this is 1 credit per 20 results.
| page | number Default: 0 |
required | object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "id": "string",
- "name": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "emerging_plan": true,
- "lpa_code_main": "string",
- "policyId": "string"
}
]
}Returns a settlement boundary. The cost of this is 1 credit.
| id required | string |
{- "cost": 0,
- "data": {
- "name": "string",
- "hierarchy": "string",
- "hierarchySource": "string",
- "mapSource": "string",
- "policyId": "string",
- "score": 0,
- "tier": 0,
- "rank": 0,
- "geom_area": 0,
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "id": "string",
- "emerging_plan": true,
- "lpa_code_main": "string"
}
}Returns an individual planning application. This costs 1 credit.
| _id required | string |
{- "cost": 0,
- "count": 0,
- "data": {
- "id": "string",
- "address": "string",
- "agentDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicantDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicationType": "string",
- "calculatedApplicationTypes": [
- "full_app"
], - "no_weeks_decision_overdue": "string",
- "targetDecisionDate": "string",
- "determinationDeadline": "string",
- "calculatedDateReceived": "string",
- "calculatedDecision": "Approved",
- "calculatedDecisionTimeInDays": 0,
- "decisionIssuedDate": "string",
- "decisionLevel": "string",
- "geom": [
- 0,
- 0
], - "keyAppealDetails": {
- "area_selector_ids": [
- "string"
], - "alternative_reference": "string",
- "appealAgentDetails": "string",
- "appealApplicantDetails": "string",
- "appealDecidedDate": "string",
- "calculatedAppealDecision": "string",
- "calculatedAppealDecisionTimeInDays": "string",
- "calculatedAppealReason": "string",
- "calculatedAppealType": "string",
- "calculatedDateReceived": "string",
- "calculatedProcedureType": "string",
- "hasAppeal": true,
- "inspectorName": "string",
- "inspectorate_caseId": "string",
- "inspectorate_reference": "string",
- "origin_reference": "string"
}, - "linkToDocuments": "string",
- "outlineGeom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "outlineGeomAreaSqmt": 0,
- "permissionExpiryDate": "string",
- "proposal": "string",
- "caseOfficer": "string",
- "caseOfficerPhoneNumber": "string",
- "is_appealable": true,
- "lpaCode": "string",
- "lpaName": "string",
- "reference": "string",
- "noDwellings": 0,
- "status": "string",
- "titleNumbers": [
- "string"
], - "url": "string",
- "uprn": 0,
- "uprns_in_planning_array": [
- 0
], - "technology_type": "string",
- "finalDecision": "Approved",
- "createdAt": "string",
- "updatedAt": "string",
- "originalUseClass": [
- "string"
], - "originalUseClassAdjusted": [
- "string"
], - "proposedUseClass": [
- "string"
], - "proposedUseClassAdjusted": [
- "string"
], - "storeys": [
- "string"
], - "maxStoreys": 0,
- "minStoreys": 0,
- "numBuildings": 0,
- "floorAreaSqm": 0,
- "hasBasement": true,
- "basementLevels": 0,
- "isMajorDevelopment": true,
- "hasCarPark": true,
- "numCarParkPlaces": 0
}
}Returns all documents for a given planning application. This costs 1 credit per 20 documents returned.
| page | number Default: 0 |
| planning_id required | string The ID from a planning application retrieved using search. |
| search_planning_documents | string |
{- "cost": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "planning_elastic_id": "string",
- "isDownloaded": true,
- "fileName": "string",
- "description": "string",
- "documentType": "string",
- "calculatedDocumentType": "string",
- "calculatedDocumentStatus": "string",
- "fileFormat": "string",
- "datePublished": "string",
- "originUrl": "string",
- "filePath": "string",
- "updatedAt": "string",
- "row_hash": "string",
- "extractedText": "string",
- "signedUrl": "string"
}
]
}Returns all planning applications within a given area. This costs 1 credit per 20 applications returned. If using reutrn_full_meta_data, it will cost 1 credit per application returned.
| perPage | number Default: 20 |
| page | number Default: 0 |
object or object or object or object or object or object | |
| title_number | string |
| whereQuery | string |
| return_full_meta_data | boolean |
| search_planning_documents | string |
| search_proposals | string |
| uprn | number |
{- "cost": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "address": "string",
- "agentDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicantDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicationType": "string",
- "calculatedApplicationTypes": [
- "full_app"
], - "no_weeks_decision_overdue": "string",
- "targetDecisionDate": "string",
- "determinationDeadline": "string",
- "calculatedDateReceived": "string",
- "calculatedDecision": "Approved",
- "calculatedDecisionTimeInDays": 0,
- "decisionIssuedDate": "string",
- "decisionLevel": "string",
- "geom": [
- 0,
- 0
], - "keyAppealDetails": {
- "area_selector_ids": [
- "string"
], - "alternative_reference": "string",
- "appealAgentDetails": "string",
- "appealApplicantDetails": "string",
- "appealDecidedDate": "string",
- "calculatedAppealDecision": "string",
- "calculatedAppealDecisionTimeInDays": "string",
- "calculatedAppealReason": "string",
- "calculatedAppealType": "string",
- "calculatedDateReceived": "string",
- "calculatedProcedureType": "string",
- "hasAppeal": true,
- "inspectorName": "string",
- "inspectorate_caseId": "string",
- "inspectorate_reference": "string",
- "origin_reference": "string"
}, - "linkToDocuments": "string",
- "outlineGeom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "outlineGeomAreaSqmt": 0,
- "permissionExpiryDate": "string",
- "proposal": "string",
- "caseOfficer": "string",
- "caseOfficerPhoneNumber": "string",
- "is_appealable": true,
- "lpaCode": "string",
- "lpaName": "string",
- "reference": "string",
- "noDwellings": 0,
- "status": "string",
- "titleNumbers": [
- "string"
], - "url": "string",
- "uprn": 0,
- "uprns_in_planning_array": [
- 0
], - "technology_type": "string",
- "finalDecision": "Approved",
- "createdAt": "string",
- "updatedAt": "string",
- "originalUseClass": [
- "string"
], - "originalUseClassAdjusted": [
- "string"
], - "proposedUseClass": [
- "string"
], - "proposedUseClassAdjusted": [
- "string"
], - "storeys": [
- "string"
], - "maxStoreys": 0,
- "minStoreys": 0,
- "numBuildings": 0,
- "floorAreaSqm": 0,
- "hasBasement": true,
- "basementLevels": 0,
- "isMajorDevelopment": true,
- "hasCarPark": true,
- "numCarParkPlaces": 0
}
]
}Returns all planning applications within a given area. This costs 1 credit per 20 applications returned. If using reutrn_full_meta_data, it will cost 1 credit per application returned.
| perPage | number Default: 20 |
| page | number Default: 0 |
object or object or object or object or object or object | |
| title_number | string |
| whereQuery | string |
| return_full_meta_data | boolean |
| search_planning_documents | string |
| search_proposals | string |
| uprn | number |
{- "perPage": 20,
- "page": 0,
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "title_number": "string",
- "whereQuery": "string",
- "return_full_meta_data": true,
- "search_planning_documents": "string",
- "search_proposals": "string",
- "uprn": 0
}{- "cost": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "address": "string",
- "agentDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicantDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicationType": "string",
- "calculatedApplicationTypes": [
- "full_app"
], - "no_weeks_decision_overdue": "string",
- "targetDecisionDate": "string",
- "determinationDeadline": "string",
- "calculatedDateReceived": "string",
- "calculatedDecision": "Approved",
- "calculatedDecisionTimeInDays": 0,
- "decisionIssuedDate": "string",
- "decisionLevel": "string",
- "geom": [
- 0,
- 0
], - "keyAppealDetails": {
- "area_selector_ids": [
- "string"
], - "alternative_reference": "string",
- "appealAgentDetails": "string",
- "appealApplicantDetails": "string",
- "appealDecidedDate": "string",
- "calculatedAppealDecision": "string",
- "calculatedAppealDecisionTimeInDays": "string",
- "calculatedAppealReason": "string",
- "calculatedAppealType": "string",
- "calculatedDateReceived": "string",
- "calculatedProcedureType": "string",
- "hasAppeal": true,
- "inspectorName": "string",
- "inspectorate_caseId": "string",
- "inspectorate_reference": "string",
- "origin_reference": "string"
}, - "linkToDocuments": "string",
- "outlineGeom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "outlineGeomAreaSqmt": 0,
- "permissionExpiryDate": "string",
- "proposal": "string",
- "caseOfficer": "string",
- "caseOfficerPhoneNumber": "string",
- "is_appealable": true,
- "lpaCode": "string",
- "lpaName": "string",
- "reference": "string",
- "noDwellings": 0,
- "status": "string",
- "titleNumbers": [
- "string"
], - "url": "string",
- "uprn": 0,
- "uprns_in_planning_array": [
- 0
], - "technology_type": "string",
- "finalDecision": "Approved",
- "createdAt": "string",
- "updatedAt": "string",
- "originalUseClass": [
- "string"
], - "originalUseClassAdjusted": [
- "string"
], - "proposedUseClass": [
- "string"
], - "proposedUseClassAdjusted": [
- "string"
], - "storeys": [
- "string"
], - "maxStoreys": 0,
- "minStoreys": 0,
- "numBuildings": 0,
- "floorAreaSqm": 0,
- "hasBasement": true,
- "basementLevels": 0,
- "isMajorDevelopment": true,
- "hasCarPark": true,
- "numCarParkPlaces": 0
}
]
}Bespoke for generating per property planning reports. This costs 1 credit per land parcel returned, it requires a different credit called PLANNING_REPORT_API. return_full_meta_data does not cost extra with this query.
| perPage | number [ 500 .. 500 ] Default: 500 |
| page | number Default: 0 |
object or object or object or object or object or object | |
| title_number | string |
| whereQuery | string |
| return_full_meta_data | boolean Default: true |
| search_planning_documents | string |
| search_proposals | string |
| uprn | number |
{- "perPage": 500,
- "page": 0,
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "title_number": "string",
- "whereQuery": "string",
- "return_full_meta_data": true,
- "search_planning_documents": "string",
- "search_proposals": "string",
- "uprn": 0
}{- "cost": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "address": "string",
- "agentDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicantDetails": [
- {
- "name": "string",
- "companyName": "string",
- "address": "string",
- "phone": "string",
- "email": "string"
}
], - "applicationType": "string",
- "calculatedApplicationTypes": [
- "full_app"
], - "no_weeks_decision_overdue": "string",
- "targetDecisionDate": "string",
- "determinationDeadline": "string",
- "calculatedDateReceived": "string",
- "calculatedDecision": "Approved",
- "calculatedDecisionTimeInDays": 0,
- "decisionIssuedDate": "string",
- "decisionLevel": "string",
- "geom": [
- 0,
- 0
], - "keyAppealDetails": {
- "area_selector_ids": [
- "string"
], - "alternative_reference": "string",
- "appealAgentDetails": "string",
- "appealApplicantDetails": "string",
- "appealDecidedDate": "string",
- "calculatedAppealDecision": "string",
- "calculatedAppealDecisionTimeInDays": "string",
- "calculatedAppealReason": "string",
- "calculatedAppealType": "string",
- "calculatedDateReceived": "string",
- "calculatedProcedureType": "string",
- "hasAppeal": true,
- "inspectorName": "string",
- "inspectorate_caseId": "string",
- "inspectorate_reference": "string",
- "origin_reference": "string"
}, - "linkToDocuments": "string",
- "outlineGeom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "outlineGeomAreaSqmt": 0,
- "permissionExpiryDate": "string",
- "proposal": "string",
- "caseOfficer": "string",
- "caseOfficerPhoneNumber": "string",
- "is_appealable": true,
- "lpaCode": "string",
- "lpaName": "string",
- "reference": "string",
- "noDwellings": 0,
- "status": "string",
- "titleNumbers": [
- "string"
], - "url": "string",
- "uprn": 0,
- "uprns_in_planning_array": [
- 0
], - "technology_type": "string",
- "finalDecision": "Approved",
- "createdAt": "string",
- "updatedAt": "string",
- "originalUseClass": [
- "string"
], - "originalUseClassAdjusted": [
- "string"
], - "proposedUseClass": [
- "string"
], - "proposedUseClassAdjusted": [
- "string"
], - "storeys": [
- "string"
], - "maxStoreys": 0,
- "minStoreys": 0,
- "numBuildings": 0,
- "floorAreaSqm": 0,
- "hasBasement": true,
- "basementLevels": 0,
- "isMajorDevelopment": true,
- "hasCarPark": true,
- "numCarParkPlaces": 0
}
]
}Returns a list constraints on a title. This costs 1 credit.
| title_number required | string |
| buffer | number <= 2 |
{- "cost": 0,
- "count": 0,
- "constraints": [
- "string"
], - "buffered_constraints": [
- "string"
]
}Returns constraints overlapping the provided geometry including their geometries. Costs 1 credit per constraint.
required | object or object or object or object or object or object |
| types | Array of strings Items Enum: "Flood Zone 2" "Flood Zone 3" "Listed Building(s) 50m Buffer" "Mine Entry Potential Zone of Influence" "Ancient Woodland" "SSSI Impact Zone" "Coal Outcrop" "Abandoned Mine" "Coal & Mining Development High Risk Area" "Past Shallow Coal Mine Workings" "CROW" "Scheduled Monuments" "Conservation Area" "SSSI" "Probable Shallow Coal Mine Workings" "Green Belt High Contribution" "Built Up Areas" "Fissure and Breaklines" "Designated Open Space" "SAC" "Surface Mining" "RAMSAR" "SPA 400m Buffer" "SPA" "Green Belt Review Other" "Parks and Gardens" "National Nature Reserves" "Local Nature Reserves" "LSIS" "Country Parks" "Surface Coal Resource Area" "Green Belt" "Mining Reporting Area" "Town Center Boundaries" "North East Mining Groundwater Constraints" "SIL" "Battlefields" "National Landscapes (AONB)" "World Heritage Sites" "Nutrient Neutrality" "Housing Zones" "Opportunity Areas" "National Parks" "Central Activities Zone" "Areas Of Intensification" Filter results to only these constraint types |
| perPage required | number Default: 20 |
| page required | number Default: 0 |
{- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "types": [
- "Flood Zone 2"
], - "perPage": 20,
- "page": 0
}{- "cost": 0,
- "count": 0,
- "constraints": [
- {
- "category": "string",
- "type": "string",
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}
}
]
}Returns count of constraints in a given area. This costs 1 credit if any found, 0 if none.
required | object or object or object or object or object or object |
| types | Array of strings Items Enum: "Flood Zone 2" "Flood Zone 3" "Listed Building(s) 50m Buffer" "Mine Entry Potential Zone of Influence" "Ancient Woodland" "SSSI Impact Zone" "Coal Outcrop" "Abandoned Mine" "Coal & Mining Development High Risk Area" "Past Shallow Coal Mine Workings" "CROW" "Scheduled Monuments" "Conservation Area" "SSSI" "Probable Shallow Coal Mine Workings" "Green Belt High Contribution" "Built Up Areas" "Fissure and Breaklines" "Designated Open Space" "SAC" "Surface Mining" "RAMSAR" "SPA 400m Buffer" "SPA" "Green Belt Review Other" "Parks and Gardens" "National Nature Reserves" "Local Nature Reserves" "LSIS" "Country Parks" "Surface Coal Resource Area" "Green Belt" "Mining Reporting Area" "Town Center Boundaries" "North East Mining Groundwater Constraints" "SIL" "Battlefields" "National Landscapes (AONB)" "World Heritage Sites" "Nutrient Neutrality" "Housing Zones" "Opportunity Areas" "National Parks" "Central Activities Zone" "Areas Of Intensification" |
{- "cost": 0,
- "count": 0,
- "counts": [
- {
- "type": "string",
- "count": 0
}
]
}Returns an individual site allocation. This costs 1 credit.
| _id required | string |
{- "cost": 0,
- "data": {
- "id": "string",
- "allocation_type": "Mixed",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "geom_area": 0,
- "lpa_code_main": "string",
- "number_of_units": 0,
- "policy_id": "string",
- "publish_date": "string",
- "site_address": "string",
- "site_description": "string",
- "source": "string",
- "allocation_use": "string",
- "allocation_id": "string",
- "emerging_plan": true
}
}Returns a list of upto 20 site allocation within a given area. This costs 1 credit.
| page | number Default: 0 |
object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "id": "string",
- "allocation_type": "Mixed",
- "site_address": "string",
- "policy_id": "string",
- "emerging_plan": true,
- "lpa_code_main": "string",
- "geom_area": 0
}
]
}Returns an individual price paid. This costs 1 credit.
| _id required | string |
{- "cost": 0,
- "data": {
- "id": "string",
- "price": 0,
- "address": "string",
- "tenure": "Leasehold",
- "current_price_per_sqft": 0,
- "current_epc_rating": "A",
- "uprn": 0,
- "year_built": 0,
- "date_of_transfer": "string",
- "current_status": "SSTCM",
- "epc_inspection_date": "2019-08-24",
- "floor_area_sqft": 0,
- "freehold_title_number": "string",
- "geom": [
- 0,
- 0
], - "title_numbers": [
- "string"
], - "time_to_final_sale_agreed": 0,
- "property_type": "Flat",
- "parking": "Single Garage",
- "postcode": "string",
- "potential_epc_rating": "A",
- "number_of_living_rooms": 0,
- "number_of_bathrooms": 0,
- "number_of_bedrooms": 0
}
}Returns a list of upto 20 price paid records with reduced meta data. This costs 1 credit.
| page | number Default: 0 |
object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "id": "string",
- "price": 0,
- "current_status": "SSTCM",
- "address": "string",
- "uprn": 0
}
], - "count": 0
}Returns an individual shlaa. This costs 1 credit.
| _id required | string |
{- "cost": 0,
- "data": {
- "id": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "decisionGroup": "positive",
- "siteAddress": "string",
- "numberOfUnits": 0,
- "emerging_plan": true,
- "date_published": "string",
- "lpa_code_main": "string",
- "decisionReason": "string",
- "decision": "string",
- "deliveryTimeScale": "string",
- "geom_area": "string",
- "policyId": "string",
- "source": "string",
- "planningId": "string"
}
}Returns shlaa within a given area. This costs 1 credit.
| page | number Default: 0 |
object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "id": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "decisionGroup": "positive",
- "siteAddress": "string",
- "emerging_plan": true,
- "policyId": "string",
- "decision": "string"
}
]
}Returns a title by its ID. This costs 1 credit.
| titleNumber required | string |
{- "data": {
- "tenure": "string",
- "title_no": "string",
- "additional_proprietor_indicator": "string",
- "class_of_title": "string",
- "classification_codes": [
- "string"
], - "constraint_categories": [
- "string"
], - "constraints": [
- "string"
], - "county": "string",
- "date_proprietor_added": "string",
- "developed_area": 0,
- "developed_area_percent": 0,
- "district": "string",
- "estate_interest": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "insert": "string",
- "max_building_height": 0,
- "multiple_address_indicator": "string",
- "overseas": true,
- "ownership_category": "Corporate",
- "postcode": "string",
- "property_address": "string",
- "proprietor": [
- {
- "company_id": "string",
- "address": [
- "string"
], - "name": "string",
- "company_registration_no": "string",
- "proprietorship_category": "string",
- "country_incorporated": "string"
}
], - "proprietor_categories": [
- "string"
], - "region": "string",
- "registered_status": "string",
- "sqmt": 0,
- "sqmt_of_title_is_planning_consideration": null,
- "agricultural_land_grade": [
- "string"
], - "surface_water_flooding_risk_level": [
- "string"
], - "surface_water_flooding_climate_change_risk_level": [
- "string"
], - "ptal": [
- "string"
], - "title_benefits_from_defences": true,
- "title_has_public_rights_of_way": true,
- "concat_use_class_long": [
- "string"
], - "current_rating": "string",
- "distinct_epc_ratings_array": [
- "string"
], - "current_energy_efficiency": 0,
- "latest_epc_inspection": "2019-08-24",
- "latest_sold_price": 0,
- "latest_sold_date": "2019-08-24",
- "latest_price_per_sqmt": 0,
- "average_price_sold_in_last_5_years": 0,
- "contains_new_build": true,
- "development_opportunities": [
- "string"
], - "total_number_of_planning_applications": 0,
- "calculated_class_of_title": "leasehold",
- "number_of_planning_applications_in_last_5_years": 0,
- "max_number_of_dwellings_on_planning_applications": 0,
- "latest_planning_application": "string",
- "calculated_company_owned": true,
- "undeveloped_area": 0,
- "most_recent_sales_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "SSTCM"
}, - "most_recent_rental_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "Available"
}, - "uprns": [
- 0
], - "leasehold": {
- "calculated_start_date": "string",
- "associated_property_description": [
- "string"
], - "months_remaining": "string",
- "unique_identifier": "string",
- "percentage_complete": 0,
- "alienation_clause_indicator": "string",
- "register_properties_description": "string",
- "lease_length": "string",
- "term": "string",
- "date_of_lease": "string",
- "calculated_end_date": "string"
}, - "developable_area_percentage": 0,
- "on_road_percentage": 0,
- "platform_url": "string",
- "freehold_parents": [
- "string"
], - "avg_daily_vehicle_count": 0,
- "avg_daily_footfall_count": 0,
- "max_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_commercial_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_residential_leasehold_expiry_date_on_freehold": "2019-08-24",
- "leaseholds_on_freehold_count": "string",
- "epc_latest_total_floor_area": 0,
- "use_class_breakdown": [
- {
- "address_count": "string",
- "class_desc": "string",
- "use_classes": "string"
}
], - "voa_property_description": [
- "string"
], - "percentage_in_adopted_sb": 0,
- "solar_data": {
- "average_air_temperature": 0,
- "diffuse_horizontal_irradiation_kwh_m2_per_year": 0,
- "direct_normal_irradiation_kwh_m2_per_year": 0,
- "global_horizontal_irradiation_kwh_m2_per_year": 0,
- "global_tilted_irradiation_kwh_kwp_per_year": 0,
- "optimum_tilt_of_pv_modules_degrees": 0,
- "photovoltaic_power_output_kwh_kwp_per_year": 0
}
}, - "cost": 0
}Returns all titles that intersect with the specified coordinates. Costs 1 credit per title with full metadata, or 1 credit per 20 titles otherwise.
| page | number Default: 0 |
| perPage | number Default: 20 |
| lng | number |
| lat | number |
"leasehold" (string) or "freehold" (string) | |
| return_full_meta_data | boolean Default: false |
| whereQuery | string |
{- "cost": 0,
- "count": 0,
- "data": [
- {
- "tenure": "string",
- "title_no": "string",
- "additional_proprietor_indicator": "string",
- "class_of_title": "string",
- "classification_codes": [
- "string"
], - "constraint_categories": [
- "string"
], - "constraints": [
- "string"
], - "county": "string",
- "date_proprietor_added": "string",
- "developed_area": 0,
- "developed_area_percent": 0,
- "district": "string",
- "estate_interest": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "insert": "string",
- "max_building_height": 0,
- "multiple_address_indicator": "string",
- "overseas": true,
- "ownership_category": "Corporate",
- "postcode": "string",
- "property_address": "string",
- "proprietor": [
- {
- "company_id": "string",
- "address": [
- "string"
], - "name": "string",
- "company_registration_no": "string",
- "proprietorship_category": "string",
- "country_incorporated": "string"
}
], - "proprietor_categories": [
- "string"
], - "region": "string",
- "registered_status": "string",
- "sqmt": 0,
- "sqmt_of_title_is_planning_consideration": null,
- "agricultural_land_grade": [
- "string"
], - "surface_water_flooding_risk_level": [
- "string"
], - "surface_water_flooding_climate_change_risk_level": [
- "string"
], - "ptal": [
- "string"
], - "title_benefits_from_defences": true,
- "title_has_public_rights_of_way": true,
- "concat_use_class_long": [
- "string"
], - "current_rating": "string",
- "distinct_epc_ratings_array": [
- "string"
], - "current_energy_efficiency": 0,
- "latest_epc_inspection": "2019-08-24",
- "latest_sold_price": 0,
- "latest_sold_date": "2019-08-24",
- "latest_price_per_sqmt": 0,
- "average_price_sold_in_last_5_years": 0,
- "contains_new_build": true,
- "development_opportunities": [
- "string"
], - "total_number_of_planning_applications": 0,
- "calculated_class_of_title": "leasehold",
- "number_of_planning_applications_in_last_5_years": 0,
- "max_number_of_dwellings_on_planning_applications": 0,
- "latest_planning_application": "string",
- "calculated_company_owned": true,
- "undeveloped_area": 0,
- "most_recent_sales_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "SSTCM"
}, - "most_recent_rental_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "Available"
}, - "uprns": [
- 0
], - "leasehold": {
- "calculated_start_date": "string",
- "associated_property_description": [
- "string"
], - "months_remaining": "string",
- "unique_identifier": "string",
- "percentage_complete": 0,
- "alienation_clause_indicator": "string",
- "register_properties_description": "string",
- "lease_length": "string",
- "term": "string",
- "date_of_lease": "string",
- "calculated_end_date": "string"
}, - "developable_area_percentage": 0,
- "on_road_percentage": 0,
- "platform_url": "string",
- "freehold_parents": [
- "string"
], - "avg_daily_vehicle_count": 0,
- "avg_daily_footfall_count": 0,
- "max_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_commercial_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_residential_leasehold_expiry_date_on_freehold": "2019-08-24",
- "leaseholds_on_freehold_count": "string",
- "epc_latest_total_floor_area": 0,
- "use_class_breakdown": [
- {
- "address_count": "string",
- "class_desc": "string",
- "use_classes": "string"
}
], - "voa_property_description": [
- "string"
], - "percentage_in_adopted_sb": 0,
- "solar_data": {
- "average_air_temperature": 0,
- "diffuse_horizontal_irradiation_kwh_m2_per_year": 0,
- "direct_normal_irradiation_kwh_m2_per_year": 0,
- "global_horizontal_irradiation_kwh_m2_per_year": 0,
- "global_tilted_irradiation_kwh_kwp_per_year": 0,
- "optimum_tilt_of_pv_modules_degrees": 0,
- "photovoltaic_power_output_kwh_kwp_per_year": 0
}
}
]
}Returns all titles matching the specified criteria. POST version for complex queries. Costs 1 credit per title with full metadata, or 1 credit per 20 titles otherwise.
| perPage | number Default: 20 |
| page | number Default: 0 |
| lng required | number |
| lat required | number |
| uprn required | number |
"leasehold" (string) or "freehold" (string) | |
object or object or object or object or object or object | |
| return_full_meta_data required | boolean Default: false |
| whereQuery | string |
{- "perPage": 20,
- "page": 0,
- "lng": 0,
- "lat": 0,
- "uprn": 0,
- "tenure": "leasehold",
- "geometry": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "return_full_meta_data": false,
- "whereQuery": "string"
}{- "cost": 0,
- "count": 0,
- "data": [
- {
- "tenure": "string",
- "title_no": "string",
- "additional_proprietor_indicator": "string",
- "class_of_title": "string",
- "classification_codes": [
- "string"
], - "constraint_categories": [
- "string"
], - "constraints": [
- "string"
], - "county": "string",
- "date_proprietor_added": "string",
- "developed_area": 0,
- "developed_area_percent": 0,
- "district": "string",
- "estate_interest": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "insert": "string",
- "max_building_height": 0,
- "multiple_address_indicator": "string",
- "overseas": true,
- "ownership_category": "Corporate",
- "postcode": "string",
- "property_address": "string",
- "proprietor": [
- {
- "company_id": "string",
- "address": [
- "string"
], - "name": "string",
- "company_registration_no": "string",
- "proprietorship_category": "string",
- "country_incorporated": "string"
}
], - "proprietor_categories": [
- "string"
], - "region": "string",
- "registered_status": "string",
- "sqmt": 0,
- "sqmt_of_title_is_planning_consideration": null,
- "agricultural_land_grade": [
- "string"
], - "surface_water_flooding_risk_level": [
- "string"
], - "surface_water_flooding_climate_change_risk_level": [
- "string"
], - "ptal": [
- "string"
], - "title_benefits_from_defences": true,
- "title_has_public_rights_of_way": true,
- "concat_use_class_long": [
- "string"
], - "current_rating": "string",
- "distinct_epc_ratings_array": [
- "string"
], - "current_energy_efficiency": 0,
- "latest_epc_inspection": "2019-08-24",
- "latest_sold_price": 0,
- "latest_sold_date": "2019-08-24",
- "latest_price_per_sqmt": 0,
- "average_price_sold_in_last_5_years": 0,
- "contains_new_build": true,
- "development_opportunities": [
- "string"
], - "total_number_of_planning_applications": 0,
- "calculated_class_of_title": "leasehold",
- "number_of_planning_applications_in_last_5_years": 0,
- "max_number_of_dwellings_on_planning_applications": 0,
- "latest_planning_application": "string",
- "calculated_company_owned": true,
- "undeveloped_area": 0,
- "most_recent_sales_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "SSTCM"
}, - "most_recent_rental_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "Available"
}, - "uprns": [
- 0
], - "leasehold": {
- "calculated_start_date": "string",
- "associated_property_description": [
- "string"
], - "months_remaining": "string",
- "unique_identifier": "string",
- "percentage_complete": 0,
- "alienation_clause_indicator": "string",
- "register_properties_description": "string",
- "lease_length": "string",
- "term": "string",
- "date_of_lease": "string",
- "calculated_end_date": "string"
}, - "developable_area_percentage": 0,
- "on_road_percentage": 0,
- "platform_url": "string",
- "freehold_parents": [
- "string"
], - "avg_daily_vehicle_count": 0,
- "avg_daily_footfall_count": 0,
- "max_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_commercial_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_residential_leasehold_expiry_date_on_freehold": "2019-08-24",
- "leaseholds_on_freehold_count": "string",
- "epc_latest_total_floor_area": 0,
- "use_class_breakdown": [
- {
- "address_count": "string",
- "class_desc": "string",
- "use_classes": "string"
}
], - "voa_property_description": [
- "string"
], - "percentage_in_adopted_sb": 0,
- "solar_data": {
- "average_air_temperature": 0,
- "diffuse_horizontal_irradiation_kwh_m2_per_year": 0,
- "direct_normal_irradiation_kwh_m2_per_year": 0,
- "global_horizontal_irradiation_kwh_m2_per_year": 0,
- "global_tilted_irradiation_kwh_kwp_per_year": 0,
- "optimum_tilt_of_pv_modules_degrees": 0,
- "photovoltaic_power_output_kwh_kwp_per_year": 0
}
}
]
}Returns all titles matching the specified criteria. Costs 1 credit per title with full metadata, or 1 credit per 20 titles otherwise.
| perPage | number Default: 20 |
| page | number Default: 0 |
| uprn | number |
"leasehold" (string) or "freehold" (string) | |
object or object or object or object or object or object | |
| return_full_meta_data | boolean Default: false |
| whereQuery | string |
{- "cost": 0,
- "count": 0,
- "data": [
- {
- "tenure": "string",
- "title_no": "string",
- "additional_proprietor_indicator": "string",
- "class_of_title": "string",
- "classification_codes": [
- "string"
], - "constraint_categories": [
- "string"
], - "constraints": [
- "string"
], - "county": "string",
- "date_proprietor_added": "string",
- "developed_area": 0,
- "developed_area_percent": 0,
- "district": "string",
- "estate_interest": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "insert": "string",
- "max_building_height": 0,
- "multiple_address_indicator": "string",
- "overseas": true,
- "ownership_category": "Corporate",
- "postcode": "string",
- "property_address": "string",
- "proprietor": [
- {
- "company_id": "string",
- "address": [
- "string"
], - "name": "string",
- "company_registration_no": "string",
- "proprietorship_category": "string",
- "country_incorporated": "string"
}
], - "proprietor_categories": [
- "string"
], - "region": "string",
- "registered_status": "string",
- "sqmt": 0,
- "sqmt_of_title_is_planning_consideration": null,
- "agricultural_land_grade": [
- "string"
], - "surface_water_flooding_risk_level": [
- "string"
], - "surface_water_flooding_climate_change_risk_level": [
- "string"
], - "ptal": [
- "string"
], - "title_benefits_from_defences": true,
- "title_has_public_rights_of_way": true,
- "concat_use_class_long": [
- "string"
], - "current_rating": "string",
- "distinct_epc_ratings_array": [
- "string"
], - "current_energy_efficiency": 0,
- "latest_epc_inspection": "2019-08-24",
- "latest_sold_price": 0,
- "latest_sold_date": "2019-08-24",
- "latest_price_per_sqmt": 0,
- "average_price_sold_in_last_5_years": 0,
- "contains_new_build": true,
- "development_opportunities": [
- "string"
], - "total_number_of_planning_applications": 0,
- "calculated_class_of_title": "leasehold",
- "number_of_planning_applications_in_last_5_years": 0,
- "max_number_of_dwellings_on_planning_applications": 0,
- "latest_planning_application": "string",
- "calculated_company_owned": true,
- "undeveloped_area": 0,
- "most_recent_sales_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "SSTCM"
}, - "most_recent_rental_listing": {
- "listing_id": "string",
- "listing_on_market": true,
- "listing_current_time_on_market": 0,
- "listing_last_updated_on": "2019-08-24",
- "latest_listing_price_qualifier": "string",
- "latest_listing_price": 0,
- "listing_property_type": "Flat",
- "listing_no_bedrooms": 0,
- "listing_no_bathrooms": 0,
- "listing_no_living_rooms": 0,
- "listing_year_property_built": 0,
- "listing_has_parking": "Single Garage",
- "listing_is_new_build": true,
- "listing_is_shared_ownership": true,
- "listing_is_under_auction": true,
- "listing_url": "string",
- "latest_listing_status": "Available"
}, - "uprns": [
- 0
], - "leasehold": {
- "calculated_start_date": "string",
- "associated_property_description": [
- "string"
], - "months_remaining": "string",
- "unique_identifier": "string",
- "percentage_complete": 0,
- "alienation_clause_indicator": "string",
- "register_properties_description": "string",
- "lease_length": "string",
- "term": "string",
- "date_of_lease": "string",
- "calculated_end_date": "string"
}, - "developable_area_percentage": 0,
- "on_road_percentage": 0,
- "platform_url": "string",
- "freehold_parents": [
- "string"
], - "avg_daily_vehicle_count": 0,
- "avg_daily_footfall_count": 0,
- "max_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_commercial_leasehold_expiry_date_on_freehold": "2019-08-24",
- "max_residential_leasehold_expiry_date_on_freehold": "2019-08-24",
- "leaseholds_on_freehold_count": "string",
- "epc_latest_total_floor_area": 0,
- "use_class_breakdown": [
- {
- "address_count": "string",
- "class_desc": "string",
- "use_classes": "string"
}
], - "voa_property_description": [
- "string"
], - "percentage_in_adopted_sb": 0,
- "solar_data": {
- "average_air_temperature": 0,
- "diffuse_horizontal_irradiation_kwh_m2_per_year": 0,
- "direct_normal_irradiation_kwh_m2_per_year": 0,
- "global_horizontal_irradiation_kwh_m2_per_year": 0,
- "global_tilted_irradiation_kwh_kwp_per_year": 0,
- "optimum_tilt_of_pv_modules_degrees": 0,
- "photovoltaic_power_output_kwh_kwp_per_year": 0
}
}
]
}Returns api usage for product. This costs 0 credits.
| product required | string Enum: "constraints_api" "shlaa_api" "energy_api" "planning_api" "planning_report_api" "unlimited_planning_report_api" "ownership_api" "local_plan_details_api" "settlement_boundaries_api" "price_paid_api" "allocations_api" "dno_api" "local_plan_policy" "tpo_api" "article_4_api" "hmo_api" "address_density_api" |
{- "apiCreditsUsed": 0,
- "limit": 0
}Returns TPO within a given area. This costs 0.2 credits per tpo returned
| page | number Default: 0 |
required | object or object or object or object or object or object |
{- "cost": 0,
- "count": 0,
- "data": [
- {
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "id": "string",
- "lpa_code": "string"
}
]
}Returns count of TPOs in a given area. This Costs 1 credit if any found, 0 if none.
required | object or object or object or object or object or object |
{- "cost": 0,
- "count": 0
}Returns Article 4 within a given area. This costs 1 credit per Article 4 returned.
| page | number Default: 0 |
required | object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "location": "string",
- "type": "Article 4(1) affecting other buildings",
- "use": "string",
- "date_published": "string",
- "source": "string",
- "stored_source": "string",
- "notes": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "id": "string",
- "lpa_code_main": "string"
}
]
}Returns count of Article 4 in a given area. This costs 1 credit if any found, 0 if none.
required | object or object or object or object or object or object |
{- "cost": 0,
- "count": 0
}Returns Local Plan policy within a given area. This costs 0.2 credits per LocalPlanPolicy returned
| page | number Default: 0 |
object or object or object or object or object or object | |
| lpaCode | string |
{- "cost": 0,
- "data": [
- {
- "id": "string",
- "file_name": "string",
- "region": "string",
- "lpa_code": "string",
- "size": 0,
- "local_plan_policy_category": "string",
- "policy_id": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}
}
]
}Returns HMOs within a given area. This costs 1 credit per HMO returned.
| page | number Default: 0 |
object or object or object or object or object or object |
{- "cost": 0,
- "data": [
- {
- "council": "string",
- "geom": [
- 0,
- 0
], - "hmo_address": "string",
- "hmo_manager_address": "string",
- "hmo_manager_name": "string",
- "id": "string",
- "lat": 0,
- "licence_expiry": "string",
- "licence_expiry_parsed": "string",
- "licence_holder_address": "string",
- "licence_holder_name": "string",
- "licence_type": "string",
- "licence_start": "string",
- "lng": 0,
- "lpa_code": "string",
- "max_occupancy": "string",
- "number_of_households": "string",
- "number_of_rooms_providing_sleeping_accommodation": "string",
- "number_of_storeys": "string",
- "reference": "string",
- "number_of_rooms_providing_living_accommodation": "string",
- "number_of_shared_bathrooms": "string",
- "number_of_shared_kitchens": "string",
- "number_of_shared_non_self_contained_units": "string",
- "number_of_shared_self_contained_units": "string",
- "number_of_shared_toilets": "string",
- "property_description": "string",
- "property_type": "string",
- "address_id": "string",
- "building_id": "string"
}
]
}Returns residential/commercial addresses and HMOs within property curtilages. 1 credit on first page.
| lat required | number |
| lng required | number |
| radius required | number <= 200 |
| page | number Default: 0 |
{- "residentialCount": 0,
- "commercialCount": 0,
- "hmoCount": 0,
- "totalCount": 0,
- "data": [
- {
- "type": "address",
- "addressGroup": "Agriculture",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}, - "address": "string",
- "sourceTable": "built_address",
- "id": "string"
}
], - "cost": 0
}Returns the geom of every title whose curtilage intersects the lat/lng/radius circle. 1 credit on first page.
| lat required | number |
| lng required | number |
| radius required | number <= 200 |
| page | number Default: 0 |
| pageSize | number <= 100 Default: 20 |
{- "data": [
- {
- "titleNo": "string",
- "geom": {
- "type": "MultiPolygon",
- "coordinates": [
- [
- [
- [
- 0,
- 0
]
]
]
]
}
}
], - "totalCount": 0,
- "cost": 0
}Returns features for a specific tile based on geospatial query. Each item returned costs 1 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.1 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.005 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.001 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.1 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.1 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.05 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.005 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.001 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 1 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.001 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.001 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.01 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
Returns features for a specific tile based on geospatial query. Each item returned costs 0.01 credits.
| z required | string |
| x required | string |
| y required | string |
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
OGC endpoints can be used across, Arcgis Online, ArcgisPro and QGIS.
| apiKey required | string |
| whereQuery | string An SQL style query for example. decision = 'Approved' AND calculatedDateReceived < '2023-01-01' |
| orderBy | string An SQL style order e.g. calculatedDateReceived DESC |
| limit | number |
| additionalFields | string To include additional fields in the ogcLayer, use this comma separated list of field names e.g 'noDwellings' |
| lpaCodes | string Comma separated list of LPA codes (LPA21CD) to filter by for Example 'E60000249,E60000257' find a list of LPA codes here: https://geoportal.statistics.gov.uk/datasets/9f0e8ceda260416daeed52fd10e68834/explore |
| regions | string Comma separated list of regions to filter by from the list of, north-west scotland east-of-england wales ireland london yorkshire-and-the-humber east-midlands south-east north-east south-west west-midlands |
| enablePagination | boolean Defaulted to false, Only se to true in arcgisPro to load in all data, this will cost alot of credits if not used along side other filters. |
| qgis | boolean Defaulted to false, Only se to true in QGIS to load in all data, this will cost alot of credits if not used along side other filters. |