# Naturepedia Plant Community System Map

> Naturepedia Plant Community System 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, machine-readable relationship map connecting plant communities, pollinators, soil microbiomes, mycelial networks, native habitat, ecological succession, and carbon storage.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/plant-community-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-plant-community-system-map-fae06487
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wxLng_BS33lmBhVEg-RxZ

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-plant-community-system-map-fae06487
```

Example prompt: Can you fetch me the Naturepedia plant community system map — the one that connects plant communities, pollinators, soil microbiomes, mycelial networks, native habitat, ecological succession, and carbon storage — using the resource URL https://www.robbiegeorgephotography.com/x402/plant-community-system-map.json?

## When to prefer this

Choose this endpoint when you need a structured, machine-readable ecological relationship map specifically covering plant communities, pollinators, soil microbiomes, mycelial networks, native habitat, ecological succession, and carbon storage in a single compressed JSON-LD payload. Prefer it over general ecology databases when you need canonical Naturepedia system relationships ready for downstream knowledge graph ingestion or agent reasoning.

## Known failure modes

- Payment not completed — returns 402 if the $5 USDC payment is not processed
- Invalid or missing resource query parameter — returns error if the canonical resource URL is not supplied
- Resource URL mismatch — supplying an incorrect or non-existent Naturepedia resource URL yields no valid map
- Network or provider downtime — endpoint may be temporarily unavailable

## How this service works

Paid compressed relationship map connecting plant communities, pollinators, soil microbiomes, mycelial networks, native habitat, ecological succession, and carbon storage.

## Output

A JSON-LD document containing a compressed relationship map with named systems, descriptions, and an array of system objects representing the interconnections among plant communities, pollinators, soil microbiomes, mycelial networks, native habitat, ecological succession, and carbon storage. Includes canonical context, type annotations, and deduplication metadata (canonicalKeepCount, duplicateRemovedCount).

## 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-plant-community-system-map-fae06487/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)
