Codeberg website screenshot

Codeberg

Codeberg is a community-run, non-profit platform for hosting Git repositories and collaborating on free and open source software, operated by the Codeberg e.V. association in Germany. It runs on Forgejo (a community fork of Gitea) and exposes the Forgejo/Gitea-compatible REST API at https://codeberg.org/api/v1 for repositories, issues, pull requests, releases, Git content, users, and organizations. Access is free and donation-funded; requests authenticate with a personal access token or OAuth2.

Codeberg publishes 8 APIs on the APIs.io network, including Git Content API, Issues API, Miscellaneous API, and 5 more. Tagged areas include Code Hosting, Git, Git Hosting, Version Control, and Repositories.

Codeberg’s developer surface includes authentication, documentation, engineering blog, and 8 more developer resources.

36.3/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreeSelf serve⚡ Free to try
8 APIs
Code HostingGitGit HostingVersion ControlRepositoriesPull RequestsIssue TrackingOpen SourceForgejoNon-Profit

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 36.3/100 · thin
Contract Quality 14.0 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/codeberg: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 8

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

Codeberg Git Content API

Read and write repository files, list commits, and read the Git tree.

Codeberg Issues API

List, search, create, get, edit, and comment on issues.

Codeberg Miscellaneous API

Server metadata.

Codeberg Organizations API

Get and manage organizations and their repositories.

Codeberg Pull Requests API

List, create, get, update, and merge pull requests.

Codeberg Releases API

Manage repository releases attached to Git tags.

Codeberg Repositories API

Create, search, get, edit, and delete repositories and their branches and tags.

Codeberg Users API

Look up and search users and the authenticated account.

Scroll for all 8

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Codeberg API (Forgejo)

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Codeberg Rate Limits

3 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Codeberg Authentication

apiKey/basic/oauth2 · 3 schemes

SECURITY

Codeberg Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Codeberg Agentic Access

44 operations · 18 acting

44 operations · 18 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: codeberg
url: https://raw.githubusercontent.com/api-evangelist/codeberg/refs/heads/main/apis.yml
name: Codeberg
kind: company
description: Codeberg is a community-run, non-profit platform for hosting Git repositories and collaborating on free and open
  source software, operated by the Codeberg e.V. association in Germany. It runs on Forgejo (a community fork of Gitea) and
  exposes the Forgejo/Gitea-compatible REST API at https://codeberg.org/api/v1 for repositories, issues, pull requests, releases,
  Git content, users, and organizations. Access is free and donation-funded; requests authenticate with a personal access
  token or OAuth2.
accessModel:
  pricing: free
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Free · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/codeberg.png
tags:
- Code Hosting
- Git
- Git Hosting
- Version Control
- Repositories
- Pull Requests
- Issue Tracking
- Open Source
- Forgejo
- Non-Profit
created: '2026-07-12'
modified: '2026-07-12'
specificationVersion: '0.19'
apis:
- aid: codeberg:codeberg-git-content-api
  name: Codeberg Git Content API
  description: Read and write repository files, list commits, and read the Git tree.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Git Content
  properties:
  - type: OpenAPI
    url: openapi/codeberg-git-content-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-issues-api
  name: Codeberg Issues API
  description: List, search, create, get, edit, and comment on issues.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Issues
  properties:
  - type: OpenAPI
    url: openapi/codeberg-issues-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-miscellaneous-api
  name: Codeberg Miscellaneous API
  description: Server metadata.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Miscellaneous
  properties:
  - type: OpenAPI
    url: openapi/codeberg-miscellaneous-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-organizations-api
  name: Codeberg Organizations API
  description: Get and manage organizations and their repositories.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Organizations
  properties:
  - type: OpenAPI
    url: openapi/codeberg-organizations-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-pull-requests-api
  name: Codeberg Pull Requests API
  description: List, create, get, update, and merge pull requests.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Pull Requests
  properties:
  - type: OpenAPI
    url: openapi/codeberg-pull-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-releases-api
  name: Codeberg Releases API
  description: Manage repository releases attached to Git tags.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Releases
  properties:
  - type: OpenAPI
    url: openapi/codeberg-releases-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-repositories-api
  name: Codeberg Repositories API
  description: Create, search, get, edit, and delete repositories and their branches and tags.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Repositories
  properties:
  - type: OpenAPI
    url: openapi/codeberg-repositories-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
- aid: codeberg:codeberg-users-api
  name: Codeberg Users API
  description: Look up and search users and the authenticated account.
  humanURL: https://codeberg.org/api/swagger
  baseURL: https://codeberg.org/api/v1
  tags:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/codeberg-users-api-openapi.yml
  - type: Documentation
    url: https://docs.codeberg.org/advanced/api-usage/
  - type: APIReference
    url: https://codeberg.org/api/swagger
  - type: PostmanCollection
    url: collections/codeberg.postman_collection.json
  - type: OpenCollection
    url: collections/codeberg.opencollection.json
common:
- type: AgenticAccess
  url: agentic-access/codeberg-agentic-access.yml
- type: DomainSecurity
  url: security/codeberg-domain-security.yml
- type: Authentication
  url: authentication/codeberg-authentication.yml
- type: GitHubOrganization
  url: https://github.com/forgejo/forgejo
- type: Fediverse
  url: https://social.anoxinon.de/@codeberg
- type: Website
  url: https://codeberg.org
- type: Documentation
  url: https://docs.codeberg.org
- type: Plans
  url: plans/codeberg-plans-pricing.yml
- type: RateLimits
  url: rate-limits/codeberg-rate-limits.yml
- type: FinOps
  url: finops/codeberg-finops.yml
- url: https://blog.codeberg.org/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com