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

All SJS

This GraphQL query fetches All SJS


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 allSJS {
      sJS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "sJS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "22",
          "adminCode2": "2211",
          "adminCode3": "",
          "adminName1": "Jan Mayen",
          "adminName2": "Jan Mayen",
          "adminName3": "",
          "countryCode": "SJ",
          "createdAt": "2020-02-21T13:04:46.562Z",
          "geoPosition": {
            "latitude": 70.9498,
            "longitude": -8.638
          },
          "id": "LwkPlSlHgf",
          "placeName": "Jan Mayen",
          "postalCode": "8099",
          "updatedAt": "2020-02-21T13:04:46.562Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "21",
          "adminCode2": "2111",
          "adminCode3": "",
          "adminName1": "Svalbard",
          "adminName2": "Svalbard",
          "adminName3": "",
          "countryCode": "SJ",
          "createdAt": "2020-02-21T13:04:46.562Z",
          "geoPosition": {
            "latitude": 77.9003,
            "longitude": 16.7201
          },
          "id": "cVfMVcmwOf",
          "placeName": "Sveagruva",
          "postalCode": "9175",
          "updatedAt": "2020-02-21T13:04:46.562Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "21",
          "adminCode2": "2111",
          "adminCode3": "",
          "adminName1": "Svalbard",
          "adminName2": "Svalbard",
          "adminName3": "",
          "countryCode": "SJ",
          "createdAt": "2020-02-21T13:04:46.561Z",
          "geoPosition": {
            "latitude": 78.2191,
            "longitude": 15.64
          },
          "id": "8Efp0o9jp3",
          "placeName": "Longyearbyen",
          "postalCode": "9170",
          "updatedAt": "2020-02-21T13:04:46.561Z"
        }
      ]
    }
  }
}