Ethnicities

GET http://127.0.0.1:2025/api/property/ethnicity

Retrieves ethnic demographic breakdown data for SA1 levels 500m around the property. Data shows ethnicity by regional ancestry rather than country of birth.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2025/api/property/ethnicity" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request