How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

SJTU Data Resources API

数据资源 — the university's institutional data-exchange API, exposing account, faculty and staff, undergraduate-teaching, academic-paper and asset records produced by SJTU's own administrative systems. The current contract is REST: ten GET operations under https://graphql.sjtu.edu.cn/v1 with query-string filters, first/offset paging capped at 200, OAuth 2.0 client credentials and the exchange_data scope. The host name is a fossil — an earlier GraphQL implementation POSTed queries to /graphql and is now labelled 老版本 (old version) on every data-resource page. This repo described only that GraphQL form until 2026-08-30. Access is doubly gated: by the 数据资源申请流程 approval workflow, which grants FIELDS rather than endpoints, and by campus-network restriction — an off-campus request is 302'd to restrict.sjtu.edu.cn and told to use the SJTU VPN. Probed 2026-08-30 and confirmed live-and-gated, not dead.

SJTU Data Resources API is one of 5 APIs that Shanghai Jiao Tong University publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Research, Course Catalog, Data Exchange, Faculty, and Assets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and 1 JSON Schema.

This API exposes 10 operations across 10 paths, organized into 5 resource areas, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://graphql.sjtu.edu.cn.

10 operations 10 paths 2 schemas 10 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://graphql.sjtu.edu.cn/v1
Authentication
OAuth 2.0
Terms of Service
Resource Areas
5

Authentication & Security 1

SJTU Data Resources API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (jAccountOAuth2) using the clientCredentials flow, exposing 1 scope.

  • jAccountOAuth2 — OAuth 2.0 client-credentials grant issued by SJTU's own jAccount authorization server. The exchangedata scope must be approved through the data-resource applic…

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 GET. They span 5 resource areas: Account, Faculty, Undergraduate Teaching, Paper, Asset. Each is listed below with its method, path, parameters, and response codes.

Account 1

账号类 — account records: jAccount name, staff/student number, display name, unit, ID document, identity type and account status.

GET
/v1/account/info
Account information
get_v1_account_info 10 params → 200400403404405503
Faculty 3

教职工类 — faculty and staff records: basic profile, degrees, and Party/administrative posts.

GET
/v1/faculty/profile
Faculty and staff basic information
get_v1_faculty_profile 7 params → 200400403404405503
GET
/v1/faculty/degree
Faculty and staff degree information
get_v1_faculty_degree 6 params → 200400403404405503
GET
/v1/faculty/post
Faculty and staff Party and administrative post information
get_v1_faculty_post 6 params → 200400403404405503
Undergraduate Teaching 4

本科教学类 — undergraduate teaching records: student profile, course catalog, scheduling, and course selection.

GET
/v1/stu/profile
Student basic information
get_v1_stu_profile 7 params → 200400403404405503
GET
/v1/course/info
Course information
get_v1_course_info 9 params → 200400403404405503
GET
/v1/course/plan
Course scheduling information
get_v1_course_plan 7 params → 200400403404405503
GET
/v1/course/selection
Course-selection (enrolment) information
get_v1_course_selection 7 params → 200400403404405503
Paper 1

论文类 — academic paper and publication metadata.

GET
/v1/paper/info
Academic paper information
get_v1_paper_info → 200400403404405503
Asset 1

资产类 — institutional asset records, keyed by asset type, company code, applicant, keeper, business year and status.

GET
/v1/asset/info
Asset information
get_v1_asset_info 11 params → 200400403404405503

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Envelope (4 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Envelope
object
The common response envelope every Data Resources API returns.
4 properties 1 required
Error
object
3 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

shanghai-jiao-tong-university-data-resources-openapi.yml Raw ↑

Other APIs Shanghai Jiao Tong University publishes across the network.

SJTU Open API
jAccount Authorization Server (OAuth 2.0 / OpenID Connect)
SJTU Identity Provider (Shibboleth / SAML 2.0)
Jiao Wo Ban (交我办) Process Platform
Where this information came from

This is an independent, third-party profile of SJTU Data Resources API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.