Properties
| Name | Type | Description |
|---|---|---|
| timeline_url | string | |
| user_url | string | |
| current_user_public_url | string | |
| current_user_url | string | |
| current_user_actor_url | string | |
| current_user_organization_url | string | |
| current_user_organization_urls | array | |
| security_advisories_url | string | |
| repository_discussions_url | string | A feed of discussions for a given repository. |
| repository_discussions_category_url | string | A feed of discussions for a given repository and category. |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/feed",
"title": "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": "string",
"format": "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"
]
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-feed"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.