API Overview

GET /address-formats

Returns the full address-format dataset keyed by country code.

Expects

No query parameters and no request body.

Returns

{
  "data": [
    {
      "countryCode": "MT",
      "format": "%N%n%O%n%A%n%Z %C",
      "required": ["A", "C", "N", "Z"]
    }
  ],
  "meta": {
    "count": 196
  }
}

Example

curl "https://api.arevdata.com/address-formats"