Skip to content
AbuDhabiSchools.comDeveloper platform

Abu Dhabi education data infrastructure

The API for Abu Dhabi school intelligence.

Build property, relocation and AI products with maintained school profiles, annual fees, ADEK Irtiqaa inspections, curricula, coordinate-based proximity and structured comparisons.

  • Versioned REST API
  • Remote MCP server
  • Source metadata
  • Usage dashboard
GET /v1/location/schools
# 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

School context, ready for the product your customers already use.

A single maintained integration replaces brittle scraping, PDF extraction, identity matching and recurring source reconciliation.

Property

Relevant schools on every listing

Return nearby schools from coordinates, then filter by curriculum, rating, child stage and budget.

Relocation

Match families to workable options

Compare fees and school profiles consistently while keeping links and source attribution attached to the answer.

AI agents

Typed tools instead of scraped prose

Connect to a current Streamable HTTP MCP server with explicit schemas, bounded output and the same models as REST.

Global mobility

Support transferring employees

Build school-selection workflows around curricula, year groups, fee limits, locations and regulatory ratings.

Research

Reproducible school comparisons

Use normalised identifiers, version metadata and separate official and AbuDhabiSchools-derived measures.

Education

One profile across source systems

Query a stable public model rather than exposing internal collection fields or source-specific naming quirks.

Intentional response models

Useful in one query. Traceable field by field.

The platform separates official source data, normalised identifiers and independent derived metrics. The commercial allowlist contains confirmed-permission facts and AbuDhabiSchools-derived measures only.

identity

Stable school profiles

AbuDhabiSchools ID, regulatory IDs, names, curriculum, grades and profile links.

fees

Structured annual fees

AED schedules by available stage, explicit summary fields and historical records where sourced.

inspections

Irtiqaa inspection history

Current regulatory rating and the rating years on file across inspection cycles.

geo

Coordinate proximity

Approved school coordinates and bounded straight-line nearby queries with distance semantics stated.

fit

Family filters

Curriculum, year group or age, fee limits, regulatory rating and independent score thresholds.

compare

Comparable profiles

Two to five schools returned through the same stable representation, without UI scraping.

provenance

Sources in the response

Authority, source URL, attribution requirement, dataset version and coverage metadata.

controls

Rights-aware exposure

Core, standard and premium profiles over one explicit approved-data allowlist.

REST and MCP, one service

Choose the interface. Keep the same school logic.

REST applications and AI agents share filters, identifiers, source envelopes, entitlements, rate limits and request metering.

01

Production-shaped authentication

Name, create, rotate and revoke test or live API keys. Only secure keyed hashes are persisted.

02

Predictable limits

Monthly request-unit quotas, per-minute enforcement and standard usage headers on every REST response.

03

Current MCP transport

MCP 2026-07-28 Streamable HTTP with modern stateless discovery and legacy client compatibility.

Recommended launch pricing

Start with evaluation. Scale by request volume.

Paid subscriptions are staged but not purchasable until the commercial data-rights gate is approved. Annual pricing gives two months free.

Free

AED 0

Non-commercial evaluation and prototypes.

  • 500 request units/month
  • Core profiles
  • Test API keys
  • MCP access
  • Attribution required
Create test key

Growth

AED 999 /month

Property, relocation and mobility platforms.

  • 150,000 request units/month
  • Standard data profile
  • Higher rate limits
  • Usage analytics
  • Priority support

Scale

AED 3,999 /month

High-volume integrations with premium access.

  • 1,000,000 request units/month
  • Premium field profile
  • High rate limits
  • Priority support
  • Enterprise path

Make your first school query in minutes.

Create a non-commercial test key, inspect the OpenAPI specification and connect the MCP server.

Open developer dashboard