Tsinghua University GitLab

Tsinghua runs its own GitLab instance at git.tsinghua.edu.cn, on its own registrable domain and behind its own identity service — the sign-in page's only form posts to /users/auth/thuid. GitLab exposes a substantial REST and GraphQL API, but this deployment gates all of it behind THU ID authentication, publishes no public projects to an anonymous visitor, and offers no outside credentialing path. It is recorded as a surface because it is a genuine institution-operated developer platform, and no contract is saved under it because the API contract is GitLab's product API, identical across every GitLab installation, and would credit Tsinghua with GitLab's engineering.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/gitlab"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: tsinghua:gitlab
name: Tsinghua University GitLab
description: Tsinghua runs its own GitLab instance at git.tsinghua.edu.cn, on its own registrable domain
  and behind its own identity service — the sign-in page's only form posts to /users/auth/thuid. GitLab
  exposes a substantial REST and GraphQL API, but this deployment gates all of it behind THU ID authentication,
  publishes no public projects to an anonymous visitor, and offers no outside credentialing path. It is
  recorded as a surface because it is a genuine institution-operated developer platform, and no contract
  is saved under it because the API contract is GitLab's product API, identical across every GitLab installation,
  and would credit Tsinghua with GitLab's engineering.
humanURL: https://git.tsinghua.edu.cn/
tags:
- Source Control
- GitLab
- Developer Platform
- Gated
properties:
- type: Documentation
  url: https://git.tsinghua.edu.cn/
- type: Authentication
  url: authentication/tsinghua-authentication.yml
x-operator: institution
x-operator-evidence: Host git.tsinghua.edu.cn is Tsinghua's own registrable domain and the instance authenticates
  against Tsinghua's own identity provider (/users/auth/thuid). The software is GitLab's; the deployment,
  the data and the identity binding are Tsinghua's.
x-vendor: GitLab
x-probe:
- url: https://git.tsinghua.edu.cn/
  status: 200
  note: redirects to /users/sign_in — GitLab sign-in shell, 582 bytes, no anonymous project access
  checked: '2026-08-19'