SpaceAPI · Schema

SpaceAPI Directory Entry

Schema for a SpaceAPI directory entry representing a registered hackerspace or makerspace

Co-WorkingEvent SpacesMaker SpacesHackerspacesCommunityOpen Standard

Properties

Name Type Description
items array List of all registered spaces in the SpaceAPI directory
View JSON Schema on GitHub

JSON Schema

spaceapi-directory-entry-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/spaceapi/refs/heads/main/json-schema/spaceapi-directory-entry-schema.json",
  "title": "SpaceAPI Directory Entry",
  "description": "Schema for a SpaceAPI directory entry representing a registered hackerspace or makerspace",
  "type": "object",
  "properties": {
    "items": {
      "description": "List of all registered spaces in the SpaceAPI directory",
      "type": "array",
      "items": {
        "$ref": "#/definitions/SpaceEntry"
      }
    }
  },
  "definitions": {
    "SpaceEntry": {
      "title": "Space Entry",
      "description": "A single space registered in the SpaceAPI directory",
      "type": "object",
      "required": ["url", "valid"],
      "properties": {
        "url": {
          "description": "URL to the space's SpaceAPI JSON endpoint",
          "type": "string",
          "format": "uri",
          "example": "https://hackerspace.example.org/spaceapi.json"
        },
        "valid": {
          "description": "Indicates whether the space endpoint provides a valid SpaceAPI JSON file",
          "type": "boolean",
          "example": true
        },
        "space": {
          "description": "The name of the hackerspace or makerspace",
          "type": "string",
          "example": "Example Hackerspace"
        },
        "lastSeen": {
          "description": "Unix timestamp of the last time the endpoint was reachable and returned valid JSON",
          "type": "number",
          "example": 1714652400
        },
        "errMsg": {
          "description": "Error message if an issue was found with the specific endpoint",
          "type": "string",
          "example": "Connection timeout"
        },
        "data": {
          "description": "Raw JSON payload from the last successful scraping of the space's SpaceAPI endpoint",
          "type": "object",
          "additionalProperties": true
        }
      }
    }
  }
}

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/spaceapi-directory-entry"
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.