University of Warsaw · Schema
Student Portal 4EU+ Course
JSON Schema for a Student Portal 4EU+ course object as returned by the Course endpoints on api.sp4eu.uw.edu.pl.
EducationHigher EducationUniversityPolandEurope4EU+ AllianceAcademic DataCourse CatalogResearch DataResearch RepositoryIdentity FederationLibraryOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| courseId | string | |
| subjectId | string | |
| subjectCode | string | |
| term | string | |
| sp4euPublicationDate | string | |
| flagships4eu | array | |
| faculties | array | |
| languages | array | |
| url | string | |
| providedBy | array | |
| publishedBy | string | |
| year | integer | |
| placesLimit4eu | integer | |
| workload | integer | |
| title | string | |
| levels4eu | array | |
| startDate4eu | string | |
| endDate4eu | string | |
| title4eu | string | |
| facultyOrUnit4eu | string | |
| ects4eu | number | |
| importSourceType | string | |
| applicationDeadline | string | |
| sharedCompetencies4eu | array | |
| learningPathways4eu | array | |
| teachingMode4eu | string | |
| areasOfInterests | array | |
| registrationInfoId | string | |
| academicYear | string | |
| additionalInfo | string | |
| creationTime | string | |
| levels | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-warsaw/main/json-schema/university-of-warsaw-sp4eu-course-schema.json",
"title": "Student Portal 4EU+ Course",
"description": "JSON Schema for a Student Portal 4EU+ course object as returned by the Course endpoints on api.sp4eu.uw.edu.pl.",
"x-provenance": {
"generated": "2026-09-01",
"method": "derived",
"source": "openapi/university-of-warsaw-sp4eu-api-openapi.yml",
"x-operator": "institution",
"evidence": "components.schemas.CourseSp4euResponse of the service's own OpenAPI at https://api.sp4eu.uw.edu.pl/v3/api-docs"
},
"type": "object",
"properties": {
"courseId": {
"type": "string"
},
"subjectId": {
"type": "string"
},
"subjectCode": {
"type": "string"
},
"term": {
"type": "string"
},
"sp4euPublicationDate": {
"type": "string",
"format": "date"
},
"flagships4eu": {
"type": "array",
"items": {
"type": "string",
"enum": [
"FLAG_1",
"FLAG_2",
"FLAG_3",
"FLAG_4"
]
}
},
"faculties": {
"type": "array",
"items": {
"type": "string"
}
},
"languages": {
"type": "array",
"items": {
"type": "string"
}
},
"url": {
"type": "string"
},
"providedBy": {
"type": "array",
"items": {
"type": "string",
"enum": [
"CUNI",
"UAH",
"SU",
"KU",
"UNIMI",
"UW",
"UNIGE",
"PARIS_2"
]
}
},
"publishedBy": {
"type": "string",
"enum": [
"CUNI",
"UAH",
"SU",
"KU",
"UNIMI",
"UW",
"UNIGE",
"PARIS_2"
]
},
"year": {
"type": "integer",
"format": "int32"
},
"placesLimit4eu": {
"type": "integer",
"format": "int32"
},
"workload": {
"type": "integer",
"format": "int32"
},
"title": {
"type": "string"
},
"levels4eu": {
"type": "array",
"items": {
"type": "string",
"enum": [
"BA",
"MA",
"PhD",
"PST"
]
}
},
"startDate4eu": {
"type": "string",
"format": "date"
},
"endDate4eu": {
"type": "string",
"format": "date"
},
"title4eu": {
"type": "string"
},
"facultyOrUnit4eu": {
"type": "string"
},
"ects4eu": {
"type": "number",
"format": "double"
},
"importSourceType": {
"type": "string"
},
"applicationDeadline": {
"type": "string",
"format": "date"
},
"sharedCompetencies4eu": {
"type": "array",
"items": {
"type": "string",
"enum": [
"Multilingualism",
"DataLiteracy",
"CriticalThinking",
"Entrepreneurship",
"SocialEngagement"
]
}
},
"learningPathways4eu": {
"type": "array",
"items": {
"type": "string"
}
},
"teachingMode4eu": {
"type": "string",
"enum": [
"Physical",
"Online",
"Blended",
"Hybrid"
]
},
"areasOfInterests": {
"type": "array",
"items": {
"type": "string"
}
},
"registrationInfoId": {
"type": "string"
},
"academicYear": {
"type": "string"
},
"additionalInfo": {
"type": "string"
},
"creationTime": {
"type": "string"
},
"levels": {
"type": "array",
"items": {
"type": "string",
"enum": [
"BA",
"MA",
"PhD",
"PST"
]
}
}
}
}
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-warsaw-sp4eu-course"
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.