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 BIES

This GraphQL query fetches All BIES


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 allBIES {
      bies (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "bies": {
      "results": [
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Vitebsk",
          "adminName2": "Orcha",
          "adminName3": "",
          "countryCode": "BY",
          "createdAt": "2020-02-21T13:40:14.434Z",
          "geoPosition": {
            "latitude": 54.6828,
            "longitude": 30.3179
          },
          "id": "UVpnePJgRp",
          "placeName": "Стайки",
          "postalCode": "211015",
          "updatedAt": "2020-02-21T13:40:14.434Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Vitebsk",
          "adminName2": "Orcha",
          "adminName3": "",
          "countryCode": "BY",
          "createdAt": "2020-02-21T13:40:14.434Z",
          "geoPosition": {
            "latitude": 54.5227,
            "longitude": 30.474
          },
          "id": "MU8q9HPak9",
          "placeName": "Лариновка",
          "postalCode": "211020",
          "updatedAt": "2020-02-21T13:40:14.434Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Vitebsk",
          "adminName2": "Orcha",
          "adminName3": "",
          "countryCode": "BY",
          "createdAt": "2020-02-21T13:40:14.434Z",
          "geoPosition": {
            "latitude": 54.4534,
            "longitude": 30.2286
          },
          "id": "DTGAYXs3D1",
          "placeName": "Белево",
          "postalCode": "211008",
          "updatedAt": "2020-02-21T13:40:14.434Z"
        }
      ]
    }
  }
}