UniversityDB

Developer API

UK University & Course Resolution API

Turn messy CV education strings into canonical university and course records. Fuzzy matching, alias resolution, and confidence scoring across 50,000+ UK courses at 203 universities.

POST /api/v1/resolve
$ curl -X POST https://universitydb.io/api/v1/resolve \
  -H "Authorization: Bearer udb_live_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{"university": "Imperial", "course": "MSc Computing"}'
Response
{
  "university": {
    "id": 42,
    "name": "Imperial College London",
    "location": "London",
    "confidence": 0.95
  },
  "course": {
    "id": 1847,
    "title": "Computing (Machine Learning)",
    "level": "Postgraduate",
    "confidence": 0.82
  },
  "query_id": "550e8400-e29b-41d4-a716-446655440000"
}

Built for teams that process education data

ATS & Recruitment

Parse candidate education backgrounds automatically. Match messy CV entries to verified university and course data.

Student Recruitment

Identify prospective students' current institutions and courses. Build targeted recruitment pipelines.

Credential Verification

Validate education claims against canonical UK university data. Flag unrecognised institutions.

203
Universities
50,000+
Courses
<300ms
Response Time
99.9%
Uptime

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

$0 /month
  • 100 requests/month
  • Full resolution API
  • Fuzzy + alias matching
  • Email support
Get Started Free
Pro

Pro

Custom
  • Custom request quota
  • Priority support
  • Bulk resolution endpoint
  • SLA guarantee
Contact Us