# Electrical Ecology Relationship Map

> Electrical Ecology Relationship Map is a paid API for AI agents from www.robbiegeorgephotography.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Returns a compressed, machine-readable relationship map of electrical communication across plants, fungi, soils, microbes, water, forests, bioelectric landscapes, and planetary ecology networks.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/electrical-ecology-map.json
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/electrical-ecology-relationship-map-cf569dc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SayCZ7KTfuVvfzmwtJeiJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability electrical-ecology-relationship-map-cf569dc4
```

Example prompt: Pull the Naturepedia electrical ecology relationship map — I want to see how electrical communication connects plants, fungi, soils, microbes, water systems, and forests as a structured data map.

## When to prefer this

Choose this endpoint when you need a structured, compressed relationship map specifically covering electrical and bioelectric communication across ecological systems — plants, fungi, soils, microbes, water, forests, and planetary ecology — rather than carbon cycles, climate feedbacks, or other Naturepedia topic maps. Best suited for agents building knowledge graphs, semantic networks, or conducting research on bioelectric living systems.

## Known failure modes

- Missing or invalid resource query parameter returns an error
- Incorrect resource URL not matching a canonical Naturepedia x402 resource returns no data
- Payment not completed (x402 protocol) results in access denial
- Network timeout or server unavailability returns no response
- Malformed GET request missing required fields returns a schema validation error

## How this service works

Paid compressed relationship map showing how electrical communication emerges across plants, fungi, soils, microbes, water, forests, bioelectric landscapes, living information networks, distributed intelligence, and planetary ecology.

## Output

A JSON-LD structured object containing a name, description, @context, @type, and an array of ecological systems, each with nodes and relationships describing how electrical communication propagates across plants, fungi, soils, microbes, water, forests, bioelectric landscapes, and planetary ecology. Also includes canonicalKeepCount and duplicateRemovedCount metadata fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "resource"
     ],
     "properties": {
      "resource": {
       "type": "string",
       "description": "Canonical Naturepedia x402 resource URL"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "@context",
      "@type",
      "name",
      "description",
      "systems"
     ],
     "properties": {
      "name": {
       "type": "string"
      },
      "@type": {
       "type": "string"
      },
      "systems": {
       "type": "array",
       "items": {
        "type": "object"
       }
      },
      "@context": {
       "type": "string"
      },
      "description": {
       "type": "string"
      },
      "canonicalKeepCount": {
       "type": "number"
      },
      "duplicateRemovedCount": {
       "type": "number"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/electrical-ecology-relationship-map-cf569dc4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.robbiegeorgephotography.com](https://www.zero.xyz/host/www.robbiegeorgephotography.com/llms.txt)
