$0.01
per call · USD Coin on Base
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
Endpoint
GET https://globalrules-api.onrender.com/api/v1/country/US/visa_requirement_common_passports1
Calls / 30d
1
Unique payers / 30d
Aug 28
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://globalrules-api.onrender.com/api/v1/country/US/visa_requirement_common_passports", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://globalrules-api.onrender.com/api/v1/country/US/visa_requirement_common_passports" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"country": "JP",
"updated": "2026-08-27",
"vat": {
"name": "Consumption Tax",
"reduced": 8,
"standard": 10
}
}Payment details
0x22c24daf579629a6d7418e09e9c71e6c8883f8e2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from GlobalRules & similar services
GlobalRules · Countries
globalrules-api.onrender.com
List all 162 countries covered by the GlobalRules country-facts API, returned as ISO 3166-1 alpha-2 codes with country names. Use this endpoint first to discover which countries you can query for practical travel and business facts such as VAT rates, public holidays, tipping customs, power plugs, emergency numbers and visa rules (56 topics per country). Designed for AI agents, travel planners and cross-border e-commerce tools.
GlobalRules · BR Timezone
globalrules-api.onrender.com
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. 162 countries, 56 fields, verified sources. Example: /api/v1/country/JP/vat
GlobalRules · SG Currency
globalrules-api.onrender.com
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. 162 countries, 56 fields, verified sources. Example: /api/v1/country/JP/vat