PostalCodes.info · Example Payload

Postalcodes Info Search Suggestion Example

Postal CodesGeocodingOpen DataAddress ValidationLogistics

Postalcodes Info Search Suggestion Example is an example object payload from PostalCodes.info, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

schemasamples

Example Payload

Raw ↑
{
  "schema": "../json-schema/postalcodes-info-search-suggestion-schema.json",
  "samples": [
    {
      "type": "Country",
      "text": "Spain",
      "sub": "ES",
      "url": "/postal-codes/spain"
    },
    {
      "type": "Town/City",
      "text": "Madrid",
      "sub": "Spain",
      "url": "/postal-codes/spain/madrid"
    },
    {
      "type": "Postal Code",
      "text": "90210 (Beverly Hills)",
      "sub": "United States",
      "url": "/postal-codes/united-states/code/90210"
    }
  ]
}