//Endpoints · GitLab
GitLab Endpoint Reference
6 maintained endpoints and what each returns. For the full GitLab overview — sample response, FAQ and use cases — see the source page.
About the GitLab source/api/gitlab/projectsFull project record: id, name, description, visibility, star/fork counts, open issues, topics, license, statistics, namespace, clone URLs, last activity, default branch.
/api/gitlab/projects/releasesRelease list for a project: tag name, release name, description, created/released dates, author, linked commit, and asset download sources.
/api/gitlab/projects/searchKeyword search across public GitLab projects sorted by star count (or any field) — returns the same rich project object as /projects.
/api/gitlab/projects/tagsTag list for a project: name, message, target commit sha, protection status, and linked release info.
/api/gitlab/groupsGroup details: id, name, full path, description, visibility, web URL, avatar, created date, and parent group id.
/api/gitlab/usersUser profile by username: id, name, state, public email, avatar, and web URL.