University of Helsinki API Portal (Gravitee)

The University's own API developer portal and gateway — a self-hosted Gravitee API Management deployment. The portal REST API answers anonymously and is, in practice, the University's API discovery surface: GET /portal/environments/DEFAULT/apis returns all fifteen public APIs with entrypoints and documentation links, and each API's Swagger page serves its OpenAPI in full. The configuration endpoint states the credential header (X-Api-Key) and which plan security types are enabled (apikey, oauth2, jwt) and disabled (keyless, sharedApiKey). No /.well-known/api-catalog and no apis.json exist; this endpoint is the catalogue. The base itself (/portal/environments/DEFAULT) returns 500 — there is no root resource; the collections beneath it (/apis, /pages, /configuration, /theme) all return 200 anonymously.

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/api-gateway"
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.

API entry from apis.yml

apis.yml Raw ↑
aid: university-of-helsinki:api-gateway
name: University of Helsinki API Portal (Gravitee)
description: 'The University''s own API developer portal and gateway — a self-hosted Gravitee API Management
  deployment. The portal REST API answers anonymously and is, in practice, the University''s API discovery
  surface: GET /portal/environments/DEFAULT/apis returns all fifteen public APIs with entrypoints and
  documentation links, and each API''s Swagger page serves its OpenAPI in full. The configuration endpoint
  states the credential header (X-Api-Key) and which plan security types are enabled (apikey, oauth2,
  jwt) and disabled (keyless, sharedApiKey). No /.well-known/api-catalog and no apis.json exist; this
  endpoint is the catalogue. The base itself (/portal/environments/DEFAULT) returns 500 — there is no
  root resource; the collections beneath it (/apis, /pages, /configuration, /theme) all return 200 anonymously.'
humanURL: https://api.helsinki.fi/portal/
baseURL: https://api.helsinki.fi/portal/environments/DEFAULT
x-operator: institution
tags:
- API Gateway
- Developer Portal
- Gravitee
- Discovery
- Catalog
properties:
- type: DeveloperPortal
  url: https://api.helsinki.fi/portal/
- type: APIReference
  url: https://api.helsinki.fi/portal/environments/DEFAULT/apis
- type: Authentication
  url: authentication/university-of-helsinki-authentication.yml
- type: Scopes
  url: scopes/university-of-helsinki-scopes.yml
- type: Lifecycle
  url: lifecycle/university-of-helsinki-lifecycle.yml