# BioPulse Marine Biodiversity Lookup

> BioPulse Marine Biodiversity 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-15).

Returns synthesized marine biodiversity intelligence for a given coastal or ocean location, drawing from GBIF, IUCN, eBird, and iNaturalist data sources.

## Facts

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

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-marine-biodiversity-lookup-c61c07a5
```

Example prompt: Pull up the marine biodiversity intelligence for the Great Barrier Reef — I want to see species data synthesized from GBIF, IUCN, and iNaturalist for that area, coordinates around -18.2871 latitude and 147.6992 longitude.

## When to prefer this

Use this endpoint when you need a synthesized, multi-source marine biodiversity profile for a specific coastal or oceanic location. It is especially valuable when you want species data aggregated from GBIF, IUCN, eBird, and iNaturalist in a single call rather than querying each source separately. Prefer it for marine/coastal queries; other BioPulse endpoints likely serve terrestrial, freshwater, or avian-specific lookups.

## Known failure modes

- Missing or invalid coordinates may return empty or error response
- Unknown or inland location names may yield no marine data
- Rate limiting or payment failure may block the request
- Sparse data coverage for remote ocean locations may return minimal results
- Invalid language code may default or return an error

## How this service works

Marine biodiversity intelligence for naturalist and conservation agents. Returns OBIS ocean occurrence data, species, coral reefs, and megafauna for any area.

## Output

A JSON object containing synthesized marine biodiversity data for the specified location, likely including species lists, occurrence counts, IUCN threat classifications, and aggregated observation data from GBIF, iNaturalist, and eBird sources.

## 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": "Coastal or ocean location (e.g. Great Barrier Reef, Monterey Bay, Raja Ampat)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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