# Vepler > UK's most comprehensive property data infrastructure. Access 40M+ properties, 8M+ planning applications, and 60+ datasets through production-ready APIs with <50ms response times. Manchester-based team with over a decade of experience building property data systems that power the next generation of proptech. ## Documentation - API Reference: https://api.vepler.com/reference - API Status: https://vepler.openstatus.dev/ ## Core APIs ### Property Intelligence API Comprehensive property data for every UK address including: - Property details (type, bedrooms, bathrooms, size) - Ownership and title information - Transaction history and price paid data - Valuations and market analytics - Building age and construction details - Energy Performance Certificates (EPCs) - Council tax bands and business rates - Planning designations and restrictions Endpoints: - GET /v1/property/{locationIds} - Get properties by location IDs - GET /v1/property/propertyId/{propertyIds} - Get properties by property IDs - POST /v1/property/query - Query properties with advanced filters - POST /v1/property/aggregate - Aggregate properties with statistical calculations ### Planning Applications API Real-time access to planning applications from 400+ UK local authorities: - Current and historical planning applications - Planning decisions and appeals - Building permits and control applications - Development boundaries Endpoints: - GET /v1/planning/{applicationIds} - Get planning applications by IDs - GET /v1/planning/sources/{sourceIds} - Get by source IDs (format: provider::key) - POST /v1/planning/query - Query planning applications with advanced filters ### Environmental Hazards API Comprehensive risk assessments for UK properties: - Flood risk zones (river, surface water, coastal) - Ground stability and subsidence risk - Contaminated land registers - Radon gas levels - Air quality indices - Noise pollution maps - Historical mining activity - Coastal erosion predictions ### Listings API Property listings data from multiple sources: - Active property listings - Historical listings data - Rental and sales listings - Property photos and floorplans - Agent contact information ## Complete Dataset Catalog ### Primary Datasets - **Planning Applications**: 8M+ applications from all UK authorities - **Property Intelligence**: 40M+ UK properties with comprehensive data - **Environmental Hazards**: Complete risk assessment coverage - **Land Registry**: Ownership and transaction records - **Energy Performance**: EPC ratings and efficiency data - **Council Tax**: Property tax bands and valuations ### Market & Financial Data - **Property Transactions**: Historical sales since 1995 - **Mortgage Data**: Lending statistics and approval rates - **Rental Yields**: Market rental analysis - **Business Rates**: Commercial property rates - **Property Auctions**: Auction results and upcoming sales - **Bankruptcy Records**: Insolvency and court judgments - **Probate Records**: Estate and inheritance data ### Infrastructure & Connectivity - **Transport Links**: Rail, bus, road accessibility - **Broadband Speeds**: Internet connectivity by postcode - **5G Coverage**: Mobile network infrastructure - **EV Charging Points**: Electric vehicle charging locations - **Utility Connections**: Gas, electricity, water infrastructure - **District Heat Networks**: Communal heating systems - **Parking Availability**: Public parking data ### Demographics & Social - **Census Data**: Comprehensive UK census analytics - **Crime Statistics**: Police crime data and AI models - **School Catchments**: Primary and secondary schools with Ofsted ratings - **Healthcare Facilities**: GP surgeries and hospitals - **Employment Statistics**: Local job market data - **Retail Footfall**: High street activity metrics - **Student Areas**: University locations and populations ### Environmental Data - **Flood Risk Zones**: Environment Agency mapping - **Air Quality Index**: Pollution monitoring - **Noise Pollution**: Environmental noise levels - **Green Spaces**: Parks and recreational areas - **Tree Preservation Orders**: Protected trees - **Contaminated Land**: Historical land use - **Subsidence Risk**: Ground stability data - **Radon Levels**: Gas risk areas - **Solar Potential**: Roof solar generation estimates ### Property Features - **Listed Buildings**: Heritage and conservation areas - **Building Age**: Construction dates and methods - **HMO Licensing**: Multiple occupation registers - **Short-Term Rentals**: Airbnb and holiday lets - **Commercial Leases**: Lease terms and rents - **Land Ownership**: Registry title information - **Insurance Risk**: Property risk assessments ### Community & Amenities - **Estate Agents**: UK agent registry - **Social Housing**: Council housing stock - **Community Facilities**: Libraries and centres - **Sports Facilities**: Gyms and leisure centres - **Religious Buildings**: Places of worship - **Tourism Attractions**: Visitor statistics - **Care Homes**: Elderly care facilities ### Regulatory & Legal - **Political Boundaries**: Electoral wards - **Company Directors**: UK company ownership - **Court Judgments**: CCJs and orders - **Archaeological Sites**: Protected heritage - **Mining History**: Coal and quarrying - **Flight Paths**: Aircraft noise zones - **Coastal Erosion**: Change predictions ## Technical Specifications ### Authentication - API Key authentication via x-api-key header ### Performance - High availability infrastructure - <50ms average response time - Global CDN for static assets - Cursor-based pagination for large datasets - Field selection for response optimization ### Data Formats - RESTful JSON APIs - GeoJSON for geographic data - Webhook support for real-time updates ### SDKs - TypeScript SDK: npm install @vepler/sdk ## Geographic Coverage ### Full Coverage - **England**: Complete data coverage for all regions - **Wales**: Complete data coverage for all regions ### Partial Coverage - **Scotland**: Major cities and regions (expanding) - **Northern Ireland**: Limited coverage (Belfast area) ## Use Cases ### Property Search & Discovery Find properties based on complex criteria combining location, price, property features, planning status, and environmental factors. ### Automated Valuations (AVMs) Build valuation models using comprehensive property data, transaction history, and market analytics. ### Market Analysis & Research Analyze property markets with historical data, demographic insights, and predictive analytics. ### Due Diligence Tools Comprehensive property checks including ownership, planning, environmental risks, and legal issues. ### Risk Assessment Evaluate property risks from flooding, subsidence, contamination, and climate change. ### Portfolio Management Track and analyze property portfolios with real-time data and market insights. ### PropTech Applications Power property platforms, estate agency tools, and consumer property apps. ### Mortgage & Insurance Risk assessment and underwriting with comprehensive property and environmental data. ## Company Information ### About Vepler Manchester-based team with over a decade of experience building property data infrastructure. We process billions of data points from 18,000+ sources using sophisticated ETL pipelines and custom AI models. Our ML systems can match properties without addresses, extract intelligence from images, and enrich records with exceptional accuracy. ### Our Mission We believe property data should power innovation, not limit it. We're building the infrastructure layer that makes the impossible possible for startups, banks, and platforms making property decisions. ### Technology Stack - Custom ML models for property matching - LLMs for intelligent data extraction - Real-time ETL pipelines - Distributed processing infrastructure - High-performance API architecture ### Contact - Email: hello@vepler.com - Website: https://vepler.com - API Reference: https://api.vepler.com/reference - LinkedIn: https://linkedin.com/company/vepler ### Key Stats - Founded: 2021 - Location: Manchester, UK - Properties: 40M+ UK properties - Planning Applications: 8M+ records - Data Sources: 18,000+ integrated sources - Datasets: 60+ property datasets - Councils: 405 UK local authorities - API Response Time: <50ms average - High availability infrastructure ## Integration Examples ### Property Search ```typescript import { Vepler } from '@vepler/sdk'; const vepler = new Vepler({ apiKey: 'your-api-key' }); const properties = await vepler.property.query({ location: 'Manchester', minBedrooms: 3, maxPrice: 500000, propertyType: 'house' }); ``` ### Planning Applications by Source ```typescript const planning = await vepler.planning.getBySource({ sourceIds: ['lambeth::24/00123/FUL'] }); ``` ## Why Choose Vepler ### For Developers - Simple integration with TypeScript SDK - Comprehensive API reference documentation - Flexible pricing with pay-as-you-go options - Real-time webhooks for data updates ### For Businesses - Single API for all UK property data - Reduce development time from months to days - Scale from startup to enterprise - White-label solutions available ### For Data Quality - ML-powered data matching and enrichment - Continuous data validation and updates - Multiple source verification - 99% geographic accuracy ### Competitive Advantages - Fastest response times in the industry (<50ms) - Most comprehensive UK property coverage - Advanced ML property matching (works without addresses) - Real-time data updates - Transparent, usage-based pricing - No minimum commitments ## Getting Started 1. Visit https://vepler.com to get started 2. Get your API key 3. Install the SDK: `npm install @vepler/sdk` 4. Explore the API reference: https://api.vepler.com/reference ## Legal - Terms of Service: https://vepler.com/terms - Privacy Policy: https://vepler.com/privacy - Compliance: GDPR compliant, ICO registered --- *Last updated: April 2026* *Vepler - The infrastructure powering next-generation property intelligence*