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

All DOS

This GraphQL query fetches All DOS


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 allDOS {
      dOS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "dOS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "1",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "DO",
          "createdAt": "2020-02-21T13:05:35.703Z",
          "geoPosition": {
            "latitude": 18.6881,
            "longitude": -69.9905
          },
          "id": "JsIaTESNqV",
          "placeName": "Centro de Los Heroes",
          "postalCode": "10101",
          "updatedAt": "2020-02-21T13:05:35.703Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "DO",
          "createdAt": "2020-02-21T13:05:35.703Z",
          "geoPosition": {
            "latitude": 18.45,
            "longitude": -69.9333
          },
          "id": "HoigRpHg6N",
          "placeName": "Bella Vista",
          "postalCode": "10112",
          "updatedAt": "2020-02-21T13:05:35.703Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "DO",
          "createdAt": "2020-02-21T13:05:35.703Z",
          "geoPosition": {
            "latitude": 18.45,
            "longitude": -70.0833
          },
          "id": "PO75sUEOps",
          "placeName": "Esperilla",
          "postalCode": "10107",
          "updatedAt": "2020-02-21T13:05:35.703Z"
        }
      ]
    }
  }
}