# Robbiegeorgephotography Hydrothermal Vents Relationship Map

> Robbiegeorgephotography Hydrothermal Vents 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, machine-readable relationship map connecting hydrothermal vent ecosystems, chemosynthetic organisms, and astrobiology analogs including Europa and Enceladus.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/hydrothermal-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/robbiegeorgephotography-hydrothermal-vents-relationship-map-014fcbba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__PSnmXBmH5XAjso3pZn2_

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 robbiegeorgephotography-hydrothermal-vents-relationship-map-014fcbba
```

Example prompt: Can you pull up the Naturepedia hydrothermal vent relationship map — I want to see how black smokers, tube worms, and chemosynthetic food webs connect to astrobiology topics like Europa and Enceladus?

## When to prefer this

Choose this endpoint when you need a pre-computed, structured knowledge graph connecting hydrothermal vent biology with astrobiology and origins-of-life concepts, particularly when building research summaries, educational content, or agent reasoning chains that require machine-readable ecosystem relationships in a single call rather than assembling facts from raw search results.

## Known failure modes

- Missing or invalid 'resource' query parameter returns an error
- Payment of $5 USDC not fulfilled via x402 protocol returns 402 Payment Required
- Resource URL points to a non-existent or deprecated map returns 404
- Network or server error returns 500

## How this service works

Paid compressed relationship map connecting hydrothermal vents, black smokers, white smokers, giant tube worms, vent mussels, vent crabs, chemosynthetic food webs, origins of life, astrobiology, Europa, and Enceladus analogs.

## Output

A JSON-LD structured document containing a named relationship map with a description, an array of interconnected systems (covering hydrothermal vents, black smokers, white smokers, giant tube worms, vent mussels, vent crabs, chemosynthetic food webs, origins of life, and astrobiology analogs like Europa and Enceladus), and metadata fields such as canonicalKeepCount and duplicateRemovedCount indicating deduplication quality.

## 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/robbiegeorgephotography-hydrothermal-vents-relationship-map-014fcbba/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)
