Home
Providers
Gitea
Gitea
Gitea is an open-source, self-hosted Git service and all-in-one DevOps platform written in Go and licensed under the MIT License. It provides Git hosting, code review, team collaboration, an integrated package registry across 24+ formats, issue tracking, project boards, and GitHub-Actions-compatible CI/CD via Gitea Actions. Gitea ships with a comprehensive Swagger 2.0 / OpenAPI-described REST API at /api/v1/ exposing roughly 300 operations across repositories, users, organizations, issues, packages, notifications, admin, and miscellaneous tags. The project is governed by CommitGo, Inc., which also offers Gitea Enterprise (self-managed, with SSO, audit logs and Kubernetes auto-scaling runners) and Gitea Cloud (single-tenant fully-managed hosting in multiple regions).
Gitea publishes 9 APIs on the APIs.io network, including admin API, issue API, miscellaneous API, and 6 more. Tagged areas include Git, Source Control, DevOps, CI/CD, and Code Hosting.
The Gitea catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
Gitea’s developer surface includes authentication, changelog, CLI, documentation, API reference, engineering blog, signup flow, and 76 more developer resources.
2 APIs
1 MCP Servers
10 Features
5 Use Cases
On this page
Kin Score
APIs 13
Postman 2
Open Collections 11
Arazzo 19
MCP Servers 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 10
Vocabularies 1
Spectral Rules 2
JSON Schema 16
JSON Structure 16
Examples 23
Security Posture 4
Scopes 1
Agentic Access 1
Use Cases 5
Integrations 8
Solutions 4
Resources 83
apis.yml
66 Operational Transparency
22 Create-or-Update Ergonomics
Composite quality — 71.7/100 · exemplar
Agent readiness — 34/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 13
Ready-to-run Postman collections for exercising this provider's APIs.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 11
Multi-step API workflows described with the Arazzo specification.
Scroll for all 19
Model Context Protocol servers that expose these APIs to AI agents.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Scroll for all 10
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Scroll for all 16
JSON Structure definitions describing this provider's data shapes.
Scroll for all 16
Example request and response payloads for these APIs.
Scroll for all 23
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
What developers build with this provider.
Pre-built integrations with other platforms and tools.
Scroll for all 8
Packaged solutions this provider offers.
Get Started 1
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 4
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 27
Pagination, idempotency, versioning, errors, and events
Scroll for all 27
Build 15
SDKs, sample code, and the tooling you integrate with
Scroll for all 15
Access & Security 9
Authentication, authorization, and security posture
Scroll for all 9
Operate 10
Status, limits, changes, and where to get help
Scroll for all 10
Commercial 6
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 6
Properties that don't map to a standard resource type
Source (apis.yml)
aid: gitea
name: Gitea
url: https://raw.githubusercontent.com/api-evangelist/gitea/refs/heads/main/apis.yml
deliveryModel:
model: open-core
license: MIT
open_source: true
commercial: true
callable_host: false
label: Open core · an OSS project plus a commercial hosted product
confidence: high
source:
- license
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
- scopes
- security
generated: '2026-09-03'
method: derived
created: '2026-05-06'
modified: '2026-06-20'
type: Index
access: 3rd-Party
position: Consuming
specificationVersion: '0.23'
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/gitea.png
kind: opensource
tags:
- Git
- Source Control
- DevOps
- CI/CD
- Code Hosting
- Open-Source
- Self-Hosted
- Package Registry
- Issue Tracking
- Pull Requests
tags_raw:
- Git
- Source Control
- DevOps
- CI/CD
- Code Hosting
- Open Source
- Self Hosted
- Package Registry
- Issue Tracking
- Pull Requests
description: Gitea is an open-source, self-hosted Git service and all-in-one DevOps platform written in Go and licensed under
the MIT License. It provides Git hosting, code review, team collaboration, an integrated package registry across 24+ formats,
issue tracking, project boards, and GitHub-Actions-compatible CI/CD via Gitea Actions. Gitea ships with a comprehensive
Swagger 2.0 / OpenAPI-described REST API at /api/v1/ exposing roughly 300 operations across repositories, users, organizations,
issues, packages, notifications, admin, and miscellaneous tags. The project is governed by CommitGo, Inc., which also offers
Gitea Enterprise (self-managed, with SSO, audit logs and Kubernetes auto-scaling runners) and Gitea Cloud (single-tenant
fully-managed hosting in multiple regions).
apis:
- aid: gitea:gitea-actions-api
name: Gitea Actions API
tags:
- CI/CD
- Workflows
- Automation
humanURL: https://docs.gitea.com/usage/actions/overview
baseURL: https://gitea.com/api/v1
properties:
- url: https://docs.gitea.com/usage/actions/overview
type: Documentation
- url: https://docs.gitea.com/usage/actions/quickstart
type: GettingStarted
- url: https://docs.gitea.com/usage/actions/comparison
type: APIReference
- url: https://gitea.com/gitea/act_runner
type: GitHubRepository
description: GitHub-Actions-compatible workflow engine embedded in Gitea. The Actions API surface is exposed under the main
REST API (/repos/{owner}/{repo}/actions/* and /admin/actions/*) for managing workflows, runs, jobs, runners, and secrets.
Actions runners are deployed via the Go-based act_runner project.
- aid: gitea:gitea-package-registry
name: Gitea Package Registry
tags:
- Packages
- Registry
- Artifacts
humanURL: https://docs.gitea.com/usage/packages/overview
baseURL: https://gitea.com/api/packages
properties:
- url: https://docs.gitea.com/usage/packages/overview
type: Documentation
- url: https://docs.gitea.com/usage/packages/cargo
type: APIReference
- url: https://docs.gitea.com/usage/packages/container
type: APIReference
- url: https://docs.gitea.com/usage/packages/helm
type: APIReference
description: Multi-format package registry built into Gitea exposing client protocols for 24 ecosystems including Cargo,
Composer, Conan, Conda, Container (OCI), CRAN, Debian, Generic, Go, Helm, Maven, npm, NuGet, Pub, PyPI, RPM, RubyGems,
Swift, Terraform, Vagrant, Alpine, Arch, Chef, and more. Packages are scoped per user or organization and addressable
under /api/packages/{owner}/{type}.
- aid: gitea:gitea-webhooks
name: Gitea Webhooks
tags:
- Webhook
- Event
- Eventing
tags_raw:
- Webhooks
- Events
- Eventing
humanURL: https://docs.gitea.com/usage/webhooks
properties:
- url: https://docs.gitea.com/usage/webhooks
type: Documentation
- url: https://docs.gitea.com/usage/webhooks#event-information
type: APIReference
description: Outbound HTTP webhook system delivering JSON event payloads for pushes, pull requests, issues, releases, package
events, and more. Webhooks are configurable per repository, organization or instance-wide and are managed through the
REST API.
- aid: gitea:gitea-cloud-management-api
name: Gitea Cloud Management API
tags:
- Cloud
- Management
- Hosted
humanURL: https://about.gitea.com/products/cloud
baseURL: https://cloud.gitea.com
properties:
- url: https://about.gitea.com/products/cloud
type: Documentation
- url: https://about.gitea.com/products/gitea-cloud-pricing/
type: Pricing
- url: https://cloud.gitea.com/
type: Console
description: Gitea Cloud management plane for provisioning and operating single-tenant managed Gitea instances. Each provisioned
instance exposes the same REST API at /api/v1/. The management plane itself does not currently publish a separate machine-readable
OpenAPI definition; provisioning is performed via the cloud.gitea.com web console.
- aid: gitea:gitea-admin-api
name: Gitea admin API
description: The admin API from Gitea — 22 operation(s) for admin.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags:
- Admin
tags_raw:
- admin
properties:
- type: OpenAPI
url: openapi/gitea-admin-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-label-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-milestone-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-tag-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-comment-schema.json
- type: JSONStructure
url: json-structure/gitea-rest-api-repository-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-issue-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-pullrequest-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-branch-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-commit-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-release-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-hook-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-organization-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-team-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-user-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-notificationthread-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-package-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-label-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-milestone-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-tag-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-comment-structure.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-update-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issues-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pulls-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pull-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-branches-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-commits-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-webhook-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-repos-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-repo-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-admin-user-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-notifications-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-packages-list-owner-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repository-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pullrequest-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-example.json
- type: CodeExamples
url: examples/gitea-rest-api-hook-example.json
- type: CodeExamples
url: examples/gitea-rest-api-package-example.json
- aid: gitea:gitea-issue-api
name: Gitea issue API
description: The issue API from Gitea — 34 operation(s) for issue.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags:
- Issue
tags_raw:
- issue
properties:
- type: OpenAPI
url: openapi/gitea-issue-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-label-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-milestone-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-tag-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-comment-schema.json
- type: JSONStructure
url: json-structure/gitea-rest-api-repository-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-issue-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-pullrequest-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-branch-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-commit-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-release-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-hook-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-organization-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-team-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-user-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-notificationthread-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-package-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-label-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-milestone-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-tag-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-comment-structure.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-update-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issues-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pulls-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pull-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-branches-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-commits-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-webhook-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-repos-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-repo-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-admin-user-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-notifications-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-packages-list-owner-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repository-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pullrequest-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-example.json
- type: CodeExamples
url: examples/gitea-rest-api-hook-example.json
- type: CodeExamples
url: examples/gitea-rest-api-package-example.json
- aid: gitea:gitea-miscellaneous-api
name: Gitea miscellaneous API
description: The miscellaneous API from Gitea — 12 operation(s) for miscellaneous.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags: []
tags_raw:
- miscellaneous
properties:
- type: OpenAPI
url: openapi/gitea-miscellaneous-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-label-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-milestone-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-tag-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-comment-schema.json
- type: JSONStructure
url: json-structure/gitea-rest-api-repository-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-issue-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-pullrequest-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-branch-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-commit-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-release-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-hook-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-organization-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-team-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-user-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-notificationthread-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-package-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-label-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-milestone-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-tag-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-comment-structure.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-update-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issues-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pulls-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pull-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-branches-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-commits-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-webhook-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-repos-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-repo-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-admin-user-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-notifications-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-packages-list-owner-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repository-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pullrequest-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-example.json
- type: CodeExamples
url: examples/gitea-rest-api-hook-example.json
- type: CodeExamples
url: examples/gitea-rest-api-package-example.json
- aid: gitea:gitea-notification-api
name: Gitea notification API
description: The notification API from Gitea — 4 operation(s) for notification.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags:
- Notification
tags_raw:
- notification
properties:
- type: OpenAPI
url: openapi/gitea-notification-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-label-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-milestone-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-tag-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-comment-schema.json
- type: JSONStructure
url: json-structure/gitea-rest-api-repository-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-issue-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-pullrequest-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-branch-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-commit-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-release-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-hook-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-organization-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-team-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-user-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-notificationthread-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-package-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-label-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-milestone-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-tag-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-comment-structure.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-update-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issues-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pulls-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pull-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-branches-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-commits-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-webhook-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-repos-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-repo-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-admin-user-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-notifications-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-packages-list-owner-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repository-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pullrequest-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-example.json
- type: CodeExamples
url: examples/gitea-rest-api-hook-example.json
- type: CodeExamples
url: examples/gitea-rest-api-package-example.json
- aid: gitea:gitea-organization-api
name: Gitea organization API
description: The organization API from Gitea — 37 operation(s) for organization.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags:
- Organization
tags_raw:
- organization
properties:
- type: OpenAPI
url: openapi/gitea-organization-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-label-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-milestone-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-tag-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-comment-schema.json
- type: JSONStructure
url: json-structure/gitea-rest-api-repository-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-issue-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-pullrequest-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-branch-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-commit-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-release-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-hook-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-organization-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-team-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-user-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-notificationthread-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-package-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-label-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-milestone-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-tag-structure.json
- type: JSONStructure
url: json-structure/gitea-rest-api-comment-structure.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repo-update-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issues-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pulls-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pull-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-branches-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-commits-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-webhook-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-org-repos-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-get-example.json
- type: CodeExamples
url: examples/gitea-rest-api-user-repo-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-admin-user-create-example.json
- type: CodeExamples
url: examples/gitea-rest-api-notifications-list-example.json
- type: CodeExamples
url: examples/gitea-rest-api-packages-list-owner-example.json
- type: CodeExamples
url: examples/gitea-rest-api-repository-example.json
- type: CodeExamples
url: examples/gitea-rest-api-issue-example.json
- type: CodeExamples
url: examples/gitea-rest-api-pullrequest-example.json
- type: CodeExamples
url: examples/gitea-rest-api-release-example.json
- type: CodeExamples
url: examples/gitea-rest-api-hook-example.json
- type: CodeExamples
url: examples/gitea-rest-api-package-example.json
- aid: gitea:gitea-package-api
name: Gitea package API
description: The package API from Gitea — 7 operation(s) for package.
humanURL: https://docs.gitea.com/api/
baseURL: https://gitea.com/api/v1
tags:
- Package
tags_raw:
- package
properties:
- type: OpenAPI
url: openapi/gitea-package-api-openapi.yml
- type: Documentation
url: https://docs.gitea.com/api/
- type: APIReference
url: https://docs.gitea.com/api/1.26/
- type: Swagger
url: https://demo.gitea.com/api/swagger
- type: GettingStarted
url: https://docs.gitea.com/development/api-usage
- type: Authentication
url: https://docs.gitea.com/development/oauth2-provider
- type: JSONSchema
url: json-schema/gitea-rest-api-repository-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-issue-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-pullrequest-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-branch-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-commit-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-release-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-hook-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-organization-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-team-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-user-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-notificationthread-schema.json
- type: JSONSchema
url: json-schema/gitea-rest-api-package-schema.json
- type: JSONSchema
# --- truncated at 32 KB (61 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/gitea/refs/heads/main/apis.yml
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/gitea"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/gitea/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/gitea/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.