Massey University · Schema

Massey M-API Response Envelope

Common response envelope for the Massey University M-API v1. The service returns HTTP 200 for both success and failure; clients must read the 'status' boolean.

EducationHigher EducationUniversityNew ZealandResearchResearch DataOpen AccessInstitutional RepositoryOAI-PMHDSpaceIdentity FederationShibbolethSAMLDataCiteCrossrefLibrary

Properties

Name Type Description
message string Error or status message. Empty string on success. Observed value on failure: 'Invalid api key'.
status boolean True when the request succeeded.
result array Result rows, present on success.
data object Present and empty on failure.
View JSON Schema on GitHub

JSON Schema

massey-mapi-envelope.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/massey/refs/heads/main/json-schema/massey-mapi-envelope.json",
  "title": "Massey M-API Response Envelope",
  "description": "Common response envelope for the Massey University M-API v1. The service returns HTTP 200 for both success and failure; clients must read the 'status' boolean.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "probed",
    "source": "https://www.massey.ac.nz/api/v1/massey.cfc?method=get&path=news/articles&args=limit:2",
    "note": "Failure shape observed live with no api key; success shape taken from the published documentation."
  },
  "type": "object",
  "required": ["message", "status"],
  "properties": {
    "message": { "type": "string", "description": "Error or status message. Empty string on success. Observed value on failure: 'Invalid api key'." },
    "status": { "type": "boolean", "description": "True when the request succeeded." },
    "result": { "type": "array", "description": "Result rows, present on success.", "items": { "$ref": "massey-mapi-news-article.json" } },
    "data": { "description": "Present and empty on failure." }
  },
  "additionalProperties": true
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/massey-mapi-envelope"
All schemas
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.