University of Warsaw Mobility Option Home API

The MobilityOptionHome API from University of Warsaw — 3 operation(s) for mobilityoptionhome.

Operations 4

GET /api/v1/Sp4eu/MobilityOptionHome/ApplicationProcedure Get mobility option application procedure #
PUT /api/v1/Sp4eu/MobilityOptionHome/ApplicationProcedure Ustawianie procedury aplikacji dla uniwersytetu #
PUT /api/v1/MobilityOptionHome/ApplicationProcedure/Content Ustawianie procedury aplikacji dla uniwersytetu #
GET /api/v1/MobilityOptionHome/ApplicationProcedure Pobranie procedur aplikacji dla uniwersytetu #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/university-of-warsaw-mobilityoptionhome-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

university-of-warsaw-mobilityoptionhome-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: University Of Warsaw Mobility Option Home API
  version: '1.0'
  description: 'Operations tagged MobilityOptionHome across 2 of this provider''s published API definitions: university-of-warsaw-jaskier-api.json, university-of-warsaw-sp4eu-api.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.jaskier.uw.edu.pl
- url: https://api.sp4eu.uw.edu.pl
tags:
- name: MobilityOptionHome
paths:
  /api/v1/Sp4eu/MobilityOptionHome/ApplicationProcedure:
    get:
      tags:
      - MobilityOptionHome
      operationId: getMobilityOptionApplicationProcedure
      parameters:
      - name: university
        in: query
        required: true
        schema:
          type: string
          enum:
          - CUNI
          - UAH
          - SU
          - KU
          - UNIMI
          - UW
          - UNIGE
          - PARIS_2
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ArticlePreviewResponse'
      security:
      - Authorization: []
      summary: Get mobility option application procedure
      x-summary-source: derived
    put:
      tags:
      - MobilityOptionHome
      summary: Ustawianie procedury aplikacji dla uniwersytetu
      operationId: updateMobilityOptionApplicationProcedure
      parameters:
      - name: university
        in: query
        required: true
        schema:
          type: string
          enum:
          - CUNI
          - UAH
          - SU
          - KU
          - UNIMI
          - UW
          - UNIGE
          - PARIS_2
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ArticleRequest'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ArticlePreviewResponse'
      security:
      - Authorization: []
    servers:
    - url: https://api.jaskier.uw.edu.pl
  /api/v1/MobilityOptionHome/ApplicationProcedure/Content:
    put:
      tags:
      - MobilityOptionHome
      summary: Ustawianie procedury aplikacji dla uniwersytetu
      operationId: setContentEnHost
      parameters:
      - name: university
        in: query
        required: true
        schema:
          type: string
          enum:
          - CUNI
          - UAH
          - SU
          - KU
          - UNIMI
          - UW
          - UNIGE
          - PARIS_2
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ArticleRequest_2'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ArticlePreviewResponse_2'
      security:
      - Authorization: []
    servers:
    - url: https://api.sp4eu.uw.edu.pl
  /api/v1/MobilityOptionHome/ApplicationProcedure:
    get:
      tags:
      - MobilityOptionHome
      summary: Pobranie procedur aplikacji dla uniwersytetu
      operationId: getHomeApplicationProceduresForOption
      parameters:
      - name: university
        in: query
        required: true
        schema:
          type: string
          enum:
          - CUNI
          - UAH
          - SU
          - KU
          - UNIMI
          - UW
          - UNIGE
          - PARIS_2
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ArticlePreviewResponse_2'
      security:
      - Authorization: []
    servers:
    - url: https://api.sp4eu.uw.edu.pl
components:
  schemas:
    ArticleRequest:
      required:
      - contentEn
      - contentPl
      - signification
      - tags
      - titleEn
      - titlePl
      - visibleFrom
      type: object
      properties:
        titlePl:
          type: string
        titleEn:
          type: string
        contentPl:
          type: string
        contentEn:
          type: string
        signification:
          type: string
        tags:
          uniqueItems: true
          type: array
          items:
            type: string
        created:
          type: string
          format: date-time
        visible:
          type: boolean
        visibleFrom:
          type: string
          format: date
        visibleTo:
          type: string
          format: date
    ArticlePreviewResponse:
      type: object
      properties:
        id:
          type: string
        titlePl:
          type: string
        titleEn:
          type: string
        contentPl:
          type: string
        contentEn:
          type: string
        visibleFrom:
          type: string
          format: date
        visibleTo:
          type: string
          format: date
        signification:
          type: string
        tags:
          type: array
          items:
            type: string
        visible:
          type: boolean
        created:
          type: string
          format: date-time
    ArticleRequest_2:
      type: object
      properties:
        titlePl:
          type: string
        titleEn:
          type: string
        contentPl:
          type: string
        contentEn:
          type: string
        signification:
          type: string
        tags:
          type: array
          items:
            type: string
          uniqueItems: true
        created:
          type: string
        visible:
          type: boolean
        visibleFrom:
          type: string
          format: date
        visibleTo:
          type: string
          format: date
    ArticlePreviewResponse_2:
      type: object
      properties:
        id:
          type: string
        titlePl:
          type: string
        titleEn:
          type: string
        contentPl:
          type: string
        contentEn:
          type: string
        visibleFrom:
          type: string
          format: date
        visibleTo:
          type: string
          format: date
        signification:
          type: string
        tags:
          type: array
          items:
            type: string
        visible:
          type: boolean
        created:
          type: string
  securitySchemes:
    Authorization:
      type: apiKey
      name: Authorization
      in: header
x-refined-from:
- university-of-warsaw-jaskier-api.json
- university-of-warsaw-sp4eu-api.json