# BioPulse Endangered Species Lookup

> BioPulse Endangered Species Lookup is a paid API for AI agents from biopulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns IUCN Red List status, known threats, and conservation actions for a specified endangered species.

## Facts

- Endpoint: GET https://biopulse.theaslangroupllc.com/api/bio/endangered
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulse-endangered-species-lookup-f8eee40c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WcucRV0Hg3fFTHtopuDb4

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-endangered-species-lookup-f8eee40c
```

Example prompt: Pull up the IUCN Red List status, main threats, and conservation actions for the Sumatran tiger — I need the full endangered species profile for my conservation report.

## When to prefer this

Use this endpoint when an agent needs structured, authoritative IUCN Red List conservation data for a specific species, including its threat profile and conservation actions. Prefer this over a general species profile endpoint when the user's focus is specifically on conservation status and threats rather than taxonomy or geographic range.

## Known failure modes

- Species not found in IUCN database — returns 404 or empty result
- Ambiguous common name matching multiple species — may return wrong species or require disambiguation
- API payment not processed (x402 protocol failure) — returns 402 Payment Required
- Rate limiting or server error — returns 429 or 500
- Misspelled scientific name — returns no match

## How this service works

Endangered species deep-dive for conservation and naturalist agents. Returns IUCN Red List status, threats, and conservation actions for any species.

## Output

Returns the IUCN Red List category (e.g. Critically Endangered, Endangered, Vulnerable), a structured list of known threats to the species, and the recommended or ongoing conservation actions associated with that species.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "species"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "species": {
   "type": "string",
   "description": "species"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-endangered-species-lookup-f8eee40c/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)
