# BioPulse Recent Wildlife Sightings

> BioPulse Recent Wildlife Sightings is a paid API for AI agents from biopulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns recent citizen-science wildlife sightings near a given location, sourced from iNaturalist and similar platforms.

## Facts

- Endpoint: GET https://biopulse.theaslangroupllc.com/api/bio/sightings
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulse-recent-wildlife-sightings-463e809d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hb9AY6GPZUJlSg-H7_rWy

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-recent-wildlife-sightings-463e809d
```

Example prompt: What wildlife has been spotted near Yosemite Valley in the last two weeks? Pull recent citizen-science sightings from iNaturalist and nearby sources.

## When to prefer this

Use this endpoint when you need real-time or recent citizen-science wildlife observations tied to a geographic location. Prefer this over species profile endpoints when the user wants to know what has actually been seen recently, not general species information. Ideal for naturalists, hikers, birders, or eco-tourists wanting local wildlife activity.

## Known failure modes

- No sightings found for the given location or radius — returns empty result set
- Invalid or unresolvable location input — returns 400 error
- Radius too large or coordinates out of bounds — returns 422 validation error
- Upstream iNaturalist API unavailable — returns 503 or partial data
- Payment not completed (x402) — returns 402 Payment Required

## How this service works

Recent wildlife sightings near a location for naturalist and wildlife agents. Returns citizen-science observations from iNaturalist and similar sources.

## Output

A list of recent wildlife observations near the specified location, including species name, common name, observation date, observer attribution, GPS coordinates, and source platform (e.g. iNaturalist). May include photo links and taxonomy details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "description": "lat"
  },
  "lng": {
   "type": "number",
   "description": "lng"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "radius": {
   "type": "integer",
   "description": "Radius in km (max 100, default 25)"
  },
  "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-recent-wildlife-sightings-463e809d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from biopulse.theaslangroupllc.com](https://www.zero.xyz/host/biopulse.theaslangroupllc.com/llms.txt)
