BEAR GitLab (self-hosted, /api/v4)

A GitLab instance the University runs itself on the BEAR (Birmingham Environment for Academic Research) estate — gitlab.bham.ac.uk resolves through proxy-vrrp-1.bear.bham.ac.uk to 147.188.x, Birmingham address space, not to gitlab.com or any hosted GitLab tenancy. The GitLab REST API is live at /api/v4 and GET /api/v4/projects answers keyless with real public research projects; /api/v4/version returns 401 as expected for an unauthenticated caller. The deployment is the institution's; the API contract is GitLab's product surface, so no OpenAPI is saved here. Worth recording precisely because it inverts the usual pattern: the web UI is entirely gated — /, /explore, /explore/projects and /help all 302 to /users/sign_in — while GET /api/v4/projects answers an anonymous caller with real project records. The institution publishes no documentation for this surface; /help is behind the sign-in wall, so no Documentation pointer is claimed.

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 email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: university-of-birmingham:gitlab
name: BEAR GitLab (self-hosted, /api/v4)
x-operator: institution
description: 'A GitLab instance the University runs itself on the BEAR (Birmingham Environment for Academic
  Research) estate — gitlab.bham.ac.uk resolves through proxy-vrrp-1.bear.bham.ac.uk to 147.188.x, Birmingham
  address space, not to gitlab.com or any hosted GitLab tenancy. The GitLab REST API is live at /api/v4
  and GET /api/v4/projects answers keyless with real public research projects; /api/v4/version returns
  401 as expected for an unauthenticated caller. The deployment is the institution''s; the API contract
  is GitLab''s product surface, so no OpenAPI is saved here. Worth recording precisely because it inverts
  the usual pattern: the web UI is entirely gated — /, /explore, /explore/projects and /help all 302 to
  /users/sign_in — while GET /api/v4/projects answers an anonymous caller with real project records. The
  institution publishes no documentation for this surface; /help is behind the sign-in wall, so no Documentation
  pointer is claimed.'
humanURL: https://gitlab.bham.ac.uk/
baseURL: https://gitlab.bham.ac.uk/api/v4
tags:
- Research Computing
- Source Control
- GitLab
- Self-Hosted