How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

UKM Web Content REST API (WordPress wp/v2)

UKM runs its web estate on self-hosted WordPress and leaves the wp/v2 REST API open for unauthenticated reads on its own domain. Two installations were verified live: the main portal at www.ukm.my/portal (discovery document 307 KB, 314 routes, 18 namespaces, authentication []) and the Berita UKM news site at www.ukm.my/beritaukm (225 KB). GET /wp/v2/pages, /wp/v2/media and /wp/v2/search all answer with JSON; /wp/v2/posts returns an empty array on the portal because the portal is built entirely from pages. The contract is WordPress's stock route set, not something UKM designed — the deployment is what is credited here. It is undocumented, ungoverned, carries no rate-limit header and no terms for automated access, and most of its eighteen namespaces are plugin-owned, so routes can appear or vanish on a plugin update. The host is intermittently slow: three of eleven probes on 2026-09-01 timed out at 25-60 seconds.

UKM Web Content REST API (WordPress wp/v2) is one of 9 APIs that Universiti Kebangsaan Malaysia publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Content, WordPress, Web Content Management, and News. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and 1 JSON Schema.

This API exposes 5 operations across 5 paths, organized into 2 resource areas, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version wp/v2.

Requests are made against 2 base URLs: https://www.ukm.my/portal/wp-json, https://www.ukm.my/beritaukm/wp-json.

5 operations 5 paths 3 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
wp/v2
Base URL
https://www.ukm.my/portal/wp-json
Resource Areas
2

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. They span 2 resource areas: Discovery, Content. Each is listed below with its method, path, parameters, and response codes.

Discovery 1

Self-descriptive route index.

GET
/
REST API discovery document
getRouteIndex → 200
Content 4

Pages, posts and media.

GET
/wp/v2/pages
List published pages
listPages 6 params → 200400
GET
/wp/v2/pages/{id}
Retrieve one page
getPage 1 param → 200404
GET
/wp/v2/posts
List published posts
listPosts 3 params → 200400
GET
/wp/v2/media
List media items
listMedia 1 param → 200400

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Page (23 properties), RestError (3 properties), Rendered (2 properties). Each schema is shown below with its type and property counts.

RestError
object
3 properties 2 required
Rendered
object
2 properties
Page
object
Field set observed on this deployment on 2026-09-01. No UKM-local fields were found; the record model is stock WordPress.
23 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ukm-web-content-rest-openapi.yml Raw ↑

Other APIs Universiti Kebangsaan Malaysia publishes across the network.

SSO@UKM — SAML 2.0 Identity Provider
UKM Learning and Research Repository (OAI-PMH)
UKM e-Journal System (OAI-PMH)
UKM Journal Article Repository (OAI-PMH) — unreachable
Crossref DOI Registration (UKM Press and UKM faculties)
ROR Organization Registration
Springshare LibGuides (tenant deployment)
RemoteXs E-Resources Proxy (tenant deployment)
Where this information came from

This is an independent, third-party profile of UKM Web Content REST API (WordPress wp/v2), published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.