{
"data": [
{
"id": "sch_abc123",
"urn": "100000",
"name": "Westminster Academy",
"slug": "westminster-academy",
"type": "Academy",
"phase": "Secondary",
"status": "Open",
"address": {
"line1": "123 School Street",
"town": "London",
"postcode": "SW1A 2AA",
"county": "Greater London"
},
"location": {
"latitude": 51.5074,
"longitude": -0.1278
},
"localAuthority": "Westminster",
"ofstedRating": "Good",
"lastInspection": "2023-09-15",
"numberOfPupils": 1200,
"ageRange": {
"from": 11,
"to": 18
},
"website": "https://westminsteracademy.example.com",
"telephone": "020 1234 5678"
}
],
"pagination": {
"cursor": "eyJpZCI6InNjaF9hYmMxMjMifQ",
"hasMore": true,
"total": 32000
}
}