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

All MTS

This GraphQL query fetches All MTS


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 allMTS {
      mTS (skip: 0, limit: 3) {
        results {
          ACL
          accuracy
          adminCode1
          adminCode2
          adminCode3
          adminName1
          adminName2
          adminName3
          countryCode
          createdAt
          geoPosition {
            latitude
            longitude
          }
          id
          placeName
          postalCode
          updatedAt
        }
      }
    }
{
  "data": {
    "mTS": {
      "results": [
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "10",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Il-Fontana",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "MT",
          "createdAt": "2020-02-21T13:04:55.501Z",
          "geoPosition": {
            "latitude": 36.0375,
            "longitude": 14.2361
          },
          "id": "jgBQBKx1IM",
          "placeName": "Fontana",
          "postalCode": "FNT",
          "updatedAt": "2020-02-21T13:04:55.501Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "18",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Il-Ħamrun",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "MT",
          "createdAt": "2020-02-21T13:04:55.501Z",
          "geoPosition": {
            "latitude": 35.8869,
            "longitude": 14.4883
          },
          "id": "wD6kYkB502",
          "placeName": "Ħamrun",
          "postalCode": "HMR",
          "updatedAt": "2020-02-21T13:04:55.501Z"
        },
        {
          "ACL": null,
          "accuracy": "4",
          "adminCode1": "03",
          "adminCode2": "",
          "adminCode3": "",
          "adminName1": "Il-Birgu",
          "adminName2": "",
          "adminName3": "",
          "countryCode": "MT",
          "createdAt": "2020-02-21T13:04:55.501Z",
          "geoPosition": {
            "latitude": 35.8861,
            "longitude": 14.5242
          },
          "id": "XQUN4GmUCj",
          "placeName": "Birgu",
          "postalCode": "BRG",
          "updatedAt": "2020-02-21T13:04:55.501Z"
        }
      ]
    }
  }
}