User
A WakaTime user profile. Returned by /users/current, /users/{user}, and embedded in leaderboard entries.
Developer ProductivityDeveloper ToolsTime TrackingCoding AnalyticsLeaderboardsIDE PluginsOpen-SourcePublic APIs
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wakatime/main/json-schema/wakatime-user-schema.json",
"title": "User",
"description": "A WakaTime user profile. Returned by /users/current, /users/{user}, and embedded in leaderboard entries.",
"type": "object",
"additionalProperties": true,
"properties": {
"id": { "type": "string" },
"username": { "type": ["string", "null"] },
"display_name": { "type": "string" },
"full_name": { "type": ["string", "null"] },
"email": { "type": ["string", "null"], "format": "email" },
"photo": { "type": "string", "format": "uri" },
"photo_public": { "type": "boolean" },
"is_email_public": { "type": "boolean" },
"is_email_confirmed": { "type": "boolean" },
"timezone": { "type": "string" },
"last_heartbeat_at": { "type": ["string", "null"], "format": "date-time" },
"last_plugin": { "type": ["string", "null"] },
"last_plugin_name": { "type": ["string", "null"] },
"last_project": { "type": ["string", "null"] },
"plan": { "type": "string", "enum": ["free", "basic", "premium", "team", "business"] },
"bio": { "type": ["string", "null"] },
"location": { "type": ["string", "null"] },
"languages_used_public": { "type": "boolean" },
"logged_time_public": { "type": "boolean" },
"website": { "type": ["string", "null"], "format": "uri" },
"human_readable_website": { "type": ["string", "null"] },
"github_username": { "type": ["string", "null"] },
"twitter_username": { "type": ["string", "null"] },
"linkedin_username": { "type": ["string", "null"] },
"wonderfuldev_username": { "type": ["string", "null"] },
"created_at": { "type": "string", "format": "date-time" },
"modified_at": { "type": ["string", "null"], "format": "date-time" }
}
}
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.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wakatime-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 email required.
A second provider on the same verified email joins the account you already have.