# BioPulse Biodiversity Hotspot Finder

> BioPulse Biodiversity Hotspot Finder is a paid API for AI agents from biopulse-nine.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-12).

Returns the best nature spots, a seasonal activity calendar, and gear recommendations for a given area to support naturalist and eco-tourism planning.

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/hotspot
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulse-biodiversity-hotspot-finder-2de68a82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_64UJpfjz-jmW8nKqCYHoH

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 biopulse-biodiversity-hotspot-finder-2de68a82
```

Example prompt: Can you find the top biodiversity hotspots and nature spots around Costa Rica, including a seasonal calendar for when to visit and what gear I should bring?

## When to prefer this

Choose this endpoint when a user wants to discover and plan visits to biodiversity-rich nature areas, needs a seasonal calendar for wildlife activity, or wants gear recommendations — especially for eco-tourism or naturalist field trips. Prefer over general travel APIs when biodiversity and nature observation are the primary goal.

## Known failure modes

- Area too vague or unrecognized — returns empty results or error
- No significant biodiversity hotspots indexed for very remote or data-sparse regions
- Rate limiting or payment failure via x402 protocol returning 402 status
- Overly broad geographic query yielding generic or low-specificity results

## How this service works

Biodiversity hotspot finder for naturalist and eco-tourism agents. Returns the best nature spots, a seasonal calendar, and gear recommendations for any area.

## Output

A structured response containing a list of top nature/biodiversity hotspot locations in the queried area, a seasonal activity calendar indicating optimal visit times and wildlife activity windows, and gear recommendations tailored to the region and conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "description": "lat"
  },
  "lng": {
   "type": "number",
   "description": "lng"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-biodiversity-hotspot-finder-2de68a82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from biopulse-nine.vercel.app](https://www.zero.xyz/host/biopulse-nine.vercel.app/llms.txt)
