UKM Web Content — WordPress page record
Record model returned by GET /wp/v2/pages on the Universiti Kebangsaan Malaysia portal at https://www.ukm.my/portal/wp-json. Derived by API Evangelist from a live response captured 2026-09-01. The field set is stock WordPress — no UKM-local fields were observed. UKM publishes no schema of its own.
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | WordPress post ID. |
| date | string | Publication date in site local time (Asia/Kuala_Lumpur, GMT+8). |
| date_gmt | string | Publication date in GMT. |
| guid | object | |
| modified | string | |
| modified_gmt | string | |
| slug | string | |
| status | string | |
| type | string | |
| link | string | |
| title | object | |
| content | object | |
| excerpt | object | |
| author | integer | |
| featured_media | integer | |
| parent | integer | |
| menu_order | integer | |
| comment_status | string | |
| ping_status | string | |
| template | string | |
| meta | object | |
| class_list | array | |
| _links | object | HAL-style link relations, including wp:attachment and wp:featuredmedia. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/ukm/refs/heads/main/json-schema/ukm-wordpress-page-schema.json",
"title": "UKM Web Content — WordPress page record",
"description": "Record model returned by GET /wp/v2/pages on the Universiti Kebangsaan Malaysia portal at https://www.ukm.my/portal/wp-json. Derived by API Evangelist from a live response captured 2026-09-01. The field set is stock WordPress — no UKM-local fields were observed. UKM publishes no schema of its own.",
"x-provenance": {
"generated": "2026-09-01",
"method": "probed",
"source": "https://www.ukm.my/portal/wp-json/wp/v2/pages?per_page=1"
},
"x-operator": "institution",
"type": "object",
"required": ["id", "slug", "status", "type", "link", "title"],
"properties": {
"id": { "type": "integer", "description": "WordPress post ID." },
"date": { "type": "string", "description": "Publication date in site local time (Asia/Kuala_Lumpur, GMT+8)." },
"date_gmt": { "type": "string", "description": "Publication date in GMT." },
"guid": { "$ref": "#/$defs/rendered" },
"modified": { "type": "string" },
"modified_gmt": { "type": "string" },
"slug": { "type": "string" },
"status": { "type": "string", "enum": ["publish", "future", "draft", "pending", "private"] },
"type": { "type": "string" },
"link": { "type": "string", "format": "uri" },
"title": { "$ref": "#/$defs/rendered" },
"content": { "$ref": "#/$defs/rendered" },
"excerpt": { "$ref": "#/$defs/rendered" },
"author": { "type": "integer" },
"featured_media": { "type": "integer" },
"parent": { "type": "integer" },
"menu_order": { "type": "integer" },
"comment_status": { "type": "string", "enum": ["open", "closed"] },
"ping_status": { "type": "string", "enum": ["open", "closed"] },
"template": { "type": "string" },
"meta": {},
"class_list": { "type": "array", "items": { "type": "string" } },
"_links": { "type": "object", "description": "HAL-style link relations, including wp:attachment and wp:featuredmedia." }
},
"$defs": {
"rendered": {
"type": "object",
"properties": {
"rendered": { "type": "string", "description": "HTML as rendered by the theme." },
"protected": { "type": "boolean" }
}
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/ukm-wordpress-page"
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.