# GlobalRules Full Dataset — All Countries & Topics

> GlobalRules Full Dataset — All Countries & Topics is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns the complete GlobalRules dataset in a single call: all 82 countries across 53 verified topics including VAT/GST rates, public holidays, tipping customs, electrical plugs, visa rules, minimum wages, and business etiquette with source URLs and verification dates.

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/all
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-full-dataset-all-countries-topics-a29599c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0rDlnqVRpovjDHbPr3fnr

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 globalrules-full-dataset-all-countries-topics-a29599c5
```

Example prompt: Download the entire GlobalRules dataset — all 82 countries and all 53 topics like VAT rates, 2026-2027 public holidays, tipping customs, plug types, and minimum wages — in one shot so I can cache it locally for analysis.

## When to prefer this

Choose this endpoint when you need to cache, embed, or analyze the full GlobalRules corpus in one call rather than making many individual country or topic lookups. It is cost-effective (one $1 call vs. ~15 individual calls) when you need broad coverage across many countries and topics simultaneously. Prefer single-country or single-topic endpoints when you only need a narrow, targeted fact.

## Known failure modes

- Payment not provided or rejected — endpoint requires $1 USDC via x402 protocol
- Network timeout — full corpus payload may be large; slow connections may time out
- Service unavailable — hosted on Render free tier which may cold-start or go offline
- Stale data — verification dates in response indicate when facts were last confirmed; some may lag real-world changes

## How this service works

The complete GlobalRules dataset in one call: all 82 countries x 53 verified topics (VAT/GST, government-verified 2026-2027 public holidays, tipping, plugs, visas, minimum wages, business etiquette and more) with source URLs and verification dates. For agents that cache, analyze or embed the full corpus. Cheaper than 15 single calls.

## Output

A JSON object containing facts for all 82 countries across 53 verified topics. Each country entry includes data points such as VAT/GST rates, government-verified 2026-2027 public holidays, tipping norms, electrical plug types, visa requirements, minimum wages, and business etiquette notes, each accompanied by source URLs and verification dates. The response also includes top-level metadata fields: total country count, topic count, and last-updated timestamp.

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "count": {
       "type": "number"
      },
      "topics": {
       "type": "number"
      },
      "updated": {
       "type": "string"
      },
      "countries": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-full-dataset-all-countries-topics-a29599c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalrules-api.onrender.com](https://www.zero.xyz/host/globalrules-api.onrender.com/llms.txt)
