# GlobalRules – Singapore Tax-Free Shopping

> GlobalRules – Singapore Tax-Free Shopping is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns Singapore's tax-free shopping rules and GST tourist refund scheme details for a single country lookup.

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/country/SG/tax_free_shopping
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-singapore-tax-free-shopping-6d4eabc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6ajd5OMVN0LNv8LUEvnBY

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-singapore-tax-free-shopping-6d4eabc2
```

Example prompt: What are Singapore's tax-free shopping rules — can tourists claim a GST refund, and what's the minimum spend to qualify?

## When to prefer this

Use this endpoint when you need a single, verified, machine-readable fact about Singapore's tax-free shopping rules without scraping government websites or parsing lengthy travel guides. It is ideal for travel apps, shopping assistants, compliance tools, and trip-planning agents that need authoritative country-specific regulatory data on demand at low cost.

## Known failure modes

- Country code not supported (outside 106 supported countries) — returns 404 or empty result
- Field type misspelled or not available for the requested country — returns error or null value
- Service cold-start latency on Render free tier — may time out on first request
- Stale data if verification cycle hasn't refreshed Singapore's policy recently

## How this service works

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

## Output

A JSON object containing Singapore's tax-free shopping policy details — including GST refund availability, minimum purchase thresholds, eligible goods categories, refund mechanism, and a timestamp of when the data was last verified.

## 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": {
      "country": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-singapore-tax-free-shopping-6d4eabc2/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)
