# Robbie George Photography Wildlife Species Intelligence Map

> Robbie George Photography Wildlife Species Intelligence 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 relationship map linking wildlife species, Species Plates, tracks, behavior, habitat, field locations, seasonal timing, and conservation context.

## Facts

- Endpoint: GET https://www.robbiegeorgephotography.com/x402/species-intelligence-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/robbie-george-photography-wildlife-species-intelligence-map-1d0d26da
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H5N8TPZ0FIgCRMHwqFuoW

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 robbie-george-photography-wildlife-species-intelligence-map-1d0d26da
```

Example prompt: Pull up the species intelligence map for gray wolves — I want their habitat, behavioral patterns, seasonal timing, tracks, and conservation status all in one connected data set.

## When to prefer this

Choose this endpoint when you need a comprehensive, pre-structured ecological knowledge graph for a specific wildlife species, especially when you need interconnected relationships between behavior, habitat, tracks, seasonal patterns, and conservation status in a single call. Prefer this over general web search when you need machine-readable, entity-resolved wildlife data suitable for agent workflows, field identification, conservation research, or wildlife photography planning.

## Known failure modes

- Missing or invalid 'resource' query parameter returns an error
- Non-existent or unsupported species resource URL returns no data
- Payment failure (insufficient USDC balance) blocks access
- Malformed canonical Naturepedia URL results in lookup failure
- Rate limiting or service unavailability returns a 5xx error

## How this service works

Paid compressed relationship map connecting wildlife species, Species Plates, tracks, behavior, habitat, field locations, seasonal timing, and conservation context.

## Output

A compressed JSON-LD relationship map containing interconnected data about a wildlife species, including Species Plates, tracks, behavioral patterns, habitat information, field observation locations, seasonal timing data, and conservation context — structured using @context, @type, name, description, and systems arrays.

## 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/robbie-george-photography-wildlife-species-intelligence-map-1d0d26da/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)
