Git website screenshot

Git

Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.

Git publishes 3 APIs on the APIs.io network: GitHub API, GitLab API, and Gitea API. Tagged areas include Distributed, Git, Open-Source, Source Code Management, and Version Control.

Git’s developer surface includes documentation and 8 more developer resources.

27.6/100 thin ▬ flat Agent 31/100 agent ready library Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
4 APIs 1 MCP Servers
DistributedGitOpen-SourceSource Code ManagementVersion Control

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/git: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Git CLI

Git command-line interface for version control operations.

GitHub API

RESTful API for GitHub's Git hosting platform.

GitLab API

RESTful API for GitLab's Git repository management.

Gitea API

RESTful API for Gitea's self-hosted Git service.

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Git MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Git Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Git Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Git Finops

FINOPS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Git Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Git Vulnerability Disclosure

Hackerone

SECURITY

Git Trust Center

trust center published

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: git
name: Git
description: Git is a distributed version control system for tracking changes in source code during software development.
  It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.
type: Index
deliveryModel:
  model: library
  open_source: false
  commercial: false
  callable_host: false
  label: Library · distributed through package registries, no callable service
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/git.png
access: 3rd-Party
created: '2024-01-01'
modified: '2026-06-20'
position: Consuming
url: https://raw.githubusercontent.com/api-evangelist/git/refs/heads/main/apis.yml
specificationVersion: '0.23'
tags:
- Distributed
- Git
- Open-Source
- Source Code Management
- Version Control
tags_raw:
- Distributed
- Git
- Open Source
- Source Code Management
- Version Control
apis:
- aid: git:git-cli
  name: Git CLI
  description: Git command-line interface for version control operations.
  humanURL: https://git-scm.com/docs
  tags:
  - Version Control
  properties:
  - type: Documentation
    url: https://git-scm.com/doc
  - type: Reference
    url: https://git-scm.com/docs
- aid: git:github
  name: GitHub API
  description: RESTful API for GitHub's Git hosting platform.
  humanURL: https://docs.github.com/en/rest
  baseURL: https://api.github.com
  tags:
  - Git
  - GitHub
  properties:
  - type: Documentation
    url: https://docs.github.com/en/rest
  - type: OpenAPI
    url: https://github.com/github/rest-api-description
  - type: Authentication
    url: https://docs.github.com/en/rest/authentication
  - type: SecurityTxt
    url: well-known/git-github-security.txt
  - type: LLMsTxt
    url: llms/git-github-llms.txt
- aid: git:gitlab
  name: GitLab API
  description: RESTful API for GitLab's Git repository management.
  humanURL: https://docs.gitlab.com/ee/api/
  baseURL: https://gitlab.com/api/v4
  tags:
  - Git
  - GitLab
  properties:
  - type: Documentation
    url: https://docs.gitlab.com/ee/api/
  - type: OpenAPI
    url: https://docs.gitlab.com/ee/api/openapi/openapi.yaml
  - type: Authentication
    url: https://docs.gitlab.com/ee/api/rest/index.html#authentication
  - type: SecurityTxt
    url: well-known/git-gitlab-security.txt
  - type: LLMsTxt
    url: llms/git-gitlab-llms.txt
- aid: git:gitea
  name: Gitea API
  description: RESTful API for Gitea's self-hosted Git service.
  humanURL: https://docs.gitea.io/en-us/api-usage/
  tags:
  - Git
  - Gitea
  - Self-Hosted
  tags_raw:
  - Git
  - Gitea
  - Self-hosted
  properties:
  - type: Documentation
    url: https://docs.gitea.io/en-us/api-usage/
  - type: OpenAPI
    url: https://gitea.io/api/swagger
  - type: SecurityTxt
    url: well-known/git-gitea-security.txt
common:
- type: DomainSecurity
  url: security/git-domain-security.yml
- type: WellKnown
  url: well-known/git-well-known.yml
- type: MCPServer
  url: mcp/git-mcp.yml
- type: Packages
  url: packages/git-packages.yml
- type: Conformance
  url: conformance/git-conformance.yml
- type: VulnerabilityDisclosure
  url: security/git-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/git-trust-center.yml
- type: Website
  url: https://git-scm.com/
- type: Documentation
  url: https://git-scm.com/doc
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/git"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/git/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/git/evidence"

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.