KU Leuven · Schema

KU Leuven ICTS Data Services Search Response

Response envelope returned by GET/POST //_search on the KU Leuven ICTS Data Services gateway at dataservice.kuleuven.be. Derived from live unauthenticated responses captured on 2026-08-19 across the employee, cv, organigram, pg, onderzoeksproject, onderzoeksteams, onderzoeksinfrastructuur and jobsite indices. Provenance: generated 2026-08-19, method derived, source https://dataservice.kuleuven.be live responses plus https://admin.kuleuven.be/icts/services/dataservices documentation.

UniversityHigher EducationEducationBelgiumEuropeFlandersResearch DataResearch RepositoryOpen DataCourse CatalogIdentity FederationOAI-PMHDataverseOpenSearchPublic Research University

Properties

Name Type Description
took integer Query time in milliseconds.
timed_out boolean
_shards object
hits object
aggregations object Present only when the request supplied an aggs clause.
View JSON Schema on GitHub

JSON Schema

ku-leuven-data-services-search-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://dataservice.kuleuven.be/schemas/search-response.json",
  "title": "KU Leuven ICTS Data Services Search Response",
  "description": "Response envelope returned by GET/POST /<index>/_search on the KU Leuven ICTS Data Services gateway at dataservice.kuleuven.be. Derived from live unauthenticated responses captured on 2026-08-19 across the employee, cv, organigram, pg, onderzoeksproject, onderzoeksteams, onderzoeksinfrastructuur and jobsite indices. Provenance: generated 2026-08-19, method derived, source https://dataservice.kuleuven.be live responses plus https://admin.kuleuven.be/icts/services/dataservices documentation.",
  "type": "object",
  "required": ["took", "timed_out", "_shards", "hits"],
  "properties": {
    "took": { "type": "integer", "description": "Query time in milliseconds." },
    "timed_out": { "type": "boolean" },
    "_shards": {
      "type": "object",
      "properties": {
        "total": { "type": "integer" },
        "successful": { "type": "integer" },
        "skipped": { "type": "integer" },
        "failed": { "type": "integer" }
      }
    },
    "hits": {
      "type": "object",
      "properties": {
        "total": {
          "type": "object",
          "properties": {
            "value": { "type": "integer" },
            "relation": { "type": "string", "enum": ["eq", "gte"], "description": "'gte' indicates the count was capped at the tracking limit." }
          }
        },
        "max_score": { "type": ["number", "null"] },
        "hits": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "_index": { "type": "string", "description": "Physical snapshot index name, e.g. pg2025_2026-07-09_11h33m04s326. The embedded timestamp is the rebuild date of the data." },
              "_id": { "type": "string" },
              "_score": { "type": ["number", "null"] },
              "_source": { "type": "object", "description": "The document. Field sets differ per index; the employee, cv and organigram indices publish personal directory data." }
            }
          }
        }
      }
    },
    "aggregations": { "type": "object", "description": "Present only when the request supplied an aggs clause." }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/ku-leuven-data-services-search-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.