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 SIS

This GraphQL query fetches All SIS


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 allSIS {
      sIS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "sIS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "1",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "SI",
          "createdAt": "2020-02-21T13:05:26.693Z",
          "geoPosition": {
            "latitude": 46.1527,
            "longitude": 14.5952
          },
          "id": "JvnNkDjSvT",
          "placeName": "Ljubljana Črnuče",
          "postalCode": "1231",
          "updatedAt": "2020-02-21T13:05:26.693Z"
        },
        {
          "ACL": null,
          "accuracy": "1",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "SI",
          "createdAt": "2020-02-21T13:05:26.693Z",
          "geoPosition": {
            "latitude": 46.168,
            "longitude": 14.5217
          },
          "id": "G8x3KpSluo",
          "placeName": "Ljubljana-Šmartno",
          "postalCode": "1211",
          "updatedAt": "2020-02-21T13:05:26.693Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "SI",
          "createdAt": "2020-02-21T13:05:26.693Z",
          "geoPosition": {
            "latitude": 46.2048,
            "longitude": 14.5384
          },
          "id": "fibcTtrmT8",
          "placeName": "Komenda",
          "postalCode": "1218",
          "updatedAt": "2020-02-21T13:05:26.693Z"
        }
      ]
    }
  }
}