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

All BRS

This GraphQL query fetches All BRS


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 allBRS {
      bRS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "bRS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "2",
          "adminCode1": "01",
          "adminCode2": "1200450",
          "adminCode3": "",
          "adminName1": "Acre",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "BR",
          "createdAt": "2020-02-21T15:10:29.460Z",
          "geoPosition": {
            "latitude": -9.9408,
            "longitude": -67.3931
          },
          "id": "FcSLT5Xths",
          "placeName": "Senador Guiomard",
          "postalCode": "69925-000",
          "updatedAt": "2020-02-21T15:10:29.460Z"
        },
        {
          "ACL": null,
          "accuracy": "2",
          "adminCode1": "01",
          "adminCode2": "1200336",
          "adminCode3": "",
          "adminName1": "Acre",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "BR",
          "createdAt": "2020-02-21T15:10:29.460Z",
          "geoPosition": {
            "latitude": -7.5396,
            "longitude": -73.4583
          },
          "id": "Ql0dAI4A9g",
          "placeName": "Mâncio Lima",
          "postalCode": "69990-000",
          "updatedAt": "2020-02-21T15:10:29.460Z"
        },
        {
          "ACL": null,
          "accuracy": "2",
          "adminCode1": "01",
          "adminCode2": "1200179",
          "adminCode3": "",
          "adminName1": "Acre",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "BR",
          "createdAt": "2020-02-21T15:10:29.460Z",
          "geoPosition": {
            "latitude": -10.4878,
            "longitude": -67.8483
          },
          "id": "N1pHwhPIqN",
          "placeName": "Capixaba",
          "postalCode": "69922-000",
          "updatedAt": "2020-02-21T15:10:29.460Z"
        }
      ]
    }
  }
}