University of Groningen · Schema
Ocasys Degree Programme
A degree programme in the University of Groningen Ocasys catalog, derived from a live unauthenticated response on 2026-08-30.
EducationHigher EducationUniversityNetherlandsEuropeResearchResearch DataCourse CatalogIdentity FederationOAI-PMHLibraryMetadataOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| code | string | Programme code, e.g. 60609-5508. |
| title | object | |
| levels | array | |
| languages | array | |
| credits | number | Total ECTS credits for the programme. |
| term | string | Term pattern, e.g. WHOLE_YEAR. |
| duration | integer | Nominal duration in years. |
| facultyTitle | object | |
| organizationalUnitTitle | object | |
| official | boolean | |
| yearVisible | boolean | |
| otherPeriods | boolean | |
| draft | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-groningen/main/json-schema/university-of-groningen-ocasys-program-schema.json",
"x-generated": "2026-08-30",
"x-method": "derived",
"x-source": "openapi/university-of-groningen-course-catalog-api-openapi.yml, https://ocasys.rug.nl/api/2026-2027/program?searchTerm=biology",
"x-operator": "institution",
"title": "Ocasys Degree Programme",
"description": "A degree programme in the University of Groningen Ocasys catalog, derived from a live unauthenticated response on 2026-08-30.",
"type": "object",
"required": ["id", "code", "title"],
"properties": {
"id": { "type": "string", "format": "uuid" },
"code": { "type": "string", "description": "Programme code, e.g. 60609-5508." },
"title": { "$ref": "#/$defs/LocalizedText" },
"levels": { "type": "array", "items": { "type": "string", "enum": ["MASTER", "BACHELOR", "EXCHANGE", "PRE_MASTER", "UNIVERSITY_LEVEL_MINOR", "FACULTY_LEVEL_MINOR", "POST_GRADUATE"] } },
"languages": { "type": "array", "items": { "type": "string" } },
"credits": { "type": "number", "description": "Total ECTS credits for the programme." },
"term": { "type": "string", "description": "Term pattern, e.g. WHOLE_YEAR." },
"duration": { "type": "integer", "description": "Nominal duration in years." },
"facultyTitle": { "$ref": "#/$defs/LocalizedText" },
"organizationalUnitTitle": { "$ref": "#/$defs/LocalizedText" },
"official": { "type": "boolean" },
"yearVisible": { "type": "boolean" },
"otherPeriods": { "type": "boolean" },
"draft": { "type": "boolean" }
},
"$defs": {
"LocalizedText": {
"type": "object",
"properties": { "en": { "type": "string" }, "nl": { "type": "string" } }
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-groningen-ocasys-program"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.