University of Warsaw · JSON Structure

University Of Warsaw Course Structure

JSON Structure for a University of Warsaw USOS API course object (services/courses/course).

Type: object Properties: 9 Required: 2
EducationHigher EducationUniversityPolandAcademic DataResearch DataOpen Data

USOSCourse is a JSON Structure definition published by University of Warsaw, describing 9 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name homepage_url profile_url is_currently_conducted terms fac_id lang_id ects_credits_simplified

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-warsaw/main/json-structure/university-of-warsaw-course-structure.json",
  "name": "USOSCourse",
  "description": "JSON Structure for a University of Warsaw USOS API course object (services/courses/course).",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "ID of the course." },
    "name": { "type": { "$ref": "#/definitions/LangDict" }, "description": "Course name as a language dictionary." },
    "homepage_url": { "type": "string", "description": "Course homepage URL.", "nullable": true },
    "profile_url": { "type": "string", "description": "Course USOSweb profile URL." },
    "is_currently_conducted": { "type": "boolean", "description": "Conducted in an active term." },
    "terms": {
      "type": "array",
      "description": "Academic terms the course was conducted in.",
      "items": {
        "type": "object",
        "properties": { "id": { "type": "string" } }
      }
    },
    "fac_id": { "type": "string", "description": "Faculty that runs this course." },
    "lang_id": { "type": "string", "description": "Language id, or null.", "nullable": true },
    "ects_credits_simplified": { "type": "number", "description": "Approximate ECTS credits.", "nullable": true }
  },
  "required": ["id", "name"],
  "definitions": {
    "LangDict": {
      "type": "object",
      "description": "Language dictionary mapping language codes to localized strings.",
      "properties": {
        "pl": { "type": "string" },
        "en": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/university-of-warsaw-course-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.