Realtime · Example Payload

Realtime Message Sensor Telemetry Example

Real-TimeWebSocketWebRTCServer-Sent EventsMQTTPush NotificationsPub-SubPresenceSignalingTopic

Realtime Message Sensor Telemetry Example is an example object payload from Realtime, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idchanneleventdataencodingcontentTypepublishedAtclientIdqualityOfServicesequenceheaders

Example Payload

realtime-message-sensor-telemetry-example.json Raw ↑
{
  "id": "msg_dev_a7c1_1716391200_001",
  "channel": "sensors/floor-3/dev-a7c1/temperature",
  "event": "telemetry.reading",
  "data": {
    "deviceId": "dev-a7c1",
    "metric": "temperature",
    "value": 21.4,
    "unit": "C",
    "battery": 0.83,
    "readAt": "2026-05-22T14:00:00Z"
  },
  "encoding": "json",
  "contentType": "application/json",
  "publishedAt": "2026-05-22T14:00:01.120Z",
  "clientId": "dev-a7c1",
  "qualityOfService": "at-least-once",
  "sequence": 19874,
  "headers": {
    "schema": "telemetry-reading/v1",
    "site": "warehouse-east"
  }
}

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/realtime-message-sensor-telemetry-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.