Properties
| Name | Type | Description |
|---|---|---|
| login | string | |
| id | integer | |
| node_id | string | |
| avatar_url | string | |
| gravatar_id | string | |
| url | string | |
| html_url | string | |
| followers_url | string | |
| following_url | string | |
| gists_url | string | |
| starred_url | string | |
| subscriptions_url | string | |
| organizations_url | string | |
| repos_url | string | |
| events_url | string | |
| received_events_url | string | |
| type | string | |
| site_admin | boolean | |
| name | string | |
| company | string | |
| blog | string | |
| location | string | |
| string | ||
| notification_email | string | |
| hireable | boolean | |
| bio | string | |
| twitter_username | string | |
| public_repos | integer | |
| public_gists | integer | |
| followers | integer | |
| following | integer | |
| created_at | string | |
| updated_at | string | |
| plan | object | |
| suspended_at | string | |
| private_gists | integer | |
| total_private_repos | integer | |
| owned_private_repos | integer | |
| disk_usage | integer | |
| collaborators | integer |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/public-user",
"title": "Public User",
"description": "Public User",
"type": "object",
"properties": {
"login": {
"type": "string"
},
"id": {
"type": "integer",
"format": "int64"
},
"node_id": {
"type": "string"
},
"avatar_url": {
"type": "string",
"format": "uri"
},
"gravatar_id": {
"type": "string",
"nullable": true
},
"url": {
"type": "string",
"format": "uri"
},
"html_url": {
"type": "string",
"format": "uri"
},
"followers_url": {
"type": "string",
"format": "uri"
},
"following_url": {
"type": "string"
},
"gists_url": {
"type": "string"
},
"starred_url": {
"type": "string"
},
"subscriptions_url": {
"type": "string",
"format": "uri"
},
"organizations_url": {
"type": "string",
"format": "uri"
},
"repos_url": {
"type": "string",
"format": "uri"
},
"events_url": {
"type": "string"
},
"received_events_url": {
"type": "string",
"format": "uri"
},
"type": {
"type": "string"
},
"site_admin": {
"type": "boolean"
},
"name": {
"type": "string",
"nullable": true
},
"company": {
"type": "string",
"nullable": true
},
"blog": {
"type": "string",
"nullable": true
},
"location": {
"type": "string",
"nullable": true
},
"email": {
"type": "string",
"format": "email",
"nullable": true
},
"notification_email": {
"type": "string",
"format": "email",
"nullable": true
},
"hireable": {
"type": "boolean",
"nullable": true
},
"bio": {
"type": "string",
"nullable": true
},
"twitter_username": {
"type": "string",
"nullable": true
},
"public_repos": {
"type": "integer"
},
"public_gists": {
"type": "integer"
},
"followers": {
"type": "integer"
},
"following": {
"type": "integer"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"plan": {
"type": "object",
"properties": {
"collaborators": {
"type": "integer"
},
"name": {
"type": "string"
},
"space": {
"type": "integer"
},
"private_repos": {
"type": "integer"
}
},
"required": [
"collaborators",
"name",
"space",
"private_repos"
]
},
"suspended_at": {
"type": "string",
"format": "date-time",
"nullable": true
},
"private_gists": {
"type": "integer",
"example": 1
},
"total_private_repos": {
"type": "integer",
"example": 2
},
"owned_private_repos": {
"type": "integer",
"example": 2
},
"disk_usage": {
"type": "integer",
"example": 1
},
"collaborators": {
"type": "integer",
"example": 3
}
},
"required": [
"avatar_url",
"events_url",
"followers_url",
"following_url",
"gists_url",
"gravatar_id",
"html_url",
"id",
"node_id",
"login",
"organizations_url",
"received_events_url",
"repos_url",
"site_admin",
"starred_url",
"subscriptions_url",
"type",
"url",
"bio",
"blog",
"company",
"email",
"followers",
"following",
"hireable",
"location",
"name",
"public_gists",
"public_repos",
"created_at",
"updated_at"
],
"additionalProperties": false
}
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-public-user"
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.