Politecnico di Torino · JSON Structure

Politecnico Di Torino Student Structure

JSON Structure for a PoliTO Students API student career profile (source: polito/api-spec).

Type: object Properties: 20 Required: 15
EducationHigher EducationUniversityItalyOpen DataMobileOpenAPI

Student is a JSON Structure definition published by Politecnico di Torino, describing 20 properties, of which 15 are required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

username firstName lastName status allCareerIds degreeId degreeCode degreeLevel degreeName firstEnrollmentYear lastEnrollmentYear isCurrentlyEnrolled averageGrade estimatedFinalGrade totalCredits totalAttendedCredits totalAcquiredCredits enrollmentCredits enrollmentAttendedCredits enrollmentAcquiredCredits

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/politecnico-di-torino/main/json-structure/politecnico-di-torino-student-structure.json",
  "name": "Student",
  "type": "object",
  "description": "JSON Structure for a PoliTO Students API student career profile (source: polito/api-spec).",
  "properties": {
    "username": { "type": "string" },
    "firstName": { "type": "string" },
    "lastName": { "type": "string" },
    "status": {
      "type": "string",
      "enum": ["active", "closed", "cancelled", "graduated", "career_closed"]
    },
    "allCareerIds": { "type": "array", "items": { "type": "string" } },
    "degreeId": { "type": "string" },
    "degreeCode": { "type": "string" },
    "degreeLevel": { "type": "string" },
    "degreeName": { "type": "string" },
    "firstEnrollmentYear": { "type": "int32" },
    "lastEnrollmentYear": { "type": "int32" },
    "isCurrentlyEnrolled": { "type": "boolean" },
    "averageGrade": { "type": ["double", "null"] },
    "estimatedFinalGrade": { "type": ["double", "null"] },
    "totalCredits": { "type": "int32" },
    "totalAttendedCredits": { "type": "int32" },
    "totalAcquiredCredits": { "type": "int32" },
    "enrollmentCredits": { "type": "int32" },
    "enrollmentAttendedCredits": { "type": "int32" },
    "enrollmentAcquiredCredits": { "type": "int32" }
  },
  "required": [
    "username", "firstName", "lastName", "status", "allCareerIds",
    "degreeId", "degreeCode", "degreeLevel", "degreeName",
    "firstEnrollmentYear", "lastEnrollmentYear", "isCurrentlyEnrolled",
    "totalCredits", "totalAttendedCredits", "totalAcquiredCredits"
  ]
}

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/politecnico-di-torino-student-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.