The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. πŸ‡¨πŸ‡¦ Canada Zip Codes
Public

63
54
63
54
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All Canada_Zip_Codes

This GraphQL query fetches All Canada_Zip_Codes


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
query allCanada_Zip_Codes {
      canada_Zip_Codes (skip: 0, limit: 3) {
        results {
          ACL
          Accuracy
          Admin_Code
          Admin_Code2
          Admin_Code3
          Admin_Name
          Admin_Name2
          Admin_Name3
          CountryCode
          Latitude
          Longitude
          Place_Name
          Postal_Code
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "canada_Zip_Codes": {
      "results": [
        {
          "ACL": null,
          "Accuracy": 6,
          "Admin_Code": "AB",
          "Admin_Code2": null,
          "Admin_Code3": null,
          "Admin_Name": "Alberta",
          "Admin_Name2": null,
          "Admin_Name3": null,
          "CountryCode": "CA",
          "Latitude": 50.6314,
          "Longitude": -114.4089,
          "Place_Name": "Kananaskis Country (Claresholm)",
          "Postal_Code": "T0L",
          "createdAt": "2020-02-20T20:14:18.096Z",
          "id": "FgRgUqWGRF",
          "updatedAt": "2020-02-20T20:14:18.096Z"
        },
        {
          "ACL": null,
          "Accuracy": 4,
          "Admin_Code": "AB",
          "Admin_Code2": null,
          "Admin_Code3": null,
          "Admin_Name": "Alberta",
          "Admin_Name2": null,
          "Admin_Name3": null,
          "CountryCode": "CA",
          "Latitude": 51.0501,
          "Longitude": -113.3852,
          "Place_Name": "Strathmore",
          "Postal_Code": "T1P",
          "createdAt": "2020-02-20T20:14:18.096Z",
          "id": "sltM4V3sEu",
          "updatedAt": "2020-02-20T20:14:18.096Z"
        },
        {
          "ACL": null,
          "Accuracy": 6,
          "Admin_Code": "AB",
          "Admin_Code2": null,
          "Admin_Code3": null,
          "Admin_Name": "Alberta",
          "Admin_Name2": "Calgary",
          "Admin_Name3": null,
          "CountryCode": "CA",
          "Latitude": 51.1111,
          "Longitude": -114.0477,
          "Place_Name": "Calgary (Thornecliffe / Tuxedo)",
          "Postal_Code": "T2K",
          "createdAt": "2020-02-20T20:14:18.097Z",
          "id": "L153xEnEUn",
          "updatedAt": "2020-02-20T20:14:18.097Z"
        }
      ]
    }
  }
}