# Mycorrhizal Networks Relationship Map

> Mycorrhizal Networks 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-15).

Returns a compressed, structured relationship map of mycorrhizal network concepts including fungal networks, carbon exchange, nutrient exchange, root communication, and ecosystem-scale signaling.

## Facts

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

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 mycorrhizal-networks-relationship-map-dc54ba28
```

Example prompt: Can you pull up the mycorrhizal networks relationship map from Naturepedia — I want to see how fungal networks, carbon exchange, and root communication all connect together?

## When to prefer this

Choose this endpoint when you need a structured, machine-readable relationship map specifically covering mycorrhizal networks and their connections to fungal biology, forest communication, carbon and nutrient cycling, and plant electrophysiology. Prefer it over general web search when you need entity-resolved, deduplicated, compressed knowledge graph data ready for agent consumption.

## Known failure modes

- Payment not included or insufficient (402 Payment Required)
- Invalid or missing resource query parameter
- Canonical resource URL not recognized or not found (404)
- Service temporarily unavailable (503)
- Malformed request schema

## How this service works

Paid compressed relationship map connecting fungal networks, carbon exchange, nutrient exchange, root communication, forest communication, underground intelligence, plant electrophysiology, electrical ecology, and ecosystem-scale signaling.

## Output

A JSON-LD structured relationship map (with @context and @type) containing an array of system nodes representing concepts like fungal networks, carbon exchange, nutrient exchange, root communication, forest communication, underground intelligence, plant electrophysiology, electrical ecology, and ecosystem-scale signaling, along with their interconnections. Includes metadata fields like canonicalKeepCount and duplicateRemovedCount indicating deduplication processing.

## 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/mycorrhizal-networks-relationship-map-dc54ba28/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)
