Relevant schools on every listing
Return nearby schools from coordinates, then filter by curriculum, rating, child stage and budget.
Abu Dhabi education data infrastructure
Build property, relocation and AI products with maintained school profiles, annual fees, ADEK Irtiqaa inspections, curricula, coordinate-based proximity and structured comparisons.
# Schools near supplied coordinates for a Year 4 child
curl "https://abudhabischools.com/v1/location/schools\
?latitude=24.4539\
&longitude=54.3773\
&radius_km=8\
&year_group=Year%204\
&curriculum=British\
&rating=Outstanding,Very%20Good\
&fee_max=80000" \
-H "X-API-Key: ads_test_..."
{
"data": [{
"id": "ads_...",
"name": "...",
"curriculum": { "code": "UK" },
"adek": { "rating": "Outstanding" },
"matched_annual_fee_aed": ...,
"distance_km": ...,
"sources": [...]
}],
"pagination": { "has_next": false }
}
Built for consequential decisions
A single maintained integration replaces brittle scraping, PDF extraction, identity matching and recurring source reconciliation.
Return nearby schools from coordinates, then filter by curriculum, rating, child stage and budget.
Compare fees and school profiles consistently while keeping links and source attribution attached to the answer.
Connect to a current Streamable HTTP MCP server with explicit schemas, bounded output and the same models as REST.
Build school-selection workflows around curricula, year groups, fee limits, locations and regulatory ratings.
Use normalised identifiers, version metadata and separate official and AbuDhabiSchools-derived measures.
Query a stable public model rather than exposing internal collection fields or source-specific naming quirks.
Intentional response models
The platform separates official source data, normalised identifiers and independent derived metrics. The commercial allowlist contains confirmed-permission facts and AbuDhabiSchools-derived measures only.
identityAbuDhabiSchools ID, regulatory IDs, names, curriculum, grades and profile links.
feesAED schedules by available stage, explicit summary fields and historical records where sourced.
inspectionsCurrent regulatory rating and the rating years on file across inspection cycles.
geoApproved school coordinates and bounded straight-line nearby queries with distance semantics stated.
fitCurriculum, year group or age, fee limits, regulatory rating and independent score thresholds.
compareTwo to five schools returned through the same stable representation, without UI scraping.
provenanceAuthority, source URL, attribution requirement, dataset version and coverage metadata.
controlsCore, standard and premium profiles over one explicit approved-data allowlist.
REST and MCP, one service
REST applications and AI agents share filters, identifiers, source envelopes, entitlements, rate limits and request metering.
Name, create, rotate and revoke test or live API keys. Only secure keyed hashes are persisted.
Monthly request-unit quotas, per-minute enforcement and standard usage headers on every REST response.
MCP 2026-07-28 Streamable HTTP with modern stateless discovery and legacy client compatibility.
Recommended launch pricing
Paid subscriptions are staged but not purchasable until the commercial data-rights gate is approved. Annual pricing gives two months free.
Non-commercial evaluation and prototypes.
Recommended start
Small commercial products and individual integrations.
Property, relocation and mobility platforms.
High-volume integrations with premium access.
Create a non-commercial test key, inspect the OpenAPI specification and connect the MCP server.