Universiti Teknologi PETRONAS Discovery API

The Discovery API from Universiti Teknologi PETRONAS — 4 operation(s) for discovery.

Operations 4

GET /cgi/opensearchdescription OpenSearch 1.1 description document #
GET /cgi/latest_tool Feed of most recently deposited items #
GET /sword-app/servicedocument SWORD deposit service document #

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-discovery-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-discovery-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Universiti Teknologi Petronas Discovery 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 Discovery 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: Discovery
paths:
  /cgi/search:
    get:
      tags:
      - Discovery
      operationId: search
      summary: Repository search with selectable output format
      description: The OpenSearch description document advertises output values Atom, BibTeX, ContextObject, DC, EndNote, HTML and Ids against /cgi/search/simple.
      parameters:
      - name: q
        in: query
        required: true
        schema:
          type: string
      - name: output
        in: query
        required: false
        schema:
          type: string
          enum:
          - Atom
          - BibTeX
          - ContextObject
          - DC
          - EndNote
          - HTML
          - Ids
      - name: search_offset
        in: query
        required: false
        schema:
          type: integer
      responses:
        '200':
          description: Result set in the requested serialisation.
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /cgi/opensearchdescription:
    get:
      tags:
      - Discovery
      operationId: getOpenSearchDescription
      summary: OpenSearch 1.1 description document
      responses:
        '200':
          description: OpenSearch description document naming this repository and its output formats.
          content:
            application/opensearchdescription+xml:
              schema:
                type: string
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /cgi/latest_tool:
    get:
      tags:
      - Discovery
      operationId: getLatestFeed
      summary: Feed of most recently deposited items
      parameters:
      - name: output
        in: query
        required: false
        schema:
          type: string
          enum:
          - RSS2
          - Atom
      responses:
        '200':
          description: RSS 2.0 feed.
          content:
            application/rss+xml:
              schema:
                type: string
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
  /sword-app/servicedocument:
    get:
      tags:
      - Discovery
      operationId: getSwordServiceDocument
      summary: SWORD deposit service document
      security:
      - basicAuth: []
      responses:
        '401':
          description: Unauthorized — observed. Deposit is credentialed; no attempt was made.
    servers:
    - url: https://scholars.utp.edu.my
      description: UTP Scholarly Publication (TLS).
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