Home
GitHub
Github Feeds Feed Structure
Github Feeds Feed Structure
Feed
Type: object
Properties: 11
Required: 3
Code Pipelines Platform Software Development Source Control T1
feed is a JSON Structure definition published by GitHub, describing 11 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
timeline_url
user_url
current_user_public_url
current_user_url
current_user_actor_url
current_user_organization_url
current_user_organization_urls
security_advisories_url
repository_discussions_url
repository_discussions_category_url
_links
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/github/refs/heads/main/json-structure/github-feeds-feed-structure.json",
"name": "feed",
"description": "Feed",
"type": "object",
"properties": {
"timeline_url": {
"type": "string",
"example": "https://github.com/timeline"
},
"user_url": {
"type": "string",
"example": "https://github.com/{user}"
},
"current_user_public_url": {
"type": "string",
"example": "https://github.com/octocat"
},
"current_user_url": {
"type": "string",
"example": "https://github.com/octocat.private?token=abc123"
},
"current_user_actor_url": {
"type": "string",
"example": "https://github.com/octocat.private.actor?token=abc123"
},
"current_user_organization_url": {
"type": "string",
"example": "https://github.com/octocat-org"
},
"current_user_organization_urls": {
"type": "array",
"example": [
"https://github.com/organizations/github/octocat.private.atom?token=abc123"
],
"items": {
"type": "uri"
}
},
"security_advisories_url": {
"type": "string",
"example": "https://github.com/security-advisories"
},
"repository_discussions_url": {
"type": "string",
"example": "https://github.com/{user}/{repo}/discussions",
"description": "A feed of discussions for a given repository."
},
"repository_discussions_category_url": {
"type": "string",
"example": "https://github.com/{user}/{repo}/discussions/categories/{category}",
"description": "A feed of discussions for a given repository and category."
},
"_links": {
"type": "object",
"properties": {
"timeline": {
"$ref": "#/components/schemas/link-with-type"
},
"user": {
"$ref": "#/components/schemas/link-with-type"
},
"security_advisories": {
"$ref": "#/components/schemas/link-with-type"
},
"current_user": {
"$ref": "#/components/schemas/link-with-type"
},
"current_user_public": {
"$ref": "#/components/schemas/link-with-type"
},
"current_user_actor": {
"$ref": "#/components/schemas/link-with-type"
},
"current_user_organization": {
"$ref": "#/components/schemas/link-with-type"
},
"current_user_organizations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/link-with-type"
}
},
"repository_discussions": {
"$ref": "#/components/schemas/link-with-type"
},
"repository_discussions_category": {
"$ref": "#/components/schemas/link-with-type"
}
},
"required": [
"timeline",
"user"
]
}
},
"required": [
"_links",
"timeline_url",
"user_url"
]
}
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/github-feeds-feed-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.