# Naturepedia Tree System Relationship Map

> Naturepedia Tree System 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, paid relationship map connecting trees, tree families, forest communities, mycelial networks, wildlife relationships, carbon storage, watersheds, and seasonal ecology as structured JSON-LD.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/tree-system-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/naturepedia-tree-system-relationship-map-cd7ccc5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wrGXi-5qwzpau0X9t0VdM

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 naturepedia-tree-system-relationship-map-cd7ccc5c
```

Example prompt: Pull the Naturepedia tree system relationship map so I can see how trees, mycelial networks, carbon storage, watersheds, and wildlife all connect to each other in a single structured dataset.

## When to prefer this

Choose this endpoint when you need a richly cross-linked, machine-readable ecology map specifically covering tree systems, forest communities, mycelial networks, carbon storage, watersheds, and seasonal ecology in a single call. Prefer it over generic ecology APIs when you need JSON-LD structured data with deduplicated canonical relationships across the Naturepedia knowledge graph.

## Known failure modes

- Missing or invalid 'resource' query parameter returns an error or empty response
- Payment not completed via x402 protocol results in 402 Payment Required response
- Invalid or non-canonical resource URL returns no matching data
- Network timeout if the resource URL is unreachable
- Stale or unavailable Naturepedia dataset may return outdated relationship entries

## How this service works

Paid compressed relationship map connecting trees, tree families, forest communities, mycelial networks, wildlife relationships, carbon storage, watersheds, and seasonal ecology.

## Output

A JSON-LD document containing a structured relationship graph with named systems arrays linking trees, tree families, forest communities, mycelial networks, wildlife relationships, carbon storage, watersheds, and seasonal ecology. Includes @context, @type, name, description, and system objects, plus metadata on canonical keep count and duplicate removal.

## 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/naturepedia-tree-system-relationship-map-cd7ccc5c/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)
