intelliprop™ Data API Platform Reference
For intelliprop Staff & B2B Clients: This API reference demonstrates that intelliprop™ AI pipelines are grounded in real, live APIs with their own dedicated data analysis and engineering pipelines. Our reports are not generated from flashy AI web searches—they are built on authentic data sourceswith true metric generation, ensuring accuracy, reliability, and transparency in every property intelligence report.


intelliprop™ Data API Platform
Comprehensive data services for property analysis, suburb reports, and location intelligence
Discovery APIs
Discover available geographic areas and data sources
/api/abs_discover/suburb- Discover all available suburbs (SA2)/api/abs_discover/lga- Discover all Local Government Areas/api/abs_discover/state- Discover all States and Territories/api/abs_discover/sa3- Discover all SA3 regions
ABS Data APIs
Get comprehensive Australian Bureau of Statistics data by geographic level
/api/abs_get_data/suburb- Get suburb/SA2 level data (demographics, income, education, etc.)/api/abs_get_data/lga- Get Local Government Area data/api/abs_get_data/state- Get State/Territory data/api/abs_get_data/sa3- Get SA3 region data
DataVic APIs
Victorian Government open data for property analysis and location intelligence
/api/datavic_get_data/property- Property-level data (overlays, heritage, schools, transport)/api/datavic_get_data/suburb- Suburb-level data (planning, infrastructure, amenities)
Geocoding API
Convert addresses to geographic coordinates
/api/geocode_get_coords- Geocode addresses to lat/lng coordinates
System APIs
/api/health- Health check endpoint (no authentication required)
Authentication
All API endpoints (except /api/health) require authentication via the X-API-Key header.
Note: API keys are configured via environment variables (DATA_API_KEY) and are not exposed on this page. Contact your administrator to obtain the API key for your application.
Example request format:
curl -H "X-API-Key: YOUR_API_KEY_HERE" \ https://data.intelliprop.com.au/api/geocode_get_coords?address=123+Collins+St+Melbourne
Replace YOUR_API_KEY_HERE with your actual API key from your environment configuration.
Documentation
Each API endpoint has detailed documentation. Check the README.md files in each API directory for:
- Query parameters and requirements
- Response formats and examples
- Error handling
- Usage examples