Infinity Learn Hub

Infinity Learn

© 2024 Infinity Learn Hub

REST API

Education Data API

Aggregated university, scholarship, and transfer data from 10+ authoritative sources. Build education tools with a single, unified API.

API Endpoints

RESTful endpoints for university search, scholarship matching, credit transfer, and more.

GET/data/universities/search
Search universities by name, location, or program
Free+
GET/data/universities/compare
Compare up to 5 universities side-by-side
Free+
GET/data/universities/:id
Get detailed university profile with stats
Free+
GET/data/scholarships/search
Search scholarships by criteria and eligibility
Starter+
POST/data/scholarships/match
AI-powered scholarship matching for a student profile
Starter+
GET/data/transfer/equivalencies
Find course transfer equivalencies between institutions
Starter+
GET/data/transfer/pathways
Discover transfer pathways between colleges and universities
Starter+
POST/data/credentials/evaluate
Evaluate international credentials for Canadian equivalency
Pro+
GET/data/admissions/canadian
Canadian university admissions requirements and deadlines
Pro+
POST/data/student-aid/calculate
Estimate student aid eligibility and amounts
Pro+
GET/data/export/bulk
Bulk export datasets in CSV or JSON format
Business

Authentication

All API requests require an API key passed via the x-api-key header.

Getting Your API Key

  1. 1Sign in to your Infinity Learn Hub account
  2. 2Navigate to Settings > Developer
  3. 3Click Generate API Key and copy the key
  4. 4Include the key in every request as the x-api-key header

Keep your API key secret. Do not expose it in client-side code or public repositories. Use environment variables or a backend proxy to keep it safe.

Code Examples

Get started quickly with these examples for the university search endpoint.

curl -X GET \
  "https://api.infinitylearnhub.com/data/universities/search?q=computer+science&country=US&limit=10" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Pricing

Start free. Scale as you grow. All plans include rate limiting, HTTPS, and JSON responses.

Free

.../mo

100 calls/month

  • University search & compare
  • University profiles
  • Community support

Starter

.../mo

5,000 calls/month

  • Everything in Free
  • Scholarship search & matching
  • Transfer equivalencies & pathways
  • Email support
Popular

Pro

.../mo

25,000 calls/month

  • Everything in Starter
  • Credential evaluation
  • Canadian admissions data
  • Student aid calculator
  • Priority support

Business

.../mo

200,000 calls/month

  • Everything in Pro
  • Bulk data export
  • Dedicated support
  • Custom rate limits
  • SLA guarantee

Data Sources

We aggregate and normalize data from 10 authoritative sources so you don't have to.

Hipolabs

Global university database with 10,000+ institutions

IPEDS

U.S. Department of Education institutional data

College Scorecard

Federal data on costs, earnings, and outcomes

Wikidata

Structured data on institutions worldwide

BCTransferGuide

British Columbia course transfer agreements

ONTransfer

Ontario post-secondary transfer pathways

ASSIST

California articulation and transfer data

Transferology

National course equivalency network

NSC (National Student Clearinghouse)

Enrollment and degree verification

DegreeWorks

Degree audit and academic planning data

Ready to Build?

Start with 100 free API calls per month. No credit card required.

Get Your API Key