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

  1. Paul Datasets
  2. ISO 3166 Country Codes and ISO 3166-2 Subdivision Codes
Public

18
21
18
21
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All ISO_3166_2_Subdivision_Codes

This GraphQL query fetches All ISO_3166_2_Subdivision_Codes


0
1
2
3
4
5
6
7
8
9
10
11
12
query allISO_3166_2_Subdivision_Codes {
      iSO_3166_2_Subdivision_Codes (skip: 0, limit: 3) {
        results {
          ACL
          Code
          Country_Code
          Subdivision_Name
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "iSO_3166_2_Subdivision_Codes": {
      "results": [
        {
          "ACL": null,
          "Code": "AD-08",
          "Country_Code": "AD",
          "Subdivision_Name": "Escaldes-Engordany",
          "createdAt": "2020-02-10T21:57:22.848Z",
          "id": "YddFHaYOWG",
          "updatedAt": "2020-02-10T21:57:22.848Z"
        },
        {
          "ACL": null,
          "Code": "AE-UQ",
          "Country_Code": "AE",
          "Subdivision_Name": "Umm al Qaywayn",
          "createdAt": "2020-02-10T21:57:22.849Z",
          "id": "U1lYDooxCY",
          "updatedAt": "2020-02-10T21:57:22.849Z"
        },
        {
          "ACL": null,
          "Code": "AD-04",
          "Country_Code": "AD",
          "Subdivision_Name": "La Massana",
          "createdAt": "2020-02-10T21:57:22.848Z",
          "id": "BYGL5qpdFq",
          "updatedAt": "2020-02-10T21:57:22.848Z"
        }
      ]
    }
  }
}