WakaTime · Example Payload

Wakatime Create Heartbeat Example

Developer ProductivityDeveloper ToolsTime TrackingCoding AnalyticsLeaderboardsIDE PluginsOpen-SourcePublic APIs

Wakatime Create Heartbeat Example is an example object payload from WakaTime, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://wakatime.com/api/v1/users/current/heartbeats",
    "headers": {
      "Authorization": "Basic d2FrYV9zZWNyZXRfNTAwMTIzOg==",
      "Content-Type": "application/json"
    },
    "body": {
      "entity": "/Users/kin/code/wakatime-cli/main.go",
      "type": "file",
      "category": "coding",
      "time": 1748600000.123,
      "project": "wakatime-cli",
      "branch": "main",
      "language": "Go",
      "is_write": false,
      "lineno": 42,
      "cursorpos": 7,
      "lines": 312
    }
  },
  "response": {
    "status": 201,
    "body": {
      "data": {
        "id": "5f8a2c7f-8b3a-4c2c-9b3f-1d2c4f5b6a7c",
        "user_id": "5f8a2c7f-8b3a-4c2c-9b3f-1d2c4f5b6a7c",
        "entity": "/Users/kin/code/wakatime-cli/main.go",
        "type": "file",
        "category": "coding",
        "time": 1748600000.123,
        "project": "wakatime-cli",
        "branch": "main",
        "language": "Go",
        "is_write": false,
        "lineno": 42,
        "cursorpos": 7,
        "lines": 312,
        "machine_name_id": "machine-001",
        "user_agent_id": "ua-001",
        "created_at": "2026-05-30T19:33:20.123Z",
        "modified_at": "2026-05-30T19:33:20.123Z"
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/wakatime-create-heartbeat-example"
All examples
curl "https://apis.io/api/v1/examples?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.