Snapshot of every series, all countries
Snapshot of every series, all countries
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1861 msmedian answer time
$0.02listed price per call
$0.02price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://asiaref.dev/v1/all
| Category | Everything else |
|---|---|
| Provider host | asiaref.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.02 | 1861 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"description": "One entry per country, each with all its series values",
"items": {
"properties": {
"country": {
"description": "ISO 3166-1 alpha-2 country code",
"type": "string"
},
"series": {
"items": {
"properties": {
"components": {
"description": "Optional. Breakdown of a composite rate into its named statutory components (present only where applicable, e.g. Ghana VAT).",
"items": {
"properties": {
"name": {
"type": "string"
},
"rate": {
"type": "number"
}
},
"required": [
"name",
"rate"
],
"type": "object"
},
"type": "array"
},
"country": {
"description": "ISO 3166-1 alpha-2 country code",
"type": "string"
},
"effective_from": {
"format": "date",
"type": [
"string",
"null"
]
},
"effective_from_basis": {
"description": "Optional. Absent: effective_from is the date the value became the law (a genuine change point). 'restatement': effective_from is the date the value's CURRENT LEGAL BASIS took effect (a new tax code, an annual finance law) while the value itself is older and its true origin is not primary-verifiable \u2014 a verified floor, not a change. Do not read a restatement row as the value having changed on that date.",
"enum": [
"restatement"
],
"type": "string"
},
"effective_rate": {
"description": "Optional. Combined effective rate where statutory levies stack on top of the standard rate (e.g. Ghana VAT 15% + NHIL 2.5% + GETFund 2.5% = 20%). Present only where it differs from value.",
"type": "number"
},
"last_confirmed": {
"description": "When this value was last verified against the official source",
"format": "date",
"type": "string"
},
"notes": {
"type": "string"
},
"series": {
"type": "string"
},
"source": {
"properties": {
"name": {
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"name",
"url"
],
"type": "object"
},
"stale": {
"description": "True when past the expected update cycle \u2014 treat with caution",
"type": "boolean"
},
"unit": {
"type": "string"
},
"value": {
"description": "Number for rates/wages; array of {date,name} for holiday calendars"
}
},
"required": [
"country",
"series",
"value",
"effective_from",
"last_confirmed",
"source",
"stale"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"country",
"series"
],
"type": "object"
},
"type": "array"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}