University of Oslo

Open course and study-programme data from UiO

📚 Open DataHEALTHYchecked 12h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

The University of Oslo publishes its study information as open JSON APIs — courses, semesters, schedules, exams and programmes. Ask /studies/v1/course/{code} for a course's fundamentals, all keyless. Descriptive fields often come back in Norwegian.

79HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 79 · healthy
Uptime history
98.0%90 days
100%30 days
1763P50 · ms
4960P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 478 ms, slowest 3773 ms, most recent 1604 ms.
Live response samplecaptured by our last successful check
GET https://data.uio.no/studies/v1/course/EXPHIL03

{
  "info": {
    "code": "EXPHIL03",
    "lang": "no",
    "name": "Examen philosophicum",
    "status": "current-version",
    "type": "course",
    "url": "https://www.uio.no/studier/emner/hf/ifikk/EXPHIL03/index.html"
  },
  "metadata": {
    "count": 1,
    "status": "OK",
    "total": 1
  }
}
Call itcurl · fetch · python
curl "https://data.uio.no/studies/v1/course/EXPHIL03"
const res = await fetch("https://data.uio.no/studies/v1/course/EXPHIL03");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://data.uio.no/studies/v1/course/EXPHIL03")
print(res.json())
Endpoints · 5HealthyFULL DOCS ↗
Monitored path responding — GET /studies/v1/course/EXPHIL031763 mschecked 12h ago
GET/studies/v1/course/EXPHIL03PROBED

Open course and study-programme data from UiO

GET/studies

Studies — documented GET route.

GET/studies/1

Studies details by ID (example: 1).

GET/studies?limit=10

Studies — documented GET route.

GET/studies/search?q=test

Search by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

University of Oslo: common questions

Is University of Oslo free to use?

Yes — University of Oslo is a free open data API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does University of Oslo need an API key?

No — University of Oslo needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call University of Oslo from the browser?

Yes — University of Oslo returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is University of Oslo up right now?

As of our last scheduled check, University of Oslo is healthy with 98.0% uptime over 90 days and a 1763 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.