Universiti Teknologi PETRONAS EPrints REST API

The EPrints REST API from Universiti Teknologi PETRONAS — 4 operation(s) for eprints rest.

Operations 4

GET /rest/ List REST datasets (eprint, user, subject) #
GET /rest/eprint/{eprintid}.xml Get one publication record as EPrints XML #
GET /rest/subject/ List subject terms #
GET /rest/eprint/ List eprint identifiers #

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/universiti-teknologi-petronas-eprints-rest-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

universiti-teknologi-petronas-eprints-rest-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Universiti Teknologi Petronas EPrints REST API
  version: '2026-09-01'
  x-operator: institution
  x-refined-note:
  - x-operator-evidence differs across the merged source definitions and was not carried
  - x-provenance differs across the merged source definitions and was not carried
  - x-software differs across the merged source definitions and was not carried
  description: 'Operations tagged EPrints REST across 2 of this provider''s published API definitions: universiti-teknologi-petronas-scholars-openapi.yml, universiti-teknologi-petronas-utpedia-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://scholars.utp.edu.my
  description: UTP Scholarly Publication (TLS).
- url: https://utpedia.utp.edu.my
  description: UTPedia institutional repository (TLS). The plain-http form advertised inside the OAI-PMH baseURL element did not complete a connection from our probe host on 2026-09-01.
tags:
- name: EPrints REST
paths:
  /rest/:
    get:
      tags:
      - EPrints REST
      operationId: listDatasets
      summary: List REST datasets (eprint, user, subject)
      responses:
        '200':
          description: XHTML dataset index.
          content:
            text/html:
              schema:
                type: string
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /rest/eprint/{eprintid}.xml:
    get:
      tags:
      - EPrints REST
      operationId: getEprintXml
      summary: Get one publication record as EPrints XML
      parameters:
      - name: eprintid
        in: path
        required: true
        schema:
          type: integer
        examples:
          observed:
            value: 205
      responses:
        '200':
          description: EPrints XML document.
          content:
            text/xml:
              schema:
                type: string
                contentMediaType: text/xml
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /rest/subject/:
    get:
      tags:
      - EPrints REST
      operationId: listSubjects
      summary: List subject terms
      responses:
        '200':
          description: XHTML list of subject identifiers.
          content:
            text/html:
              schema:
                type: string
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /rest/eprint/:
    get:
      tags:
      - EPrints REST
      operationId: listEprints
      summary: List eprint identifiers
      responses:
        '200':
          description: XHTML list of eprint ids.
          content:
            text/html:
              schema:
                type: string
    servers:
    - url: https://utpedia.utp.edu.my
      description: UTPedia institutional repository (TLS). The plain-http form advertised inside the OAI-PMH baseURL element did not complete a connection from our probe host on 2026-09-01.
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
      description: EPrints SWORD deposit credentials. Read paths require no authentication.
x-refined-from:
- universiti-teknologi-petronas-scholars-openapi.yml
- universiti-teknologi-petronas-utpedia-openapi.yml