Home
Gitea
Gitea Rest Api Issue Structure
Gitea Rest Api Issue Structure
JSON Structure description of the Gitea Issue entity.
Type: object
Properties: 27
Git Source Control DevOps CI/CD Code Hosting Open-Source Self-Hosted Package Registry Issue Tracking Pull Requests
Issue is a JSON Structure definition published by Gitea, describing 27 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
assets
assignee
assignees
body
closed_at
comments
content_version
created_at
due_date
html_url
id
is_locked
labels
milestone
number
original_author
original_author_id
pin_order
pull_request
ref
repository
state
time_estimate
title
updated_at
url
user
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/gitea/refs/heads/main/json-structure/gitea-rest-api-issue-structure.json",
"name": "Issue",
"description": "JSON Structure description of the Gitea Issue entity.",
"type": "object",
"properties": {
"assets": {
"type": "array"
},
"assignee": {
"type": "string"
},
"assignees": {
"type": "array"
},
"body": {
"type": "string"
},
"closed_at": {
"type": "string",
"format": "date-time"
},
"comments": {
"type": "integer",
"format": "int64"
},
"content_version": {
"type": "integer",
"description": "The version of the issue content for optimistic locking",
"format": "int64"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"due_date": {
"type": "string",
"format": "date-time"
},
"html_url": {
"type": "string"
},
"id": {
"type": "integer",
"format": "int64"
},
"is_locked": {
"type": "boolean"
},
"labels": {
"type": "array"
},
"milestone": {
"type": "string"
},
"number": {
"type": "integer",
"format": "int64"
},
"original_author": {
"type": "string"
},
"original_author_id": {
"type": "integer",
"format": "int64"
},
"pin_order": {
"type": "integer",
"format": "int64"
},
"pull_request": {
"type": "string"
},
"ref": {
"type": "string"
},
"repository": {
"type": "string"
},
"state": {
"type": "string"
},
"time_estimate": {
"type": "integer",
"format": "int64"
},
"title": {
"type": "string"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"url": {
"type": "string"
},
"user": {
"type": "string"
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
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 JSON Structure
curl "https://apis.io/api/v1/json-structures/gitea-rest-api-issue-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
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.