{
  "name": "BioPulse",
  "description": "Biodiversity and species intelligence API. 9 endpoints: full species profiles (GBIF + IUCN Red List), recent wildlife sightings, eBird birding intelligence, marine biodiversity (OBIS — 100M+ ocean records), invasive species alerts, endangered species deep dives, biodiversity hotspot guides, species identification, and migration timing intelligence. Built for birders, naturalists, divers, ecologists, and AI agents. Pay-per-query via x402 on Base.",
  "url": "https://biopulse-nine.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "species-profiles",
    "iucn-conservation-status",
    "gbif-occurrence-data",
    "ebird-birding-intelligence",
    "wildlife-sightings",
    "invasive-species-alerts",
    "endangered-species-profiles",
    "biodiversity-hotspot-discovery",
    "species-identification",
    "migration-intelligence",
    "citizen-science-integration",
    "iNaturalist-observations",
    "marine-biodiversity",
    "obis-ocean-occurrences",
    "coral-reef-intelligence",
    "whale-shark-megafauna"
  ],
  "target_users": [
    "birders wanting real-time eBird intelligence for any location",
    "divers and snorkelers exploring marine biodiversity",
    "whale watchers and marine wildlife enthusiasts",
    "naturalists identifying wildlife from sighting descriptions",
    "ecologists and conservation researchers",
    "educators teaching biodiversity and conservation",
    "hikers and wildlife photographers planning nature trips globally",
    "AI agents performing biodiversity and ecological research"
  ],
  "data_sources": [
    "GBIF (Global Biodiversity Information Facility) — 2.4B occurrence records, free, no key",
    "OBIS (Ocean Biodiversity Information System) — 100M+ marine occurrence records, free, no key",
    "eBird (Cornell Lab of Ornithology) — 1B+ bird observations globally, free API key",
    "iNaturalist — 200M+ citizen science observations, free",
    "IUCN Red List API — global conservation status database, free key",
    "Nominatim (OpenStreetMap) — free geocoding"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc"
  },
  "endpoints": [
    { "path": "/api/bio/species", "method": "GET", "description": "Full species profile — taxonomy, range, IUCN status, biology, threats, cool facts, how to spot", "parameters": [{"name": "species", "required": true}], "price_usd": 0.12, "payment_required": true },
    { "path": "/api/bio/sightings", "method": "GET", "description": "Recent wildlife sightings near a location — iNaturalist + GBIF citizen science observations", "parameters": [{"name": "location", "required": false}, {"name": "lat", "required": false}, {"name": "lng", "required": false}, {"name": "radius", "required": false}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/bio/birding", "method": "GET", "description": "eBird-powered birding intelligence — recent sightings, rarities, hotspots, gear for any location", "parameters": [{"name": "location", "required": false}, {"name": "lat", "required": false}, {"name": "lng", "required": false}, {"name": "dist", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/bio/invasive", "method": "GET", "description": "Invasive species alerts for a region — threats, spread status, control methods, how to report", "parameters": [{"name": "region", "required": true}], "price_usd": 0.08, "payment_required": true },
    { "path": "/api/bio/endangered", "method": "GET", "description": "Endangered species deep dive — IUCN Red List status, population, threats, conservation story, how to help", "parameters": [{"name": "species", "required": true}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/bio/hotspot", "method": "GET", "description": "Biodiversity hotspot guide — best nature spots near a location with seasonal calendar and gear recs", "parameters": [{"name": "location", "required": false}, {"name": "lat", "required": false}, {"name": "lng", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/bio/identify", "method": "GET", "description": "Species identification — help ID a wildlife sighting from text description and location", "parameters": [{"name": "description", "required": true}, {"name": "location", "required": false}, {"name": "group", "required": false}], "price_usd": 0.12, "payment_required": true },
    { "path": "/api/bio/migrate", "method": "GET", "description": "Migration intelligence — what species are moving through right now, peak timing, where to watch (global: Yellow Sea, Gibraltar, Bosphorus, North America)", "parameters": [{"name": "location", "required": false}, {"name": "lat", "required": false}, {"name": "lng", "required": false}], "price_usd": 0.10, "payment_required": true },
    { "path": "/api/bio/marine", "method": "GET", "description": "Marine biodiversity — OBIS ocean occurrence data, coral reef health, megafauna, dive/snorkel tips, conservation status for any coastal or ocean location", "parameters": [{"name": "location", "required": false}, {"name": "lat", "required": false}, {"name": "lng", "required": false}, {"name": "lang", "required": false}], "price_usd": 0.10, "payment_required": true }
  ],
  "agent_workflow_examples": [
    "Land trip planning: /api/bio/hotspot → /api/bio/birding → /api/bio/migrate (for timing)",
    "Marine trip planning: /api/bio/marine → /api/bio/endangered (for key species) → /api/bio/hotspot",
    "Species deep dive: /api/bio/species → /api/bio/endangered (if threatened) → /api/bio/sightings",
    "What did I just see: /api/bio/identify → /api/bio/species (for top candidate)",
    "Conservation research: /api/bio/endangered → /api/bio/invasive (for region threats)"
  ],
  "openapi": "https://biopulse-nine.vercel.app/openapi.json",
  "llms_txt": "https://biopulse-nine.vercel.app/llms.txt",
  "contact": "https://biopulse-nine.vercel.app"
}
