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 70 more developer resources.
13 APIs
1 MCP Servers
10 Features
5 Use Cases
Git Source Control DevOps CI/CD Code Hosting Open Source Self Hosted Package Registry Issue Tracking Pull Requests
On this page
Kin Score
APIs 13
Postman 2
Open Collections 1
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 77
apis.yml
79 Operational Transparency
Composite quality — 73.8/100 · exemplar
Contract Quality
15.3 / 25
Developer Ergonomics
13.5 / 20
Commercial Clarity
17.4 / 20
Operational Transparency
10.3 / 13
Agent readiness — 51/100 · agent ready
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
12 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
8 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
4 / 4
Consent & Bot Identity
3 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
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).
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 2
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 14
SDKs, sample code, and the tooling you integrate with
Scroll for all 14
Access & Security 8
Authentication, authorization, and security posture
Scroll for all 8
Operate 8
Status, limits, changes, and where to get help
Scroll for all 8
Commercial 5
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
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
created: '2026-05-06'
modified: '2026-06-20'
type: Index
access: 3rd-Party
position: Consumer
specificationVersion: '0.19'
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
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:
- 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
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
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:
- 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
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
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
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
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: JSONStruct
# --- truncated at 32 KB (60 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/gitea/refs/heads/main/apis.yml