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 SKS

This GraphQL query fetches All SKS


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 allSKS {
      sKS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "sKS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "BC",
          "adminCode2": "601",
          "adminCode3": "",
          "adminName1": "Banskobystrický kraj",
          "adminName2": "Banská Bystrica",
          "adminName3": "",
          "countryCode": "SK",
          "createdAt": "2020-02-21T14:43:31.423Z",
          "geoPosition": {
            "latitude": 48.7681,
            "longitude": 19.1363
          },
          "id": "2Ace01oEBA",
          "placeName": "Jakub",
          "postalCode": "974 01",
          "updatedAt": "2020-02-21T14:43:31.423Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "BC",
          "adminCode2": "601",
          "adminCode3": "",
          "adminName1": "Banskobystrický kraj",
          "adminName2": "Banská Bystrica",
          "adminName3": "",
          "countryCode": "SK",
          "createdAt": "2020-02-21T14:43:31.424Z",
          "geoPosition": {
            "latitude": 48.7844,
            "longitude": 19.1124
          },
          "id": "7BE7cwWMUL",
          "placeName": "Uľanka",
          "postalCode": "974 01",
          "updatedAt": "2020-02-21T14:43:31.424Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "BC",
          "adminCode2": "601",
          "adminCode3": "",
          "adminName1": "Banskobystrický kraj",
          "adminName2": "Banská Bystrica",
          "adminName3": "",
          "countryCode": "SK",
          "createdAt": "2020-02-21T14:43:31.423Z",
          "geoPosition": {
            "latitude": 48.7157,
            "longitude": 19.2283
          },
          "id": "lgcSee6ZcF",
          "placeName": "Prostredná Môlča",
          "postalCode": "974 01",
          "updatedAt": "2020-02-21T14:43:31.423Z"
        }
      ]
    }
  }
}