# Canon Geography Fact-Check

> Canon Geography Fact-Check is a paid API for AI agents from tascanon.orbonomy.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Looks up and verifies geographic facts, claims, or information about a specified location using academic and fact-checking sources.

## Facts

- Endpoint: POST https://tascanon.orbonomy.xyz/api/geography
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/canon-geography-fact-check-df91bebf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZrlxpPk6hNbAJvXpW3MAD

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 canon-geography-fact-check-df91bebf -d '<json body>'
```

Example prompt: Can you fact-check geographic claims about Tokyo — specifically whether it's the most populous metropolitan area in the world?

## When to prefer this

Choose this endpoint when an AI agent needs to verify geographic claims, look up academically sourced location data, or fact-check assertions about a specific place. It is particularly useful when accuracy and sourcing matter more than speed, such as for research tasks, content verification, or grounding geographic assertions in authoritative data.

## Known failure modes

- Missing 'location' field returns validation error
- Unrecognized or ambiguous location name may yield no results
- Payment failure (insufficient USDC on Base) blocks request
- Vague location strings may produce low-confidence or empty results
- Network timeout on third-party academic data sources

## How this service works

Fact-checking and academic research for AI agents. Verify claims, search papers, explore journals. USDC on Base.

## Output

Returns a JSON object with a success boolean and verified geographic facts or research results about the specified location, sourced from academic and fact-checking databases.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "location"
 ],
 "properties": {
  "location": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/canon-geography-fact-check-df91bebf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tascanon.orbonomy.xyz](https://www.zero.xyz/host/tascanon.orbonomy.xyz/llms.txt)
