Adafruit IO · JSON Structure

Adafruit Io Dashboard Structure

JSON Structure description of an Adafruit IO Dashboard and its block grid.

Type: object Properties: 0
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime Series

Adafruit Io Dashboard Structure is a JSON Structure definition published by Adafruit IO. It conforms to the https://json-structure.org/schema/v1.json meta-schema.

Meta-schema: https://json-structure.org/schema/v1.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema/v1.json",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adafruit-io/main/json-structure/adafruit-io-dashboard-structure.json",
  "title": "Adafruit IO Dashboard Structure",
  "description": "JSON Structure description of an Adafruit IO Dashboard and its block grid.",
  "type": "object",
  "structure": {
    "properties": {
      "id": { "type": "integer", "scope": "system" },
      "key": { "type": "string", "scope": "system" },
      "name": { "type": "string", "scope": "user", "required": true },
      "description": { "type": "string", "scope": "user" },
      "visibility": { "type": "enum", "values": ["public", "private"], "scope": "user" },
      "header_image_url": { "type": "url", "scope": "user" },
      "blocks": {
        "type": "array",
        "items": {
          "id": { "type": "integer", "scope": "system" },
          "name": { "type": "string" },
          "visual_type": { "type": "string" },
          "column": { "type": "integer" },
          "row": { "type": "integer" },
          "size_x": { "type": "integer" },
          "size_y": { "type": "integer" }
        }
      }
    }
  },
  "relationships": [
    { "from": "dashboard", "to": "block", "type": "one-to-many", "via": "dashboard_id" },
    { "from": "block", "to": "feed", "type": "many-to-many", "via": "block_feeds" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/adafruit-io-dashboard-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.