# Suverse Biodiversity Country Counts

> Suverse Biodiversity Country Counts is a paid API for AI agents from proxy.suverse.io, paid per call via x402, $0.055/call, status unknown (last checked 2026-09-15).

Aggregates GBIF species occurrence counts by country for a specified publishing country, enabling biodiversity data-coverage and observation-effort comparisons across nations.

## Facts

- Endpoint: POST https://proxy.suverse.io/v1/data/suverse-biodiversity-country-counts
- Price: $0.055/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/suverse-biodiversity-country-counts-d2fb0f16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TZDacFrCiQNIQvxXba4m3

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 suverse-biodiversity-country-counts-d2fb0f16 -d '<json body>'
```

Example prompt: Can you pull the GBIF occurrence counts broken down by country for observations published by Germany, so I can see how the data coverage compares across nations?

## When to prefer this

Choose this endpoint when you need country-level aggregated biodiversity occurrence counts sourced from GBIF without needing an API key. It is especially useful for data-coverage analysis, comparing observation effort across nations, or building conservation dashboards that require a breakdown of publishing country contributions.

## Known failure modes

- Invalid or unrecognized publishing country code returns an error or empty result
- GBIF upstream API unavailability causes request failure
- Malformed POST body (missing required fields) returns a validation error
- Payment failure via x402 protocol blocks the request before processing

## How this service works

Aggregate GBIF occurrence counts by country for a chosen publishing country. Keyless. Useful for biodiversity data-coverage analysis and comparing observation effort across nations.

## Output

Returns a structured breakdown of GBIF species occurrence counts grouped by country, reflecting records published by the specified publishing country. The response enables comparison of observation volumes and data density across nations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/suverse-biodiversity-country-counts-d2fb0f16/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from proxy.suverse.io](https://www.zero.xyz/host/proxy.suverse.io/llms.txt)
