ThingSpeak · Schema

ThingSpeak Feed Entry

A single time-series entry posted to a ThingSpeak channel.

IoTInternet of ThingsAnalyticsTime SeriesMQTTMATLABSensorsTelemetry

Properties

Name Type Description
created_at string Timestamp at which the entry was created. Must be unique within the channel.
entry_id integer Monotonically increasing per-channel entry identifier.
field1 string
field2 string
field3 string
field4 string
field5 string
field6 string
field7 string
field8 string
latitude number
longitude number
elevation number
status string
View JSON Schema on GitHub

JSON Schema

thingspeak-feed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thingspeak/main/json-schema/thingspeak-feed-schema.json",
  "title": "ThingSpeak Feed Entry",
  "description": "A single time-series entry posted to a ThingSpeak channel.",
  "type": "object",
  "properties": {
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp at which the entry was created. Must be unique within the channel."
    },
    "entry_id": {
      "type": "integer",
      "description": "Monotonically increasing per-channel entry identifier."
    },
    "field1": {
      "type": "string"
    },
    "field2": {
      "type": "string"
    },
    "field3": {
      "type": "string"
    },
    "field4": {
      "type": "string"
    },
    "field5": {
      "type": "string"
    },
    "field6": {
      "type": "string"
    },
    "field7": {
      "type": "string"
    },
    "field8": {
      "type": "string"
    },
    "latitude": {
      "type": "number"
    },
    "longitude": {
      "type": "number"
    },
    "elevation": {
      "type": "number"
    },
    "status": {
      "type": "string"
    }
  },
  "required": ["created_at", "entry_id"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/thingspeak-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.