Aalto People Profile API

A two-path proxy over Aaltopeople returning groups and public staff profiles. OpenAPI 3.0.1, version 1.0.3, contact it-integ@aalto.fi, served from aaltopeople.api.aalto.fi. Present in the public ActiveDocs index but not published as a product on the portal's documentation page. Gateway-gated: 403 to an anonymous caller.

Operations 2

GET /groups get groups #
GET /profiles get user profile #

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/people-profile"
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

aalto-people-profile-api-openapi.yml Raw ↑
# Fetched 2026-08-30 from https://3scale.apps.ocp4.aalto.fi/api_docs/services/47.json
# method: searched  |  x-operator: institution  |  source: Aalto API Gateway public ActiveDocs index
openapi: 3.0.1
info:
  title: Aalto people profile api
  description: Proxy for Aaltopeople API, used to fetch groups or people.
  termsOfService: http://swagger.io/terms/
  contact:
    email: it-integ@aalto.fi
  version: 1.0.3
servers:
- url: https://aaltopeople.api.aalto.fi/api/aaltopeople/v1
paths:
  /groups:
    get:
      summary: get groups
      operationId: getGroups
      parameters:
      - name: id
        in: query
        schema:
          type: string
      - name: lang
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Example
          content: {}
      tags:
      - Groups
  /profiles:
    get:
      summary: get user profile
      operationId: getExample
      parameters:
      - name: id
        in: query
        schema:
          type: string
      - name: email
        in: query
        schema:
          type: string
      responses:
        '200':
          description: Example
          content: {}
      tags:
      - Profiles
components: {}