Reading Property & Safety API

Systematic Analysis of Housing, Education, and Transport

ℹ️ System Information

Technical details regarding the deployment environment.

🔑 Admin Access

Use these credentials to access the Django Admin interface.


Username: admin

Password: For security, please refer to the report documentation for the password

Go to Admin Panel
📖 API Documentation

Interactive Swagger UI for exploring and testing API endpoints.

Open Swagger UI
Environment Versions
  • Python: 3.12.3
  • Django: 6.0

Packages
  • • asgiref (3.11.0)
  • • attrs (25.4.0)
  • • coverage (7.6.1)
  • • Django (6.0)
  • • django-filter (25.2)
  • • djangorestframework (3.16.1)
  • • drf-spectacular (0.29.0)
  • • drf-yasg (1.21.11)
  • • inflection (0.5.1)
  • • jsonschema (4.25.1)
  • • jsonschema-specifications (2025.9.1)
  • • packaging (25.0)
  • • python-dotenv (1.2.1)
  • • pytz (2025.2)
  • • PyYAML (6.0.3)
  • • referencing (0.37.0)
  • • rpds-py (0.30.0)
  • • sqlparse (0.5.5)
  • • uritemplate (4.2.0)

🏠 Property Sales

Registry of house sales with price history and physical features.

GET /api/house-sales/ // List all sales
POST /api/house-sales/ // Create sale
GET /api/house-sales/{unique_id}/ // Get single sale details

🎓 Schools

Academic performance data and school locations.

GET /api/schools/ // List all schools
GET /api/schools/{id}/ // Get single school (Results)
Try it out (Live Links):

📍 Neighborhoods

The geographic Hub. Aggregates Crime, Transport, and Schools.

GET /api/postcode-sector/ // List all sectors
GET /api/postcode-sector/{name}/ // Get specific sector details
Try it out (Live Links):

🚌 Commuter Search

Algorithmic tool. Find neighborhoods with direct bus links.

GET /api/transports/commuter-search/ // Run algorithm