Twitter Scraper

ENDPOINTS
GET/trends/locations

Trend Locations

List every country and city X reports trends for, with WOEIDs and country codes.

QUERY PARAMS

Filter by place name, country name or country code.

Example: united

{
  "count": 467,
  "locations": [
    {
      "woeid": 1,
      "name": "Worldwide",
      "type": "Supername",
      "country": null,
      "country_code": null,
      "parent_woeid": 0
    },
    {
      "woeid": 2972,
      "name": "Winnipeg",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 3369,
      "name": "Ottawa",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 3444,
      "name": "Quebec",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 3534,
      "name": "Montreal",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 4118,
      "name": "Toronto",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 8676,
      "name": "Edmonton",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 8775,
      "name": "Calgary",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 9807,
      "name": "Vancouver",
      "type": "Town",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 23424775
    },
    {
      "woeid": 12723,
      "name": "Birmingham",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 12903,
      "name": "Blackpool",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 13383,
      "name": "Bournemouth",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 13911,
      "name": "Brighton",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 13963,
      "name": "Bristol",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 15127,
      "name": "Cardiff",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 17044,
      "name": "Coventry",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 18114,
      "name": "Derby",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 19344,
      "name": "Edinburgh",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 21125,
      "name": "Glasgow",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 25211,
      "name": "Hull",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 26042,
      "name": "Leeds",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 26062,
      "name": "Leicester",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 26734,
      "name": "Liverpool",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 28218,
      "name": "Manchester",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 28869,
      "name": "Middlesbrough",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 30079,
      "name": "Newcastle",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 30720,
      "name": "Nottingham",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 32185,
      "name": "Plymouth",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 32452,
      "name": "Portsmouth",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 32566,
      "name": "Preston",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 34503,
      "name": "Sheffield",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 36240,
      "name": "Stoke-on-Trent",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 36758,
      "name": "Swansea",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 44418,
      "name": "London",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 44544,
      "name": "Belfast",
      "type": "Town",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 23424975
    },
    {
      "woeid": 76456,
      "name": "Santo Domingo",
      "type": "Town",
      "country": "Dominican Republic",
      "country_code": "DO",
      "parent_woeid": 23424800
    },
    {
      "woeid": 83123,
      "name": "Guatemala City",
      "type": "Town",
      "country": "Guatemala",
      "country_code": "GT",
      "parent_woeid": 23424834
    },
    {
      "woeid": 110978,
      "name": "Acapulco",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 111579,
      "name": "Aguascalientes",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 115958,
      "name": "Chihuahua",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 116545,
      "name": "Mexico City",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 116556,
      "name": "Ciudad Juarez",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 116564,
      "name": "Nezahualcóyotl",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 117994,
      "name": "Culiacán",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 118466,
      "name": "Ecatepec de Morelos",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 124162,
      "name": "Guadalajara",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 124785,
      "name": "Hermosillo",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 131068,
      "name": "León",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 133327,
      "name": "Mérida",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 133475,
      "name": "Mexicali",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 134047,
      "name": "Monterrey",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 134091,
      "name": "Morelia",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 134395,
      "name": "Naucalpan de Juárez",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 137612,
      "name": "Puebla",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 138045,
      "name": "Querétaro",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 141272,
      "name": "Saltillo",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 144265,
      "name": "San Luis Potosí",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 149361,
      "name": "Tijuana",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 149769,
      "name": "Toluca",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 151582,
      "name": "Zapopan",
      "type": "Town",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 23424900
    },
    {
      "woeid": 332471,
      "name": "Mendoza",
      "type": "Town",
      "country": "Argentina",
      "country_code": "AR",
      "parent_woeid": 23424747
    },
    {
      "woeid": 349859,
      "name": "Santiago",
      "type": "Town",
      "country": "Chile",
      "country_code": "CL",
      "parent_woeid": 23424782
    },
    {
      "woeid": 349860,
      "name": "Concepcion",
      "type": "Town",
      "country": "Chile",
      "country_code": "CL",
      "parent_woeid": 23424782
    },
    {
      "woeid": 349861,
      "name": "Valparaiso",
      "type": "Town",
      "country": "Chile",
      "country_code": "CL",
      "parent_woeid": 23424782
    },
    {
      "woeid": 368148,
      "name": "Bogotá",
      "type": "Town",
      "country": "Colombia",
      "country_code": "CO",
      "parent_woeid": 23424787
    },
    {
      "woeid": 368149,
      "name": "Cali",
      "type": "Town",
      "country": "Colombia",
      "country_code": "CO",
      "parent_woeid": 23424787
    },
    {
      "woeid": 368150,
      "name": "Medellín",
      "type": "Town",
      "country": "Colombia",
      "country_code": "CO",
      "parent_woeid": 23424787
    },
    {
      "woeid": 368151,
      "name": "Barranquilla",
      "type": "Town",
      "country": "Colombia",
      "country_code": "CO",
      "parent_woeid": 23424787
    },
    {
      "woeid": 375732,
      "name": "Quito",
      "type": "Town",
      "country": "Ecuador",
      "country_code": "EC",
      "parent_woeid": 23424801
    },
    {
      "woeid": 375733,
      "name": "Guayaquil",
      "type": "Town",
      "country": "Ecuador",
      "country_code": "EC",
      "parent_woeid": 23424801
    },
    {
      "woeid": 395269,
      "name": "Caracas",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395270,
      "name": "Maracaibo",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395271,
      "name": "Maracay",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395272,
      "name": "Valencia",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395273,
      "name": "Barcelona",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395275,
      "name": "Ciudad Guayana",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 395277,
      "name": "Turmero",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 418440,
      "name": "Lima",
      "type": "Town",
      "country": "Peru",
      "country_code": "PE",
      "parent_woeid": 23424919
    },
    {
      "woeid": 455819,
      "name": "Brasília",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455820,
      "name": "Belém",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455821,
      "name": "Belo Horizonte",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455822,
      "name": "Curitiba",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455823,
      "name": "Porto Alegre",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455824,
      "name": "Recife",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455825,
      "name": "Rio de Janeiro",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455826,
      "name": "Salvador",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455827,
      "name": "São Paulo",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455828,
      "name": "Campinas",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455830,
      "name": "Fortaleza",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455831,
      "name": "Goiânia",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455833,
      "name": "Manaus",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455834,
      "name": "São Luís",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 455867,
      "name": "Guarulhos",
      "type": "Town",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 23424768
    },
    {
      "woeid": 466861,
      "name": "Córdoba",
      "type": "Town",
      "country": "Argentina",
      "country_code": "AR",
      "parent_woeid": 23424747
    },
    {
      "woeid": 466862,
      "name": "Rosario",
      "type": "Town",
      "country": "Argentina",
      "country_code": "AR",
      "parent_woeid": 23424747
    },
    {
      "woeid": 468382,
      "name": "Barquisimeto",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 468384,
      "name": "Maturín",
      "type": "Town",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 23424982
    },
    {
      "woeid": 468739,
      "name": "Buenos Aires",
      "type": "Town",
      "country": "Argentina",
      "country_code": "AR",
      "parent_woeid": 23424747
    },
    {
      "woeid": 493417,
      "name": "Gdańsk",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 502075,
      "name": "Kraków",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 505120,
      "name": "Lodz",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 514048,
      "name": "Poznań",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 523920,
      "name": "Warsaw",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 526363,
      "name": "Wroclaw",
      "type": "Town",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 23424923
    },
    {
      "woeid": 551801,
      "name": "Vienna",
      "type": "Town",
      "country": "Austria",
      "country_code": "AT",
      "parent_woeid": 23424750
    },
    {
      "woeid": 560472,
      "name": "Cork",
      "type": "Town",
      "country": "Ireland",
      "country_code": "IE",
      "parent_woeid": 23424803
    },
    {
      "woeid": 560743,
      "name": "Dublin",
      "type": "Town",
      "country": "Ireland",
      "country_code": "IE",
      "parent_woeid": 23424803
    },
    {
      "woeid": 560912,
      "name": "Galway",
      "type": "Town",
      "country": "Ireland",
      "country_code": "IE",
      "parent_woeid": 23424803
    },
    {
      "woeid": 580778,
      "name": "Bordeaux",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 608105,
      "name": "Lille",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 609125,
      "name": "Lyon",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 610264,
      "name": "Marseille",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 612977,
      "name": "Montpellier",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 613858,
      "name": "Nantes",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 615702,
      "name": "Paris",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 619163,
      "name": "Rennes",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 627791,
      "name": "Strasbourg",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 628886,
      "name": "Toulouse",
      "type": "Town",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 23424819
    },
    {
      "woeid": 638242,
      "name": "Berlin",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 641142,
      "name": "Bremen",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 645458,
      "name": "Dortmund",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 645686,
      "name": "Dresden",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 646099,
      "name": "Dusseldorf",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 648820,
      "name": "Essen",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 650272,
      "name": "Frankfurt",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 656958,
      "name": "Hamburg",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 667931,
      "name": "Cologne",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 671072,
      "name": "Leipzig",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 676757,
      "name": "Munich",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 698064,
      "name": "Stuttgart",
      "type": "Town",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 23424829
    },
    {
      "woeid": 711080,
      "name": "Bologna",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 716085,
      "name": "Genoa",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 718345,
      "name": "Milan",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 719258,
      "name": "Naples",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 719846,
      "name": "Palermo",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 721943,
      "name": "Rome",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 725003,
      "name": "Turin",
      "type": "Town",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 23424853
    },
    {
      "woeid": 726874,
      "name": "Den Haag",
      "type": "Town",
      "country": "Netherlands",
      "country_code": "NL",
      "parent_woeid": 23424909
    },
    {
      "woeid": 727232,
      "name": "Amsterdam",
      "type": "Town",
      "country": "Netherlands",
      "country_code": "NL",
      "parent_woeid": 23424909
    },
    {
      "woeid": 733075,
      "name": "Rotterdam",
      "type": "Town",
      "country": "Netherlands",
      "country_code": "NL",
      "parent_woeid": 23424909
    },
    {
      "woeid": 734047,
      "name": "Utrecht",
      "type": "Town",
      "country": "Netherlands",
      "country_code": "NL",
      "parent_woeid": 23424909
    },
    {
      "woeid": 753692,
      "name": "Barcelona",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 754542,
      "name": "Bilbao",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 764814,
      "name": "Las Palmas",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 766273,
      "name": "Madrid",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 766356,
      "name": "Malaga",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 768026,
      "name": "Murcia",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 769293,
      "name": "Palma",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 774508,
      "name": "Seville",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 776688,
      "name": "Valencia",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 779063,
      "name": "Zaragoza",
      "type": "Town",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 23424950
    },
    {
      "woeid": 782538,
      "name": "Geneva",
      "type": "Town",
      "country": "Switzerland",
      "country_code": "CH",
      "parent_woeid": 23424957
    },
    {
      "woeid": 783058,
      "name": "Lausanne",
      "type": "Town",
      "country": "Switzerland",
      "country_code": "CH",
      "parent_woeid": 23424957
    },
    {
      "woeid": 784794,
      "name": "Zurich",
      "type": "Town",
      "country": "Switzerland",
      "country_code": "CH",
      "parent_woeid": 23424957
    },
    {
      "woeid": 824382,
      "name": "Brest",
      "type": "Town",
      "country": "Belarus",
      "country_code": "BY",
      "parent_woeid": 23424765
    },
    {
      "woeid": 825848,
      "name": "Grodno",
      "type": "Town",
      "country": "Belarus",
      "country_code": "BY",
      "parent_woeid": 23424765
    },
    {
      "woeid": 825978,
      "name": "Gomel",
      "type": "Town",
      "country": "Belarus",
      "country_code": "BY",
      "parent_woeid": 23424765
    },
    {
      "woeid": 834463,
      "name": "Minsk",
      "type": "Town",
      "country": "Belarus",
      "country_code": "BY",
      "parent_woeid": 23424765
    },
    {
      "woeid": 854823,
      "name": "Riga",
      "type": "Town",
      "country": "Latvia",
      "country_code": "LV",
      "parent_woeid": 23424874
    },
    {
      "woeid": 857105,
      "name": "Bergen",
      "type": "Town",
      "country": "Norway",
      "country_code": "NO",
      "parent_woeid": 23424910
    },
    {
      "woeid": 862592,
      "name": "Oslo",
      "type": "Town",
      "country": "Norway",
      "country_code": "NO",
      "parent_woeid": 23424910
    },
    {
      "woeid": 890869,
      "name": "Gothenburg",
      "type": "Town",
      "country": "Sweden",
      "country_code": "SE",
      "parent_woeid": 23424954
    },
    {
      "woeid": 906057,
      "name": "Stockholm",
      "type": "Town",
      "country": "Sweden",
      "country_code": "SE",
      "parent_woeid": 23424954
    },
    {
      "woeid": 918981,
      "name": "Dnipropetrovsk",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 919163,
      "name": "Donetsk",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 922137,
      "name": "Kharkiv",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 924938,
      "name": "Kyiv",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 924943,
      "name": "Lviv",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 929398,
      "name": "Odesa",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 939628,
      "name": "Zaporozhye",
      "type": "Town",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 23424976
    },
    {
      "woeid": 946738,
      "name": "Athens",
      "type": "Town",
      "country": "Greece",
      "country_code": "GR",
      "parent_woeid": 23424833
    },
    {
      "woeid": 963291,
      "name": "Thessaloniki",
      "type": "Town",
      "country": "Greece",
      "country_code": "GR",
      "parent_woeid": 23424833
    },
    {
      "woeid": 1030077,
      "name": "Bekasi",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1032539,
      "name": "Depok",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1040779,
      "name": "Pekanbaru",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1044316,
      "name": "Surabaya",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1046138,
      "name": "Makassar",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1047180,
      "name": "Bandung",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1047378,
      "name": "Jakarta",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1047908,
      "name": "Medan",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1048059,
      "name": "Palembang",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1048324,
      "name": "Semarang",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1048536,
      "name": "Tangerang",
      "type": "Town",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 23424846
    },
    {
      "woeid": 1062617,
      "name": "Singapore",
      "type": "Town",
      "country": "Singapore",
      "country_code": "SG",
      "parent_woeid": 23424948
    },
    {
      "woeid": 1098081,
      "name": "Perth",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1099805,
      "name": "Adelaide",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1100661,
      "name": "Brisbane",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1100968,
      "name": "Canberra",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1101597,
      "name": "Darwin",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1103816,
      "name": "Melbourne",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1105779,
      "name": "Sydney",
      "type": "Town",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 23424748
    },
    {
      "woeid": 1110809,
      "name": "Kitakyushu",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1116753,
      "name": "Saitama",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117034,
      "name": "Chiba",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117099,
      "name": "Fukuoka",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117155,
      "name": "Hamamatsu",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117227,
      "name": "Hiroshima",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117502,
      "name": "Kawasaki",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117545,
      "name": "Kobe",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117605,
      "name": "Kumamoto",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117817,
      "name": "Nagoya",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1117881,
      "name": "Niigata",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118072,
      "name": "Sagamihara",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118108,
      "name": "Sapporo",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118129,
      "name": "Sendai",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118285,
      "name": "Takamatsu",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118370,
      "name": "Tokyo",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1118550,
      "name": "Yokohama",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 1130853,
      "name": "Goyang",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132094,
      "name": "Yongin",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132444,
      "name": "Ansan",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132445,
      "name": "Bucheon",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132447,
      "name": "Busan",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132449,
      "name": "Changwon",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132466,
      "name": "Daegu",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132481,
      "name": "Gwangju",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132496,
      "name": "Incheon",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132559,
      "name": "Seongnam",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132567,
      "name": "Suwon",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132578,
      "name": "Ulsan",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1132599,
      "name": "Seoul",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 1141268,
      "name": "Kajang",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 1154679,
      "name": "Ipoh",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 1154698,
      "name": "Johor Bahru",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 1154726,
      "name": "Klang",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 1154781,
      "name": "Kuala Lumpur",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 1167715,
      "name": "Calocan",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1180689,
      "name": "Makati",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1187115,
      "name": "Pasig",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1195098,
      "name": "Taguig",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1198785,
      "name": "Antipolo",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199002,
      "name": "Cagayan de Oro",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199079,
      "name": "Cebu City",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199136,
      "name": "Davao City",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199477,
      "name": "Manila",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199682,
      "name": "Quezon City",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1199980,
      "name": "Zamboanga City",
      "type": "Town",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 23424934
    },
    {
      "woeid": 1225448,
      "name": "Bangkok",
      "type": "Town",
      "country": "Thailand",
      "country_code": "TH",
      "parent_woeid": 23424960
    },
    {
      "woeid": 1236594,
      "name": "Hanoi",
      "type": "Town",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 23424984
    },
    {
      "woeid": 1236690,
      "name": "Hai Phong",
      "type": "Town",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 23424984
    },
    {
      "woeid": 1252351,
      "name": "Can Tho",
      "type": "Town",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 23424984
    },
    {
      "woeid": 1252376,
      "name": "Da Nang",
      "type": "Town",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 23424984
    },
    {
      "woeid": 1252431,
      "name": "Ho Chi Minh City",
      "type": "Town",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 23424984
    },
    {
      "woeid": 1253079,
      "name": "Algiers",
      "type": "Town",
      "country": "Algeria",
      "country_code": "DZ",
      "parent_woeid": 23424740
    },
    {
      "woeid": 1326075,
      "name": "Accra",
      "type": "Town",
      "country": "Ghana",
      "country_code": "GH",
      "parent_woeid": 23424824
    },
    {
      "woeid": 1330595,
      "name": "Kumasi",
      "type": "Town",
      "country": "Ghana",
      "country_code": "GH",
      "parent_woeid": 23424824
    },
    {
      "woeid": 1387660,
      "name": "Benin City",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1393672,
      "name": "Ibadan",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1396439,
      "name": "Kaduna",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1396803,
      "name": "Kano",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1398823,
      "name": "Lagos",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1404447,
      "name": "Port Harcourt",
      "type": "Town",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 23424908
    },
    {
      "woeid": 1521643,
      "name": "Giza",
      "type": "Town",
      "country": "Egypt",
      "country_code": "EG",
      "parent_woeid": 23424802
    },
    {
      "woeid": 1521894,
      "name": "Cairo",
      "type": "Town",
      "country": "Egypt",
      "country_code": "EG",
      "parent_woeid": 23424802
    },
    {
      "woeid": 1522006,
      "name": "Alexandria",
      "type": "Town",
      "country": "Egypt",
      "country_code": "EG",
      "parent_woeid": 23424802
    },
    {
      "woeid": 1528335,
      "name": "Mombasa",
      "type": "Town",
      "country": "Kenya",
      "country_code": "KE",
      "parent_woeid": 23424863
    },
    {
      "woeid": 1528488,
      "name": "Nairobi",
      "type": "Town",
      "country": "Kenya",
      "country_code": "KE",
      "parent_woeid": 23424863
    },
    {
      "woeid": 1580913,
      "name": "Durban",
      "type": "Town",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1582504,
      "name": "Johannesburg",
      "type": "Town",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1586614,
      "name": "Port Elizabeth",
      "type": "Town",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1586638,
      "name": "Pretoria",
      "type": "Town",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1587677,
      "name": "Soweto",
      "type": "Unknown",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1591691,
      "name": "Cape Town",
      "type": "Town",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 23424942
    },
    {
      "woeid": 1937801,
      "name": "Medina",
      "type": "Town",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 1939574,
      "name": "Dammam",
      "type": "Town",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 1939753,
      "name": "Riyadh",
      "type": "Town",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 1939873,
      "name": "Jeddah",
      "type": "Town",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 1939897,
      "name": "Mecca",
      "type": "Town",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 1940119,
      "name": "Sharjah",
      "type": "Town",
      "country": "United Arab Emirates",
      "country_code": "AE",
      "parent_woeid": 23424738
    },
    {
      "woeid": 1940330,
      "name": "Abu Dhabi",
      "type": "Town",
      "country": "United Arab Emirates",
      "country_code": "AE",
      "parent_woeid": 23424738
    },
    {
      "woeid": 1940345,
      "name": "Dubai",
      "type": "Town",
      "country": "United Arab Emirates",
      "country_code": "AE",
      "parent_woeid": 23424738
    },
    {
      "woeid": 1967449,
      "name": "Haifa",
      "type": "Town",
      "country": "Israel",
      "country_code": "IL",
      "parent_woeid": 23424852
    },
    {
      "woeid": 1968212,
      "name": "Tel Aviv",
      "type": "Town",
      "country": "Israel",
      "country_code": "IL",
      "parent_woeid": 23424852
    },
    {
      "woeid": 1968222,
      "name": "Jerusalem",
      "type": "Town",
      "country": "Israel",
      "country_code": "IL",
      "parent_woeid": 23424852
    },
    {
      "woeid": 1968902,
      "name": "Amman",
      "type": "Town",
      "country": "Jordan",
      "country_code": "JO",
      "parent_woeid": 23424860
    },
    {
      "woeid": 1997422,
      "name": "Chelyabinsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2018708,
      "name": "Khabarovsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2028717,
      "name": "Krasnodar",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2029043,
      "name": "Krasnoyarsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2077746,
      "name": "Samara",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2108210,
      "name": "Voronezh",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2112237,
      "name": "Yekaterinburg",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2121040,
      "name": "Irkutsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2121267,
      "name": "Kazan",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2122265,
      "name": "Moscow",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2122471,
      "name": "Nizhny Novgorod",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2122541,
      "name": "Novosibirsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2122641,
      "name": "Omsk",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2122814,
      "name": "Perm",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2123177,
      "name": "Rostov-on-Don",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2123260,
      "name": "Saint Petersburg",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2124045,
      "name": "Ufa",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2124288,
      "name": "Vladivostok",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2124298,
      "name": "Volgograd",
      "type": "Town",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 23424936
    },
    {
      "woeid": 2211096,
      "name": "Karachi",
      "type": "Town",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 23424922
    },
    {
      "woeid": 2211177,
      "name": "Lahore",
      "type": "Town",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 23424922
    },
    {
      "woeid": 2211269,
      "name": "Multan",
      "type": "Town",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 23424922
    },
    {
      "woeid": 2211387,
      "name": "Rawalpindi",
      "type": "Town",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 23424922
    },
    {
      "woeid": 2211574,
      "name": "Faisalabad",
      "type": "Town",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 23424922
    },
    {
      "woeid": 2268284,
      "name": "Muscat",
      "type": "Town",
      "country": "Oman",
      "country_code": "OM",
      "parent_woeid": 23424898
    },
    {
      "woeid": 2282863,
      "name": "Nagpur",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295377,
      "name": "Lucknow",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295378,
      "name": "Kanpur",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295381,
      "name": "Patna",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295383,
      "name": "Ranchi",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295386,
      "name": "Kolkata",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295387,
      "name": "Srinagar",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295388,
      "name": "Amritsar",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295401,
      "name": "Jaipur",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295402,
      "name": "Ahmedabad",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295404,
      "name": "Rajkot",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295405,
      "name": "Surat",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295407,
      "name": "Bhopal",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295408,
      "name": "Indore",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295410,
      "name": "Thane",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295411,
      "name": "Mumbai",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295412,
      "name": "Pune",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295414,
      "name": "Hyderabad",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295420,
      "name": "Bangalore",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2295424,
      "name": "Chennai",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 2323778,
      "name": "Mersin",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343678,
      "name": "Adana",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343732,
      "name": "Ankara",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343733,
      "name": "Antalya",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343843,
      "name": "Bursa",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343932,
      "name": "Diyarbakır",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343980,
      "name": "Eskişehir",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2343999,
      "name": "Gaziantep",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2344116,
      "name": "Istanbul",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2344117,
      "name": "Izmir",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2344174,
      "name": "Kayseri",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2344210,
      "name": "Konya",
      "type": "Town",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 23424969
    },
    {
      "woeid": 2345896,
      "name": "Okinawa",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 2345975,
      "name": "Daejeon",
      "type": "Town",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 23424868
    },
    {
      "woeid": 2348079,
      "name": "Auckland",
      "type": "Town",
      "country": "New Zealand",
      "country_code": "NZ",
      "parent_woeid": 23424916
    },
    {
      "woeid": 2352824,
      "name": "Albuquerque",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2357024,
      "name": "Atlanta",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2357536,
      "name": "Austin",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2358820,
      "name": "Baltimore",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2359991,
      "name": "Baton Rouge",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2364559,
      "name": "Birmingham",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2367105,
      "name": "Boston",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2378426,
      "name": "Charlotte",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2379574,
      "name": "Chicago",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2380358,
      "name": "Cincinnati",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2381475,
      "name": "Cleveland",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2383489,
      "name": "Colorado Springs",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2383660,
      "name": "Columbus",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2388929,
      "name": "Dallas-Ft. Worth",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2391279,
      "name": "Denver",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2391585,
      "name": "Detroit",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2397816,
      "name": "El Paso",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2407517,
      "name": "Fresno",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2414469,
      "name": "Greensboro",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2418046,
      "name": "Harrisburg",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2423945,
      "name": "Honolulu",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2424766,
      "name": "Houston",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2427032,
      "name": "Indianapolis",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2428184,
      "name": "Jackson",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2428344,
      "name": "Jacksonville",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2430683,
      "name": "Kansas City",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2436704,
      "name": "Las Vegas",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2441472,
      "name": "Long Beach",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2442047,
      "name": "Los Angeles",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2442327,
      "name": "Louisville",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2449323,
      "name": "Memphis",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2449808,
      "name": "Mesa",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2450022,
      "name": "Miami",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2451822,
      "name": "Milwaukee",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2452078,
      "name": "Minneapolis",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2457170,
      "name": "Nashville",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2458410,
      "name": "New Haven",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2458833,
      "name": "New Orleans",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2459115,
      "name": "New York",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2460389,
      "name": "Norfolk",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2464592,
      "name": "Oklahoma City",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2465512,
      "name": "Omaha",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2466256,
      "name": "Orlando",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2471217,
      "name": "Philadelphia",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2471390,
      "name": "Phoenix",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2473224,
      "name": "Pittsburgh",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2475687,
      "name": "Portland",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2477058,
      "name": "Providence",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2478307,
      "name": "Raleigh",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2480894,
      "name": "Richmond",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2486340,
      "name": "Sacramento",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2486982,
      "name": "St. Louis",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2487610,
      "name": "Salt Lake City",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2487796,
      "name": "San Antonio",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2487889,
      "name": "San Diego",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2487956,
      "name": "San Francisco",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2488042,
      "name": "San Jose",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2490383,
      "name": "Seattle",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2503713,
      "name": "Tallahassee",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2503863,
      "name": "Tampa",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2508428,
      "name": "Tucson",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2512636,
      "name": "Virginia Beach",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 2514815,
      "name": "Washington",
      "type": "Town",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 23424977
    },
    {
      "woeid": 15015370,
      "name": "Osaka",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 15015372,
      "name": "Kyoto",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    },
    {
      "woeid": 20070458,
      "name": "Delhi",
      "type": "Town",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 23424848
    },
    {
      "woeid": 23424738,
      "name": "United Arab Emirates",
      "type": "Country",
      "country": "United Arab Emirates",
      "country_code": "AE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424740,
      "name": "Algeria",
      "type": "Country",
      "country": "Algeria",
      "country_code": "DZ",
      "parent_woeid": 1
    },
    {
      "woeid": 23424747,
      "name": "Argentina",
      "type": "Country",
      "country": "Argentina",
      "country_code": "AR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424748,
      "name": "Australia",
      "type": "Country",
      "country": "Australia",
      "country_code": "AU",
      "parent_woeid": 1
    },
    {
      "woeid": 23424750,
      "name": "Austria",
      "type": "Country",
      "country": "Austria",
      "country_code": "AT",
      "parent_woeid": 1
    },
    {
      "woeid": 23424753,
      "name": "Bahrain",
      "type": "Country",
      "country": "Bahrain",
      "country_code": "BH",
      "parent_woeid": 1
    },
    {
      "woeid": 23424757,
      "name": "Belgium",
      "type": "Country",
      "country": "Belgium",
      "country_code": "BE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424765,
      "name": "Belarus",
      "type": "Country",
      "country": "Belarus",
      "country_code": "BY",
      "parent_woeid": 1
    },
    {
      "woeid": 23424768,
      "name": "Brazil",
      "type": "Country",
      "country": "Brazil",
      "country_code": "BR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424775,
      "name": "Canada",
      "type": "Country",
      "country": "Canada",
      "country_code": "CA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424782,
      "name": "Chile",
      "type": "Country",
      "country": "Chile",
      "country_code": "CL",
      "parent_woeid": 1
    },
    {
      "woeid": 23424787,
      "name": "Colombia",
      "type": "Country",
      "country": "Colombia",
      "country_code": "CO",
      "parent_woeid": 1
    },
    {
      "woeid": 23424796,
      "name": "Denmark",
      "type": "Country",
      "country": "Denmark",
      "country_code": "DK",
      "parent_woeid": 1
    },
    {
      "woeid": 23424800,
      "name": "Dominican Republic",
      "type": "Country",
      "country": "Dominican Republic",
      "country_code": "DO",
      "parent_woeid": 1
    },
    {
      "woeid": 23424801,
      "name": "Ecuador",
      "type": "Country",
      "country": "Ecuador",
      "country_code": "EC",
      "parent_woeid": 1
    },
    {
      "woeid": 23424802,
      "name": "Egypt",
      "type": "Country",
      "country": "Egypt",
      "country_code": "EG",
      "parent_woeid": 1
    },
    {
      "woeid": 23424803,
      "name": "Ireland",
      "type": "Country",
      "country": "Ireland",
      "country_code": "IE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424819,
      "name": "France",
      "type": "Country",
      "country": "France",
      "country_code": "FR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424824,
      "name": "Ghana",
      "type": "Country",
      "country": "Ghana",
      "country_code": "GH",
      "parent_woeid": 1
    },
    {
      "woeid": 23424829,
      "name": "Germany",
      "type": "Country",
      "country": "Germany",
      "country_code": "DE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424833,
      "name": "Greece",
      "type": "Country",
      "country": "Greece",
      "country_code": "GR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424834,
      "name": "Guatemala",
      "type": "Country",
      "country": "Guatemala",
      "country_code": "GT",
      "parent_woeid": 1
    },
    {
      "woeid": 23424846,
      "name": "Indonesia",
      "type": "Country",
      "country": "Indonesia",
      "country_code": "ID",
      "parent_woeid": 1
    },
    {
      "woeid": 23424848,
      "name": "India",
      "type": "Country",
      "country": "India",
      "country_code": "IN",
      "parent_woeid": 1
    },
    {
      "woeid": 23424852,
      "name": "Israel",
      "type": "Country",
      "country": "Israel",
      "country_code": "IL",
      "parent_woeid": 1
    },
    {
      "woeid": 23424853,
      "name": "Italy",
      "type": "Country",
      "country": "Italy",
      "country_code": "IT",
      "parent_woeid": 1
    },
    {
      "woeid": 23424856,
      "name": "Japan",
      "type": "Country",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 1
    },
    {
      "woeid": 23424860,
      "name": "Jordan",
      "type": "Country",
      "country": "Jordan",
      "country_code": "JO",
      "parent_woeid": 1
    },
    {
      "woeid": 23424863,
      "name": "Kenya",
      "type": "Country",
      "country": "Kenya",
      "country_code": "KE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424868,
      "name": "Korea",
      "type": "Country",
      "country": "Korea",
      "country_code": "KR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424870,
      "name": "Kuwait",
      "type": "Country",
      "country": "Kuwait",
      "country_code": "KW",
      "parent_woeid": 1
    },
    {
      "woeid": 23424873,
      "name": "Lebanon",
      "type": "Country",
      "country": "Lebanon",
      "country_code": "LB",
      "parent_woeid": 1
    },
    {
      "woeid": 23424874,
      "name": "Latvia",
      "type": "Country",
      "country": "Latvia",
      "country_code": "LV",
      "parent_woeid": 1
    },
    {
      "woeid": 23424898,
      "name": "Oman",
      "type": "Country",
      "country": "Oman",
      "country_code": "OM",
      "parent_woeid": 1
    },
    {
      "woeid": 23424900,
      "name": "Mexico",
      "type": "Country",
      "country": "Mexico",
      "country_code": "MX",
      "parent_woeid": 1
    },
    {
      "woeid": 23424901,
      "name": "Malaysia",
      "type": "Country",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 1
    },
    {
      "woeid": 23424908,
      "name": "Nigeria",
      "type": "Country",
      "country": "Nigeria",
      "country_code": "NG",
      "parent_woeid": 1
    },
    {
      "woeid": 23424909,
      "name": "Netherlands",
      "type": "Country",
      "country": "Netherlands",
      "country_code": "NL",
      "parent_woeid": 1
    },
    {
      "woeid": 23424910,
      "name": "Norway",
      "type": "Country",
      "country": "Norway",
      "country_code": "NO",
      "parent_woeid": 1
    },
    {
      "woeid": 23424916,
      "name": "New Zealand",
      "type": "Country",
      "country": "New Zealand",
      "country_code": "NZ",
      "parent_woeid": 1
    },
    {
      "woeid": 23424919,
      "name": "Peru",
      "type": "Country",
      "country": "Peru",
      "country_code": "PE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424922,
      "name": "Pakistan",
      "type": "Country",
      "country": "Pakistan",
      "country_code": "PK",
      "parent_woeid": 1
    },
    {
      "woeid": 23424923,
      "name": "Poland",
      "type": "Country",
      "country": "Poland",
      "country_code": "PL",
      "parent_woeid": 1
    },
    {
      "woeid": 23424924,
      "name": "Panama",
      "type": "Country",
      "country": "Panama",
      "country_code": "PA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424925,
      "name": "Portugal",
      "type": "Country",
      "country": "Portugal",
      "country_code": "PT",
      "parent_woeid": 1
    },
    {
      "woeid": 23424930,
      "name": "Qatar",
      "type": "Country",
      "country": "Qatar",
      "country_code": "QA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424934,
      "name": "Philippines",
      "type": "Country",
      "country": "Philippines",
      "country_code": "PH",
      "parent_woeid": 1
    },
    {
      "woeid": 23424935,
      "name": "Puerto Rico",
      "type": "Country",
      "country": "Puerto Rico",
      "country_code": "PR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424936,
      "name": "Russia",
      "type": "Country",
      "country": "Russia",
      "country_code": "RU",
      "parent_woeid": 1
    },
    {
      "woeid": 23424938,
      "name": "Saudi Arabia",
      "type": "Country",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424942,
      "name": "South Africa",
      "type": "Country",
      "country": "South Africa",
      "country_code": "ZA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424948,
      "name": "Singapore",
      "type": "Country",
      "country": "Singapore",
      "country_code": "SG",
      "parent_woeid": 1
    },
    {
      "woeid": 23424950,
      "name": "Spain",
      "type": "Country",
      "country": "Spain",
      "country_code": "ES",
      "parent_woeid": 1
    },
    {
      "woeid": 23424954,
      "name": "Sweden",
      "type": "Country",
      "country": "Sweden",
      "country_code": "SE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424957,
      "name": "Switzerland",
      "type": "Country",
      "country": "Switzerland",
      "country_code": "CH",
      "parent_woeid": 1
    },
    {
      "woeid": 23424960,
      "name": "Thailand",
      "type": "Country",
      "country": "Thailand",
      "country_code": "TH",
      "parent_woeid": 1
    },
    {
      "woeid": 23424969,
      "name": "Turkey",
      "type": "Country",
      "country": "Turkey",
      "country_code": "TR",
      "parent_woeid": 1
    },
    {
      "woeid": 23424975,
      "name": "United Kingdom",
      "type": "Country",
      "country": "United Kingdom",
      "country_code": "GB",
      "parent_woeid": 1
    },
    {
      "woeid": 23424976,
      "name": "Ukraine",
      "type": "Country",
      "country": "Ukraine",
      "country_code": "UA",
      "parent_woeid": 1
    },
    {
      "woeid": 23424977,
      "name": "United States",
      "type": "Country",
      "country": "United States",
      "country_code": "US",
      "parent_woeid": 1
    },
    {
      "woeid": 23424982,
      "name": "Venezuela",
      "type": "Country",
      "country": "Venezuela",
      "country_code": "VE",
      "parent_woeid": 1
    },
    {
      "woeid": 23424984,
      "name": "Vietnam",
      "type": "Country",
      "country": "Vietnam",
      "country_code": "VN",
      "parent_woeid": 1
    },
    {
      "woeid": 56013632,
      "name": "Petaling",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 56013645,
      "name": "Hulu Langat",
      "type": "Town",
      "country": "Malaysia",
      "country_code": "MY",
      "parent_woeid": 23424901
    },
    {
      "woeid": 56120136,
      "name": "Ahsa",
      "type": "Unknown",
      "country": "Saudi Arabia",
      "country_code": "SA",
      "parent_woeid": 23424938
    },
    {
      "woeid": 90036018,
      "name": "Okayama",
      "type": "Town",
      "country": "Japan",
      "country_code": "JP",
      "parent_woeid": 23424856
    }
  ]
}