Tongji University · Schema

Tongji University Open Platform Response Envelope

Every Tongji Open Platform interface that answers 200 returns this three-field envelope. Derived from openapi/_original/tongji-open-platform-openapi.yml and confirmed against thirteen live unauthenticated responses captured 2026-09-01. Note that failure responses (401, 404, 405) do NOT use this envelope — they return an empty or plain-text body.

UniversityHigher EducationEducationChinaShanghaiDouble First-ClassOpen PlatformCampus DataIdentity FederationResearch DataLibraryCourse CatalogReference Data

Properties

Name Type Description
code string Business status code, independent of the HTTP status. A00000 indicates success.
msg string Human-readable result message, in Chinese.
data object Interface-specific payload: an array of records for the reference-metadata interfaces, or an object carrying `infos` and `count` for the paged record interfaces.
View JSON Schema on GitHub

JSON Schema

tongji-open-platform-envelope.json Raw ↑
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "$id": "https://raw.githubusercontent.com/api-evangelist/tongji/refs/heads/main/json-schema/tongji-open-platform-envelope.json",
 "title": "Tongji University Open Platform Response Envelope",
 "description": "Every Tongji Open Platform interface that answers 200 returns this three-field envelope. Derived from openapi/_original/tongji-open-platform-openapi.yml and confirmed against thirteen live unauthenticated responses captured 2026-09-01. Note that failure responses (401, 404, 405) do NOT use this envelope — they return an empty or plain-text body.",
 "x-provenance": {
  "generated": "2026-09-01",
  "method": "derived",
  "source": "openapi/_original/tongji-open-platform-openapi.yml plus live probes 2026-09-01",
  "x-operator": "institution"
 },
 "type": "object",
 "required": [
  "code",
  "msg"
 ],
 "properties": {
  "code": {
   "type": "string",
   "description": "Business status code, independent of the HTTP status. A00000 indicates success.",
   "examples": [
    "A00000"
   ]
  },
  "msg": {
   "type": "string",
   "description": "Human-readable result message, in Chinese.",
   "examples": [
    "操作成功",
    "成功"
   ]
  },
  "data": {
   "description": "Interface-specific payload: an array of records for the reference-metadata interfaces, or an object carrying `infos` and `count` for the paged record interfaces."
  }
 }
}

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/tongji-open-platform-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.