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 LVS

This GraphQL query fetches All LVS


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 allLVS {
      lVS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "lVS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "02",
          "adminCode2": "0360256",
          "adminCode3": "",
          "adminName1": "Alūksnes nov.",
          "adminName2": "Jaunalūksnes pag.",
          "adminName3": "",
          "countryCode": "LV",
          "createdAt": "2020-02-21T15:52:17.311Z",
          "geoPosition": {
            "latitude": 57.4005,
            "longitude": 27.2064
          },
          "id": "KffdNJ3PnM",
          "placeName": "Beja",
          "postalCode": "LV-4350",
          "updatedAt": "2020-02-21T15:52:17.311Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "01",
          "adminCode2": "0320244",
          "adminCode3": "",
          "adminName1": "Aizkraukles nov.",
          "adminName2": "Aizkraukles pag.",
          "adminName3": "",
          "countryCode": "LV",
          "createdAt": "2020-02-21T15:52:17.311Z",
          "geoPosition": {
            "latitude": 56.6448,
            "longitude": 25.2299
          },
          "id": "KXGdGIRXba",
          "placeName": "Aizkraukle",
          "postalCode": "LV-5101",
          "updatedAt": "2020-02-21T15:52:17.311Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "02",
          "adminCode2": "0360244",
          "adminCode3": "",
          "adminName1": "Alūksnes nov.",
          "adminName2": "Annas pag.",
          "adminName3": "",
          "countryCode": "LV",
          "createdAt": "2020-02-21T15:52:17.311Z",
          "geoPosition": {
            "latitude": 57.3333,
            "longitude": 27.0333
          },
          "id": "QuAzMVQ6mx",
          "placeName": "Anna",
          "postalCode": "LV-4341",
          "updatedAt": "2020-02-21T15:52:17.311Z"
        }
      ]
    }
  }
}