The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. ✉️ Zip and Postal Codes of All Countries
Public

0
911
0
911
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All AZS

This GraphQL query fetches All AZS


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
query allAZS {
      aZS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "aZS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "1",
          "adminCode1": "01",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Abşeron",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "AZ",
          "createdAt": "2020-02-21T13:07:14.431Z",
          "geoPosition": {
            "latitude": 40.4982,
            "longitude": 49.7582
          },
          "id": "Mp6LSJ8QTp",
          "placeName": "1 Sayli",
          "postalCode": "AZ 0101",
          "updatedAt": "2020-02-21T13:07:14.431Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "01",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Abşeron",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "AZ",
          "createdAt": "2020-02-21T13:07:14.432Z",
          "geoPosition": {
            "latitude": 40.4843,
            "longitude": 49.5925
          },
          "id": "A6sEIxWNcX",
          "placeName": "Pirəkəşkül",
          "postalCode": "AZ 0120",
          "updatedAt": "2020-02-21T13:07:14.432Z"
        },
        {
          "ACL": null,
          "accuracy": "1",
          "adminCode1": "01",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Abşeron",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "AZ",
          "createdAt": "2020-02-21T13:07:14.431Z",
          "geoPosition": {
            "latitude": 40.4879,
            "longitude": 49.7507
          },
          "id": "iEsJxY5sma",
          "placeName": "Güzdək-2",
          "postalCode": "AZ 0114",
          "updatedAt": "2020-02-21T13:07:14.431Z"
        }
      ]
    }
  }
}