Curtin University · Schema

Curtin Web Search Response (mimas/v1)

Response body of https://www.curtin.edu.au/wp-json/mimas/v1/search/elastic. Curtin returns a raw Elasticsearch response when a `query` parameter is supplied, and an empty array when it is not. Derived from live keyless probes on 2026-08-30.

UniversityHigher EducationEducationResearchOpen AccessOpen DataCourse CatalogLibraryIdentity FederationResearch DataAustraliaWestern AustraliaAustralian Technology Network
View JSON Schema on GitHub

JSON Schema

curtin-web-search-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/curtin/main/json-schema/curtin-web-search-schema.json",
  "title": "Curtin Web Search Response (mimas/v1)",
  "description": "Response body of https://www.curtin.edu.au/wp-json/mimas/v1/search/elastic. Curtin returns a raw Elasticsearch response when a `query` parameter is supplied, and an empty array when it is not. Derived from live keyless probes on 2026-08-30.",
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "derived",
    "x-operator": "institution",
    "source": [
      "https://www.curtin.edu.au/wp-json/mimas/v1/search/elastic?query=engineering"
    ],
    "x-evidence-method": "probed",
    "x-authorship": "Generated by API Evangelist from live unauthenticated probes. Curtin University publishes no schema for this API."
  },
  "oneOf": [
    {
      "$ref": "#/$defs/elasticResponse"
    },
    {
      "type": "array",
      "maxItems": 0,
      "description": "Returned when `query` is absent or misnamed"
    }
  ],
  "$defs": {
    "elasticResponse": {
      "type": "object",
      "required": [
        "hits"
      ],
      "properties": {
        "took": {
          "type": "integer"
        },
        "timed_out": {
          "type": "boolean"
        },
        "_shards": {
          "type": "object",
          "properties": {
            "total": {
              "type": "integer"
            },
            "successful": {
              "type": "integer"
            },
            "skipped": {
              "type": "integer"
            },
            "failed": {
              "type": "integer"
            }
          }
        },
        "hits": {
          "type": "object",
          "properties": {
            "total": {
              "type": "object",
              "properties": {
                "value": {
                  "type": "integer"
                },
                "relation": {
                  "type": "string"
                }
              }
            },
            "hits": {
              "type": "array",
              "items": {
                "$ref": "#/$defs/hit"
              }
            }
          }
        },
        "suggest": {
          "type": "object"
        }
      }
    },
    "hit": {
      "type": "object",
      "properties": {
        "_index": {
          "type": "string",
          "description": "e.g. curtin-learning-offerings-prod-v20260830170034"
        },
        "_id": {
          "type": "string"
        },
        "_score": {
          "type": "number"
        },
        "_ignored": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "_source": {
          "type": "object",
          "properties": {
            "search_tab": {
              "type": "string"
            },
            "content_type": {
              "type": "string"
            }
          }
        },
        "highlight": {
          "type": "object",
          "properties": {
            "search_as_you_type": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}

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/curtin-web-search"
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.