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

  1. Back4App
  2. World Bank - International Tourism
Public

13
16
13
16
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All International_Tourism_Number_Arrivals

This GraphQL query fetches All International_Tourism_Number_Arrivals


0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
query allInternational_Tourism_Number_Arrivals {
      international_Tourism_Number_Arrivals (skip: 0, limit: 3) {
        results {
          ACL
          Country_Code
          Country_Name
          Indicator_Code
          Indicator_Name
          Year_1995
          Year_1996
          Year_1997
          Year_1998
          Year_1999
          Year_2000
          Year_2001
          Year_2002
          Year_2003
          Year_2004
          Year_2005
          Year_2006
          Year_2007
          Year_2008
          Year_2009
          Year_2010
          Year_2011
          Year_2012
          Year_2013
          Year_2014
          Year_2015
          Year_2016
          Year_2017
          Year_2018
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "international_Tourism_Number_Arrivals": {
      "results": [
        {
          "ACL": null,
          "Country_Code": "BFA",
          "Country_Name": "Burkina Faso",
          "Indicator_Code": "ST.INT.ARVL",
          "Indicator_Name": "International tourism, number of arrivals",
          "Year_1995": "124000",
          "Year_1996": "131000",
          "Year_1997": "138000",
          "Year_1998": "160000",
          "Year_1999": "117000",
          "Year_2000": "126000",
          "Year_2001": "128000",
          "Year_2002": "150000",
          "Year_2003": "163000",
          "Year_2004": "222000",
          "Year_2005": "245000",
          "Year_2006": "264000",
          "Year_2007": "289000",
          "Year_2008": "272000",
          "Year_2009": "269000",
          "Year_2010": "274000",
          "Year_2011": "238000",
          "Year_2012": "237000",
          "Year_2013": "218000",
          "Year_2014": "191000",
          "Year_2015": "163000",
          "Year_2016": "152000",
          "Year_2017": "143000",
          "Year_2018": "144000",
          "createdAt": "2020-03-10T12:11:44.735Z",
          "id": "8ujW3Q4BgG",
          "updatedAt": "2020-03-10T12:11:44.735Z"
        },
        {
          "ACL": null,
          "Country_Code": "AGO",
          "Country_Name": "Angola",
          "Indicator_Code": "ST.INT.ARVL",
          "Indicator_Name": "International tourism, number of arrivals",
          "Year_1995": "9000",
          "Year_1996": "21000",
          "Year_1997": "45000",
          "Year_1998": "52000",
          "Year_1999": "45000",
          "Year_2000": "51000",
          "Year_2001": "67000",
          "Year_2002": "91000",
          "Year_2003": "107000",
          "Year_2004": "194000",
          "Year_2005": "210000",
          "Year_2006": "121000",
          "Year_2007": "195000",
          "Year_2008": "294000",
          "Year_2009": "366000",
          "Year_2010": "425000",
          "Year_2011": "481000",
          "Year_2012": "528000",
          "Year_2013": "650000",
          "Year_2014": "595000",
          "Year_2015": "592000",
          "Year_2016": "397000",
          "Year_2017": "261000",
          "Year_2018": "218000",
          "createdAt": "2020-03-10T12:11:44.734Z",
          "id": "2lrbIFHQxH",
          "updatedAt": "2020-03-10T12:11:44.734Z"
        },
        {
          "ACL": null,
          "Country_Code": "ARG",
          "Country_Name": "Argentina",
          "Indicator_Code": "ST.INT.ARVL",
          "Indicator_Name": "International tourism, number of arrivals",
          "Year_1995": "2289000",
          "Year_1996": "2614000",
          "Year_1997": "2764000",
          "Year_1998": "3012000",
          "Year_1999": "2898000",
          "Year_2000": "2909000",
          "Year_2001": "2620000",
          "Year_2002": "2820000",
          "Year_2003": "2995000",
          "Year_2004": "3457000",
          "Year_2005": "3823000",
          "Year_2006": "4173000",
          "Year_2007": "4562000",
          "Year_2008": "4700000",
          "Year_2009": "4308000",
          "Year_2010": "6800000",
          "Year_2011": "6703000",
          "Year_2012": "6497000",
          "Year_2013": "6510000",
          "Year_2014": "7165000",
          "Year_2015": "6816000",
          "Year_2016": "6668000",
          "Year_2017": "6711000",
          "Year_2018": "6942000",
          "createdAt": "2020-03-10T12:11:44.735Z",
          "id": "ZBAWxxKzeu",
          "updatedAt": "2020-03-10T12:11:44.735Z"
        }
      ]
    }
  }
}