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

intelliprop™ Data API Platform

Comprehensive data services for property analysis, suburb reports, and location intelligence

Discovery

Discovery APIs

Discover available geographic areas and data sources

Analytics

ABS Data APIs

Get comprehensive Australian Bureau of Statistics data by geographic level

Property

DataVic APIs

Victorian Government open data for property analysis and location intelligence

Geocoding

Geocoding API

Convert addresses to geographic 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

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