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
910
0
910
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All GUS

This GraphQL query fetches All GUS


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 allGUS {
      gUS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "gUS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "6",
          "adminCode1": "66",
          "adminCode2": "010",
          "adminCode3": "",
          "adminName1": "Gu",
          "adminName2": "Guam",
          "adminName3": "",
          "countryCode": "GU",
          "createdAt": "2020-02-21T13:04:49.893Z",
          "geoPosition": {
            "latitude": 13.452,
            "longitude": 144.7465
          },
          "id": "L4Q2IreOgm",
          "placeName": "Hagatna",
          "postalCode": "96910",
          "updatedAt": "2020-02-21T13:04:49.893Z"
        },
        {
          "ACL": null,
          "accuracy": "6",
          "adminCode1": "66",
          "adminCode2": "010",
          "adminCode3": "",
          "adminName1": "Gu",
          "adminName2": "Guam",
          "adminName3": "",
          "countryCode": "GU",
          "createdAt": "2020-02-21T13:04:49.893Z",
          "geoPosition": {
            "latitude": 13.4443,
            "longitude": 144.7863
          },
          "id": "kwNGPkSDGy",
          "placeName": "Barrigada",
          "postalCode": "96913",
          "updatedAt": "2020-02-21T13:04:49.893Z"
        },
        {
          "ACL": null,
          "accuracy": "",
          "adminCode1": "66",
          "adminCode2": "010",
          "adminCode3": "",
          "adminName1": "Gu",
          "adminName2": "Guam",
          "adminName3": "",
          "countryCode": "GU",
          "createdAt": "2020-02-21T13:04:49.893Z",
          "geoPosition": {
            "latitude": 13.4443,
            "longitude": 144.7863
          },
          "id": "BbAhcZOvBf",
          "placeName": "Tamuning",
          "postalCode": "96911",
          "updatedAt": "2020-02-21T13:04:49.893Z"
        }
      ]
    }
  }
}