Curtin University · Schema

COKI Entity

An institution or country entity as returned by the Curtin Open Knowledge Initiative API at api.coki.ac. Derived from live keyless responses on 2026-08-30; Curtin publishes no schema for this API.

UniversityHigher EducationEducationResearchOpen AccessOpen DataCourse CatalogLibraryIdentity FederationResearch DataAustraliaWestern AustraliaAustralian Technology Network

Properties

Name Type Description
id string ROR identifier suffix for institutions, ISO 3166-1 alpha-3 for countries
name string
entity_type string
description object
logo_sm string
logo_md string
logo_lg string
url string
wikipedia_url string
region string
subregion string
country_code string
country_name string
institution_type string
start_year integer
end_year integer
acronyms array
repositories array
stats object
years array Per-year time series; 26 entries observed for Curtin University (02n415q13).
View JSON Schema on GitHub

JSON Schema

curtin-coki-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/curtin/main/json-schema/curtin-coki-entity-schema.json",
  "title": "COKI Entity",
  "description": "An institution or country entity as returned by the Curtin Open Knowledge Initiative API at api.coki.ac. Derived from live keyless responses on 2026-08-30; Curtin publishes no schema for this API.",
  "x-provenance": {
    "generated": "2026-08-30",
    "method": "derived",
    "x-operator": "institution",
    "source": [
      "https://api.coki.ac/institution/02n415q13",
      "https://api.coki.ac/country/AUS"
    ],
    "x-evidence-method": "probed",
    "x-authorship": "Generated by API Evangelist from live unauthenticated probes. Curtin University publishes no schema for this API."
  },
  "type": "object",
  "required": [
    "id",
    "name",
    "entity_type",
    "stats"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "ROR identifier suffix for institutions, ISO 3166-1 alpha-3 for countries"
    },
    "name": {
      "type": "string"
    },
    "entity_type": {
      "type": "string",
      "enum": [
        "institution",
        "country"
      ]
    },
    "description": {
      "type": "object",
      "properties": {
        "text": {
          "type": "string"
        },
        "license": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "logo_sm": {
      "type": "string"
    },
    "logo_md": {
      "type": "string"
    },
    "logo_lg": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "wikipedia_url": {
      "type": "string",
      "format": "uri"
    },
    "region": {
      "type": "string"
    },
    "subregion": {
      "type": "string"
    },
    "country_code": {
      "type": "string"
    },
    "country_name": {
      "type": "string"
    },
    "institution_type": {
      "type": "string"
    },
    "start_year": {
      "type": "integer"
    },
    "end_year": {
      "type": "integer"
    },
    "acronyms": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "repositories": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "stats": {
      "$ref": "#/$defs/stats"
    },
    "years": {
      "type": "array",
      "description": "Per-year time series; 26 entries observed for Curtin University (02n415q13).",
      "items": {
        "type": "object",
        "required": [
          "year",
          "stats"
        ],
        "properties": {
          "year": {
            "type": "integer"
          },
          "date": {
            "type": "string"
          },
          "stats": {
            "$ref": "#/$defs/stats"
          }
        }
      }
    }
  },
  "$defs": {
    "stats": {
      "type": "object",
      "description": "Open-access counts (n_) and percentages (p_) for one entity and period.",
      "properties": {
        "n_citations": {
          "type": "integer"
        },
        "n_outputs": {
          "type": "integer"
        },
        "n_outputs_open": {
          "type": "integer"
        },
        "n_outputs_publisher_open": {
          "type": "integer"
        },
        "n_outputs_publisher_open_only": {
          "type": "integer"
        },
        "n_outputs_both": {
          "type": "integer"
        },
        "n_outputs_other_platform_open": {
          "type": "integer"
        },
        "n_outputs_other_platform_open_only": {
          "type": "integer"
        },
        "n_outputs_closed": {
          "type": "integer"
        },
        "n_outputs_oa_journal": {
          "type": "integer"
        },
        "n_outputs_hybrid": {
          "type": "integer"
        },
        "n_outputs_no_guarantees": {
          "type": "integer"
        },
        "n_outputs_preprint": {
          "type": "integer"
        },
        "n_outputs_domain": {
          "type": "integer"
        },
        "n_outputs_institution": {
          "type": "integer"
        },
        "n_outputs_public": {
          "type": "integer"
        },
        "n_outputs_other_internet": {
          "type": "integer"
        },
        "n_outputs_black": {
          "type": "integer"
        },
        "p_outputs_open": {
          "type": "number"
        },
        "p_outputs_publisher_open": {
          "type": "number"
        },
        "p_outputs_publisher_open_only": {
          "type": "number"
        },
        "p_outputs_both": {
          "type": "number"
        },
        "p_outputs_other_platform_open": {
          "type": "number"
        },
        "p_outputs_other_platform_open_only": {
          "type": "number"
        },
        "p_outputs_closed": {
          "type": "number"
        },
        "p_outputs_oa_journal": {
          "type": "number"
        },
        "p_outputs_hybrid": {
          "type": "number"
        },
        "p_outputs_no_guarantees": {
          "type": "number"
        },
        "p_outputs_preprint": {
          "type": "number"
        },
        "p_outputs_domain": {
          "type": "number"
        },
        "p_outputs_institution": {
          "type": "number"
        },
        "p_outputs_public": {
          "type": "number"
        },
        "p_outputs_other_internet": {
          "type": "number"
        },
        "p_outputs_black": {
          "type": "number"
        }
      }
    }
  }
}

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-coki-entity"
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.