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

All FIS

This GraphQL query fetches All FIS


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 allFIS {
      fIS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "fIS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "6",
          "adminCode1": "01",
          "adminCode2": "011",
          "adminCode3": "091",
          "adminName1": "Uusimaa",
          "adminName2": "Helsinki",
          "adminName3": "Helsinki",
          "countryCode": "FI",
          "createdAt": "2020-02-21T13:56:43.623Z",
          "geoPosition": {
            "latitude": 60.1578,
            "longitude": 24.9525
          },
          "id": "lgHAMghJ5D",
          "placeName": "Helsinki                      ",
          "postalCode": "00140",
          "updatedAt": "2020-02-21T13:56:43.623Z"
        },
        {
          "ACL": null,
          "accuracy": "6",
          "adminCode1": "01",
          "adminCode2": "011",
          "adminCode3": "091",
          "adminName1": "Uusimaa",
          "adminName2": "Helsinki",
          "adminName3": "Helsinki",
          "countryCode": "FI",
          "createdAt": "2020-02-21T13:56:43.623Z",
          "geoPosition": {
            "latitude": 60.146,
            "longitude": 24.9851
          },
          "id": "Mb17XlVCG5",
          "placeName": "Helsinki                      ",
          "postalCode": "00190",
          "updatedAt": "2020-02-21T13:56:43.623Z"
        },
        {
          "ACL": null,
          "accuracy": "6",
          "adminCode1": "01",
          "adminCode2": "011",
          "adminCode3": "091",
          "adminName1": "Uusimaa",
          "adminName2": "Helsinki",
          "adminName3": "Helsinki",
          "countryCode": "FI",
          "createdAt": "2020-02-21T13:56:43.623Z",
          "geoPosition": {
            "latitude": 60.1573,
            "longitude": 24.9173
          },
          "id": "ifyMhfWPAK",
          "placeName": "Helsinki                      ",
          "postalCode": "00220",
          "updatedAt": "2020-02-21T13:56:43.623Z"
        }
      ]
    }
  }
}