Ghent University OAI PMH API

OAI-PMH 2.0 metadata harvesting.

Operations 1

GET /oai OAI-PMH 2.0 harvesting endpoint #

Documentation

Specifications

Schemas & Data

Other Resources

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/ghent-oai-pmh-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

ghent-oai-pmh-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Ghent University Academic Bibliography OAI PMH API
  version: '2026-09-01'
  summary: Search, export and harvest 200 years of Ghent University research output.
  description: The Academic Bibliography (Biblio) is Ghent University's institutional publication and dataset registry, operated by Ghent University Library on the university's own host. It exposes a JSON/JSONP REST search API, per-record and bulk exports in fourteen bibliographic formats, an OAI-PMH 2.0 harvesting endpoint, an SRU 1.1 search service driven by CQL, a unAPI discovery service, RSS feeds and daily full-dataset dumps. Metadata is published under the Open Database License (ODbL).
  termsOfService: https://www.ugent.be/en/disclaimer
  contact:
    name: Ghent University Library
    email: libservice@ugent.be
    url: https://biblio.ugent.be/doc/api
  license:
    name: Open Database License (ODbL)
    url: http://opendatacommons.org/licenses/odbl/
servers:
- url: https://biblio.ugent.be
  description: Production
tags:
- name: oai pmh
  description: OAI-PMH 2.0 metadata harvesting.
paths:
  /oai:
    get:
      tags:
      - oai pmh
      operationId: oaiPmh
      summary: OAI-PMH 2.0 harvesting endpoint
      description: Repository identifier archive.ugent.be, repository name "Ghent University Institutional Archive", deletedRecord policy "persistent", granularity YYYY-MM-DDThh:mm:ssZ. Verified live 2026-09-01.
      parameters:
      - name: verb
        in: query
        required: true
        schema:
          type: string
          enum:
          - Identify
          - ListMetadataFormats
          - ListSets
          - ListIdentifiers
          - ListRecords
          - GetRecord
      - name: metadataPrefix
        in: query
        schema:
          type: string
        example: oai_dc
      - name: resumptionToken
        in: query
        schema:
          type: string
      - name: identifier
        in: query
        schema:
          type: string
        example: oai:archive.ugent.be:1196384
      - name: set
        in: query
        schema:
          type: string
      - name: from
        in: query
        schema:
          type: string
          format: date-time
      - name: until
        in: query
        schema:
          type: string
          format: date-time
      responses:
        '200':
          description: OAI-PMH response envelope
          content:
            application/xml:
              schema:
                type: string
              externalValue: ../examples/ghent-biblio-oai-identify.xml