# HG changeset patch # User Dennis C. M. # Date 1663654406 -7200 # Node ID 413e2d21333ec2be496d922c3d6e71e95e4640bb first commit diff -r 000000000000 -r 413e2d21333e .gitignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.gitignore Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,133 @@ +# Created by https://www.toptal.com/developers/gitignore/api/xcode,macos,swift +# Edit at https://www.toptal.com/developers/gitignore?templates=xcode,macos,swift + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Swift ### +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +build/ +DerivedData/ +*.moved-aside +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 + +## Obj-C/Swift specific +*.hmap + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +# *.xcodeproj +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + +.build/ + +# CocoaPods +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# Pods/ +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build/ + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + +### Xcode ### + +## Xcode 8 and earlier + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + +# End of https://www.toptal.com/developers/gitignore/api/xcode,macos,swift diff -r 000000000000 -r 413e2d21333e GeoQuiz.xcodeproj/project.pbxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz.xcodeproj/project.pbxproj Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,488 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 55; + objects = { + +/* Begin PBXBuildFile section */ + 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */; }; + 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */; }; + 951D197328D485E000671FAD /* CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 951D197228D485E000671FAD /* CustomColors.swift */; }; + 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9539829228C51EDE00B70973 /* GeoQuizApp.swift */; }; + 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829628C51EDF00B70973 /* Assets.xcassets */; }; + 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9539829928C51EDF00B70973 /* Preview Assets.xcassets */; }; + 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658028D703EB00CEEC6D /* GameToolbar.swift */; }; + 955A658328D733E400CEEC6D /* GameProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658228D733E400CEEC6D /* GameProtocol.swift */; }; + 955A658528D73EC600CEEC6D /* GuessTheCapital.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */; }; + 955A65A928D7815E00CEEC6D /* Haptics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 955A65A828D7815E00CEEC6D /* Haptics.swift */; }; + 956273EA28CB2E98008DC094 /* FlagImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 956273E928CB2E98008DC094 /* FlagImage.swift */; }; + 959D257028C7251F00C55A5E /* BuyLivesModal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */; }; + 959D414928C87ED900BAAC14 /* CityPopulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D414828C87ED900BAAC14 /* CityPopulation.swift */; }; + 959D415028C8834B00BAAC14 /* CountryFlags.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414A28C8834B00BAAC14 /* CountryFlags.json */; }; + 959D415128C8834B00BAAC14 /* CountryPopulation.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414B28C8834B00BAAC14 /* CountryPopulation.json */; }; + 959D415228C8834B00BAAC14 /* CountryCurrencies.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */; }; + 959D415428C8834B00BAAC14 /* CountryCapitals.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414E28C8834B00BAAC14 /* CountryCapitals.json */; }; + 959D415528C8834B00BAAC14 /* CountryCities.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D414F28C8834B00BAAC14 /* CountryCities.json */; }; + 959D415728C8851900BAAC14 /* CountryCapitals.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415628C8851900BAAC14 /* CountryCapitals.swift */; }; + 959D415928C8854800BAAC14 /* CountryCities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415828C8854700BAAC14 /* CountryCities.swift */; }; + 959D415B28C885C700BAAC14 /* CountryCurrencies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */; }; + 959D415D28C885ED00BAAC14 /* CountryFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415C28C885ED00BAAC14 /* CountryFlags.swift */; }; + 959D415F28C8861F00BAAC14 /* CountryPopulation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */; }; + 959D416528C88B6400BAAC14 /* CityPopulation.json in Resources */ = {isa = PBXBuildFile; fileRef = 959D416428C88B6400BAAC14 /* CityPopulation.json */; }; + 95AE8D5728C8750E0067F219 /* Load.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AE8D5628C8750E0067F219 /* Load.swift */; }; + 95C430F728D092FC00480D23 /* GameSelection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C430F628D092FC00480D23 /* GameSelection.swift */; }; + 95C430F928D0A8E500480D23 /* CustomGradients.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C430F828D0A8E500480D23 /* CustomGradients.swift */; }; + 95C4315628C64A8C00212131 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315528C64A8C00212131 /* ContentView.swift */; }; + 95C4315928C6500000212131 /* GameButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C4315828C6500000212131 /* GameButton.swift */; }; + 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */; }; + 95FA409C28D9881100129B60 /* GuessTheFlag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA409B28D9881100129B60 /* GuessTheFlag.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnswerButton.swift; sourceTree = ""; }; + 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCapitalView.swift; sourceTree = ""; }; + 951D197228D485E000671FAD /* CustomColors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomColors.swift; sourceTree = ""; }; + 9539828F28C51EDE00B70973 /* GeoQuiz.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeoQuiz.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 9539829228C51EDE00B70973 /* GeoQuizApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoQuizApp.swift; sourceTree = ""; }; + 9539829628C51EDF00B70973 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 9539829928C51EDF00B70973 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 955A658028D703EB00CEEC6D /* GameToolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameToolbar.swift; sourceTree = ""; }; + 955A658228D733E400CEEC6D /* GameProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameProtocol.swift; sourceTree = ""; }; + 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheCapital.swift; sourceTree = ""; }; + 955A65A828D7815E00CEEC6D /* Haptics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Haptics.swift; sourceTree = ""; }; + 956273E928CB2E98008DC094 /* FlagImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlagImage.swift; sourceTree = ""; }; + 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuyLivesModal.swift; sourceTree = ""; }; + 959D414828C87ED900BAAC14 /* CityPopulation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CityPopulation.swift; sourceTree = ""; }; + 959D414A28C8834B00BAAC14 /* CountryFlags.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryFlags.json; sourceTree = ""; }; + 959D414B28C8834B00BAAC14 /* CountryPopulation.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryPopulation.json; sourceTree = ""; }; + 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCurrencies.json; sourceTree = ""; }; + 959D414E28C8834B00BAAC14 /* CountryCapitals.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCapitals.json; sourceTree = ""; }; + 959D414F28C8834B00BAAC14 /* CountryCities.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CountryCities.json; sourceTree = ""; }; + 959D415628C8851900BAAC14 /* CountryCapitals.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCapitals.swift; sourceTree = ""; }; + 959D415828C8854700BAAC14 /* CountryCities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCities.swift; sourceTree = ""; }; + 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryCurrencies.swift; sourceTree = ""; }; + 959D415C28C885ED00BAAC14 /* CountryFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryFlags.swift; sourceTree = ""; }; + 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryPopulation.swift; sourceTree = ""; }; + 959D416428C88B6400BAAC14 /* CityPopulation.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = CityPopulation.json; sourceTree = ""; }; + 95AE8D5628C8750E0067F219 /* Load.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Load.swift; sourceTree = ""; }; + 95C430F628D092FC00480D23 /* GameSelection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameSelection.swift; sourceTree = ""; }; + 95C430F828D0A8E500480D23 /* CustomGradients.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomGradients.swift; sourceTree = ""; }; + 95C4315528C64A8C00212131 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 95C4315828C6500000212131 /* GameButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameButton.swift; sourceTree = ""; }; + 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlagView.swift; sourceTree = ""; }; + 95FA409B28D9881100129B60 /* GuessTheFlag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GuessTheFlag.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 9539828C28C51EDE00B70973 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 95030CE728D1B60F001AA3A1 /* Logic */ = { + isa = PBXGroup; + children = ( + 95C430F628D092FC00480D23 /* GameSelection.swift */, + 95C430F828D0A8E500480D23 /* CustomGradients.swift */, + 951D197228D485E000671FAD /* CustomColors.swift */, + 955A658228D733E400CEEC6D /* GameProtocol.swift */, + 95AE8D5628C8750E0067F219 /* Load.swift */, + 955A65A828D7815E00CEEC6D /* Haptics.swift */, + 95FA409B28D9881100129B60 /* GuessTheFlag.swift */, + 955A658428D73EC600CEEC6D /* GuessTheCapital.swift */, + ); + path = Logic; + sourceTree = ""; + }; + 9520ABBA28C86D0300A3D4D7 /* Data */ = { + isa = PBXGroup; + children = ( + 959D416428C88B6400BAAC14 /* CityPopulation.json */, + 959D414E28C8834B00BAAC14 /* CountryCapitals.json */, + 959D414F28C8834B00BAAC14 /* CountryCities.json */, + 959D414C28C8834B00BAAC14 /* CountryCurrencies.json */, + 959D414A28C8834B00BAAC14 /* CountryFlags.json */, + 959D414B28C8834B00BAAC14 /* CountryPopulation.json */, + ); + path = Data; + sourceTree = ""; + }; + 9539828628C51EDE00B70973 = { + isa = PBXGroup; + children = ( + 9539829128C51EDE00B70973 /* GeoQuiz */, + 9539829028C51EDE00B70973 /* Products */, + ); + sourceTree = ""; + }; + 9539829028C51EDE00B70973 /* Products */ = { + isa = PBXGroup; + children = ( + 9539828F28C51EDE00B70973 /* GeoQuiz.app */, + ); + name = Products; + sourceTree = ""; + }; + 9539829128C51EDE00B70973 /* GeoQuiz */ = { + isa = PBXGroup; + children = ( + 9539829228C51EDE00B70973 /* GeoQuizApp.swift */, + 95C4315528C64A8C00212131 /* ContentView.swift */, + 95FA409928D9876B00129B60 /* GuessTheFlagView.swift */, + 951B630128D1A87C004F9877 /* GuessTheCapitalView.swift */, + 959D256F28C7251F00C55A5E /* BuyLivesModal.swift */, + 959D414728C87EA600BAAC14 /* Helpers */, + 959D414528C87E8D00BAAC14 /* Models */, + 95030CE728D1B60F001AA3A1 /* Logic */, + 9520ABBA28C86D0300A3D4D7 /* Data */, + 9539829628C51EDF00B70973 /* Assets.xcassets */, + 9539829828C51EDF00B70973 /* Preview Content */, + ); + path = GeoQuiz; + sourceTree = ""; + }; + 9539829828C51EDF00B70973 /* Preview Content */ = { + isa = PBXGroup; + children = ( + 9539829928C51EDF00B70973 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + 959D414528C87E8D00BAAC14 /* Models */ = { + isa = PBXGroup; + children = ( + 959D415C28C885ED00BAAC14 /* CountryFlags.swift */, + 959D415628C8851900BAAC14 /* CountryCapitals.swift */, + 959D414828C87ED900BAAC14 /* CityPopulation.swift */, + 959D415828C8854700BAAC14 /* CountryCities.swift */, + 959D415A28C885C700BAAC14 /* CountryCurrencies.swift */, + 959D415E28C8861F00BAAC14 /* CountryPopulation.swift */, + ); + path = Models; + sourceTree = ""; + }; + 959D414728C87EA600BAAC14 /* Helpers */ = { + isa = PBXGroup; + children = ( + 95C4315828C6500000212131 /* GameButton.swift */, + 956273E928CB2E98008DC094 /* FlagImage.swift */, + 95030CE928D1BA4D001AA3A1 /* AnswerButton.swift */, + 955A658028D703EB00CEEC6D /* GameToolbar.swift */, + ); + path = Helpers; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 9539828E28C51EDE00B70973 /* GeoQuiz */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */; + buildPhases = ( + 9539828B28C51EDE00B70973 /* Sources */, + 9539828C28C51EDE00B70973 /* Frameworks */, + 9539828D28C51EDE00B70973 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = GeoQuiz; + productName = GeoQuiz; + productReference = 9539828F28C51EDE00B70973 /* GeoQuiz.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 9539828728C51EDE00B70973 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1340; + LastUpgradeCheck = 1340; + TargetAttributes = { + 9539828E28C51EDE00B70973 = { + CreatedOnToolsVersion = 13.4.1; + }; + }; + }; + buildConfigurationList = 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */; + compatibilityVersion = "Xcode 13.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 9539828628C51EDE00B70973; + productRefGroup = 9539829028C51EDE00B70973 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 9539828E28C51EDE00B70973 /* GeoQuiz */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 9539828D28C51EDE00B70973 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 959D415428C8834B00BAAC14 /* CountryCapitals.json in Resources */, + 959D415228C8834B00BAAC14 /* CountryCurrencies.json in Resources */, + 9539829A28C51EDF00B70973 /* Preview Assets.xcassets in Resources */, + 959D415128C8834B00BAAC14 /* CountryPopulation.json in Resources */, + 959D415028C8834B00BAAC14 /* CountryFlags.json in Resources */, + 9539829728C51EDF00B70973 /* Assets.xcassets in Resources */, + 959D415528C8834B00BAAC14 /* CountryCities.json in Resources */, + 959D416528C88B6400BAAC14 /* CityPopulation.json in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 9539828B28C51EDE00B70973 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 955A65A928D7815E00CEEC6D /* Haptics.swift in Sources */, + 959D415F28C8861F00BAAC14 /* CountryPopulation.swift in Sources */, + 955A658328D733E400CEEC6D /* GameProtocol.swift in Sources */, + 95C4315628C64A8C00212131 /* ContentView.swift in Sources */, + 95C4315928C6500000212131 /* GameButton.swift in Sources */, + 956273EA28CB2E98008DC094 /* FlagImage.swift in Sources */, + 959D414928C87ED900BAAC14 /* CityPopulation.swift in Sources */, + 955A658528D73EC600CEEC6D /* GuessTheCapital.swift in Sources */, + 959D257028C7251F00C55A5E /* BuyLivesModal.swift in Sources */, + 959D415928C8854800BAAC14 /* CountryCities.swift in Sources */, + 951B630228D1A87C004F9877 /* GuessTheCapitalView.swift in Sources */, + 959D415728C8851900BAAC14 /* CountryCapitals.swift in Sources */, + 9539829328C51EDE00B70973 /* GeoQuizApp.swift in Sources */, + 95030CEA28D1BA4D001AA3A1 /* AnswerButton.swift in Sources */, + 95FA409C28D9881100129B60 /* GuessTheFlag.swift in Sources */, + 955A658128D703EB00CEEC6D /* GameToolbar.swift in Sources */, + 95AE8D5728C8750E0067F219 /* Load.swift in Sources */, + 959D415D28C885ED00BAAC14 /* CountryFlags.swift in Sources */, + 959D415B28C885C700BAAC14 /* CountryCurrencies.swift in Sources */, + 95C430F728D092FC00480D23 /* GameSelection.swift in Sources */, + 951D197328D485E000671FAD /* CustomColors.swift in Sources */, + 95C430F928D0A8E500480D23 /* CustomGradients.swift in Sources */, + 95FA409A28D9876B00129B60 /* GuessTheFlagView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 9539829B28C51EDF00B70973 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.5; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 9539829C28C51EDF00B70973 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 15.5; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9539829E28C51EDF00B70973 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; + DEVELOPMENT_TEAM = MTX83R5H8X; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9539829F28C51EDF00B70973 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"GeoQuiz/Preview Content\""; + DEVELOPMENT_TEAM = MTX83R5H8X; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_CFBundleDisplayName = GeoQuiz; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.trivia-games"; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.GeoQuiz; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 9539828A28C51EDE00B70973 /* Build configuration list for PBXProject "GeoQuiz" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9539829B28C51EDF00B70973 /* Debug */, + 9539829C28C51EDF00B70973 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 9539829D28C51EDF00B70973 /* Build configuration list for PBXNativeTarget "GeoQuiz" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9539829E28C51EDF00B70973 /* Debug */, + 9539829F28C51EDF00B70973 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 9539828728C51EDE00B70973 /* Project object */; +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AccentColor.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/AccentColor.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/AppIcon.appiconset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,176 @@ +{ + "images" : [ + { + "filename" : "notification40.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "notification60.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "filename" : "settings58.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "settings87.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "filename" : "spotlight80.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "spotlight120.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "filename" : "iphone120.png", + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "filename" : "iphone180.png", + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "filename" : "ipadNotification20.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "filename" : "ipadNotification40.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "filename" : "ipadSettings29.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "filename" : "ipadSettings58.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "filename" : "ipadSpotlight40.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "filename" : "ipadSpotlight80.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "filename" : "ipad76.png", + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "filename" : "ipad152.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "filename" : "ipadPro167.png", + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "filename" : "appstore1024.png", + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + }, + { + "filename" : "mac16.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "filename" : "mac32.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "filename" : "mac32.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "filename" : "mac64.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "filename" : "mac128.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "filename" : "mac256.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "filename" : "mac256.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "filename" : "mac512.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "filename" : "mac512.png", + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "filename" : "mac1024.png", + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/appstore1024.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/appstore1024.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipad152.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipad152.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipad76.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipad76.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadNotification20.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadNotification20.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadNotification40.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadNotification40.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadPro167.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadPro167.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSettings29.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSettings29.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSettings58.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSettings58.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSpotlight40.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSpotlight40.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSpotlight80.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/ipadSpotlight80.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/iphone120.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/iphone120.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/iphone180.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/iphone180.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac1024.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac1024.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac128.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac128.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac16.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac16.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac256.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac256.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac32.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac32.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac512.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac512.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac64.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/mac64.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/notification40.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/notification40.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/notification60.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/notification60.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/settings58.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/settings58.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/settings87.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/settings87.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/spotlight120.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/spotlight120.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/AppIcon.appiconset/spotlight80.png Binary file GeoQuiz/Assets.xcassets/AppIcon.appiconset/spotlight80.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/AtomicTangerine.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/AtomicTangerine.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x54", + "green" : "0x8E", + "red" : "0xF7" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.329", + "green" : "0.557", + "red" : "0.969" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/BlueBell.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/BlueBell.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xCB", + "green" : "0x8F", + "red" : "0x9D" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.796", + "green" : "0.561", + "red" : "0.616" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/ChinaPink.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/ChinaPink.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x9D", + "green" : "0x77", + "red" : "0xDD" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.616", + "green" : "0.467", + "red" : "0.867" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/MaizeCrayola.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/MaizeCrayola.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x54", + "green" : "0xC7", + "red" : "0xF8" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.329", + "green" : "0.780", + "red" : "0.973" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/MayaBlue.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/MayaBlue.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xF8", + "green" : "0xBB", + "red" : "0x52" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.973", + "green" : "0.733", + "red" : "0.322" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/MiddleRed.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/MiddleRed.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0x71", + "green" : "0x8F", + "red" : "0xDF" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.443", + "green" : "0.561", + "red" : "0.875" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/PinkLavender.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/PinkLavender.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "231", + "green" : "195", + "red" : "238" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.906", + "green" : "0.765", + "red" : "0.933" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Custom colors/RoyalLightBlue.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Custom colors/RoyalLightBlue.colorset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0xE4", + "green" : "0x73", + "red" : "0x5A" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.894", + "green" : "0.451", + "red" : "0.353" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ad.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ad.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ad@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ad@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ad@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ad.imageset/ad@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ae.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ae.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ae@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ae@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ae@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ae.imageset/ae@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/af.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/af.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "af@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "af@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "af@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/af.imageset/af@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/af.imageset/af@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/af.imageset/af@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/af.imageset/af@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/af.imageset/af@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/af.imageset/af@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ag.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ag.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ag@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ag@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ag@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ag.imageset/ag@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ai.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ai.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ai@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ai@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ai@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ai.imageset/ai@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/al.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/al.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "al@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "al@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "al@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/al.imageset/al@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/al.imageset/al@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/al.imageset/al@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/al.imageset/al@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/al.imageset/al@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/al.imageset/al@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/am.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/am.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "am@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "am@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "am@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/am.imageset/am@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/am.imageset/am@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/am.imageset/am@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/am.imageset/am@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/am.imageset/am@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/am.imageset/am@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ao.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ao.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ao@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ao@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ao@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ao.imageset/ao@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aq.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/aq.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "aq@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "aq@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "aq@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/aq.imageset/aq@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ar.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ar.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ar@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ar@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ar@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ar.imageset/ar@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/as.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/as.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "as@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "as@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "as@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/as.imageset/as@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/as.imageset/as@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/as.imageset/as@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/as.imageset/as@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/as.imageset/as@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/as.imageset/as@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/at.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/at.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "at@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "at@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "at@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/at.imageset/at@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/at.imageset/at@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/at.imageset/at@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/at.imageset/at@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/at.imageset/at@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/at.imageset/at@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/au.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/au.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "au@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "au@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "au@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/au.imageset/au@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/au.imageset/au@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/au.imageset/au@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/au.imageset/au@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/au.imageset/au@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/au.imageset/au@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/aw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "aw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "aw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "aw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/aw.imageset/aw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ax.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ax.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ax@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ax@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ax@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ax.imageset/ax@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/az.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/az.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "az@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "az@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "az@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/az.imageset/az@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/az.imageset/az@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/az.imageset/az@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/az.imageset/az@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/az.imageset/az@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/az.imageset/az@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ba.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ba.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ba@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ba@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ba@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ba.imageset/ba@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bb.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bb.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bb@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bb@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bb@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bb.imageset/bb@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bd.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bd.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bd@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bd@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bd@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bd.imageset/bd@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/be.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/be.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "be@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "be@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "be@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/be.imageset/be@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/be.imageset/be@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/be.imageset/be@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/be.imageset/be@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/be.imageset/be@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/be.imageset/be@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bf.imageset/bf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bg.imageset/bg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bh.imageset/bh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bi.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bi.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bi@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bi@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bi@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bi.imageset/bi@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bj.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bj.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bj@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bj@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bj@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bj.imageset/bj@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bl.imageset/bl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bm.imageset/bm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bn.imageset/bn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bo.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bo.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bo@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bo@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bo@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bo.imageset/bo@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bq.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bq.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bq@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bq@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bq@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bq.imageset/bq@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/br.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/br.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "br@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "br@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "br@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/br.imageset/br@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/br.imageset/br@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/br.imageset/br@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/br.imageset/br@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/br.imageset/br@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/br.imageset/br@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bs.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bs.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bs@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bs@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bs@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bs.imageset/bs@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bt.imageset/bt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bv.imageset/bv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bw.imageset/bw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/by.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/by.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "by@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "by@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "by@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/by.imageset/by@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/by.imageset/by@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/by.imageset/by@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/by.imageset/by@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/by.imageset/by@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/by.imageset/by@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/bz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "bz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "bz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "bz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/bz.imageset/bz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ca.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ca.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ca@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ca@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ca@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ca.imageset/ca@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cc.imageset/cc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cd.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cd.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cd@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cd@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cd@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cd.imageset/cd@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cf.imageset/cf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cg.imageset/cg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ch.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ch.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ch@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ch@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ch@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ch.imageset/ch@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ci.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ci.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ci@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ci@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ci@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ci.imageset/ci@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ck.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ck.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ck@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ck@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ck@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ck.imageset/ck@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cl.imageset/cl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cm.imageset/cm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cn.imageset/cn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/co.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/co.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "co@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "co@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "co@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/co.imageset/co@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/co.imageset/co@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/co.imageset/co@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/co.imageset/co@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/co.imageset/co@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/co.imageset/co@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cr.imageset/cr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cu.imageset/cu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cv.imageset/cv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cw.imageset/cw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cx.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cx.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cx@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cx@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cx@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cx.imageset/cx@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cy.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cy.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cy@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cy@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cy@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cy.imageset/cy@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/cz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "cz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "cz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "cz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/cz.imageset/cz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/de.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/de.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "de@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "de@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "de@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/de.imageset/de@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/de.imageset/de@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/de.imageset/de@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/de.imageset/de@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/de.imageset/de@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/de.imageset/de@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dj.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/dj.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "dj@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "dj@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "dj@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/dj.imageset/dj@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/dk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "dk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "dk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "dk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/dk.imageset/dk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/dm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "dm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "dm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "dm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/dm.imageset/dm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/do.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/do.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "do@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "do@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "do@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/do.imageset/do@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/do.imageset/do@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/do.imageset/do@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/do.imageset/do@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/do.imageset/do@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/do.imageset/do@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/dz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "dz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "dz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "dz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/dz.imageset/dz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ec.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ec.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ec@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ec@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ec@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ec.imageset/ec@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ee.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ee.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ee@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ee@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ee@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ee.imageset/ee@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/eg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "eg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "eg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "eg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/eg.imageset/eg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/eh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "eh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "eh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "eh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/eh.imageset/eh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/er.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/er.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "er@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "er@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "er@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/er.imageset/er@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/er.imageset/er@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/er.imageset/er@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/er.imageset/er@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/er.imageset/er@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/er.imageset/er@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/es.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/es.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "es@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "es@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "es@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/es.imageset/es@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/es.imageset/es@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/es.imageset/es@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/es.imageset/es@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/es.imageset/es@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/es.imageset/es@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/et.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/et.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "et@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "et@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "et@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/et.imageset/et@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/et.imageset/et@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/et.imageset/et@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/et.imageset/et@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/et.imageset/et@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/et.imageset/et@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fi.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fi.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fi@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fi@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fi@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fi.imageset/fi@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fj.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fj.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fj@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fj@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fj@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fj.imageset/fj@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fk.imageset/fk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fm.imageset/fm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fo.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fo.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fo@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fo@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fo@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fo.imageset/fo@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/fr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "fr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "fr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "fr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/fr.imageset/fr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ga.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ga.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ga@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ga@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ga@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ga.imageset/ga@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gb.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gb.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gb@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gb@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gb@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gb.imageset/gb@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gd.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gd.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gd@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gd@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gd@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gd.imageset/gd@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ge.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ge.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ge@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ge@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ge@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ge.imageset/ge@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gg.imageset/gg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gh.imageset/gh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gi.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gi.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gi@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gi@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gi@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gi.imageset/gi@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gl.imageset/gl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gm.imageset/gm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gn.imageset/gn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gp.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gp.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gp@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gp@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gp@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gp.imageset/gp@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gq.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gq.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gq@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gq@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gq@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gq.imageset/gq@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gr.imageset/gr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gs.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gs.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gs@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gs@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gs@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gs.imageset/gs@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gt.imageset/gt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gu.imageset/gu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gw.imageset/gw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gy.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/gy.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "gy@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "gy@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "gy@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/gy.imageset/gy@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/hk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "hk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/hk.imageset/hk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/hm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "hm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/hm.imageset/hm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/hn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "hn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/hn.imageset/hn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/hr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "hr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/hr.imageset/hr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ht.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ht.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ht@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ht@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ht@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ht.imageset/ht@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/hu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "hu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/hu.imageset/hu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/id.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/id.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "id@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "id@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "id@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/id.imageset/id@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/id.imageset/id@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/id.imageset/id@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/id.imageset/id@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/id.imageset/id@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/id.imageset/id@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ie.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ie.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ie@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ie@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ie@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ie.imageset/ie@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/il.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/il.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "il@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "il@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "il@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/il.imageset/il@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/il.imageset/il@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/il.imageset/il@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/il.imageset/il@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/il.imageset/il@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/il.imageset/il@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/im.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/im.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "im@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "im@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "im@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/im.imageset/im@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/im.imageset/im@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/im.imageset/im@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/im.imageset/im@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/im.imageset/im@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/im.imageset/im@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/in.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/in.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "in@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "in@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "in@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/in.imageset/in@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/in.imageset/in@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/in.imageset/in@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/in.imageset/in@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/in.imageset/in@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/in.imageset/in@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/io.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/io.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "io@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "io@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "io@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/io.imageset/io@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/io.imageset/io@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/io.imageset/io@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/io.imageset/io@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/io.imageset/io@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/io.imageset/io@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/iq.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/iq.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "iq@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "iq@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "iq@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/iq.imageset/iq@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ir.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ir.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ir@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ir@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ir@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ir.imageset/ir@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/is.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/is.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "is@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "is@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "is@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/is.imageset/is@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/is.imageset/is@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/is.imageset/is@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/is.imageset/is@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/is.imageset/is@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/is.imageset/is@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/it.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/it.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "it@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "it@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "it@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/it.imageset/it@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/it.imageset/it@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/it.imageset/it@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/it.imageset/it@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/it.imageset/it@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/it.imageset/it@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/je.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/je.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "je@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "je@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "je@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/je.imageset/je@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/je.imageset/je@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/je.imageset/je@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/je.imageset/je@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/je.imageset/je@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/je.imageset/je@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/jm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "jm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "jm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "jm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/jm.imageset/jm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jo.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/jo.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "jo@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "jo@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "jo@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/jo.imageset/jo@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jp.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/jp.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "jp@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "jp@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "jp@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/jp.imageset/jp@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ke.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ke.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ke@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ke@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ke@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ke.imageset/ke@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kg.imageset/kg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kh.imageset/kh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ki.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ki.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ki@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ki@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ki@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ki.imageset/ki@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/km.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/km.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "km@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "km@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "km@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/km.imageset/km@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/km.imageset/km@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/km.imageset/km@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/km.imageset/km@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/km.imageset/km@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/km.imageset/km@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kn.imageset/kn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kp.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kp.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kp@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kp@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kp@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kp.imageset/kp@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kr.imageset/kr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kw.imageset/kw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ky.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ky.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ky@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ky@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ky@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ky.imageset/ky@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/kz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "kz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "kz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "kz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/kz.imageset/kz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/la.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/la.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "la@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "la@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "la@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/la.imageset/la@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/la.imageset/la@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/la.imageset/la@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/la.imageset/la@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/la.imageset/la@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/la.imageset/la@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lb.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lb.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lb@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lb@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lb@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lb.imageset/lb@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lc.imageset/lc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/li.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/li.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "li@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "li@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "li@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/li.imageset/li@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/li.imageset/li@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/li.imageset/li@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/li.imageset/li@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/li.imageset/li@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/li.imageset/li@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lk.imageset/lk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lr.imageset/lr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ls.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ls.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ls@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ls@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ls@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ls.imageset/ls@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lt.imageset/lt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lu.imageset/lu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/lv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "lv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "lv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "lv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/lv.imageset/lv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ly.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ly.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ly@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ly@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ly@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ly.imageset/ly@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ma.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ma.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ma@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ma@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ma@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ma.imageset/ma@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mc.imageset/mc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/md.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/md.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "md@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "md@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "md@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/md.imageset/md@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/md.imageset/md@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/md.imageset/md@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/md.imageset/md@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/md.imageset/md@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/md.imageset/md@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/me.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/me.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "me@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "me@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "me@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/me.imageset/me@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/me.imageset/me@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/me.imageset/me@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/me.imageset/me@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/me.imageset/me@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/me.imageset/me@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mf.imageset/mf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mg.imageset/mg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mh.imageset/mh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mk.imageset/mk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ml.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ml.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ml@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ml@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ml@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ml.imageset/ml@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mm.imageset/mm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mn.imageset/mn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mo.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mo.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mo@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mo@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mo@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mo.imageset/mo@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mp.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mp.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mp@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mp@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mp@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mp.imageset/mp@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mq.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mq.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mq@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mq@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mq@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mq.imageset/mq@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mr.imageset/mr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ms.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ms.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ms@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ms@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ms@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ms.imageset/ms@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mt.imageset/mt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mu.imageset/mu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mv.imageset/mv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mw.imageset/mw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mx.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mx.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mx@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mx@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mx@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mx.imageset/mx@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/my.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/my.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "my@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "my@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "my@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/my.imageset/my@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/my.imageset/my@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/my.imageset/my@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/my.imageset/my@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/my.imageset/my@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/my.imageset/my@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/mz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "mz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "mz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "mz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/mz.imageset/mz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/na.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/na.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "na@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "na@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "na@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/na.imageset/na@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/na.imageset/na@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/na.imageset/na@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/na.imageset/na@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/na.imageset/na@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/na.imageset/na@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nc.imageset/nc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ne.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ne.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ne@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ne@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ne@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ne.imageset/ne@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nf.imageset/nf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ng.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ng.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ng@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ng@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ng@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ng.imageset/ng@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ni.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ni.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ni@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ni@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ni@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ni.imageset/ni@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nl.imageset/nl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/no.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/no.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "no@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "no@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "no@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/no.imageset/no@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/no.imageset/no@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/no.imageset/no@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/no.imageset/no@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/no.imageset/no@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/no.imageset/no@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/np.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/np.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "np@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "np@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "np@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/np.imageset/np@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/np.imageset/np@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/np.imageset/np@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/np.imageset/np@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/np.imageset/np@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/np.imageset/np@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nr.imageset/nr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nu.imageset/nu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/nz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "nz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "nz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "nz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/nz.imageset/nz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/om.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/om.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "om@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "om@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "om@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/om.imageset/om@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/om.imageset/om@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/om.imageset/om@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/om.imageset/om@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/om.imageset/om@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/om.imageset/om@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pa.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pa.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pa@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pa@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pa@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pa.imageset/pa@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pe.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pe.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pe@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pe@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pe@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pe.imageset/pe@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pf.imageset/pf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pg.imageset/pg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ph.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ph.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ph@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ph@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ph@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ph.imageset/ph@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pk.imageset/pk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pl.imageset/pl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pm.imageset/pm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pn.imageset/pn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pr.imageset/pr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ps.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ps.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ps@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ps@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ps@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ps.imageset/ps@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pt.imageset/pt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/pw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "pw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "pw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "pw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/pw.imageset/pw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/py.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/py.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "py@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "py@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "py@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/py.imageset/py@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/py.imageset/py@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/py.imageset/py@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/py.imageset/py@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/py.imageset/py@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/py.imageset/py@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/qa.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/qa.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "qa@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "qa@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "qa@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/qa.imageset/qa@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/re.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/re.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "re@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "re@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "re@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/re.imageset/re@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/re.imageset/re@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/re.imageset/re@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/re.imageset/re@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/re.imageset/re@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/re.imageset/re@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ro.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ro.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ro@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ro@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ro@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ro.imageset/ro@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rs.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/rs.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "rs@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "rs@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "rs@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/rs.imageset/rs@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ru.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ru.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ru@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ru@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ru@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ru.imageset/ru@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/rw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "rw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "rw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "rw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/rw.imageset/rw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sa.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sa.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sa@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sa@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sa@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sa.imageset/sa@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sb.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sb.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sb@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sb@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sb@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sb.imageset/sb@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sc.imageset/sc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sd.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sd.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sd@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sd@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sd@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sd.imageset/sd@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/se.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/se.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "se@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "se@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "se@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/se.imageset/se@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/se.imageset/se@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/se.imageset/se@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/se.imageset/se@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/se.imageset/se@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/se.imageset/se@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sg.imageset/sg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sh.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sh.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sh@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sh@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sh@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sh.imageset/sh@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/si.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/si.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "si@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "si@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "si@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/si.imageset/si@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/si.imageset/si@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/si.imageset/si@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/si.imageset/si@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/si.imageset/si@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/si.imageset/si@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sj.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sj.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sj@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sj@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sj@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sj.imageset/sj@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sk.imageset/sk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sl.imageset/sl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sm.imageset/sm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sn.imageset/sn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/so.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/so.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "so@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "so@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "so@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/so.imageset/so@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/so.imageset/so@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/so.imageset/so@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/so.imageset/so@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/so.imageset/so@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/so.imageset/so@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sr.imageset/sr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ss.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ss.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ss@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ss@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ss@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ss.imageset/ss@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/st.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/st.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "st@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "st@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "st@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/st.imageset/st@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/st.imageset/st@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/st.imageset/st@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/st.imageset/st@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/st.imageset/st@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/st.imageset/st@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sv.imageset/sv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sx.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sx.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sx@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sx@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sx@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sx.imageset/sx@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sy.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sy.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sy@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sy@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sy@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sy.imageset/sy@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/sz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "sz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "sz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "sz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/sz.imageset/sz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tc.imageset/tc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/td.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/td.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "td@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "td@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "td@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/td.imageset/td@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/td.imageset/td@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/td.imageset/td@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/td.imageset/td@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/td.imageset/td@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/td.imageset/td@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tf.imageset/tf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tg.imageset/tg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/th.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/th.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "th@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "th@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "th@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/th.imageset/th@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/th.imageset/th@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/th.imageset/th@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/th.imageset/th@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/th.imageset/th@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/th.imageset/th@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tj.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tj.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tj@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tj@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tj@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tj.imageset/tj@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tk.imageset/tk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tl.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tl.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tl@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tl@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tl@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tl.imageset/tl@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tm.imageset/tm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tn.imageset/tn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/to.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/to.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "to@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "to@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "to@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/to.imageset/to@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/to.imageset/to@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/to.imageset/to@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/to.imageset/to@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/to.imageset/to@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/to.imageset/to@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tr.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tr.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tr@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tr@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tr@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tr.imageset/tr@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tt.imageset/tt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tv.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tv.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tv@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tv@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tv@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tv.imageset/tv@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tw.imageset/tw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/tz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "tz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "tz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "tz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/tz.imageset/tz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ua.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ua.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ua@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ua@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ua@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ua.imageset/ua@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ug.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ug.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ug@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ug@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ug@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ug.imageset/ug@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/um.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/um.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "um@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "um@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "um@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/um.imageset/um@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/um.imageset/um@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/um.imageset/um@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/um.imageset/um@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/um.imageset/um@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/um.imageset/um@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/us.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/us.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "us@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "us@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "us@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/us.imageset/us@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/us.imageset/us@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/us.imageset/us@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/us.imageset/us@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/us.imageset/us@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/us.imageset/us@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uy.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/uy.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "uy@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "uy@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "uy@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/uy.imageset/uy@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uz.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/uz.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "uz@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "uz@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "uz@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/uz.imageset/uz@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/va.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/va.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "va@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "va@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "va@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/va.imageset/va@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/va.imageset/va@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/va.imageset/va@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/va.imageset/va@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/va.imageset/va@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/va.imageset/va@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vc.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/vc.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "vc@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "vc@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "vc@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/vc.imageset/vc@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ve.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ve.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ve@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ve@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ve@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ve.imageset/ve@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vg.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/vg.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "vg@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "vg@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "vg@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/vg.imageset/vg@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vi.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/vi.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "vi@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "vi@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "vi@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/vi.imageset/vi@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vn.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/vn.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "vn@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "vn@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "vn@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/vn.imageset/vn@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vu.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/vu.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "vu@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "vu@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "vu@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/vu.imageset/vu@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/wf.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/wf.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "wf@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "wf@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "wf@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/wf.imageset/wf@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ws.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ws.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ws@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ws@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ws@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ws.imageset/ws@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/xk.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/xk.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "xk@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "xk@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "xk@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/xk.imageset/xk@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ye.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/ye.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "ye@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "ye@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "ye@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/ye.imageset/ye@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/yt.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/yt.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "yt@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "yt@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "yt@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/yt.imageset/yt@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/za.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/za.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "za@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "za@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "za@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/za.imageset/za@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/za.imageset/za@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/za.imageset/za@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/za.imageset/za@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/za.imageset/za@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/za.imageset/za@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zm.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/zm.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "zm@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "zm@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "zm@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/zm.imageset/zm@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zw.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/Flags/zw.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "zw@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "zw@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "zw@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@1x.png Binary file GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@1x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@2x.png Binary file GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@3x.png Binary file GeoQuiz/Assets.xcassets/Flags/zw.imageset/zw@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/heart.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Assets.xcassets/heart.imageset/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "heart.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "heart@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "heart@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/heart.imageset/heart.png Binary file GeoQuiz/Assets.xcassets/heart.imageset/heart.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/heart.imageset/heart@2x.png Binary file GeoQuiz/Assets.xcassets/heart.imageset/heart@2x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/Assets.xcassets/heart.imageset/heart@3x.png Binary file GeoQuiz/Assets.xcassets/heart.imageset/heart@3x.png has changed diff -r 000000000000 -r 413e2d21333e GeoQuiz/BuyLivesModal.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/BuyLivesModal.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,68 @@ +// +// BuyLivesModal.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 6/9/22. +// + +import SwiftUI + +struct BuyLivesModal: View { + @Environment(\.dismiss) var dismiss + + var body: some View { + ScrollView { + HStack { + Spacer() + Button { + dismiss() + } label: { + Image(systemName: "multiply") + .imageScale(.large) + + } + } + .padding([.trailing, .top]) + + Section { + VStack(spacing: 20) { + Text("Buy lifes") + .font(.largeTitle) + .fontWeight(.semibold) + + Text("Keep learning about countries.") + .font(.headline) + .foregroundColor(.secondary) + + Image("heart") + .resizable() + .scaledToFit() + .frame(width: 180) + .padding(40) + .background( + Color.blue.opacity(0.5) + .cornerRadius(20) + .shadow(radius: 20) + ) + .padding() + + VStack(spacing: 30) { + + } + } + .padding() + } footer: { + Text("GeoQuiz is an indie app made by just one person. I'm glad that you are considering buying lifes to keep playing GeoQuiz.") + .font(.callout) + .foregroundColor(.secondary) + .padding() + } + } + } +} + +struct BuyLivesView_Previews: PreviewProvider { + static var previews: some View { + BuyLivesModal() + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/ContentView.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/ContentView.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,58 @@ +// +// ContentView.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 5/9/22. +// + +import SwiftUI + +struct ContentView: View { + @State private var gameName: GameName? = nil + @State private var showingBuyLivesModal = false + + var body: some View { + NavigationView { + ScrollView(showsIndicators: false) { + VStack(spacing: 20) { + + NavigationLink(tag: GameName.guessTheFlag, selection: $gameName) { + GuessTheFlagView(gameName: $gameName) + } label: { + GameButton( + gradient: .main, + level: "Level 1", symbol: "globe.americas.fill", name: "Guess the flag" + ) + } + + NavigationLink(tag: GameName.guessTheCapital, selection: $gameName) { + GuessTheCapitalView(gameName: $gameName) + } label: { + GameButton( + gradient: .secondary, + level: "Level 2", symbol: "globe.americas.fill", name: "Guess the capital" + ) + } + } + .padding() + } + .navigationTitle("Select a game 🎮") + .toolbar { + Button { + showingBuyLivesModal = true + } label: { + Label("Buy lives", systemImage: "heart.fill") + } + } + .sheet(isPresented: $showingBuyLivesModal) { + BuyLivesModal() + } + } + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CityPopulation.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CityPopulation.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,90423 @@ +{ + "cities": { + "Mariehamn": { + "country": "\u00c5land Islands", + "population": [ + { + "year": 2013, + "value": 11370 + }, + { + "year": 2012, + "value": 11304 + }, + { + "year": 2011, + "value": 11226 + }, + { + "year": 2010, + "value": 11156 + }, + { + "year": 2009, + "value": 11064 + }, + { + "year": 2008, + "value": 10954 + }, + { + "year": 2007, + "value": 10863 + }, + { + "year": 2000, + "value": 10488 + } + ] + }, + "Durr\u00ebs": { + "country": "Albania", + "population": [ + { + "year": 2011, + "value": 113249 + } + ] + }, + "Tirana": { + "country": "Albania", + "population": [ + { + "year": 2011, + "value": 418495 + }, + { + "year": 2003, + "value": 392863 + } + ] + }, + "Annaba": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 352523 + } + ] + }, + "Batna": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 246800 + } + ] + }, + "B\u00e9char": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 134523 + } + ] + }, + "Beja\u00efa": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 144405 + } + ] + }, + "Beskra": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 177060 + } + ] + }, + "Bordj bou arreridj": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 129004 + } + ] + }, + "Bordj el kiffan": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 103690 + } + ] + }, + "Ech cheliff (el asnam)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 174314 + } + ] + }, + "El boula\u00efda (blida)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 229788 + } + ] + }, + "Algiers (el djazair)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 1569897 + } + ] + }, + "El djelfa": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 158679 + } + ] + }, + "El eulma": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 104758 + } + ] + }, + "El wad": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 105151 + } + ] + }, + "Gharda\u00efa": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 127959 + } + ] + }, + "Ghilizane": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 104644 + } + ] + }, + "Guelma": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 108682 + } + ] + }, + "Jijel": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 106306 + } + ] + }, + "Lemdiyya (medea)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 128427 + } + ] + }, + "Mestghanem (mostaganem)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 125911 + } + ] + }, + "M'sila": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 102151 + } + ] + }, + "Qacentina (constantine)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 465021 + } + ] + }, + "Sa\u00efda": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 113533 + } + ] + }, + "Sidi-bel-abb\u00e8s": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 183931 + } + ] + }, + "Skikda": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 153531 + } + ] + }, + "Souq ahras": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 114512 + } + ] + }, + "Stif (s\u00e9tif)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 214842 + } + ] + }, + "Tbessa": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 154335 + } + ] + }, + "Tihert": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 148850 + } + ] + }, + "Tilimsen (tlemcen)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 156258 + } + ] + }, + "Touggourt": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 114183 + } + ] + }, + "Wahran (oran)": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 705335 + } + ] + }, + "Wargla": { + "country": "Algeria", + "population": [ + { + "year": 1998, + "value": 139381 + } + ] + }, + "Pago pago": { + "country": "American Samoa", + "population": [ + { + "year": 2010, + "value": 3656 + }, + { + "year": 2000, + "value": 4278 + } + ] + }, + "Andorra la vella": { + "country": "Andorra", + "population": [ + { + "year": 2011, + "value": 22205 + }, + { + "year": 2010, + "value": 23505 + }, + { + "year": 2009, + "value": 24779 + }, + { + "year": 2008, + "value": 24632 + }, + { + "year": 2007, + "value": 24574 + }, + { + "year": 2006, + "value": 24211 + }, + { + "year": 2005, + "value": 23587 + }, + { + "year": 2003, + "value": 21245 + } + ] + }, + "The valley": { + "country": "Anguilla", + "population": [ + { + "year": 2001, + "value": 4904 + } + ] + }, + "St. john": { + "country": "Antigua and Barbuda", + "population": [ + { + "year": 1991, + "value": 22342 + } + ] + }, + "Bah\u00eda blanca-cerri": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 317325 + }, + { + "year": 2012, + "value": 314948 + }, + { + "year": 2010, + "value": 310151 + }, + { + "year": 1991, + "value": 260096 + } + ] + }, + "Buenos aires": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 13339001 + }, + { + "year": 2012, + "value": 13242375 + }, + { + "year": 2010, + "value": 13047383 + }, + { + "year": 1991, + "value": 2965403 + }, + { + "year": 1991, + "value": 11298030 + } + ] + }, + "Catamarca": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 215795 + }, + { + "year": 2012, + "value": 212174 + }, + { + "year": 2010, + "value": 204865 + }, + { + "year": 1991, + "value": 109882 + }, + { + "year": 1991, + "value": 132626 + } + ] + }, + "Comodoro rivadavia-rada tilly": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 146557 + }, + { + "year": 2012, + "value": 145475 + }, + { + "year": 2010, + "value": 143291 + }, + { + "year": 1991, + "value": 124104 + } + ] + }, + "Concordia": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 157705 + }, + { + "year": 2012, + "value": 155905 + }, + { + "year": 2010, + "value": 152271 + }, + { + "year": 1991, + "value": 116485 + } + ] + }, + "C\u00f3rdoba": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 1442000 + }, + { + "year": 2012, + "value": 1429922 + }, + { + "year": 2010, + "value": 1405547 + }, + { + "year": 1991, + "value": 1157507 + }, + { + "year": 1991, + "value": 1208554 + }, + { + "year": 2010, + "value": 140896 + }, + { + "year": 2010, + "value": 316032 + }, + { + "year": 2012, + "value": 328773 + }, + { + "year": 2011, + "value": 328325 + }, + { + "year": 2011, + "value": 328750 + }, + { + "year": 2010, + "value": 328603 + }, + { + "year": 2009, + "value": 328488 + }, + { + "year": 2008, + "value": 325453 + }, + { + "year": 2006, + "value": 322867 + }, + { + "year": 2001, + "value": 308072 + }, + { + "year": 2001, + "value": 303874 + }, + { + "year": 2001, + "value": 412759 + } + ] + }, + "Corrientes": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 373981 + }, + { + "year": 2012, + "value": 368778 + }, + { + "year": 2010, + "value": 358278 + }, + { + "year": 1991, + "value": 258103 + } + ] + }, + "Formosa": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 253508 + }, + { + "year": 2012, + "value": 249062 + }, + { + "year": 2010, + "value": 240088 + }, + { + "year": 1991, + "value": 147636 + }, + { + "year": 2010, + "value": 88171 + }, + { + "year": 2010, + "value": 92023 + } + ] + }, + "La plata": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 764468 + }, + { + "year": 2012, + "value": 757980 + }, + { + "year": 2010, + "value": 744885 + }, + { + "year": 1991, + "value": 521936 + }, + { + "year": 1991, + "value": 642979 + } + ] + }, + "La rioja": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 193763 + }, + { + "year": 2012, + "value": 189845 + }, + { + "year": 2010, + "value": 181938 + } + ] + }, + "San luis - el chorrillo": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 216609 + }, + { + "year": 2012, + "value": 212154 + }, + { + "year": 2010, + "value": 203161 + } + ] + }, + "Mar del plata-bat\u00e1n": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 633905 + }, + { + "year": 2012, + "value": 628672 + }, + { + "year": 2010, + "value": 618111 + }, + { + "year": 1991, + "value": 512880 + } + ] + }, + "Mendoza": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 923203 + }, + { + "year": 2012, + "value": 916220 + }, + { + "year": 2010, + "value": 902127 + }, + { + "year": 1991, + "value": 121620 + }, + { + "year": 1991, + "value": 773113 + } + ] + }, + "Neuqu\u00e9n-plottier": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 277609 + }, + { + "year": 2012, + "value": 273503 + }, + { + "year": 2010, + "value": 265215 + }, + { + "year": 1991, + "value": 167296 + }, + { + "year": 1991, + "value": 183579 + } + ] + }, + "Paran\u00e1": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 286659 + }, + { + "year": 2012, + "value": 283328 + }, + { + "year": 2010, + "value": 276605 + }, + { + "year": 1991, + "value": 207041 + }, + { + "year": 1991, + "value": 211936 + } + ] + }, + "Posadas": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 312162 + }, + { + "year": 2012, + "value": 307619 + }, + { + "year": 2010, + "value": 298450 + }, + { + "year": 1991, + "value": 201273 + }, + { + "year": 1991, + "value": 210755 + } + ] + }, + "Resistencia": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 406284 + }, + { + "year": 2012, + "value": 400869 + }, + { + "year": 2010, + "value": 389940 + }, + { + "year": 1991, + "value": 229212 + }, + { + "year": 1991, + "value": 292287 + } + ] + }, + "R\u00edo cuarto": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 168400 + }, + { + "year": 2012, + "value": 167057 + }, + { + "year": 2010, + "value": 164344 + }, + { + "year": 1991, + "value": 134355 + }, + { + "year": 1991, + "value": 138853 + } + ] + }, + "Rosario": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 1284951 + }, + { + "year": 2012, + "value": 1277149 + }, + { + "year": 2010, + "value": 1261404 + }, + { + "year": 1991, + "value": 907718 + }, + { + "year": 1991, + "value": 1118905 + }, + { + "year": 2010, + "value": 105561 + } + ] + }, + "Salta": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 562807 + }, + { + "year": 2012, + "value": 554291 + }, + { + "year": 2010, + "value": 537106 + }, + { + "year": 1991, + "value": 367550 + }, + { + "year": 1991, + "value": 370904 + } + ] + }, + "San juan": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 382299 + }, + { + "year": 2010, + "value": 381931 + }, + { + "year": 2007, + "value": 424951 + }, + { + "year": 2006, + "value": 426618 + }, + { + "year": 2005, + "value": 428591 + }, + { + "year": 2003, + "value": 433733 + } + ] + }, + "San salvador de jujuy-palpal\u00e1": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 322872 + }, + { + "year": 2012, + "value": 318287 + }, + { + "year": 2010, + "value": 309034 + }, + { + "year": 1991, + "value": 178748 + }, + { + "year": 1991, + "value": 180102 + } + ] + }, + "Santa f\u00e9": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 521233 + }, + { + "year": 2012, + "value": 516203 + }, + { + "year": 2010, + "value": 506053 + }, + { + "year": 1991, + "value": 353063 + }, + { + "year": 1991, + "value": 406388 + } + ] + }, + "Santa rosa-toay": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 127398 + }, + { + "year": 2012, + "value": 125354 + }, + { + "year": 2010, + "value": 121229 + } + ] + }, + "Santiago del estero-la banda": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 387320 + }, + { + "year": 2012, + "value": 381767 + }, + { + "year": 2010, + "value": 370561 + }, + { + "year": 1991, + "value": 189947 + }, + { + "year": 1991, + "value": 263471 + } + ] + }, + "Tucum\u00e1n-taf\u00ed viejo": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 836411 + }, + { + "year": 2012, + "value": 828258 + }, + { + "year": 2010, + "value": 811804 + } + ] + }, + "Ushuaia-r\u00edo grande": { + "country": "Argentina", + "population": [ + { + "year": 2013, + "value": 130617 + }, + { + "year": 2012, + "value": 127797 + }, + { + "year": 2010, + "value": 122104 + } + ] + }, + "Rawson-trelew-playa uni\u00f3n": { + "country": "Argentina", + "population": [ + { + "year": 2012, + "value": 132097 + }, + { + "year": 2010, + "value": 128970 + } + ] + }, + "San nicol\u00e1s-villa constituci\u00f3n": { + "country": "Argentina", + "population": [ + { + "year": 2012, + "value": 181730 + }, + { + "year": 2010, + "value": 179757 + }, + { + "year": 1991, + "value": 119302 + } + ] + }, + "Avellaneda": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 344024 + } + ] + }, + "General san mart\u00edn": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 406809 + } + ] + }, + "La matanza": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 1120088 + } + ] + }, + "Lanus": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 468561 + } + ] + }, + "Lomas de zamora": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 574330 + } + ] + }, + "Mor\u00f3n": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 643553 + } + ] + }, + "Quilmes": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 511234 + } + ] + }, + "San fernando": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 141063 + } + ] + }, + "San isidro": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 299023 + } + ] + }, + "San miguel de tucum\u00e1n": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 470809 + }, + { + "year": 1991, + "value": 622324 + } + ] + }, + "Vicente l\u00f3pez": { + "country": "Argentina", + "population": [ + { + "year": 1991, + "value": 289505 + } + ] + }, + "Gyumri (leninakan)": { + "country": "Armenia", + "population": [ + { + "year": 2011, + "value": 121976 + }, + { + "year": 2009, + "value": 146355 + }, + { + "year": 2008, + "value": 146704 + }, + { + "year": 2007, + "value": 147350 + }, + { + "year": 2006, + "value": 148000 + }, + { + "year": 2004, + "value": 149200 + }, + { + "year": 2001, + "value": 150917 + } + ] + }, + "Yerevan": { + "country": "Armenia", + "population": [ + { + "year": 2011, + "value": 1060138 + }, + { + "year": 2009, + "value": 1116648 + }, + { + "year": 2008, + "value": 1109580 + }, + { + "year": 2007, + "value": 1106383 + }, + { + "year": 2006, + "value": 1104398 + }, + { + "year": 2004, + "value": 1102427 + }, + { + "year": 2001, + "value": 1103488 + } + ] + }, + "Vanadzoz (kirovakan)": { + "country": "Armenia", + "population": [ + { + "year": 2009, + "value": 104825 + }, + { + "year": 2008, + "value": 104886 + }, + { + "year": 2007, + "value": 105100 + }, + { + "year": 2006, + "value": 105300 + }, + { + "year": 2004, + "value": 105900 + }, + { + "year": 2001, + "value": 107394 + } + ] + }, + "Oranjestad": { + "country": "Aruba", + "population": [ + { + "year": 2010, + "value": 28295 + }, + { + "year": 1991, + "value": 20045 + } + ] + }, + "Adelaide": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 1250795 + }, + { + "year": 2011, + "value": 1198468 + }, + { + "year": 2011, + "value": 1225235 + }, + { + "year": 2010, + "value": 1203186 + }, + { + "year": 2009, + "value": 1187466 + }, + { + "year": 2008, + "value": 1172105 + }, + { + "year": 2007, + "value": 1158259 + }, + { + "year": 2006, + "value": 1040717 + }, + { + "year": 2006, + "value": 1105840 + }, + { + "year": 2005, + "value": 1129145 + }, + { + "year": 2004, + "value": 1123199 + }, + { + "year": 2003, + "value": 1119097 + }, + { + "year": 2001, + "value": 1066103 + }, + { + "year": 2001, + "value": 995955 + } + ] + }, + "Brisbane": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 2099328 + }, + { + "year": 2011, + "value": 1977315 + }, + { + "year": 2011, + "value": 2065996 + }, + { + "year": 2010, + "value": 2043185 + }, + { + "year": 2009, + "value": 2004262 + }, + { + "year": 2008, + "value": 1945639 + }, + { + "year": 2007, + "value": 1857594 + }, + { + "year": 2006, + "value": 1676390 + }, + { + "year": 2006, + "value": 1763136 + }, + { + "year": 2005, + "value": 1790921 + }, + { + "year": 2004, + "value": 1777667 + }, + { + "year": 2003, + "value": 1735181 + }, + { + "year": 2001, + "value": 1608820 + }, + { + "year": 2001, + "value": 1490475 + } + ] + }, + "Cairns": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 142124 + }, + { + "year": 2011, + "value": 139693 + }, + { + "year": 2011, + "value": 133911 + }, + { + "year": 2010, + "value": 150920 + }, + { + "year": 2009, + "value": 147118 + }, + { + "year": 2008, + "value": 142001 + }, + { + "year": 2007, + "value": 135856 + }, + { + "year": 2005, + "value": 123775 + }, + { + "year": 2004, + "value": 120483 + }, + { + "year": 2003, + "value": 117531 + }, + { + "year": 2001, + "value": 16314 + }, + { + "year": 2001, + "value": 116885 + } + ] + }, + "Canberra-queanbeyan": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 412049 + }, + { + "year": 2011, + "value": 404559 + }, + { + "year": 2010, + "value": 410419 + } + ] + }, + "Central coast": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 317517 + }, + { + "year": 2011, + "value": 304753 + }, + { + "year": 2006, + "value": 282725 + }, + { + "year": 2001, + "value": 254579 + } + ] + }, + "Darwin": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 116215 + }, + { + "year": 2011, + "value": 106255 + }, + { + "year": 2011, + "value": 120584 + }, + { + "year": 2010, + "value": 127532 + }, + { + "year": 2009, + "value": 124760 + }, + { + "year": 2008, + "value": 120652 + }, + { + "year": 2007, + "value": 117395 + }, + { + "year": 2006, + "value": 105994 + }, + { + "year": 2005, + "value": 111179 + }, + { + "year": 2004, + "value": 109432 + }, + { + "year": 2003, + "value": 108039 + }, + { + "year": 2001, + "value": 106476 + }, + { + "year": 2001, + "value": 87662 + } + ] + }, + "Geelong": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 179689 + }, + { + "year": 2011, + "value": 177023 + }, + { + "year": 2011, + "value": 173454 + }, + { + "year": 2010, + "value": 178650 + }, + { + "year": 2009, + "value": 175803 + }, + { + "year": 2008, + "value": 172300 + }, + { + "year": 2007, + "value": 169544 + }, + { + "year": 2006, + "value": 137222 + }, + { + "year": 2005, + "value": 165827 + }, + { + "year": 2004, + "value": 164134 + }, + { + "year": 2003, + "value": 162637 + }, + { + "year": 2001, + "value": 129668 + } + ] + }, + "Gold coast-tweed heads": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 592389 + }, + { + "year": 2011, + "value": 579909 + }, + { + "year": 2011, + "value": 557822 + }, + { + "year": 2010, + "value": 591473 + }, + { + "year": 2009, + "value": 577977 + }, + { + "year": 2006, + "value": 402647 + }, + { + "year": 2001, + "value": 406619 + } + ] + }, + "Greater adelaide": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 1278432 + }, + { + "year": 2011, + "value": 1262940 + } + ] + }, + "Greater brisbane": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 2192065 + }, + { + "year": 2011, + "value": 2146577 + } + ] + }, + "Greater darwin": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 131938 + }, + { + "year": 2011, + "value": 129062 + } + ] + }, + "Greater hobart": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 216981 + }, + { + "year": 2011, + "value": 216276 + } + ] + }, + "Greater melbourne": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 4248344 + }, + { + "year": 2011, + "value": 4169103 + } + ] + }, + "Greater perth": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 1899999 + }, + { + "year": 2011, + "value": 1832114 + } + ] + }, + "Greater sydney": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 4672619 + }, + { + "year": 2011, + "value": 4605992 + } + ] + }, + "Hobart": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 205557 + }, + { + "year": 2011, + "value": 200501 + }, + { + "year": 2011, + "value": 211656 + }, + { + "year": 2010, + "value": 214705 + }, + { + "year": 2009, + "value": 212019 + }, + { + "year": 2008, + "value": 209287 + }, + { + "year": 2007, + "value": 207484 + }, + { + "year": 2006, + "value": 128579 + }, + { + "year": 2006, + "value": 200525 + }, + { + "year": 2005, + "value": 203527 + }, + { + "year": 2004, + "value": 202182 + }, + { + "year": 2003, + "value": 199926 + }, + { + "year": 2001, + "value": 190161 + }, + { + "year": 2001, + "value": 125162 + } + ] + }, + "Melbourne": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 4086734 + }, + { + "year": 2011, + "value": 3847570 + }, + { + "year": 2011, + "value": 3999982 + }, + { + "year": 2010, + "value": 4077036 + }, + { + "year": 2009, + "value": 3995537 + }, + { + "year": 2008, + "value": 3892419 + }, + { + "year": 2007, + "value": 3806092 + }, + { + "year": 2006, + "value": 3371888 + }, + { + "year": 2006, + "value": 3592592 + }, + { + "year": 2005, + "value": 3635508 + }, + { + "year": 2004, + "value": 3592975 + }, + { + "year": 2003, + "value": 3555321 + }, + { + "year": 2001, + "value": 3338704 + }, + { + "year": 2001, + "value": 3132900 + } + ] + }, + "Newcastle-maitland": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 420850 + }, + { + "year": 2011, + "value": 413962 + } + ] + }, + "Perth": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 1834184 + }, + { + "year": 2011, + "value": 1670953 + }, + { + "year": 2011, + "value": 1728866 + }, + { + "year": 2010, + "value": 1696065 + }, + { + "year": 2009, + "value": 1658992 + }, + { + "year": 2008, + "value": 1602559 + }, + { + "year": 2007, + "value": 1554769 + }, + { + "year": 2006, + "value": 1256037 + }, + { + "year": 2006, + "value": 1445078 + }, + { + "year": 2005, + "value": 1478039 + }, + { + "year": 2004, + "value": 1454606 + }, + { + "year": 2003, + "value": 1431498 + }, + { + "year": 2001, + "value": 1325392 + }, + { + "year": 2001, + "value": 1162716 + } + ] + }, + "Sunshine coast": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 286497 + }, + { + "year": 2011, + "value": 279870 + }, + { + "year": 2011, + "value": 270770 + }, + { + "year": 2010, + "value": 251081 + }, + { + "year": 2009, + "value": 245309 + }, + { + "year": 2008, + "value": 237562 + }, + { + "year": 2007, + "value": 230429 + }, + { + "year": 2006, + "value": 184662 + }, + { + "year": 2005, + "value": 215059 + }, + { + "year": 2004, + "value": 207553 + }, + { + "year": 2003, + "value": 200366 + }, + { + "year": 2001, + "value": 165089 + } + ] + }, + "Sydney": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 4293416 + }, + { + "year": 2011, + "value": 4028524 + }, + { + "year": 2011, + "value": 4391673 + }, + { + "year": 2010, + "value": 4575532 + }, + { + "year": 2009, + "value": 4504469 + }, + { + "year": 2008, + "value": 4399722 + }, + { + "year": 2007, + "value": 4336374 + }, + { + "year": 2006, + "value": 3641418 + }, + { + "year": 2006, + "value": 4119189 + }, + { + "year": 2005, + "value": 4255954 + }, + { + "year": 2004, + "value": 4225088 + }, + { + "year": 2003, + "value": 4198543 + }, + { + "year": 2001, + "value": 3948015 + }, + { + "year": 2001, + "value": 3455110 + } + ] + }, + "Toowoomba": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 110855 + }, + { + "year": 2011, + "value": 108933 + }, + { + "year": 2011, + "value": 105984 + }, + { + "year": 2010, + "value": 131258 + }, + { + "year": 2009, + "value": 128600 + }, + { + "year": 2008, + "value": 125339 + }, + { + "year": 2007, + "value": 123406 + }, + { + "year": 2005, + "value": 119486 + }, + { + "year": 2004, + "value": 116266 + }, + { + "year": 2003, + "value": 113815 + }, + { + "year": 2001, + "value": 13808 + }, + { + "year": 2001, + "value": 91494 + } + ] + }, + "Townsville": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 171824 + }, + { + "year": 2011, + "value": 167847 + }, + { + "year": 2011, + "value": 162292 + }, + { + "year": 2010, + "value": 172316 + }, + { + "year": 2009, + "value": 168402 + }, + { + "year": 2008, + "value": 162730 + }, + { + "year": 2007, + "value": 157174 + }, + { + "year": 2006, + "value": 128806 + }, + { + "year": 2005, + "value": 149207 + }, + { + "year": 2004, + "value": 144417 + }, + { + "year": 2003, + "value": 140761 + }, + { + "year": 2001, + "value": 2312 + }, + { + "year": 2001, + "value": 117990 + } + ] + }, + "Wollongong": { + "country": "Australia", + "population": [ + { + "year": 2012, + "value": 283243 + }, + { + "year": 2011, + "value": 280705 + } + ] + }, + "Canberra": { + "country": "Australia", + "population": [ + { + "year": 2011, + "value": 356585 + }, + { + "year": 2011, + "value": 391645 + }, + { + "year": 2010, + "value": 358222 + }, + { + "year": 2009, + "value": 351868 + }, + { + "year": 2008, + "value": 345257 + }, + { + "year": 2007, + "value": 339573 + }, + { + "year": 2006, + "value": 322036 + }, + { + "year": 2006, + "value": 323056 + }, + { + "year": 2005, + "value": 325405 + }, + { + "year": 2004, + "value": 323743 + }, + { + "year": 2003, + "value": 323004 + }, + { + "year": 2001, + "value": 308764 + }, + { + "year": 2001, + "value": 336805 + } + ] + }, + "Greater wollongong": { + "country": "Australia", + "population": [ + { + "year": 2011, + "value": 268944 + }, + { + "year": 2010, + "value": 292190 + }, + { + "year": 2009, + "value": 288984 + }, + { + "year": 2008, + "value": 284169 + }, + { + "year": 2007, + "value": 280159 + }, + { + "year": 2006, + "value": 234482 + }, + { + "year": 2005, + "value": 274838 + }, + { + "year": 2004, + "value": 273870 + }, + { + "year": 2003, + "value": 273234 + }, + { + "year": 2001, + "value": 181612 + }, + { + "year": 2001, + "value": 227522 + } + ] + }, + "Newcastle": { + "country": "Australia", + "population": [ + { + "year": 2011, + "value": 398770 + }, + { + "year": 2010, + "value": 546788 + }, + { + "year": 2009, + "value": 540796 + }, + { + "year": 2008, + "value": 531191 + }, + { + "year": 2007, + "value": 523662 + }, + { + "year": 2006, + "value": 288733 + }, + { + "year": 2005, + "value": 508597 + }, + { + "year": 2004, + "value": 504656 + }, + { + "year": 2003, + "value": 501335 + }, + { + "year": 2001, + "value": 4738 + }, + { + "year": 2001, + "value": 278773 + } + ] + }, + "Albury-wodonga": { + "country": "Australia", + "population": [ + { + "year": 2010, + "value": 106052 + }, + { + "year": 2009, + "value": 104609 + }, + { + "year": 2008, + "value": 102894 + }, + { + "year": 2007, + "value": 101842 + }, + { + "year": 2005, + "value": 100175 + }, + { + "year": 2004, + "value": 101602 + }, + { + "year": 2003, + "value": 100182 + }, + { + "year": 2001, + "value": 73468 + } + ] + }, + "Launceston": { + "country": "Australia", + "population": [ + { + "year": 2010, + "value": 106153 + }, + { + "year": 2009, + "value": 105445 + }, + { + "year": 2008, + "value": 104649 + }, + { + "year": 2007, + "value": 104071 + }, + { + "year": 2005, + "value": 103221 + }, + { + "year": 2004, + "value": 102007 + }, + { + "year": 2003, + "value": 100664 + }, + { + "year": 2001, + "value": 417 + }, + { + "year": 2001, + "value": 57685 + } + ] + }, + "Gold coast": { + "country": "Australia", + "population": [ + { + "year": 2008, + "value": 493425 + }, + { + "year": 2007, + "value": 583657 + }, + { + "year": 2005, + "value": 540115 + }, + { + "year": 2004, + "value": 470408 + }, + { + "year": 2003, + "value": 456908 + }, + { + "year": 2001, + "value": 441736 + } + ] + }, + "Bregenz": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 28072 + }, + { + "year": 2012, + "value": 28007 + }, + { + "year": 2011, + "value": 27831 + }, + { + "year": 2011, + "value": 27784 + }, + { + "year": 2010, + "value": 27456 + }, + { + "year": 2009, + "value": 27309 + }, + { + "year": 2005, + "value": 123902 + }, + { + "year": 2001, + "value": 26752 + }, + { + "year": 2001, + "value": 144838 + } + ] + }, + "Eisenstadt": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 13351 + }, + { + "year": 2012, + "value": 13165 + }, + { + "year": 2011, + "value": 13101 + }, + { + "year": 2011, + "value": 12995 + }, + { + "year": 2010, + "value": 12856 + } + ] + }, + "Graz": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 265778 + }, + { + "year": 2012, + "value": 265318 + }, + { + "year": 2011, + "value": 261726 + }, + { + "year": 2011, + "value": 261540 + }, + { + "year": 2010, + "value": 257328 + }, + { + "year": 2009, + "value": 253994 + }, + { + "year": 2008, + "value": 250653 + }, + { + "year": 2007, + "value": 247698 + }, + { + "year": 2006, + "value": 244604 + }, + { + "year": 2005, + "value": 240278 + }, + { + "year": 2001, + "value": 226244 + }, + { + "year": 2001, + "value": 267475 + } + ] + }, + "Innsbruck": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 122458 + }, + { + "year": 2012, + "value": 121329 + }, + { + "year": 2011, + "value": 119617 + }, + { + "year": 2011, + "value": 120147 + }, + { + "year": 2010, + "value": 119249 + }, + { + "year": 2009, + "value": 118035 + }, + { + "year": 2008, + "value": 118362 + }, + { + "year": 2007, + "value": 117693 + }, + { + "year": 2006, + "value": 116851 + }, + { + "year": 2005, + "value": 115498 + }, + { + "year": 2001, + "value": 113392 + }, + { + "year": 2001, + "value": 197276 + } + ] + }, + "Klagenfurt": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 95450 + }, + { + "year": 2012, + "value": 94796 + }, + { + "year": 2011, + "value": 94483 + }, + { + "year": 2011, + "value": 94303 + }, + { + "year": 2010, + "value": 93949 + }, + { + "year": 2009, + "value": 93478 + }, + { + "year": 2006, + "value": 92160 + }, + { + "year": 2001, + "value": 90141 + }, + { + "year": 2001, + "value": 102380 + } + ] + }, + "Linz": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 191501 + }, + { + "year": 2012, + "value": 191107 + }, + { + "year": 2011, + "value": 189889 + }, + { + "year": 2011, + "value": 189367 + }, + { + "year": 2010, + "value": 189311 + }, + { + "year": 2009, + "value": 189122 + }, + { + "year": 2008, + "value": 189069 + }, + { + "year": 2007, + "value": 188894 + }, + { + "year": 2006, + "value": 188362 + }, + { + "year": 2005, + "value": 187112 + }, + { + "year": 2001, + "value": 183504 + }, + { + "year": 2001, + "value": 239974 + } + ] + }, + "Salzburg": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 145871 + }, + { + "year": 2012, + "value": 148521 + }, + { + "year": 2011, + "value": 145270 + }, + { + "year": 2011, + "value": 148078 + }, + { + "year": 2010, + "value": 147571 + }, + { + "year": 2009, + "value": 147732 + }, + { + "year": 2008, + "value": 149201 + }, + { + "year": 2007, + "value": 149018 + }, + { + "year": 2006, + "value": 148473 + }, + { + "year": 2005, + "value": 146868 + }, + { + "year": 2001, + "value": 142662 + }, + { + "year": 2001, + "value": 208073 + } + ] + }, + "Sankt p\u00f6lten": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 51926 + }, + { + "year": 2012, + "value": 52048 + }, + { + "year": 2011, + "value": 51955 + }, + { + "year": 2011, + "value": 51956 + }, + { + "year": 2010, + "value": 51688 + } + ] + }, + "Wien": { + "country": "Austria", + "population": [ + { + "year": 2013, + "value": 1741246 + }, + { + "year": 2012, + "value": 1731236 + }, + { + "year": 2011, + "value": 1714227 + }, + { + "year": 2011, + "value": 1714142 + }, + { + "year": 2010, + "value": 1698822 + }, + { + "year": 2009, + "value": 1687271 + }, + { + "year": 2008, + "value": 1677867 + }, + { + "year": 2007, + "value": 1664146 + }, + { + "year": 2006, + "value": 1651437 + }, + { + "year": 2005, + "value": 1626440 + }, + { + "year": 2001, + "value": 1550123 + }, + { + "year": 2001, + "value": 1829876 + } + ] + }, + "Baku": { + "country": "Azerbaijan", + "population": [ + { + "year": 2012, + "value": 2136595 + }, + { + "year": 2010, + "value": 2078485 + }, + { + "year": 2009, + "value": 2045815 + }, + { + "year": 2009, + "value": 2052322 + }, + { + "year": 2008, + "value": 1928965 + }, + { + "year": 2007, + "value": 1905156 + }, + { + "year": 2004, + "value": 1847500 + }, + { + "year": 2003, + "value": 1834300 + } + ] + }, + "Ganja": { + "country": "Azerbaijan", + "population": [ + { + "year": 2012, + "value": 322030 + }, + { + "year": 2010, + "value": 315454 + }, + { + "year": 2009, + "value": 313249 + }, + { + "year": 2009, + "value": 313791 + }, + { + "year": 2008, + "value": 310433 + }, + { + "year": 2007, + "value": 308723 + }, + { + "year": 2004, + "value": 303800 + }, + { + "year": 2003, + "value": 302700 + } + ] + }, + "Sumgayit": { + "country": "Azerbaijan", + "population": [ + { + "year": 2012, + "value": 321957 + }, + { + "year": 2010, + "value": 313290 + }, + { + "year": 2009, + "value": 309446 + }, + { + "year": 2009, + "value": 310346 + }, + { + "year": 2008, + "value": 302395 + }, + { + "year": 2007, + "value": 298216 + }, + { + "year": 2004, + "value": 291600 + }, + { + "year": 2003, + "value": 290200 + } + ] + }, + "Nassau": { + "country": "Bahamas", + "population": [ + { + "year": 2009, + "value": 244400 + }, + { + "year": 2000, + "value": 210832 + } + ] + }, + "Manama": { + "country": "Bahrain", + "population": [ + { + "year": 2001, + "value": 153395 + } + ] + }, + "Barisal": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 192810 + }, + { + "year": 1991, + "value": 163481 + } + ] + }, + "Bogra": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 154807 + } + ] + }, + "Brahmanbaria": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 129278 + } + ] + }, + "Chittagong": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 2023489 + }, + { + "year": 1991, + "value": 1363998 + } + ] + }, + "Comilla": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 166519 + }, + { + "year": 1991, + "value": 143282 + } + ] + }, + "Dhaka": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 5333571 + }, + { + "year": 1991, + "value": 3397187 + } + ] + }, + "Dinajpur": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 157914 + }, + { + "year": 1991, + "value": 126189 + } + ] + }, + "Gazipur": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 122801 + } + ] + }, + "Jamalpur": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 120955 + }, + { + "year": 1991, + "value": 101242 + } + ] + }, + "Jessore": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 176655 + }, + { + "year": 1991, + "value": 160198 + } + ] + }, + "Kadamrasul": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 128561 + } + ] + }, + "Khulna": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 770498 + }, + { + "year": 1991, + "value": 545849 + } + ] + }, + "Mymensingh": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 227204 + }, + { + "year": 1991, + "value": 185517 + } + ] + }, + "Naogaon": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 124046 + } + ] + }, + "Narayanganj": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 241393 + }, + { + "year": 1991, + "value": 268952 + } + ] + }, + "Narsingdi": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 124204 + } + ] + }, + "Nawabganj": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 152223 + }, + { + "year": 1991, + "value": 121205 + } + ] + }, + "Pabna": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 116305 + }, + { + "year": 1991, + "value": 104479 + } + ] + }, + "Rajshahi": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 388811 + }, + { + "year": 1991, + "value": 299671 + } + ] + }, + "Rangpur": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 241310 + }, + { + "year": 1991, + "value": 203931 + } + ] + }, + "Saidpur": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 112609 + }, + { + "year": 1991, + "value": 102030 + } + ] + }, + "Sirajganj": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 128144 + } + ] + }, + "Tangail": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 128785 + }, + { + "year": 1991, + "value": 104387 + } + ] + }, + "Tongi": { + "country": "Bangladesh", + "population": [ + { + "year": 2001, + "value": 283099 + }, + { + "year": 1991, + "value": 154175 + } + ] + }, + "Bridgetown": { + "country": "Barbados", + "population": [ + { + "year": 1980, + "value": 7466 + } + ] + }, + "Baranovichi": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 170263 + }, + { + "year": 2011, + "value": 169468 + }, + { + "year": 2010, + "value": 168596 + }, + { + "year": 2009, + "value": 168240 + }, + { + "year": 2009, + "value": 168858 + }, + { + "year": 2009, + "value": 169531 + }, + { + "year": 2008, + "value": 168280 + }, + { + "year": 2006, + "value": 167911 + }, + { + "year": 2004, + "value": 168312 + }, + { + "year": 2003, + "value": 168765 + }, + { + "year": 1999, + "value": 167419 + } + ] + }, + "Bobruisk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 216825 + }, + { + "year": 2011, + "value": 216093 + }, + { + "year": 2010, + "value": 215474 + }, + { + "year": 2009, + "value": 215092 + }, + { + "year": 2009, + "value": 218993 + }, + { + "year": 2009, + "value": 219036 + }, + { + "year": 2008, + "value": 218415 + }, + { + "year": 2006, + "value": 218756 + }, + { + "year": 2004, + "value": 220062 + }, + { + "year": 2003, + "value": 220972 + }, + { + "year": 1999, + "value": 220653 + } + ] + }, + "Borisov": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 145769 + }, + { + "year": 2011, + "value": 146159 + }, + { + "year": 2010, + "value": 146745 + }, + { + "year": 2009, + "value": 147381 + }, + { + "year": 2009, + "value": 150006 + }, + { + "year": 2009, + "value": 149768 + }, + { + "year": 2008, + "value": 149835 + }, + { + "year": 2006, + "value": 149788 + }, + { + "year": 2004, + "value": 150148 + }, + { + "year": 2003, + "value": 150474 + }, + { + "year": 1999, + "value": 150730 + } + ] + }, + "Brest": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 323674 + }, + { + "year": 2011, + "value": 318372 + }, + { + "year": 2010, + "value": 313333 + }, + { + "year": 2009, + "value": 309764 + }, + { + "year": 2009, + "value": 318043 + }, + { + "year": 2009, + "value": 320819 + }, + { + "year": 2008, + "value": 314843 + }, + { + "year": 2006, + "value": 302348 + }, + { + "year": 2004, + "value": 300124 + }, + { + "year": 2003, + "value": 297301 + }, + { + "year": 1999, + "value": 286438 + }, + { + "year": 2010, + "value": 141302 + }, + { + "year": 2010, + "value": 199852 + }, + { + "year": 2009, + "value": 141315 + }, + { + "year": 2008, + "value": 142097 + }, + { + "year": 1999, + "value": 149649 + }, + { + "year": 1999, + "value": 210058 + } + ] + }, + "Gomel": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 501719 + }, + { + "year": 2011, + "value": 504500 + }, + { + "year": 2010, + "value": 497650 + }, + { + "year": 2009, + "value": 482652 + }, + { + "year": 2009, + "value": 492136 + }, + { + "year": 2009, + "value": 498727 + }, + { + "year": 2009, + "value": 502477 + }, + { + "year": 2008, + "value": 495128 + }, + { + "year": 2006, + "value": 492032 + }, + { + "year": 2004, + "value": 492150 + }, + { + "year": 2003, + "value": 491826 + }, + { + "year": 1999, + "value": 475486 + } + ] + }, + "Grodno": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 349543 + }, + { + "year": 2011, + "value": 342444 + }, + { + "year": 2010, + "value": 334299 + }, + { + "year": 2009, + "value": 327540 + }, + { + "year": 2009, + "value": 338244 + }, + { + "year": 2009, + "value": 342530 + }, + { + "year": 2008, + "value": 325835 + }, + { + "year": 2006, + "value": 320166 + }, + { + "year": 2004, + "value": 316735 + }, + { + "year": 2003, + "value": 313584 + }, + { + "year": 1999, + "value": 301622 + } + ] + }, + "Minsk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 1893063 + }, + { + "year": 2011, + "value": 1874579 + }, + { + "year": 2010, + "value": 1853888 + }, + { + "year": 2009, + "value": 1836808 + }, + { + "year": 2009, + "value": 1829084 + }, + { + "year": 2009, + "value": 1843743 + }, + { + "year": 2008, + "value": 1814822 + }, + { + "year": 2006, + "value": 1789098 + }, + { + "year": 2004, + "value": 1765773 + }, + { + "year": 2003, + "value": 1733854 + }, + { + "year": 1999, + "value": 1677137 + } + ] + }, + "Mogilev": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 365101 + }, + { + "year": 2011, + "value": 362140 + }, + { + "year": 2010, + "value": 359853 + }, + { + "year": 2009, + "value": 358279 + }, + { + "year": 2009, + "value": 371982 + }, + { + "year": 2009, + "value": 372651 + }, + { + "year": 2008, + "value": 370638 + }, + { + "year": 2006, + "value": 368481 + }, + { + "year": 2004, + "value": 366873 + }, + { + "year": 2003, + "value": 364587 + }, + { + "year": 1999, + "value": 356457 + } + ] + }, + "Mozir": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 110932 + }, + { + "year": 2011, + "value": 110307 + }, + { + "year": 2010, + "value": 109524 + }, + { + "year": 2009, + "value": 108792 + }, + { + "year": 2009, + "value": 112165 + }, + { + "year": 2009, + "value": 112713 + }, + { + "year": 2008, + "value": 111903 + }, + { + "year": 2006, + "value": 111693 + }, + { + "year": 2004, + "value": 111724 + }, + { + "year": 2003, + "value": 111591 + }, + { + "year": 1999, + "value": 109784 + } + ] + }, + "Novopolotsk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 100792 + }, + { + "year": 2011, + "value": 105604 + }, + { + "year": 2010, + "value": 104624 + }, + { + "year": 2009, + "value": 98138 + }, + { + "year": 2009, + "value": 104080 + }, + { + "year": 2009, + "value": 107068 + }, + { + "year": 2009, + "value": 107140 + }, + { + "year": 2008, + "value": 106700 + }, + { + "year": 2006, + "value": 106764 + }, + { + "year": 2004, + "value": 106928 + }, + { + "year": 2003, + "value": 107117 + }, + { + "year": 1999, + "value": 105648 + } + ] + }, + "Orsha": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 116898 + }, + { + "year": 2011, + "value": 132477 + }, + { + "year": 2010, + "value": 132654 + }, + { + "year": 2009, + "value": 117225 + }, + { + "year": 2009, + "value": 132725 + }, + { + "year": 2009, + "value": 138569 + }, + { + "year": 2009, + "value": 138386 + }, + { + "year": 2008, + "value": 138767 + }, + { + "year": 2006, + "value": 139994 + }, + { + "year": 2004, + "value": 141135 + }, + { + "year": 2003, + "value": 140643 + }, + { + "year": 1999, + "value": 123861 + } + ] + }, + "Pinsk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 134924 + }, + { + "year": 2011, + "value": 133298 + }, + { + "year": 2010, + "value": 131511 + }, + { + "year": 2009, + "value": 130355 + }, + { + "year": 2009, + "value": 131220 + }, + { + "year": 2009, + "value": 132149 + }, + { + "year": 2008, + "value": 130357 + }, + { + "year": 2006, + "value": 129779 + }, + { + "year": 2004, + "value": 130268 + }, + { + "year": 2003, + "value": 130711 + }, + { + "year": 1999, + "value": 129935 + } + ] + }, + "Soligorsk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 104352 + }, + { + "year": 2011, + "value": 103525 + }, + { + "year": 2010, + "value": 102685 + }, + { + "year": 2009, + "value": 102297 + }, + { + "year": 2009, + "value": 101395 + }, + { + "year": 2009, + "value": 101581 + }, + { + "year": 2008, + "value": 101091 + }, + { + "year": 2006, + "value": 100805 + }, + { + "year": 2004, + "value": 101033 + }, + { + "year": 2003, + "value": 101534 + }, + { + "year": 1999, + "value": 100930 + } + ] + }, + "Vitebsk": { + "country": "Belarus", + "population": [ + { + "year": 2012, + "value": 360707 + }, + { + "year": 2011, + "value": 364391 + }, + { + "year": 2010, + "value": 359742 + }, + { + "year": 2009, + "value": 347928 + }, + { + "year": 2009, + "value": 355062 + }, + { + "year": 2009, + "value": 355746 + }, + { + "year": 2009, + "value": 358052 + }, + { + "year": 2008, + "value": 354413 + }, + { + "year": 2006, + "value": 352247 + }, + { + "year": 2004, + "value": 350820 + }, + { + "year": 2003, + "value": 350693 + }, + { + "year": 1999, + "value": 340710 + } + ] + }, + "Lida": { + "country": "Belarus", + "population": [ + { + "year": 2009, + "value": 97629 + }, + { + "year": 2006, + "value": 96278 + }, + { + "year": 1999, + "value": 100714 + } + ] + }, + "Anderlecht": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 110671 + }, + { + "year": 2009, + "value": 103009 + } + ] + }, + "Antwerpen (anvers)": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 503138 + }, + { + "year": 2011, + "value": 690015 + }, + { + "year": 2009, + "value": 480721 + }, + { + "year": 2009, + "value": 699039 + }, + { + "year": 2007, + "value": 469137 + }, + { + "year": 2007, + "value": 686554 + }, + { + "year": 2006, + "value": 461496 + }, + { + "year": 2001, + "value": 447664 + }, + { + "year": 2001, + "value": 663623 + }, + { + "year": 2000, + "value": 445570 + } + ] + }, + "Brugge": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 117377 + }, + { + "year": 2009, + "value": 116855 + }, + { + "year": 2009, + "value": 116855 + }, + { + "year": 2007, + "value": 117028 + }, + { + "year": 2006, + "value": 117224 + }, + { + "year": 2001, + "value": 116868 + }, + { + "year": 2001, + "value": 116868 + }, + { + "year": 2000, + "value": 116559 + } + ] + }, + "Bruxelles (brussel)": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 177307 + }, + { + "year": 2011, + "value": 1561395 + }, + { + "year": 2009, + "value": 155526 + }, + { + "year": 2009, + "value": 1486414 + }, + { + "year": 2007, + "value": 147395 + }, + { + "year": 2007, + "value": 1441201 + }, + { + "year": 2006, + "value": 144784 + }, + { + "year": 2006, + "value": 1018804 + }, + { + "year": 2001, + "value": 135875 + }, + { + "year": 2001, + "value": 1359557 + }, + { + "year": 2000, + "value": 964405 + } + ] + }, + "Charleroi": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 204540 + }, + { + "year": 2011, + "value": 292441 + }, + { + "year": 2009, + "value": 202416 + }, + { + "year": 2009, + "value": 289664 + }, + { + "year": 2007, + "value": 201572 + }, + { + "year": 2007, + "value": 288461 + }, + { + "year": 2006, + "value": 201300 + }, + { + "year": 2001, + "value": 200389 + }, + { + "year": 2001, + "value": 286856 + }, + { + "year": 2000, + "value": 200233 + } + ] + }, + "Gent (gand)": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 248739 + }, + { + "year": 2011, + "value": 280528 + }, + { + "year": 2009, + "value": 241708 + }, + { + "year": 2009, + "value": 273000 + }, + { + "year": 2007, + "value": 236197 + }, + { + "year": 2007, + "value": 267014 + }, + { + "year": 2006, + "value": 233120 + }, + { + "year": 2001, + "value": 225422 + }, + { + "year": 2001, + "value": 255793 + }, + { + "year": 2000, + "value": 224685 + } + ] + }, + "Li\u00e8ge (luik)": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 196272 + }, + { + "year": 2011, + "value": 493283 + }, + { + "year": 2009, + "value": 191624 + }, + { + "year": 2009, + "value": 483777 + }, + { + "year": 2007, + "value": 189505 + }, + { + "year": 2007, + "value": 479484 + }, + { + "year": 2006, + "value": 187086 + }, + { + "year": 2001, + "value": 184604 + }, + { + "year": 2001, + "value": 471845 + }, + { + "year": 2000, + "value": 184550 + } + ] + }, + "Namur": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 110558 + }, + { + "year": 2009, + "value": 108733 + }, + { + "year": 2009, + "value": 108733 + }, + { + "year": 2007, + "value": 107796 + }, + { + "year": 2006, + "value": 107178 + }, + { + "year": 2001, + "value": 105327 + }, + { + "year": 2001, + "value": 105327 + }, + { + "year": 2000, + "value": 105248 + } + ] + }, + "Schaerbeek": { + "country": "Belgium", + "population": [ + { + "year": 2011, + "value": 127909 + }, + { + "year": 2009, + "value": 119754 + }, + { + "year": 2007, + "value": 114766 + }, + { + "year": 2001, + "value": 107488 + } + ] + }, + "Hamilton": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 519950 + }, + { + "year": 2011, + "value": 721050 + }, + { + "year": 2010, + "value": 740238 + }, + { + "year": 2009, + "value": 739415 + }, + { + "year": 2008, + "value": 731521 + }, + { + "year": 2007, + "value": 720426 + }, + { + "year": 2006, + "value": 504560 + }, + { + "year": 2006, + "value": 692910 + }, + { + "year": 2006, + "value": 716230 + }, + { + "year": 2005, + "value": 714935 + }, + { + "year": 2004, + "value": 710263 + }, + { + "year": 2003, + "value": 702917 + }, + { + "year": 2001, + "value": 490270 + }, + { + "year": 2001, + "value": 662405 + }, + { + "year": 2013, + "value": 150200 + }, + { + "year": 2012, + "value": 148200 + }, + { + "year": 2012, + "value": 209300 + }, + { + "year": 2011, + "value": 145700 + }, + { + "year": 2011, + "value": 206400 + }, + { + "year": 2010, + "value": 143100 + }, + { + "year": 2010, + "value": 203400 + }, + { + "year": 2009, + "value": 140700 + }, + { + "year": 2009, + "value": 200200 + }, + { + "year": 2008, + "value": 138500 + }, + { + "year": 2008, + "value": 197300 + }, + { + "year": 2006, + "value": 155259 + }, + { + "year": 2006, + "value": 134400 + }, + { + "year": 2006, + "value": 191700 + }, + { + "year": 2005, + "value": 131400 + }, + { + "year": 2005, + "value": 185100 + }, + { + "year": 2003, + "value": 126500 + }, + { + "year": 2003, + "value": 178900 + }, + { + "year": 2001, + "value": 138792 + } + ] + }, + "Town of st. george": { + "country": "Bermuda", + "population": [ + { + "year": 2010, + "value": 3398 + }, + { + "year": 2000, + "value": 3306 + } + ] + }, + "Thimphu": { + "country": "Bhutan", + "population": [ + { + "year": 2005, + "value": 79185 + } + ] + }, + "Cochabamba": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 516683 + } + ] + }, + "El alto": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 647350 + } + ] + }, + "La paz": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 789585 + } + ] + }, + "Oruro": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 201230 + } + ] + }, + "Potos\u00ed": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 132966 + } + ] + }, + "Santa cruz": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 1113582 + }, + { + "year": 2010, + "value": 110943 + } + ] + }, + "Sucre": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 193876 + } + ] + }, + "Tarija": { + "country": "Bolivia (Plurinational State of)", + "population": [ + { + "year": 2001, + "value": 135783 + } + ] + }, + "Banja luka": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 195692 + }, + { + "year": 1991, + "value": 195994 + } + ] + }, + "Doboj": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 102549 + }, + { + "year": 1991, + "value": 102624 + } + ] + }, + "Mostar": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 126628 + }, + { + "year": 1991, + "value": 127034 + } + ] + }, + "Prijedor": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 112543 + }, + { + "year": 1991, + "value": 112635 + } + ] + }, + "Sarajevo": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 527049 + }, + { + "year": 1991, + "value": 529021 + } + ] + }, + "Tuzla": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 131318 + }, + { + "year": 1991, + "value": 131866 + } + ] + }, + "Zenica": { + "country": "Bosnia and Herzegovina", + "population": [ + { + "year": 1991, + "value": 145517 + }, + { + "year": 1991, + "value": 145837 + } + ] + }, + "Francistown": { + "country": "Botswana", + "population": [ + { + "year": 2011, + "value": 98961 + }, + { + "year": 2001, + "value": 101028 + }, + { + "year": 2001, + "value": 113315 + } + ] + }, + "Gaborone": { + "country": "Botswana", + "population": [ + { + "year": 2011, + "value": 231592 + }, + { + "year": 2001, + "value": 233136 + }, + { + "year": 2001, + "value": 282150 + } + ] + }, + "Abaeteluba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 80804 + }, + { + "year": 2010, + "value": 82998 + } + ] + }, + "A\u00e7ail\u00e2ndia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 78237 + }, + { + "year": 2010, + "value": 78237 + } + ] + }, + "Aguas lindas de goi\u00e1s": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 159138 + }, + { + "year": 2010, + "value": 159138 + } + ] + }, + "Alagoinhas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 122324 + }, + { + "year": 2010, + "value": 124042 + } + ] + }, + "Almirante tamandar\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 98892 + }, + { + "year": 2010, + "value": 98892 + } + ] + }, + "Alvorada": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 175575 + }, + { + "year": 2010, + "value": 195673 + } + ] + }, + "Americana": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 209654 + }, + { + "year": 2010, + "value": 209654 + } + ] + }, + "Ananindeua": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 470819 + }, + { + "year": 2010, + "value": 470819 + } + ] + }, + "An\u00e1polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 325163 + }, + { + "year": 2010, + "value": 328755 + } + ] + }, + "Angra dos reis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 65364 + }, + { + "year": 2010, + "value": 163199 + } + ] + }, + "Aparecida de goiania": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 157296 + }, + { + "year": 2010, + "value": 455193 + } + ] + }, + "Apucarana": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 108887 + }, + { + "year": 2010, + "value": 114104 + } + ] + }, + "Aracaju": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 571149 + }, + { + "year": 2010, + "value": 571149 + } + ] + }, + "Ara\u00e7atuba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 178077 + }, + { + "year": 2010, + "value": 178077 + } + ] + }, + "Araguaina": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 142925 + }, + { + "year": 2010, + "value": 142925 + } + ] + }, + "Araguario": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100753 + }, + { + "year": 2010, + "value": 102583 + } + ] + }, + "Arapiraca": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 181481 + }, + { + "year": 2010, + "value": 181481 + } + ] + }, + "Arapongas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 101851 + }, + { + "year": 2010, + "value": 101851 + } + ] + }, + "Araraquara": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 143071 + }, + { + "year": 2010, + "value": 202739 + } + ] + }, + "Araras": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 112444 + }, + { + "year": 2010, + "value": 112444 + } + ] + }, + "Araruama": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 76872 + }, + { + "year": 2010, + "value": 106486 + } + ] + }, + "Arauc\u00e1ria": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 109484 + }, + { + "year": 2010, + "value": 110205 + } + ] + }, + "Atibaia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 115229 + }, + { + "year": 2010, + "value": 115229 + } + ] + }, + "Bacabal": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 77860 + }, + { + "year": 2010, + "value": 77860 + } + ] + }, + "Bag\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 97765 + }, + { + "year": 2010, + "value": 97765 + } + ] + }, + "Balne\u00e1rio cambori\u00fa": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 108089 + }, + { + "year": 2010, + "value": 108089 + } + ] + }, + "Barbacena": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 107207 + }, + { + "year": 2010, + "value": 115568 + } + ] + }, + "Barra mansa": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 171125 + }, + { + "year": 2010, + "value": 176230 + } + ] + }, + "Barreiras": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 123741 + }, + { + "year": 2010, + "value": 123741 + } + ] + }, + "Barretos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 108306 + }, + { + "year": 2010, + "value": 108686 + } + ] + }, + "Barueri": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 112726 + }, + { + "year": 2010, + "value": 240749 + } + ] + }, + "Bauru": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 337094 + }, + { + "year": 2010, + "value": 338186 + } + ] + }, + "Bel\u00e9m": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 143474 + }, + { + "year": 2010, + "value": 1381475 + } + ] + }, + "Belford roxo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 469332 + }, + { + "year": 2010, + "value": 469332 + } + ] + }, + "Belo horizonte": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1433244 + }, + { + "year": 2010, + "value": 2375151 + } + ] + }, + "Bento gon\u00e7alves": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 96830 + }, + { + "year": 2010, + "value": 99104 + } + ] + }, + "Betim": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 375331 + }, + { + "year": 2010, + "value": 375331 + } + ] + }, + "Birigui": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 105487 + }, + { + "year": 2010, + "value": 105487 + } + ] + }, + "Blumenou": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 248655 + }, + { + "year": 2010, + "value": 294821 + } + ] + }, + "Boa vista": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 277799 + }, + { + "year": 2010, + "value": 277799 + } + ] + }, + "Botucatu": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 115606 + }, + { + "year": 2010, + "value": 122744 + } + ] + }, + "Bragan\u00e7a": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 65739 + }, + { + "year": 2010, + "value": 72621 + } + ] + }, + "Bragan\u00e7a paulista": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 142255 + }, + { + "year": 2010, + "value": 142255 + } + ] + }, + "Brasilia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 2481272 + }, + { + "year": 2010, + "value": 2481272 + } + ] + }, + "Brusque": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 102025 + }, + { + "year": 2010, + "value": 102025 + } + ] + }, + "Cabo de santo agostinho": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 95979 + }, + { + "year": 2010, + "value": 167783 + } + ] + }, + "Cabo frio": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 140269 + }, + { + "year": 2010, + "value": 140486 + } + ] + }, + "Cachoeirinha": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 118278 + }, + { + "year": 2010, + "value": 118278 + } + ] + }, + "Cachoeiro de itapemirim": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 162947 + }, + { + "year": 2010, + "value": 173589 + } + ] + }, + "Camacari": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 161226 + }, + { + "year": 2010, + "value": 231973 + } + ] + }, + "Camaragibe": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 144466 + }, + { + "year": 2010, + "value": 144466 + } + ] + }, + "Camet\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 40024 + }, + { + "year": 2010, + "value": 52838 + } + ] + }, + "Campina grande": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 355014 + }, + { + "year": 2010, + "value": 367209 + } + ] + }, + "Campinas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 952659 + }, + { + "year": 2010, + "value": 1061540 + } + ] + }, + "Campo grande": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 774202 + }, + { + "year": 2010, + "value": 776242 + } + ] + }, + "Campo largo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 76002 + }, + { + "year": 2010, + "value": 94171 + } + ] + }, + "Campos dos goytacazes": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 356608 + }, + { + "year": 2010, + "value": 418725 + } + ] + }, + "Canoas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 323827 + }, + { + "year": 2010, + "value": 323827 + } + ] + }, + "Carapicu\u00edba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 230355 + }, + { + "year": 2010, + "value": 369584 + } + ] + }, + "Caraguatatuba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 55414 + }, + { + "year": 2010, + "value": 96612 + } + ] + }, + "Cariacica": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 115513 + }, + { + "year": 2010, + "value": 337643 + } + ] + }, + "Caruaru": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 277982 + }, + { + "year": 2010, + "value": 279589 + } + ] + }, + "Cascavel": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 266835 + }, + { + "year": 2010, + "value": 270049 + } + ] + }, + "Castanhal": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 149918 + }, + { + "year": 2010, + "value": 153378 + } + ] + }, + "Catanduva": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 111914 + }, + { + "year": 2010, + "value": 111914 + } + ] + }, + "Caucaia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 149896 + }, + { + "year": 2010, + "value": 290220 + } + ] + }, + "Caxias": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 118534 + }, + { + "year": 2010, + "value": 118534 + } + ] + }, + "Caxias do sul": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 415822 + }, + { + "year": 2010, + "value": 419406 + } + ] + }, + "Chapec\u00f3": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 166040 + }, + { + "year": 2010, + "value": 168113 + } + ] + }, + "Codo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 80924 + }, + { + "year": 2010, + "value": 81045 + } + ] + }, + "Colatina": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 96028 + }, + { + "year": 2010, + "value": 98395 + } + ] + }, + "Colombo": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 647100 + } + ] + }, + "Conselheiro lafaiete": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 110588 + }, + { + "year": 2010, + "value": 111266 + } + ] + }, + "Contagem": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 379044 + }, + { + "year": 2010, + "value": 601400 + } + ] + }, + "Coronel fabriciano": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 47625 + }, + { + "year": 2010, + "value": 102395 + } + ] + }, + "Corumb\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 91697 + }, + { + "year": 2010, + "value": 93452 + } + ] + }, + "Cotia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 170507 + }, + { + "year": 2010, + "value": 201150 + } + ] + }, + "Crato": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 93469 + }, + { + "year": 2010, + "value": 100916 + } + ] + }, + "Crici\u00fama": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 133031 + }, + { + "year": 2010, + "value": 189630 + } + ] + }, + "Cubatao": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 118720 + }, + { + "year": 2010, + "value": 118720 + } + ] + }, + "Cuiab\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 220859 + }, + { + "year": 2010, + "value": 540814 + } + ] + }, + "Curitiba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1751907 + }, + { + "year": 2010, + "value": 1751907 + } + ] + }, + "Diadema": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 386089 + }, + { + "year": 2010, + "value": 386089 + } + ] + }, + "Divin\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 202220 + }, + { + "year": 2010, + "value": 207516 + } + ] + }, + "Dourados": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 173647 + }, + { + "year": 2010, + "value": 181005 + } + ] + }, + "Duque de caxias": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 341304 + }, + { + "year": 2010, + "value": 852138 + } + ] + }, + "Embu": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 240230 + }, + { + "year": 2010, + "value": 240230 + } + ] + }, + "Eun\u00e1polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 93413 + }, + { + "year": 2010, + "value": 93413 + } + ] + }, + "Feira de santana": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 495516 + }, + { + "year": 2010, + "value": 510635 + } + ] + }, + "Ferraz de vasconcelos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 111727 + }, + { + "year": 2010, + "value": 160754 + } + ] + }, + "Florian\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 249477 + }, + { + "year": 2010, + "value": 405189 + } + ] + }, + "Fortaleza": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 862750 + }, + { + "year": 2010, + "value": 2452185 + } + ] + }, + "Foz do igua\u00e7u": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 253962 + }, + { + "year": 2010, + "value": 253962 + } + ] + }, + "Franca": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 313046 + }, + { + "year": 2010, + "value": 313046 + } + ] + }, + "Francisco morato": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 154207 + }, + { + "year": 2010, + "value": 154207 + } + ] + }, + "Franco da rocha": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 121244 + }, + { + "year": 2010, + "value": 121244 + } + ] + }, + "Garanhuns": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 112462 + }, + { + "year": 2010, + "value": 115356 + } + ] + }, + "Goi\u00e2nia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1296324 + }, + { + "year": 2010, + "value": 1297154 + } + ] + }, + "Governador valadares": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 245125 + }, + { + "year": 2010, + "value": 253300 + } + ] + }, + "Gravatai": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 228093 + }, + { + "year": 2010, + "value": 243497 + } + ] + }, + "Guarapari": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100528 + }, + { + "year": 2010, + "value": 100528 + } + ] + }, + "Guarapuava": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 142163 + }, + { + "year": 2010, + "value": 152993 + } + ] + }, + "Guaratinguet\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 106762 + }, + { + "year": 2010, + "value": 106762 + } + ] + }, + "Guaruj\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 138753 + }, + { + "year": 2010, + "value": 290696 + } + ] + }, + "Guarulhos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 784971 + }, + { + "year": 2010, + "value": 1221979 + } + ] + }, + "Hortolandia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 192692 + }, + { + "year": 2010, + "value": 192692 + } + ] + }, + "Ibirit\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 83765 + }, + { + "year": 2010, + "value": 158590 + } + ] + }, + "Igarassu": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 91953 + }, + { + "year": 2010, + "value": 93931 + } + ] + }, + "Ilh\u00e9us": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 148437 + }, + { + "year": 2010, + "value": 155281 + } + ] + }, + "Imperatriz": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 234547 + }, + { + "year": 2010, + "value": 234547 + } + ] + }, + "Indaiatuba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 199592 + }, + { + "year": 2010, + "value": 199592 + } + ] + }, + "Ipatinga": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 148687 + }, + { + "year": 2010, + "value": 236968 + } + ] + }, + "Itabira\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100300 + }, + { + "year": 2010, + "value": 102316 + } + ] + }, + "Itabora\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 107527 + }, + { + "year": 2010, + "value": 215327 + } + ] + }, + "Itabuna": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 199749 + }, + { + "year": 2010, + "value": 199749 + } + ] + }, + "Itagua\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 104195 + }, + { + "year": 2010, + "value": 104209 + } + ] + }, + "Itaja\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 173452 + }, + { + "year": 2010, + "value": 173452 + } + ] + }, + "Itapecerica da serra": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 151349 + }, + { + "year": 2010, + "value": 151349 + } + ] + }, + "Itapetininga": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 123439 + }, + { + "year": 2010, + "value": 131050 + } + ] + }, + "Itapevi": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 200769 + }, + { + "year": 2010, + "value": 200769 + } + ] + }, + "Itapipoca": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 56330 + }, + { + "year": 2010, + "value": 66909 + } + ] + }, + "Itaquaquecetuba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 321770 + }, + { + "year": 2010, + "value": 321770 + } + ] + }, + "Itatiba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 85666 + }, + { + "year": 2010, + "value": 85666 + } + ] + }, + "Itu": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 144269 + }, + { + "year": 2010, + "value": 144269 + } + ] + }, + "Jaboatao dos guarapes": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 335371 + }, + { + "year": 2010, + "value": 630595 + } + ] + }, + "Jacare\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 187144 + }, + { + "year": 2010, + "value": 208297 + } + ] + }, + "Jandira": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 108344 + }, + { + "year": 2010, + "value": 108344 + } + ] + }, + "Jaragu\u00e1 do sul": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 132800 + }, + { + "year": 2010, + "value": 132800 + } + ] + }, + "Ja\u00fa": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 118895 + }, + { + "year": 2010, + "value": 126943 + } + ] + }, + "Jequi\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 136518 + }, + { + "year": 2010, + "value": 139426 + } + ] + }, + "Ji-paran\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 103256 + }, + { + "year": 2010, + "value": 104858 + } + ] + }, + "Joao pessoa": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 720954 + }, + { + "year": 2010, + "value": 720954 + } + ] + }, + "Joinville": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 486803 + }, + { + "year": 2010, + "value": 497850 + } + ] + }, + "Juazeiro": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 151336 + }, + { + "year": 2010, + "value": 160775 + } + ] + }, + "Ju\u00e0zeiro do norte": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 238889 + }, + { + "year": 2010, + "value": 240128 + } + ] + }, + "Juiz de fora": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 489801 + }, + { + "year": 2010, + "value": 510378 + } + ] + }, + "Jundia\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 354204 + }, + { + "year": 2010, + "value": 354204 + } + ] + }, + "Lages": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 153676 + }, + { + "year": 2010, + "value": 153937 + } + ] + }, + "Lauro de freitas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 163449 + }, + { + "year": 2010, + "value": 163449 + } + ] + }, + "Limeira": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 267804 + }, + { + "year": 2010, + "value": 267804 + } + ] + }, + "Linhares": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 109653 + }, + { + "year": 2010, + "value": 121567 + } + ] + }, + "Londrina": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 485822 + }, + { + "year": 2010, + "value": 493520 + } + ] + }, + "Luzi\u00e2nia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 98752 + }, + { + "year": 2010, + "value": 162807 + } + ] + }, + "Macae": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 194652 + }, + { + "year": 2010, + "value": 202859 + } + ] + }, + "Macap\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 369287 + }, + { + "year": 2010, + "value": 381091 + } + ] + }, + "Macei\u00f3": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 932078 + }, + { + "year": 2010, + "value": 932078 + } + ] + }, + "Mag\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 54633 + }, + { + "year": 2010, + "value": 215236 + } + ] + }, + "Manaus": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1792881 + }, + { + "year": 2010, + "value": 1792881 + } + ] + }, + "Maraba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 186270 + }, + { + "year": 2010, + "value": 186270 + } + ] + }, + "Maracanau": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 163853 + }, + { + "year": 2010, + "value": 207635 + } + ] + }, + "Maranguape": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 59468 + }, + { + "year": 2010, + "value": 86309 + } + ] + }, + "Maric\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 40074 + }, + { + "year": 2010, + "value": 125401 + } + ] + }, + "Mar\u00edlia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 197342 + }, + { + "year": 2010, + "value": 207021 + } + ] + }, + "Maring\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 342310 + }, + { + "year": 2010, + "value": 350653 + } + ] + }, + "Marituba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 107123 + }, + { + "year": 2010, + "value": 107123 + } + ] + }, + "Mau\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 417064 + }, + { + "year": 2010, + "value": 417064 + } + ] + }, + "Mesquita": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 168376 + }, + { + "year": 2010, + "value": 168376 + } + ] + }, + "Moji das cruzes": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 163259 + }, + { + "year": 2010, + "value": 357313 + } + ] + }, + "Moji-gua\u00e7u": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 127452 + }, + { + "year": 2010, + "value": 130295 + } + ] + }, + "Montes claros": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 338381 + }, + { + "year": 2010, + "value": 344427 + } + ] + }, + "Mossor\u00f3": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 237241 + }, + { + "year": 2010, + "value": 237241 + } + ] + }, + "Muria\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 86814 + }, + { + "year": 2010, + "value": 93225 + } + ] + }, + "Natal": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 803739 + }, + { + "year": 2010, + "value": 803739 + } + ] + }, + "Nil\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 102161 + }, + { + "year": 2010, + "value": 157425 + } + ] + }, + "Niter\u00f3i": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 487562 + }, + { + "year": 2010, + "value": 487562 + } + ] + }, + "Nossa senhora do socorro": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 155823 + }, + { + "year": 2010, + "value": 155823 + } + ] + }, + "Nova friburgo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 113217 + }, + { + "year": 2010, + "value": 159372 + } + ] + }, + "Nova igua\u00e7u": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 787563 + }, + { + "year": 2010, + "value": 787563 + } + ] + }, + "N\u00f4vo hamburgo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 234798 + }, + { + "year": 2010, + "value": 234798 + } + ] + }, + "Olinda": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 370332 + }, + { + "year": 2010, + "value": 370332 + } + ] + }, + "Osasco": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 666740 + }, + { + "year": 2010, + "value": 666740 + } + ] + }, + "Ourinhos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100374 + }, + { + "year": 2010, + "value": 100374 + } + ] + }, + "Pa\u00e7o do lumiar": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 78811 + }, + { + "year": 2010, + "value": 78811 + } + ] + }, + "Palho\u00e7a": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 119360 + }, + { + "year": 2010, + "value": 135311 + } + ] + }, + "Palmas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 217056 + }, + { + "year": 2010, + "value": 221742 + } + ] + }, + "Paranagu\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 133761 + }, + { + "year": 2010, + "value": 135421 + } + ] + }, + "Parauapebas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 138690 + }, + { + "year": 2010, + "value": 138690 + } + ] + }, + "Parintins": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 67987 + }, + { + "year": 2010, + "value": 69890 + } + ] + }, + "Parna\u00edba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 137485 + }, + { + "year": 2010, + "value": 137485 + } + ] + }, + "Parnamirim": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 202456 + }, + { + "year": 2010, + "value": 202456 + } + ] + }, + "Passo fundo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 179630 + }, + { + "year": 2010, + "value": 180120 + } + ] + }, + "Passos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100859 + }, + { + "year": 2010, + "value": 100859 + } + ] + }, + "Patos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 96360 + }, + { + "year": 2010, + "value": 97278 + } + ] + }, + "Patos de minas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 124349 + }, + { + "year": 2010, + "value": 127724 + } + ] + }, + "Paulista": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 300466 + }, + { + "year": 2010, + "value": 300466 + } + ] + }, + "Paulo afonso": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 93404 + }, + { + "year": 2010, + "value": 93404 + } + ] + }, + "Pelotas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 306193 + }, + { + "year": 2010, + "value": 306193 + } + ] + }, + "Petrolina": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 217093 + }, + { + "year": 2010, + "value": 219172 + } + ] + }, + "Petr\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 185876 + }, + { + "year": 2010, + "value": 281286 + } + ] + }, + "Pindamonhangaba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 103395 + }, + { + "year": 2010, + "value": 141708 + } + ] + }, + "Pinhais": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 117008 + }, + { + "year": 2010, + "value": 117008 + } + ] + }, + "Piracicaba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 297767 + }, + { + "year": 2010, + "value": 356743 + } + ] + }, + "Po\u00e0": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 99116 + }, + { + "year": 2010, + "value": 104338 + } + ] + }, + "Po\u00e7os de caldas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 148722 + }, + { + "year": 2010, + "value": 148722 + } + ] + }, + "Ponta grossa": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 303399 + }, + { + "year": 2010, + "value": 304717 + } + ] + }, + "Porto alegre": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1409351 + }, + { + "year": 2010, + "value": 1409351 + } + ] + }, + "Porto seguro": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 80240 + }, + { + "year": 2010, + "value": 104078 + } + ] + }, + "Porto velho": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 369259 + }, + { + "year": 2010, + "value": 392475 + } + ] + }, + "Pouso alegre": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 118847 + }, + { + "year": 2010, + "value": 119590 + } + ] + }, + "Praia grande": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 201259 + }, + { + "year": 2010, + "value": 262051 + } + ] + }, + "Presidente prudente": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 200042 + }, + { + "year": 2010, + "value": 203382 + } + ] + }, + "Queimados": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 137962 + }, + { + "year": 2010, + "value": 137962 + } + ] + }, + "Recife": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 1537704 + }, + { + "year": 2010, + "value": 1537704 + } + ] + }, + "Resende": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 77848 + }, + { + "year": 2010, + "value": 112331 + } + ] + }, + "Ribeirao das neves": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 134449 + }, + { + "year": 2010, + "value": 294158 + } + ] + }, + "Ribeirao pires": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 77660 + }, + { + "year": 2010, + "value": 113068 + } + ] + }, + "Ribeirao pr\u00eato": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 590593 + }, + { + "year": 2010, + "value": 603186 + } + ] + }, + "Rio branco": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 308545 + }, + { + "year": 2010, + "value": 308545 + } + ] + }, + "Rio claro": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 178613 + }, + { + "year": 2010, + "value": 181720 + } + ] + }, + "Rio das ostras": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 99905 + }, + { + "year": 2010, + "value": 99905 + } + ] + }, + "Rio de janeiro": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 6320446 + }, + { + "year": 2010, + "value": 6320446 + } + ] + }, + "Rio grande": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 178454 + }, + { + "year": 2010, + "value": 189429 + } + ] + }, + "Rio verde": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 160661 + }, + { + "year": 2010, + "value": 163540 + } + ] + }, + "Rondon\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 144049 + }, + { + "year": 2010, + "value": 188028 + } + ] + }, + "Sab\u00e1ra": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 44206 + }, + { + "year": 2010, + "value": 123084 + } + ] + }, + "Salto": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 104688 + }, + { + "year": 2010, + "value": 104688 + }, + { + "year": 2011, + "value": 104028 + } + ] + }, + "Salvador": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 2674923 + }, + { + "year": 2010, + "value": 2674923 + } + ] + }, + "Santa b\u00e1rbara d'oeste": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 178596 + }, + { + "year": 2010, + "value": 178596 + } + ] + }, + "Santa cruz do sul": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 102891 + }, + { + "year": 2010, + "value": 105190 + } + ] + }, + "Santa luzia (minas gerais)": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 72187 + }, + { + "year": 2010, + "value": 202378 + } + ] + }, + "Santa maria": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 246544 + }, + { + "year": 2010, + "value": 248347 + }, + { + "year": 2010, + "value": 218351 + } + ] + }, + "Santa rita": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 101319 + }, + { + "year": 2010, + "value": 103717 + } + ] + }, + "Santana": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 96509 + }, + { + "year": 2010, + "value": 99111 + } + ] + }, + "Santana de parna\u00edba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 108813 + }, + { + "year": 2010, + "value": 108813 + } + ] + }, + "Santar\u00e9m": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 205711 + }, + { + "year": 2010, + "value": 215790 + } + ] + }, + "Santo andr\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 568538 + }, + { + "year": 2010, + "value": 676407 + } + ] + }, + "Santos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 419086 + }, + { + "year": 2010, + "value": 419086 + } + ] + }, + "Sao bernardo do campo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 736466 + }, + { + "year": 2010, + "value": 752658 + } + ] + }, + "Sao caetano do sul": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 149263 + }, + { + "year": 2010, + "value": 149263 + } + ] + }, + "Sao carlo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 116765 + }, + { + "year": 2010, + "value": 213061 + } + ] + }, + "Sao gon\u00e7alo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 337273 + }, + { + "year": 2010, + "value": 998999 + } + ] + }, + "Sao joao de meriti": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 234340 + }, + { + "year": 2010, + "value": 458673 + } + ] + }, + "Sao jos\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 25993 + }, + { + "year": 2010, + "value": 207312 + } + ] + }, + "Sao jos\u00e9 de ribamar": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 35978 + }, + { + "year": 2010, + "value": 37709 + } + ] + }, + "Sao jos\u00e9 do rio pr\u00eato": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 372492 + }, + { + "year": 2010, + "value": 383490 + } + ] + }, + "Sao jos\u00e9 dos campos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 533501 + }, + { + "year": 2010, + "value": 617119 + } + ] + }, + "Sao jos\u00e9 dos pinhais": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 200521 + }, + { + "year": 2010, + "value": 236895 + } + ] + }, + "Sao leopoldo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 213238 + }, + { + "year": 2010, + "value": 213238 + } + ] + }, + "S\u00e3o louren\u00e7o da mata": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 92190 + }, + { + "year": 2010, + "value": 96777 + } + ] + }, + "Sao lu\u00eds": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 958545 + }, + { + "year": 2010, + "value": 958545 + } + ] + }, + "S\u00e3o mateus": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 69824 + }, + { + "year": 2010, + "value": 84541 + } + ] + }, + "Sao paulo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 105269 + }, + { + "year": 2010, + "value": 11152968 + } + ] + }, + "Sao vicente": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 331817 + }, + { + "year": 2010, + "value": 331817 + } + ] + }, + "Sapucaia do sul": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 130469 + }, + { + "year": 2010, + "value": 130469 + } + ] + }, + "Serra": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 112555 + }, + { + "year": 2010, + "value": 406411 + } + ] + }, + "Sertaozinho": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 101784 + }, + { + "year": 2010, + "value": 108772 + } + ] + }, + "Sete lagoas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 208847 + }, + { + "year": 2010, + "value": 208956 + } + ] + }, + "Simoes filho": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 105811 + }, + { + "year": 2010, + "value": 105811 + } + ] + }, + "Sinop": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 93753 + }, + { + "year": 2010, + "value": 93753 + } + ] + }, + "Sobral": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 147353 + }, + { + "year": 2010, + "value": 166310 + } + ] + }, + "Sorocaba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 580621 + }, + { + "year": 2010, + "value": 580621 + } + ] + }, + "Sumar\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 97696 + }, + { + "year": 2010, + "value": 238470 + } + ] + }, + "Susano": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 152003 + }, + { + "year": 2010, + "value": 253240 + } + ] + }, + "Taboao da serra": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 244528 + }, + { + "year": 2010, + "value": 244528 + } + ] + }, + "Tatu\u00ed": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 102256 + }, + { + "year": 2010, + "value": 102256 + } + ] + }, + "Taubat\u00e9": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 232049 + }, + { + "year": 2010, + "value": 272673 + } + ] + }, + "Teixeira de freitas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 128407 + }, + { + "year": 2010, + "value": 129263 + } + ] + }, + "Te\u00f3filo otoni": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 105621 + }, + { + "year": 2010, + "value": 110076 + } + ] + }, + "Teresina": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 767559 + }, + { + "year": 2010, + "value": 767559 + } + ] + }, + "Teres\u00f3polis": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 134156 + }, + { + "year": 2010, + "value": 146231 + } + ] + }, + "Timon": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 134827 + }, + { + "year": 2010, + "value": 135133 + } + ] + }, + "Toledo": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 103644 + }, + { + "year": 2010, + "value": 108259 + }, + { + "year": 2010, + "value": 157078 + }, + { + "year": 2007, + "value": 152960 + }, + { + "year": 2000, + "value": 141174 + } + ] + }, + "Tr\u00eas lagoas": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 96341 + }, + { + "year": 2010, + "value": 97069 + } + ] + }, + "Trindade": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 100106 + }, + { + "year": 2010, + "value": 100106 + } + ] + }, + "Ub\u00e1": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 93981 + }, + { + "year": 2010, + "value": 97636 + } + ] + }, + "Uberaba": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 289376 + }, + { + "year": 2010, + "value": 289376 + } + ] + }, + "Uberl\u00e2ndia": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 584102 + }, + { + "year": 2010, + "value": 587266 + } + ] + }, + "Umuarama": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 90105 + }, + { + "year": 2010, + "value": 93455 + } + ] + }, + "Uruguaiana": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 116276 + }, + { + "year": 2010, + "value": 117415 + } + ] + }, + "Valinhos": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 101626 + }, + { + "year": 2010, + "value": 101626 + } + ] + }, + "Valpara\u00edso de goi\u00e1s": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 132982 + }, + { + "year": 2010, + "value": 132982 + } + ] + }, + "Varginha": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 119061 + }, + { + "year": 2010, + "value": 119061 + } + ] + }, + "Varzea grande": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 184069 + }, + { + "year": 2010, + "value": 248704 + } + ] + }, + "Varzea paulista": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 107089 + }, + { + "year": 2010, + "value": 107089 + } + ] + }, + "Vespasiano": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 104527 + }, + { + "year": 2010, + "value": 104527 + } + ] + }, + "Viamao": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 87753 + }, + { + "year": 2010, + "value": 224943 + } + ] + }, + "Vila velha": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 171772 + }, + { + "year": 2010, + "value": 412575 + } + ] + }, + "Vit\u00f3ria": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 211529 + }, + { + "year": 2010, + "value": 327801 + } + ] + }, + "Vit\u00f3ria da conquista": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 260260 + }, + { + "year": 2010, + "value": 274739 + } + ] + }, + "Vit\u00f3ria de santo antao": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 111541 + }, + { + "year": 2010, + "value": 113429 + } + ] + }, + "Volta redonda": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 257686 + }, + { + "year": 2010, + "value": 257686 + } + ] + }, + "Votorantim": { + "country": "Brazil", + "population": [ + { + "year": 2010, + "value": 104659 + }, + { + "year": 2010, + "value": 104659 + } + ] + }, + "Road town": { + "country": "British Virgin Islands", + "population": [ + { + "year": 1992, + "value": 3500 + } + ] + }, + "Bandar seri begawan": { + "country": "Brunei Darussalam", + "population": [ + { + "year": 2001, + "value": 27285 + } + ] + }, + "Burgas": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 199284 + }, + { + "year": 2011, + "value": 200271 + }, + { + "year": 2011, + "value": 199873 + }, + { + "year": 2010, + "value": 193665 + }, + { + "year": 2009, + "value": 191313 + }, + { + "year": 2008, + "value": 188188 + }, + { + "year": 2007, + "value": 188201 + }, + { + "year": 2006, + "value": 189066 + }, + { + "year": 2005, + "value": 189387 + }, + { + "year": 2003, + "value": 191537 + }, + { + "year": 2003, + "value": 193603 + } + ] + }, + "Pleven": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 105045 + }, + { + "year": 2011, + "value": 106954 + }, + { + "year": 2011, + "value": 106387 + }, + { + "year": 2010, + "value": 110973 + }, + { + "year": 2009, + "value": 111899 + }, + { + "year": 2008, + "value": 112471 + }, + { + "year": 2007, + "value": 112976 + }, + { + "year": 2006, + "value": 113541 + }, + { + "year": 2005, + "value": 114527 + }, + { + "year": 2003, + "value": 118186 + }, + { + "year": 2003, + "value": 122888 + } + ] + }, + "Plovdiv": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 338657 + }, + { + "year": 2011, + "value": 338153 + }, + { + "year": 2011, + "value": 338123 + }, + { + "year": 2010, + "value": 348038 + }, + { + "year": 2009, + "value": 348033 + }, + { + "year": 2008, + "value": 346425 + }, + { + "year": 2007, + "value": 344456 + }, + { + "year": 2006, + "value": 342767 + }, + { + "year": 2005, + "value": 341668 + }, + { + "year": 2003, + "value": 340398 + }, + { + "year": 2003, + "value": 340398 + } + ] + }, + "Ruse": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 148742 + }, + { + "year": 2011, + "value": 149642 + }, + { + "year": 2011, + "value": 149442 + }, + { + "year": 2010, + "value": 156164 + }, + { + "year": 2009, + "value": 156734 + }, + { + "year": 2008, + "value": 156860 + }, + { + "year": 2007, + "value": 157144 + }, + { + "year": 2006, + "value": 157533 + }, + { + "year": 2005, + "value": 157870 + }, + { + "year": 2003, + "value": 159441 + }, + { + "year": 2003, + "value": 159441 + } + ] + }, + "Sofia": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 1210820 + }, + { + "year": 2011, + "value": 1202761 + }, + { + "year": 2011, + "value": 1205509 + }, + { + "year": 2010, + "value": 1170009 + }, + { + "year": 2009, + "value": 1164201 + }, + { + "year": 2008, + "value": 1159847 + }, + { + "year": 2007, + "value": 1155403 + }, + { + "year": 2006, + "value": 1151219 + }, + { + "year": 2005, + "value": 1143689 + }, + { + "year": 2003, + "value": 1120649 + }, + { + "year": 2003, + "value": 1145963 + } + ] + }, + "Stara zagora": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 137649 + }, + { + "year": 2011, + "value": 138272 + }, + { + "year": 2011, + "value": 137872 + }, + { + "year": 2010, + "value": 140103 + }, + { + "year": 2009, + "value": 140583 + }, + { + "year": 2008, + "value": 140507 + }, + { + "year": 2007, + "value": 140950 + }, + { + "year": 2006, + "value": 141538 + }, + { + "year": 2005, + "value": 141484 + }, + { + "year": 2003, + "value": 142797 + }, + { + "year": 2003, + "value": 142797 + } + ] + }, + "Varna": { + "country": "Bulgaria", + "population": [ + { + "year": 2012, + "value": 334763 + }, + { + "year": 2011, + "value": 334870 + }, + { + "year": 2011, + "value": 334634 + }, + { + "year": 2010, + "value": 321265 + }, + { + "year": 2009, + "value": 319575 + }, + { + "year": 2008, + "value": 316148 + }, + { + "year": 2007, + "value": 312724 + }, + { + "year": 2006, + "value": 311630 + }, + { + "year": 2005, + "value": 311911 + }, + { + "year": 2003, + "value": 312778 + }, + { + "year": 2003, + "value": 312778 + } + ] + }, + "Banfora": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 75917 + }, + { + "year": 2006, + "value": 109824 + } + ] + }, + "Bobo dioulasso": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 489967 + }, + { + "year": 2006, + "value": 554042 + }, + { + "year": 1996, + "value": 309771 + } + ] + }, + "D\u00e9dougou": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 38862 + }, + { + "year": 2006, + "value": 86965 + } + ] + }, + "Dori": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 21078 + }, + { + "year": 2006, + "value": 106808 + } + ] + }, + "Fada n'gourma": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 41785 + }, + { + "year": 2006, + "value": 124577 + } + ] + }, + "Gorom-gorom": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 8882 + }, + { + "year": 2006, + "value": 106346 + } + ] + }, + "Kaya": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 54365 + }, + { + "year": 2006, + "value": 117122 + } + ] + }, + "Koudougou": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 88184 + }, + { + "year": 2006, + "value": 138209 + } + ] + }, + "Ouagadougou": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 1475223 + }, + { + "year": 2006, + "value": 1475223 + }, + { + "year": 1996, + "value": 709736 + }, + { + "year": 1996, + "value": 750398 + } + ] + }, + "Ouahigouya": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 73153 + }, + { + "year": 2006, + "value": 125030 + } + ] + }, + "Pouytenga": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 60618 + }, + { + "year": 2006, + "value": 75250 + } + ] + }, + "Solenzo": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 16850 + }, + { + "year": 2006, + "value": 121819 + } + ] + }, + "Tenkodogo": { + "country": "Burkina Faso", + "population": [ + { + "year": 2006, + "value": 44491 + }, + { + "year": 2006, + "value": 124985 + } + ] + }, + "Bujumbura": { + "country": "Burundi", + "population": [ + { + "year": 2008, + "value": 497169 + }, + { + "year": 1990, + "value": 235440 + } + ] + }, + "Praia": { + "country": "Cabo Verde", + "population": [ + { + "year": 1990, + "value": 61644 + } + ] + }, + "Bafoussam": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 239287 + }, + { + "year": 1987, + "value": 112681 + }, + { + "year": 1976, + "value": 62239 + } + ] + }, + "Bamenda": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 269530 + }, + { + "year": 1987, + "value": 110142 + }, + { + "year": 1976, + "value": 48111 + } + ] + }, + "Bertoua": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 88462 + } + ] + }, + "Douala": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 1907479 + }, + { + "year": 1987, + "value": 809852 + }, + { + "year": 1976, + "value": 458426 + } + ] + }, + "Ed\u00e9a": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 66581 + } + ] + }, + "Garoua": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 235996 + }, + { + "year": 1987, + "value": 141839 + }, + { + "year": 1976, + "value": 63900 + } + ] + }, + "Kouss\u00e9ri": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 89123 + } + ] + }, + "Kumba": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 144268 + }, + { + "year": 1987, + "value": 70112 + }, + { + "year": 1976, + "value": 44175 + } + ] + }, + "Maroua": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 201371 + }, + { + "year": 1987, + "value": 123296 + }, + { + "year": 1976, + "value": 67187 + } + ] + }, + "Ngaound\u00e9r\u00e9": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 152698 + }, + { + "year": 1987, + "value": 78062 + }, + { + "year": 1976, + "value": 38840 + } + ] + }, + "Nkongsamba": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 104050 + }, + { + "year": 1987, + "value": 85420 + }, + { + "year": 1976, + "value": 70464 + } + ] + }, + "Yaounde": { + "country": "Cameroon", + "population": [ + { + "year": 2005, + "value": 1817524 + }, + { + "year": 1987, + "value": 649252 + }, + { + "year": 1976, + "value": 313706 + } + ] + }, + "Brampton": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 523910 + }, + { + "year": 2006, + "value": 433805 + }, + { + "year": 2001, + "value": 325425 + } + ] + }, + "Burlington": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 175780 + }, + { + "year": 2006, + "value": 164415 + }, + { + "year": 2001, + "value": 150835 + } + ] + }, + "Burnaby": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 223220 + }, + { + "year": 2006, + "value": 202800 + }, + { + "year": 2001, + "value": 193955 + } + ] + }, + "Calgary": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 1096835 + }, + { + "year": 2011, + "value": 1214835 + }, + { + "year": 2010, + "value": 1242624 + }, + { + "year": 2009, + "value": 1230248 + }, + { + "year": 2008, + "value": 1182446 + }, + { + "year": 2007, + "value": 1139126 + }, + { + "year": 2006, + "value": 988195 + }, + { + "year": 2006, + "value": 1079310 + }, + { + "year": 2006, + "value": 1107242 + }, + { + "year": 2005, + "value": 1060297 + }, + { + "year": 2004, + "value": 1037136 + }, + { + "year": 2003, + "value": 1016616 + }, + { + "year": 2001, + "value": 878865 + }, + { + "year": 2001, + "value": 951395 + } + ] + }, + "Edmonton": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 812200 + }, + { + "year": 2011, + "value": 1159875 + }, + { + "year": 2010, + "value": 1176307 + }, + { + "year": 2009, + "value": 1155383 + }, + { + "year": 2008, + "value": 1124163 + }, + { + "year": 2007, + "value": 1081275 + }, + { + "year": 2006, + "value": 730375 + }, + { + "year": 2006, + "value": 1034945 + }, + { + "year": 2006, + "value": 1050046 + }, + { + "year": 2005, + "value": 1016007 + }, + { + "year": 2004, + "value": 1001636 + }, + { + "year": 2003, + "value": 990525 + }, + { + "year": 2001, + "value": 666105 + }, + { + "year": 2001, + "value": 937840 + } + ] + }, + "Gatineau": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 265350 + }, + { + "year": 2006, + "value": 242125 + }, + { + "year": 2001, + "value": 102895 + } + ] + }, + "Greater sudbury / grand sudbury": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 160275 + }, + { + "year": 2011, + "value": 160770 + }, + { + "year": 2010, + "value": 164680 + }, + { + "year": 2009, + "value": 165322 + }, + { + "year": 2008, + "value": 164818 + }, + { + "year": 2007, + "value": 162653 + }, + { + "year": 2006, + "value": 157860 + }, + { + "year": 2006, + "value": 158255 + }, + { + "year": 2006, + "value": 161983 + }, + { + "year": 2005, + "value": 161081 + }, + { + "year": 2004, + "value": 161063 + }, + { + "year": 2003, + "value": 160324 + }, + { + "year": 2001, + "value": 155220 + } + ] + }, + "Halifax": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 390095 + }, + { + "year": 2011, + "value": 390325 + }, + { + "year": 2010, + "value": 403188 + }, + { + "year": 2009, + "value": 398037 + }, + { + "year": 2008, + "value": 394565 + }, + { + "year": 2007, + "value": 385457 + }, + { + "year": 2006, + "value": 372680 + }, + { + "year": 2006, + "value": 372860 + }, + { + "year": 2006, + "value": 382203 + }, + { + "year": 2005, + "value": 380844 + }, + { + "year": 2004, + "value": 379770 + }, + { + "year": 2003, + "value": 377932 + }, + { + "year": 2001, + "value": 359110 + }, + { + "year": 2001, + "value": 359185 + } + ] + }, + "Kitchener-cambridge-waterloo": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 219150 + }, + { + "year": 2011, + "value": 477160 + }, + { + "year": 2010, + "value": 492390 + }, + { + "year": 2009, + "value": 489054 + }, + { + "year": 2008, + "value": 482048 + }, + { + "year": 2007, + "value": 468002 + }, + { + "year": 2006, + "value": 204670 + }, + { + "year": 2006, + "value": 451235 + }, + { + "year": 2006, + "value": 463644 + }, + { + "year": 2005, + "value": 458552 + }, + { + "year": 2004, + "value": 450072 + }, + { + "year": 2003, + "value": 444094 + }, + { + "year": 2001, + "value": 190400 + }, + { + "year": 2001, + "value": 414285 + } + ] + }, + "Laval": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 401550 + }, + { + "year": 2006, + "value": 368710 + }, + { + "year": 2001, + "value": 343005 + } + ] + }, + "London": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 8278251 + } + ] + }, + "Longueuil": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 231410 + }, + { + "year": 2006, + "value": 229330 + }, + { + "year": 2001, + "value": 128015 + } + ] + }, + "Markham": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 301710 + }, + { + "year": 2006, + "value": 261575 + }, + { + "year": 2001, + "value": 208615 + } + ] + }, + "Mississauga": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 713445 + }, + { + "year": 2006, + "value": 668550 + }, + { + "year": 2001, + "value": 612925 + } + ] + }, + "Montr\u00e9al": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 1649520 + }, + { + "year": 2011, + "value": 3824220 + }, + { + "year": 2010, + "value": 3859318 + }, + { + "year": 2009, + "value": 3814738 + }, + { + "year": 2008, + "value": 3750540 + }, + { + "year": 2007, + "value": 3695790 + }, + { + "year": 2006, + "value": 1620695 + }, + { + "year": 2006, + "value": 3635575 + }, + { + "year": 2006, + "value": 3666280 + }, + { + "year": 2005, + "value": 3635733 + }, + { + "year": 2004, + "value": 3606652 + }, + { + "year": 2003, + "value": 3574516 + }, + { + "year": 2001, + "value": 1039530 + }, + { + "year": 2001, + "value": 3426350 + } + ] + }, + "Oakville": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 182520 + }, + { + "year": 2006, + "value": 165610 + }, + { + "year": 2001, + "value": 144735 + } + ] + }, + "Ottawa": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 883395 + } + ] + }, + "Ottawa - gatineau": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 1236320 + }, + { + "year": 2010, + "value": 1239140 + }, + { + "year": 2009, + "value": 1220674 + }, + { + "year": 2008, + "value": 1198668 + }, + { + "year": 2007, + "value": 1168788 + }, + { + "year": 2006, + "value": 812130 + }, + { + "year": 2006, + "value": 1130760 + }, + { + "year": 2006, + "value": 1158314 + }, + { + "year": 2005, + "value": 1148785 + }, + { + "year": 2004, + "value": 1142669 + }, + { + "year": 2003, + "value": 1132181 + }, + { + "year": 2001, + "value": 774070 + }, + { + "year": 2001, + "value": 1063665 + } + ] + }, + "Qu\u00e9bec": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 516625 + }, + { + "year": 2011, + "value": 765705 + }, + { + "year": 2010, + "value": 754358 + }, + { + "year": 2009, + "value": 746252 + }, + { + "year": 2008, + "value": 738919 + }, + { + "year": 2007, + "value": 728924 + }, + { + "year": 2006, + "value": 491140 + }, + { + "year": 2006, + "value": 715515 + }, + { + "year": 2006, + "value": 723263 + }, + { + "year": 2005, + "value": 717641 + }, + { + "year": 2004, + "value": 710704 + }, + { + "year": 2003, + "value": 705898 + }, + { + "year": 2001, + "value": 169080 + } + ] + }, + "Regina": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 193100 + }, + { + "year": 2011, + "value": 210560 + }, + { + "year": 2010, + "value": 215138 + }, + { + "year": 2009, + "value": 210006 + }, + { + "year": 2008, + "value": 206716 + }, + { + "year": 2007, + "value": 201514 + }, + { + "year": 2006, + "value": 179245 + }, + { + "year": 2006, + "value": 194970 + }, + { + "year": 2006, + "value": 198316 + }, + { + "year": 2005, + "value": 199041 + }, + { + "year": 2004, + "value": 198627 + }, + { + "year": 2003, + "value": 197016 + }, + { + "year": 2001, + "value": 178225 + } + ] + }, + "Richmond": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 190470 + }, + { + "year": 2006, + "value": 174460 + }, + { + "year": 2001, + "value": 164345 + } + ] + }, + "Richmond hill": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 185540 + }, + { + "year": 2006, + "value": 162705 + }, + { + "year": 2001, + "value": 132030 + } + ] + }, + "Saskatoon": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 222190 + }, + { + "year": 2011, + "value": 260600 + }, + { + "year": 2010, + "value": 265259 + }, + { + "year": 2009, + "value": 257298 + }, + { + "year": 2008, + "value": 250434 + }, + { + "year": 2007, + "value": 241439 + }, + { + "year": 2006, + "value": 202340 + }, + { + "year": 2006, + "value": 233925 + }, + { + "year": 2006, + "value": 235464 + }, + { + "year": 2005, + "value": 235840 + }, + { + "year": 2004, + "value": 233961 + }, + { + "year": 2003, + "value": 233939 + }, + { + "year": 2001, + "value": 196815 + }, + { + "year": 2001, + "value": 225930 + } + ] + }, + "Sherbrooke": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 154600 + }, + { + "year": 2011, + "value": 201890 + }, + { + "year": 2010, + "value": 197299 + }, + { + "year": 2009, + "value": 194555 + }, + { + "year": 2008, + "value": 191378 + }, + { + "year": 2007, + "value": 166503 + }, + { + "year": 2006, + "value": 147425 + }, + { + "year": 2006, + "value": 186950 + }, + { + "year": 2006, + "value": 164685 + }, + { + "year": 2005, + "value": 163713 + }, + { + "year": 2004, + "value": 162259 + }, + { + "year": 2003, + "value": 160876 + } + ] + }, + "Surrey": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 468250 + }, + { + "year": 2006, + "value": 394980 + }, + { + "year": 2001, + "value": 347825 + } + ] + }, + "Toronto": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 2615060 + }, + { + "year": 2011, + "value": 5583065 + }, + { + "year": 2010, + "value": 5741419 + }, + { + "year": 2009, + "value": 5623450 + }, + { + "year": 2008, + "value": 5531263 + }, + { + "year": 2007, + "value": 5509874 + }, + { + "year": 2006, + "value": 2503280 + }, + { + "year": 2006, + "value": 5113145 + }, + { + "year": 2006, + "value": 5406324 + }, + { + "year": 2005, + "value": 5304090 + }, + { + "year": 2004, + "value": 5203571 + }, + { + "year": 2003, + "value": 5101610 + }, + { + "year": 2001, + "value": 2481495 + }, + { + "year": 2001, + "value": 4682895 + } + ] + }, + "Vancouver": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 603500 + }, + { + "year": 2011, + "value": 2313330 + }, + { + "year": 2010, + "value": 2391252 + }, + { + "year": 2009, + "value": 2328007 + }, + { + "year": 2008, + "value": 2271224 + }, + { + "year": 2007, + "value": 2285893 + }, + { + "year": 2006, + "value": 578040 + }, + { + "year": 2006, + "value": 2116585 + }, + { + "year": 2006, + "value": 2236068 + }, + { + "year": 2005, + "value": 2208333 + }, + { + "year": 2004, + "value": 2159994 + }, + { + "year": 2003, + "value": 2134286 + }, + { + "year": 2001, + "value": 545670 + }, + { + "year": 2001, + "value": 1986965 + } + ] + }, + "Vaughan": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 288300 + }, + { + "year": 2006, + "value": 238865 + }, + { + "year": 2001, + "value": 182020 + } + ] + }, + "Windsor": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 210890 + }, + { + "year": 2011, + "value": 319245 + }, + { + "year": 2010, + "value": 330856 + }, + { + "year": 2009, + "value": 331537 + }, + { + "year": 2008, + "value": 333616 + }, + { + "year": 2007, + "value": 331149 + }, + { + "year": 2006, + "value": 216470 + }, + { + "year": 2006, + "value": 323345 + }, + { + "year": 2006, + "value": 332066 + }, + { + "year": 2005, + "value": 332334 + }, + { + "year": 2004, + "value": 330899 + }, + { + "year": 2003, + "value": 328966 + }, + { + "year": 2001, + "value": 208405 + }, + { + "year": 2001, + "value": 307875 + } + ] + }, + "Winnipeg": { + "country": "Canada", + "population": [ + { + "year": 2011, + "value": 663615 + }, + { + "year": 2011, + "value": 730020 + }, + { + "year": 2010, + "value": 753555 + }, + { + "year": 2009, + "value": 742408 + }, + { + "year": 2008, + "value": 732563 + }, + { + "year": 2007, + "value": 712671 + }, + { + "year": 2006, + "value": 633450 + }, + { + "year": 2006, + "value": 694670 + }, + { + "year": 2006, + "value": 706749 + }, + { + "year": 2005, + "value": 706854 + }, + { + "year": 2004, + "value": 702396 + }, + { + "year": 2003, + "value": 698210 + }, + { + "year": 2001, + "value": 619540 + }, + { + "year": 2001, + "value": 671275 + } + ] + }, + "Abbotsford-mission": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 174300 + }, + { + "year": 2009, + "value": 173692 + }, + { + "year": 2008, + "value": 170742 + }, + { + "year": 2007, + "value": 164638 + }, + { + "year": 2006, + "value": 123865 + }, + { + "year": 2006, + "value": 159020 + }, + { + "year": 2006, + "value": 161911 + }, + { + "year": 2005, + "value": 162789 + }, + { + "year": 2004, + "value": 160135 + }, + { + "year": 2003, + "value": 158174 + }, + { + "year": 2001, + "value": 115460 + }, + { + "year": 2001, + "value": 147370 + } + ] + }, + "Barrie": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 190872 + }, + { + "year": 2009, + "value": 190400 + }, + { + "year": 2008, + "value": 188157 + }, + { + "year": 2006, + "value": 128430 + }, + { + "year": 2006, + "value": 177060 + }, + { + "year": 2001, + "value": 103710 + }, + { + "year": 2001, + "value": 148480 + } + ] + }, + "Brantford": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 139124 + }, + { + "year": 2009, + "value": 137663 + }, + { + "year": 2008, + "value": 136620 + }, + { + "year": 2006, + "value": 90190 + }, + { + "year": 2006, + "value": 124605 + } + ] + }, + "Guelph": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 138158 + }, + { + "year": 2009, + "value": 135863 + }, + { + "year": 2008, + "value": 134089 + }, + { + "year": 2006, + "value": 114940 + }, + { + "year": 2006, + "value": 127005 + }, + { + "year": 2001, + "value": 106170 + }, + { + "year": 2001, + "value": 117345 + } + ] + }, + "Kelowna": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 178854 + }, + { + "year": 2009, + "value": 178446 + }, + { + "year": 2008, + "value": 180104 + }, + { + "year": 2006, + "value": 106710 + }, + { + "year": 2006, + "value": 162275 + } + ] + }, + "Kingston": { + "country": "Jamaica", + "population": [ + { + "year": 2011, + "value": 592291 + }, + { + "year": 2001, + "value": 579137 + }, + { + "year": 1991, + "value": 103962 + }, + { + "year": 1991, + "value": 538144 + } + ] + }, + "Moncton": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 137346 + }, + { + "year": 2009, + "value": 133880 + }, + { + "year": 2008, + "value": 132160 + }, + { + "year": 2006, + "value": 64128 + }, + { + "year": 2006, + "value": 126425 + } + ] + }, + "Oshawa": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 364193 + }, + { + "year": 2009, + "value": 361375 + }, + { + "year": 2008, + "value": 356555 + }, + { + "year": 2007, + "value": 347999 + }, + { + "year": 2006, + "value": 141590 + }, + { + "year": 2006, + "value": 330590 + }, + { + "year": 2006, + "value": 344374 + }, + { + "year": 2005, + "value": 340287 + }, + { + "year": 2004, + "value": 331998 + }, + { + "year": 2003, + "value": 319322 + }, + { + "year": 2001, + "value": 139050 + } + ] + }, + "Peterborough": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 121054 + }, + { + "year": 2009, + "value": 121428 + }, + { + "year": 2008, + "value": 120766 + }, + { + "year": 2006, + "value": 116570 + }, + { + "year": 2001, + "value": 136292 + } + ] + }, + "Saguenay": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 152150 + }, + { + "year": 2009, + "value": 151715 + }, + { + "year": 2008, + "value": 153297 + }, + { + "year": 2007, + "value": 151803 + }, + { + "year": 2006, + "value": 143690 + }, + { + "year": 2006, + "value": 151640 + }, + { + "year": 2006, + "value": 152132 + }, + { + "year": 2005, + "value": 152950 + }, + { + "year": 2004, + "value": 154160 + } + ] + }, + "Saint john": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 127973 + }, + { + "year": 2009, + "value": 126594 + }, + { + "year": 2008, + "value": 125766 + }, + { + "year": 2007, + "value": 126382 + }, + { + "year": 2006, + "value": 68045 + }, + { + "year": 2006, + "value": 122390 + }, + { + "year": 2006, + "value": 125944 + }, + { + "year": 2005, + "value": 126708 + }, + { + "year": 2004, + "value": 126538 + }, + { + "year": 2003, + "value": 126180 + } + ] + }, + "St catharines-niagara": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 404357 + }, + { + "year": 2009, + "value": 404378 + }, + { + "year": 2008, + "value": 403654 + }, + { + "year": 2007, + "value": 395839 + }, + { + "year": 2006, + "value": 131990 + }, + { + "year": 2006, + "value": 390320 + }, + { + "year": 2006, + "value": 396754 + }, + { + "year": 2005, + "value": 396933 + }, + { + "year": 2004, + "value": 394921 + }, + { + "year": 2003, + "value": 393639 + }, + { + "year": 2001, + "value": 129170 + } + ] + }, + "St. john's": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 192326 + }, + { + "year": 2009, + "value": 187596 + }, + { + "year": 2008, + "value": 185677 + }, + { + "year": 2007, + "value": 183493 + }, + { + "year": 2006, + "value": 100645 + }, + { + "year": 2006, + "value": 181115 + }, + { + "year": 2006, + "value": 181394 + }, + { + "year": 2005, + "value": 182485 + }, + { + "year": 2004, + "value": 179938 + }, + { + "year": 2003, + "value": 179709 + } + ] + }, + "Thunder bay": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 126683 + }, + { + "year": 2009, + "value": 124816 + }, + { + "year": 2008, + "value": 124602 + }, + { + "year": 2007, + "value": 124109 + }, + { + "year": 2006, + "value": 109140 + }, + { + "year": 2006, + "value": 122905 + }, + { + "year": 2006, + "value": 125359 + }, + { + "year": 2005, + "value": 126519 + }, + { + "year": 2004, + "value": 127118 + }, + { + "year": 2003, + "value": 125488 + }, + { + "year": 2001, + "value": 109020 + }, + { + "year": 2001, + "value": 121985 + } + ] + }, + "Trois-rivi\u00e8res": { + "country": "Canada", + "population": [ + { + "year": 2010, + "value": 146516 + }, + { + "year": 2009, + "value": 145103 + }, + { + "year": 2008, + "value": 144648 + }, + { + "year": 2007, + "value": 143846 + }, + { + "year": 2006, + "value": 126325 + }, + { + "year": 2006, + "value": 141530 + }, + { + "year": 2006, + "value": 142614 + }, + { + "year": 2005, + "value": 142201 + }, + { + "year": 2004, + "value": 141178 + }, + { + "year": 2003, + "value": 140558 + } + ] + }, + "Victoria": { + "country": "Seychelles", + "population": [ + { + "year": 1997, + "value": 24701 + } + ] + }, + "Cambridge": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 120375 + }, + { + "year": 2001, + "value": 110370 + }, + { + "year": 2001, + "value": 131465 + } + ] + }, + "Cape breton": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 102250 + }, + { + "year": 2006, + "value": 105930 + }, + { + "year": 2001, + "value": 105965 + }, + { + "year": 2001, + "value": 109330 + } + ] + }, + "Chatham-kent": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 108180 + }, + { + "year": 2006, + "value": 108590 + }, + { + "year": 2001, + "value": 107340 + }, + { + "year": 2001, + "value": 107710 + } + ] + }, + "Coquitlam": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 114565 + }, + { + "year": 2001, + "value": 112890 + } + ] + }, + "L\u00e9vis v": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 130005 + } + ] + }, + "Saanich": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 108265 + }, + { + "year": 2001, + "value": 103656 + }, + { + "year": 2001, + "value": 311905 + } + ] + }, + "Whitby": { + "country": "Canada", + "population": [ + { + "year": 2006, + "value": 111180 + } + ] + }, + "George town": { + "country": "Cayman Islands", + "population": [ + { + "year": 2007, + "value": 28836 + }, + { + "year": 1999, + "value": 20626 + } + ] + }, + "Bangui": { + "country": "Central African Republic", + "population": [ + { + "year": 1988, + "value": 451690 + } + ] + }, + "N'djamena": { + "country": "Chad", + "population": [ + { + "year": 1993, + "value": 530965 + } + ] + }, + "Alto hospicio": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 107935 + } + ] + }, + "Antofagasta": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 390832 + }, + { + "year": 2013, + "value": 384914 + }, + { + "year": 2012, + "value": 380695 + }, + { + "year": 2011, + "value": 373786 + }, + { + "year": 2010, + "value": 367040 + }, + { + "year": 2009, + "value": 360481 + }, + { + "year": 2008, + "value": 354201 + }, + { + "year": 2007, + "value": 347941 + }, + { + "year": 2006, + "value": 341942 + }, + { + "year": 2004, + "value": 262383 + }, + { + "year": 2002, + "value": 285255 + }, + { + "year": 2002, + "value": 257207 + } + ] + }, + "Arica": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 157568 + }, + { + "year": 2013, + "value": 159753 + }, + { + "year": 2012, + "value": 161972 + }, + { + "year": 2011, + "value": 164207 + }, + { + "year": 2010, + "value": 166492 + }, + { + "year": 2009, + "value": 168325 + }, + { + "year": 2008, + "value": 169995 + }, + { + "year": 2007, + "value": 171651 + }, + { + "year": 2006, + "value": 173222 + }, + { + "year": 2004, + "value": 193745 + }, + { + "year": 2002, + "value": 175441 + }, + { + "year": 2002, + "value": 189743 + } + ] + }, + "Calama": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 147666 + }, + { + "year": 2013, + "value": 147492 + }, + { + "year": 2012, + "value": 147886 + }, + { + "year": 2011, + "value": 147331 + }, + { + "year": 2010, + "value": 146798 + }, + { + "year": 2009, + "value": 146305 + }, + { + "year": 2008, + "value": 145849 + }, + { + "year": 2007, + "value": 145369 + }, + { + "year": 2006, + "value": 144913 + }, + { + "year": 2004, + "value": 137128 + }, + { + "year": 2002, + "value": 126135 + }, + { + "year": 2002, + "value": 132669 + } + ] + }, + "Chiguallante": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 137070 + }, + { + "year": 2013, + "value": 132609 + }, + { + "year": 2012, + "value": 128277 + }, + { + "year": 2011, + "value": 123681 + }, + { + "year": 2010, + "value": 119273 + }, + { + "year": 2009, + "value": 115193 + }, + { + "year": 2008, + "value": 111313 + }, + { + "year": 2007, + "value": 107411 + } + ] + }, + "Chill\u00e1n": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 163560 + }, + { + "year": 2013, + "value": 162812 + }, + { + "year": 2012, + "value": 162764 + }, + { + "year": 2011, + "value": 161641 + }, + { + "year": 2010, + "value": 160550 + }, + { + "year": 2009, + "value": 159527 + }, + { + "year": 2008, + "value": 158537 + }, + { + "year": 2007, + "value": 157560 + }, + { + "year": 2006, + "value": 153012 + }, + { + "year": 2004, + "value": 182342 + }, + { + "year": 2002, + "value": 146701 + }, + { + "year": 2002, + "value": 176863 + }, + { + "year": 2002, + "value": 165528 + } + ] + }, + "Concepci\u00f3n": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 223798 + }, + { + "year": 2013, + "value": 223567 + }, + { + "year": 2012, + "value": 224288 + }, + { + "year": 2011, + "value": 223461 + }, + { + "year": 2010, + "value": 222667 + }, + { + "year": 2009, + "value": 221972 + }, + { + "year": 2008, + "value": 221283 + }, + { + "year": 2007, + "value": 220607 + }, + { + "year": 2006, + "value": 219994 + }, + { + "year": 2004, + "value": 403238 + }, + { + "year": 2002, + "value": 212003 + }, + { + "year": 2002, + "value": 391733 + }, + { + "year": 2002, + "value": 666381 + } + ] + }, + "Coronel": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 166929 + }, + { + "year": 2013, + "value": 105598 + }, + { + "year": 2012, + "value": 105065 + }, + { + "year": 2011, + "value": 103976 + }, + { + "year": 2010, + "value": 102916 + }, + { + "year": 2009, + "value": 101902 + }, + { + "year": 2008, + "value": 100922 + } + ] + }, + "Copiap\u00f3": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 202749 + }, + { + "year": 2013, + "value": 164248 + }, + { + "year": 2012, + "value": 162183 + }, + { + "year": 2011, + "value": 159148 + }, + { + "year": 2010, + "value": 156192 + }, + { + "year": 2009, + "value": 153348 + }, + { + "year": 2008, + "value": 150572 + }, + { + "year": 2007, + "value": 147870 + }, + { + "year": 2006, + "value": 145292 + }, + { + "year": 2004, + "value": 132425 + }, + { + "year": 2002, + "value": 125983 + }, + { + "year": 2002, + "value": 127504 + } + ] + }, + "Coquimbo": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 106492 + }, + { + "year": 2013, + "value": 199303 + }, + { + "year": 2012, + "value": 196838 + }, + { + "year": 2011, + "value": 192795 + }, + { + "year": 2010, + "value": 188867 + }, + { + "year": 2009, + "value": 185103 + }, + { + "year": 2008, + "value": 181499 + }, + { + "year": 2007, + "value": 177930 + }, + { + "year": 2006, + "value": 167952 + }, + { + "year": 2004, + "value": 147786 + }, + { + "year": 2002, + "value": 148438 + }, + { + "year": 2002, + "value": 141796 + } + ] + }, + "Curic\u00f3": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 102029 + } + ] + }, + "Iquique": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 181773 + }, + { + "year": 2013, + "value": 181900 + }, + { + "year": 2012, + "value": 182049 + }, + { + "year": 2011, + "value": 182177 + }, + { + "year": 2010, + "value": 182259 + }, + { + "year": 2009, + "value": 181282 + }, + { + "year": 2008, + "value": 180283 + }, + { + "year": 2007, + "value": 179302 + }, + { + "year": 2006, + "value": 178356 + }, + { + "year": 2004, + "value": 181181 + }, + { + "year": 2002, + "value": 164396 + }, + { + "year": 2002, + "value": 175677 + } + ] + }, + "La serena": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 209651 + }, + { + "year": 2013, + "value": 205276 + }, + { + "year": 2012, + "value": 201681 + }, + { + "year": 2011, + "value": 196856 + }, + { + "year": 2010, + "value": 192176 + }, + { + "year": 2009, + "value": 187726 + }, + { + "year": 2008, + "value": 183447 + }, + { + "year": 2007, + "value": 179163 + }, + { + "year": 2006, + "value": 175064 + }, + { + "year": 2004, + "value": 140482 + }, + { + "year": 2002, + "value": 147815 + }, + { + "year": 2002, + "value": 135526 + }, + { + "year": 2002, + "value": 296253 + } + ] + }, + "Los angeles": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 145631 + }, + { + "year": 2013, + "value": 144140 + }, + { + "year": 2012, + "value": 143251 + }, + { + "year": 2011, + "value": 141343 + }, + { + "year": 2010, + "value": 139487 + }, + { + "year": 2009, + "value": 137753 + }, + { + "year": 2008, + "value": 136066 + }, + { + "year": 2007, + "value": 134359 + }, + { + "year": 2006, + "value": 129450 + }, + { + "year": 2004, + "value": 126421 + }, + { + "year": 2002, + "value": 117972 + }, + { + "year": 2002, + "value": 121649 + }, + { + "year": 2002, + "value": 117972 + } + ] + }, + "Osorno": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 148350 + }, + { + "year": 2013, + "value": 148017 + }, + { + "year": 2012, + "value": 147753 + }, + { + "year": 2011, + "value": 146746 + }, + { + "year": 2010, + "value": 145765 + }, + { + "year": 2009, + "value": 144832 + }, + { + "year": 2008, + "value": 143923 + }, + { + "year": 2007, + "value": 143028 + }, + { + "year": 2006, + "value": 142169 + }, + { + "year": 2004, + "value": 138660 + }, + { + "year": 2002, + "value": 132245 + }, + { + "year": 2002, + "value": 135204 + }, + { + "year": 2002, + "value": 132245 + } + ] + }, + "Puente alto": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 802109 + }, + { + "year": 2013, + "value": 779975 + }, + { + "year": 2012, + "value": 757692 + }, + { + "year": 2011, + "value": 735399 + }, + { + "year": 2010, + "value": 712498 + }, + { + "year": 2009, + "value": 689499 + }, + { + "year": 2008, + "value": 668086 + }, + { + "year": 2007, + "value": 646724 + }, + { + "year": 2006, + "value": 626310 + }, + { + "year": 2004, + "value": 491717 + }, + { + "year": 2002, + "value": 492603 + }, + { + "year": 2002, + "value": 458906 + } + ] + }, + "Puerto montt": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 220800 + }, + { + "year": 2013, + "value": 216776 + }, + { + "year": 2012, + "value": 211751 + }, + { + "year": 2011, + "value": 206720 + }, + { + "year": 2010, + "value": 201829 + }, + { + "year": 2009, + "value": 197113 + }, + { + "year": 2008, + "value": 192629 + }, + { + "year": 2007, + "value": 188125 + }, + { + "year": 2006, + "value": 175970 + }, + { + "year": 2004, + "value": 151432 + }, + { + "year": 2002, + "value": 153118 + }, + { + "year": 2002, + "value": 144880 + } + ] + }, + "Punta arenas": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 123401 + }, + { + "year": 2013, + "value": 123114 + }, + { + "year": 2012, + "value": 122850 + }, + { + "year": 2011, + "value": 122335 + }, + { + "year": 2010, + "value": 121835 + }, + { + "year": 2009, + "value": 121338 + }, + { + "year": 2008, + "value": 120898 + }, + { + "year": 2007, + "value": 120463 + }, + { + "year": 2006, + "value": 120017 + }, + { + "year": 2004, + "value": 128836 + }, + { + "year": 2002, + "value": 116005 + }, + { + "year": 2002, + "value": 126586 + } + ] + }, + "Quilpu\u00e9": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 167938 + }, + { + "year": 2013, + "value": 165130 + }, + { + "year": 2012, + "value": 162320 + }, + { + "year": 2011, + "value": 159505 + }, + { + "year": 2010, + "value": 156589 + }, + { + "year": 2009, + "value": 153497 + }, + { + "year": 2008, + "value": 150622 + }, + { + "year": 2007, + "value": 147758 + }, + { + "year": 2006, + "value": 145001 + }, + { + "year": 2004, + "value": 128455 + }, + { + "year": 2002, + "value": 126893 + }, + { + "year": 2002, + "value": 124586 + } + ] + }, + "Rancagua": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 243983 + }, + { + "year": 2013, + "value": 242011 + }, + { + "year": 2012, + "value": 241364 + }, + { + "year": 2011, + "value": 238742 + }, + { + "year": 2010, + "value": 236189 + }, + { + "year": 2009, + "value": 233780 + }, + { + "year": 2008, + "value": 231409 + }, + { + "year": 2007, + "value": 229065 + }, + { + "year": 2006, + "value": 226798 + }, + { + "year": 2004, + "value": 229793 + }, + { + "year": 2002, + "value": 206971 + }, + { + "year": 2002, + "value": 221881 + }, + { + "year": 2002, + "value": 236363 + } + ] + }, + "San bernardo": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 316094 + }, + { + "year": 2013, + "value": 311485 + }, + { + "year": 2012, + "value": 307185 + }, + { + "year": 2011, + "value": 302696 + }, + { + "year": 2010, + "value": 297964 + }, + { + "year": 2009, + "value": 292142 + }, + { + "year": 2008, + "value": 286696 + }, + { + "year": 2007, + "value": 281244 + }, + { + "year": 2006, + "value": 276016 + }, + { + "year": 2004, + "value": 278286 + }, + { + "year": 2002, + "value": 237708 + }, + { + "year": 2002, + "value": 262623 + } + ] + }, + "San pedro de la paz": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 101345 + } + ] + }, + "Santiago": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 132804 + } + ] + }, + "Talca": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 222039 + }, + { + "year": 2013, + "value": 220651 + }, + { + "year": 2012, + "value": 220425 + }, + { + "year": 2011, + "value": 218007 + }, + { + "year": 2010, + "value": 215646 + }, + { + "year": 2009, + "value": 213619 + }, + { + "year": 2008, + "value": 211511 + }, + { + "year": 2007, + "value": 209323 + }, + { + "year": 2006, + "value": 203911 + }, + { + "year": 2004, + "value": 192414 + }, + { + "year": 2002, + "value": 189505 + }, + { + "year": 2002, + "value": 187513 + }, + { + "year": 2002, + "value": 191154 + } + ] + }, + "Talcahuano": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 113181 + }, + { + "year": 2013, + "value": 120398 + }, + { + "year": 2012, + "value": 132365 + }, + { + "year": 2011, + "value": 135451 + }, + { + "year": 2010, + "value": 138642 + }, + { + "year": 2009, + "value": 143347 + }, + { + "year": 2008, + "value": 147388 + }, + { + "year": 2007, + "value": 150900 + }, + { + "year": 2006, + "value": 156835 + }, + { + "year": 2004, + "value": 296161 + }, + { + "year": 2002, + "value": 161692 + }, + { + "year": 2002, + "value": 288666 + }, + { + "year": 2002, + "value": 666381 + } + ] + }, + "Temuco": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 264642 + }, + { + "year": 2013, + "value": 265101 + }, + { + "year": 2012, + "value": 267619 + }, + { + "year": 2011, + "value": 265091 + }, + { + "year": 2010, + "value": 262628 + }, + { + "year": 2009, + "value": 260969 + }, + { + "year": 2008, + "value": 259025 + }, + { + "year": 2007, + "value": 256732 + }, + { + "year": 2006, + "value": 247275 + }, + { + "year": 2004, + "value": 301055 + }, + { + "year": 2002, + "value": 227086 + }, + { + "year": 2002, + "value": 287326 + }, + { + "year": 2002, + "value": 260783 + } + ] + }, + "Valdivia": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 138970 + }, + { + "year": 2013, + "value": 138697 + }, + { + "year": 2012, + "value": 140934 + }, + { + "year": 2011, + "value": 140193 + }, + { + "year": 2010, + "value": 139474 + }, + { + "year": 2009, + "value": 138827 + }, + { + "year": 2008, + "value": 138197 + }, + { + "year": 2007, + "value": 137560 + }, + { + "year": 2006, + "value": 134829 + }, + { + "year": 2004, + "value": 130994 + }, + { + "year": 2002, + "value": 127750 + }, + { + "year": 2002, + "value": 128533 + } + ] + }, + "Valpara\u00edso": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 249897 + }, + { + "year": 2013, + "value": 251757 + }, + { + "year": 2012, + "value": 253580 + }, + { + "year": 2011, + "value": 255302 + }, + { + "year": 2010, + "value": 256823 + }, + { + "year": 2009, + "value": 257475 + }, + { + "year": 2008, + "value": 258245 + }, + { + "year": 2007, + "value": 274233 + }, + { + "year": 2006, + "value": 275063 + }, + { + "year": 2004, + "value": 285512 + }, + { + "year": 2002, + "value": 263499 + }, + { + "year": 2002, + "value": 285389 + }, + { + "year": 2002, + "value": 803683 + } + ] + }, + "Villa alemana": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 140401 + }, + { + "year": 2013, + "value": 137054 + }, + { + "year": 2012, + "value": 133706 + }, + { + "year": 2011, + "value": 130346 + }, + { + "year": 2010, + "value": 126912 + }, + { + "year": 2009, + "value": 123528 + }, + { + "year": 2008, + "value": 120383 + }, + { + "year": 2007, + "value": 117225 + } + ] + }, + "Vi\u00f1a del mar": { + "country": "Chile", + "population": [ + { + "year": 2014, + "value": 288329 + }, + { + "year": 2013, + "value": 289148 + }, + { + "year": 2012, + "value": 289970 + }, + { + "year": 2011, + "value": 290785 + }, + { + "year": 2010, + "value": 291396 + }, + { + "year": 2009, + "value": 291442 + }, + { + "year": 2008, + "value": 291596 + }, + { + "year": 2007, + "value": 291803 + }, + { + "year": 2006, + "value": 292062 + }, + { + "year": 2004, + "value": 357522 + }, + { + "year": 2002, + "value": 286931 + }, + { + "year": 2002, + "value": 350221 + } + ] + }, + "Acheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 638894 + } + ] + }, + "Akeshu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 561822 + } + ] + }, + "Aletai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 178510 + } + ] + }, + "Anda": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 473091 + } + ] + }, + "Anguo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 378830 + } + ] + }, + "Ankang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 843426 + } + ] + }, + "Anlu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 611990 + } + ] + }, + "Anning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 295173 + } + ] + }, + "Anqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 582751 + } + ] + }, + "Anqiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1096782 + } + ] + }, + "Anshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1556285 + } + ] + }, + "Anshun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 767307 + } + ] + }, + "Anyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 768992 + } + ] + }, + "Atushi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 200345 + } + ] + }, + "Baicheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 484979 + } + ] + }, + "Baise": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 340483 + } + ] + }, + "Baishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 335400 + } + ] + }, + "Baiyin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 460982 + } + ] + }, + "Baoding": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 902496 + } + ] + }, + "Baoji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 600377 + } + ] + }, + "Baoshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 846865 + } + ] + }, + "Baotou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1671181 + } + ] + }, + "Bazhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1185862 + } + ] + }, + "Bazhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 557901 + } + ] + }, + "Bei'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 442474 + } + ] + }, + "Beihai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 558635 + } + ] + }, + "Beijing (peking)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 11509595 + } + ] + }, + "Beiliu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1049035 + } + ] + }, + "Beining": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 527217 + } + ] + }, + "Beipiao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 573836 + } + ] + }, + "Bengbu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 809399 + } + ] + }, + "Benxi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 980069 + } + ] + }, + "Bijie": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1128230 + } + ] + }, + "Binzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 600883 + } + ] + }, + "Bole": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 224869 + } + ] + }, + "Botou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 550888 + } + ] + }, + "Bozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1351939 + } + ] + }, + "Cangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 443561 + } + ] + }, + "Cenxi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 731623 + } + ] + }, + "Changchun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 3225557 + } + ] + }, + "Changde": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1346739 + } + ] + }, + "Changge": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 646306 + } + ] + }, + "Changji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 387169 + } + ] + }, + "Changle": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 689815 + } + ] + }, + "Changning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 795223 + } + ] + }, + "Changsha": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2122873 + } + ] + }, + "Changshu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1239637 + } + ] + }, + "Changyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 683182 + } + ] + }, + "Changzhi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 648981 + } + ] + }, + "Changzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1081845 + } + ] + }, + "Chaohu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 778864 + } + ] + }, + "Chaoyang (guangdong)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2470812 + } + ] + }, + "Chaoyang (liaoning)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 475038 + } + ] + }, + "Chaozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 363582 + } + ] + }, + "Chengde": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 437251 + } + ] + }, + "Chengdu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 4333541 + } + ] + }, + "Chenghai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 860003 + } + ] + }, + "Chenzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 655014 + } + ] + }, + "Chibi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 510926 + } + ] + }, + "Chifeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1153723 + } + ] + }, + "Chishui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 251780 + } + ] + }, + "Chizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 555489 + } + ] + }, + "Chongqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 9691901 + } + ] + }, + "Chongzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 650698 + } + ] + }, + "Chuxiong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 503682 + } + ] + }, + "Chuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 493735 + } + ] + }, + "Cixi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1214537 + } + ] + }, + "Conghua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 517552 + } + ] + }, + "Da'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 430512 + } + ] + }, + "Dafeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 756766 + } + ] + }, + "Dali": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 521169 + } + ] + }, + "Dalian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 3245191 + } + ] + }, + "Dandong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 780414 + } + ] + }, + "Dangyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 495946 + } + ] + }, + "Danjiangkou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 501126 + } + ] + }, + "Danyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 877232 + } + ] + }, + "Danzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 835465 + } + ] + }, + "Daqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1380051 + } + ] + }, + "Dashiqiao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 714670 + } + ] + }, + "Datong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1526744 + } + ] + }, + "Daye": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 873859 + } + ] + }, + "Dazhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 384525 + } + ] + }, + "Dehui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 878349 + } + ] + }, + "Dengfeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 609085 + } + ] + }, + "Dengta": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 502149 + } + ] + }, + "Dengzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1290656 + } + ] + }, + "Dexing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 297784 + } + ] + }, + "Deyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 628876 + } + ] + }, + "Dezhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 552445 + } + ] + }, + "Dingzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1107903 + } + ] + }, + "Dongfang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 358318 + } + ] + }, + "Donggang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 640340 + } + ] + }, + "Dongguan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 6445777 + } + ] + }, + "Dongsheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 252566 + } + ] + }, + "Dongtai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1164653 + } + ] + }, + "Dongxing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 108131 + } + ] + }, + "Dongyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 753094 + } + ] + }, + "Dongying": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 788844 + } + ] + }, + "Dujiangyan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 621980 + } + ] + }, + "Dunhua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 480834 + } + ] + }, + "Dunhuang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 187578 + } + ] + }, + "Duyun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 463426 + } + ] + }, + "Emeishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 423070 + } + ] + }, + "Enping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 464898 + } + ] + }, + "Enshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 755725 + } + ] + }, + "Ezhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1023285 + } + ] + }, + "Fangchenggang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 422514 + } + ] + }, + "Feicheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 948602 + } + ] + }, + "Fengnan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 550872 + } + ] + }, + "Fengcheng (jiangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1216412 + } + ] + }, + "Fengcheng (liaoning)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 560384 + } + ] + }, + "Fenghua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 471558 + } + ] + }, + "Fengzhen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 264204 + } + ] + }, + "Fenyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 387046 + } + ] + }, + "Foshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 768656 + } + ] + }, + "Fu'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 554057 + } + ] + }, + "Fuding": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 521070 + } + ] + }, + "Fujin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 420579 + } + ] + }, + "Fukang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 152965 + } + ] + }, + "Fuqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1174540 + } + ] + }, + "Fuquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 292720 + } + ] + }, + "Fushun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1434447 + } + ] + }, + "Fuxin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 627855 + } + ] + }, + "Fuyang (anhui)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 628633 + } + ] + }, + "Fuyang (zhejiang)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1719057 + } + ] + }, + "Fuzhou (fujian)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2124435 + } + ] + }, + "Fuzhou (jiangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1007391 + } + ] + }, + "Gaizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 883811 + } + ] + }, + "Ganzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 494600 + } + ] + }, + "Gaoan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 788329 + } + ] + }, + "Gaobeidian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 538582 + } + ] + }, + "Gaocheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 758269 + } + ] + }, + "Gaomi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 842403 + } + ] + }, + "Gaoming": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 301041 + } + ] + }, + "Gaoping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 471671 + } + ] + }, + "Gaoyao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 625125 + } + ] + }, + "Gaoyou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 797752 + } + ] + }, + "Gaozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1219132 + } + ] + }, + "Geermu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 135897 + } + ] + }, + "Gejiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 453311 + } + ] + }, + "Genhe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 157337 + } + ] + }, + "Gongyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 777202 + } + ] + }, + "Gongzhuling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1041735 + } + ] + }, + "Guangan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1093103 + } + ] + }, + "Guanghan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 577298 + } + ] + }, + "Guangshui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 885936 + } + ] + }, + "Guangyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 905057 + } + ] + }, + "Guangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 8524826 + } + ] + }, + "Guigang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1413128 + } + ] + }, + "Guilin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 804571 + } + ] + }, + "Guiping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1359035 + } + ] + }, + "Guixi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 535517 + } + ] + }, + "Guiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2985105 + } + ] + }, + "Gujiao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 205702 + } + ] + }, + "Haerbin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 3481504 + } + ] + }, + "Haicheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1181130 + } + ] + }, + "Haikou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 830192 + } + ] + }, + "Hailaer": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 262184 + } + ] + }, + "Hailin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 435677 + } + ] + }, + "Hailun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 720008 + } + ] + }, + "Haimen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 942952 + } + ] + }, + "Haining": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 666080 + } + ] + }, + "Haiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 654594 + } + ] + }, + "Hami": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 388714 + } + ] + }, + "Hancheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 387041 + } + ] + }, + "Hanchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1057396 + } + ] + }, + "Handan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1329734 + } + ] + }, + "Hangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2451319 + } + ] + }, + "Hanzhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 503871 + } + ] + }, + "Hebi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 495336 + } + ] + }, + "Hechi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 318348 + } + ] + }, + "Hechuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1420520 + } + ] + }, + "Hefei": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1659075 + } + ] + }, + "Hegang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 694640 + } + ] + }, + "Heihe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 192764 + } + ] + }, + "Hejian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 757581 + } + ] + }, + "Hejin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 368572 + } + ] + }, + "Helong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 215266 + } + ] + }, + "Hengshui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 422761 + } + ] + }, + "Hengyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 879051 + } + ] + }, + "Heshan (guangdong)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 405779 + } + ] + }, + "Heshan (guangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 131249 + } + ] + }, + "Hetian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 186127 + } + ] + }, + "Heyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 227773 + } + ] + }, + "Heze": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1280031 + } + ] + }, + "Hezhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 850023 + } + ] + }, + "Honghu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 877775 + } + ] + }, + "Hongjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 485061 + } + ] + }, + "Houma": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 225123 + } + ] + }, + "Huadian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 444415 + } + ] + }, + "Huaian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1200679 + } + ] + }, + "Huaibei": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 741195 + } + ] + }, + "Huaihua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 346522 + } + ] + }, + "Huainan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1357228 + } + ] + }, + "Huaiyin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 555052 + } + ] + }, + "Huanggang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 373568 + } + ] + }, + "Huanghua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 483273 + } + ] + }, + "Huangshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 406200 + } + ] + }, + "Huangshi (hubei)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 653722 + } + ] + }, + "Huayin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 242488 + } + ] + }, + "Huaying": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 352257 + } + ] + }, + "Huazhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1007796 + } + ] + }, + "Huhehaote": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1406955 + } + ] + }, + "Huixian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 776326 + } + ] + }, + "Huiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 862822 + } + ] + }, + "Huizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 591686 + } + ] + }, + "Hulin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 311509 + } + ] + }, + "Huludao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 900936 + } + ] + }, + "Hunchun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 211091 + } + ] + }, + "Huozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 274955 + } + ] + }, + "Huzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1145414 + } + ] + }, + "Jiamusi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 859944 + } + ] + }, + "Ji'an (jiangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 473113 + } + ] + }, + "Jian (jilin)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 239849 + } + ] + }, + "Jiande": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 473062 + } + ] + }, + "Jiangdu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1053023 + } + ] + }, + "Jiangjin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1322890 + } + ] + }, + "Jiangmen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 536317 + } + ] + }, + "Jiangshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 473222 + } + ] + }, + "Jiangyan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 861321 + } + ] + }, + "Jiangyin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1315472 + } + ] + }, + "Jiangyou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 849761 + } + ] + }, + "Jianou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 478651 + } + ] + }, + "Jianyang (fujian)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 317848 + } + ] + }, + "Jianyang (sichuan)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1412523 + } + ] + }, + "Jiaohe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 474109 + } + ] + }, + "Jiaonan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 827771 + } + ] + }, + "Jiaozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 783478 + } + ] + }, + "Jiaozuo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 747299 + } + ] + }, + "Jiaxing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 881923 + } + ] + }, + "Jiayuguan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 159541 + } + ] + }, + "Jieshou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 640878 + } + ] + }, + "Jiexiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 372993 + } + ] + }, + "Jieyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 633570 + } + ] + }, + "Jilin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1953134 + } + ] + }, + "Jimo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1111202 + } + ] + }, + "Jinan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2999934 + } + ] + }, + "Jinchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 204902 + } + ] + }, + "Jincheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 304221 + } + ] + }, + "Jingdezhen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 444720 + } + ] + }, + "Jinggangshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 145769 + } + ] + }, + "Jinghong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 443672 + } + ] + }, + "Jingjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 639665 + } + ] + }, + "Jingmen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 583373 + } + ] + }, + "Jingzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1177150 + } + ] + }, + "Jinhua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 424859 + } + ] + }, + "Jining (inner mongolia)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 272448 + } + ] + }, + "Jining (shandong)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1050522 + } + ] + }, + "Jinjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1479259 + } + ] + }, + "Jinshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 243242 + } + ] + }, + "Jintan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 533350 + } + ] + }, + "Jinzhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 534357 + } + ] + }, + "Jinzhou (hebei)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 520942 + } + ] + }, + "Jinzhou (liaoning)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 861991 + } + ] + }, + "Jishou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 294297 + } + ] + }, + "Jiujiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 551329 + } + ] + }, + "Jiuquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 346258 + } + ] + }, + "Jiutai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 799729 + } + ] + }, + "Jixi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 910782 + } + ] + }, + "Jiyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 626478 + } + ] + }, + "Jizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 373825 + } + ] + }, + "Jurong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 594316 + } + ] + }, + "Kaifeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 796171 + } + ] + }, + "Kaili": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 433236 + } + ] + }, + "Kaiping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 668692 + } + ] + }, + "Kaiyuan (liaoning)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 529736 + } + ] + }, + "Kaiyuan (yunnan)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 292039 + } + ] + }, + "Kashi (xinjiang)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 340640 + } + ] + }, + "Kelamayi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 270232 + } + ] + }, + "Kuerle": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 381943 + } + ] + }, + "Kuitun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 285299 + } + ] + }, + "Kunming": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 3035406 + } + ] + }, + "Kunshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 750074 + } + ] + }, + "Laiwu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1233525 + } + ] + }, + "Laixi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 728796 + } + ] + }, + "Laiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 897681 + } + ] + }, + "Laizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 889361 + } + ] + }, + "Langfang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 715388 + } + ] + }, + "Langzhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 787809 + } + ] + }, + "Lanxi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 607196 + } + ] + }, + "Lanzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2087759 + } + ] + }, + "Laohekou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 509468 + } + ] + }, + "Lasa": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 223001 + } + ] + }, + "Lechang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 423444 + } + ] + }, + "Leiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1180235 + } + ] + }, + "Leizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1268298 + } + ] + }, + "Leling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 615833 + } + ] + }, + "Lengshuijiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 339701 + } + ] + }, + "Leping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 729639 + } + ] + }, + "Leqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1162765 + } + ] + }, + "Leshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1120158 + } + ] + }, + "Lianjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1205764 + } + ] + }, + "Lianyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 996893 + } + ] + }, + "Lianyungang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 687242 + } + ] + }, + "Lianzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 409360 + } + ] + }, + "Liaocheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 950319 + } + ] + }, + "Liaoyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 728492 + } + ] + }, + "Liaoyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 462233 + } + ] + }, + "Lichuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 786984 + } + ] + }, + "Liling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 934396 + } + ] + }, + "Linan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 514238 + } + ] + }, + "Linfen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 724403 + } + ] + }, + "Lingbao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 722890 + } + ] + }, + "Linghai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 647310 + } + ] + }, + "Lingwu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 249890 + } + ] + }, + "Lingyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 620121 + } + ] + }, + "Linhai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 948618 + } + ] + }, + "Linhe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 510965 + } + ] + }, + "Linjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 184901 + } + ] + }, + "Linqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 694247 + } + ] + }, + "Linxia": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 202498 + } + ] + }, + "Linxiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 448452 + } + ] + }, + "Linyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1938510 + } + ] + }, + "Linzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 982254 + } + ] + }, + "Lishi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 235678 + } + ] + }, + "Lishui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 348241 + } + ] + }, + "Lu'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1559037 + } + ] + }, + "Liupanshui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 995055 + } + ] + }, + "Liuyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1307572 + } + ] + }, + "Liuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1220392 + } + ] + }, + "Liyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 740871 + } + ] + }, + "Longhai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 816318 + } + ] + }, + "Longjing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 261551 + } + ] + }, + "Longkou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 671335 + } + ] + }, + "Longquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 250398 + } + ] + }, + "Longyan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 543731 + } + ] + }, + "Loudi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 398577 + } + ] + }, + "Lucheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 213944 + } + ] + }, + "Lufeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1164767 + } + ] + }, + "Luoding": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 866190 + } + ] + }, + "Luohe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 304105 + } + ] + }, + "Luoyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1491680 + } + ] + }, + "Luquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 397449 + } + ] + }, + "Luxi (yunnan)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 337406 + } + ] + }, + "Luzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1252884 + } + ] + }, + "Ma'anshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 567576 + } + ] + }, + "Macheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1129047 + } + ] + }, + "Manzhouli": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 181112 + } + ] + }, + "Maoming": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 644301 + } + ] + }, + "Meihekou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 617674 + } + ] + }, + "Meishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 799309 + } + ] + }, + "Meizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 354302 + } + ] + }, + "Mianyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1162962 + } + ] + }, + "Mianzhu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 515830 + } + ] + }, + "Miluo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 658867 + } + ] + }, + "Mingguang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 569585 + } + ] + }, + "Miquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 180952 + } + ] + }, + "Mishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 438277 + } + ] + }, + "Mudanjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1014206 + } + ] + }, + "Muling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 310096 + } + ] + }, + "Nanan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1385276 + } + ] + }, + "Nanchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1844253 + } + ] + }, + "Nanchong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1771920 + } + ] + }, + "Nanchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 631853 + } + ] + }, + "Nangong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 467356 + } + ] + }, + "Nanhai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2133741 + } + ] + }, + "Nanjing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 3624234 + } + ] + }, + "Nankang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 694987 + } + ] + }, + "Nanning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1766701 + } + ] + }, + "Nanping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 488818 + } + ] + }, + "Nantong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 771386 + } + ] + }, + "Nanxiong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 372844 + } + ] + }, + "Nanyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1584715 + } + ] + }, + "Nehe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 672295 + } + ] + }, + "Neijiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1391931 + } + ] + }, + "Ningan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 437328 + } + ] + }, + "Ningbo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1567499 + } + ] + }, + "Ningde": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 400293 + } + ] + }, + "Ningguo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 381842 + } + ] + }, + "Panjin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 602541 + } + ] + }, + "Panshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 530470 + } + ] + }, + "Panzhihua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 690739 + } + ] + }, + "Penglai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 500408 + } + ] + }, + "Pengzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 770749 + } + ] + }, + "Pingdingshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 900903 + } + ] + }, + "Pingdu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1321975 + } + ] + }, + "Pinghu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 507899 + } + ] + }, + "Pingliang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 454996 + } + ] + }, + "Pingxiang (guangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 107046 + } + ] + }, + "Pingxiang (jiangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 783445 + } + ] + }, + "Pizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1539922 + } + ] + }, + "Pulandian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 757844 + } + ] + }, + "Puning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1856402 + } + ] + }, + "Putian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 443926 + } + ] + }, + "Puyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 448290 + } + ] + }, + "Qianan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 632704 + } + ] + }, + "Qianjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 992438 + } + ] + }, + "Qidong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1057073 + } + ] + }, + "Qingdao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2720972 + } + ] + }, + "Qingtongxia": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 248640 + } + ] + }, + "Qingyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 506680 + } + ] + }, + "Qingzhen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 471305 + } + ] + }, + "Qingzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 894468 + } + ] + }, + "Qinhuangdao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 817487 + } + ] + }, + "Qinyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 446404 + } + ] + }, + "Qinzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1035504 + } + ] + }, + "Qionghai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 449845 + } + ] + }, + "Qionglai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 631577 + } + ] + }, + "Qiongshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 678149 + } + ] + }, + "Qiqihaer": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1540089 + } + ] + }, + "Qitaihe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 486704 + } + ] + }, + "Qixia": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 651357 + } + ] + }, + "Quanzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1192286 + } + ] + }, + "Qufu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 625313 + } + ] + }, + "Qujing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 648956 + } + ] + }, + "Quzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 286271 + } + ] + }, + "Renhuai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 520759 + } + ] + }, + "Renqiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 768900 + } + ] + }, + "Rizhao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1148190 + } + ] + }, + "Rongcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 732147 + } + ] + }, + "Rugao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1362533 + } + ] + }, + "Ruian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1207788 + } + ] + }, + "Ruichang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 398844 + } + ] + }, + "Ruijin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 535499 + } + ] + }, + "Ruili": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 155210 + } + ] + }, + "Rushan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 580326 + } + ] + }, + "Ruzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 923245 + } + ] + }, + "Sanhe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 456882 + } + ] + }, + "Sanmenxia": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 288746 + } + ] + }, + "Sanming": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 337105 + } + ] + }, + "Sanshui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 440119 + } + ] + }, + "Sanya": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 482296 + } + ] + }, + "Shahe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 474260 + } + ] + }, + "Shanghai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 14348535 + } + ] + }, + "Shangqiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1428983 + } + ] + }, + "Shangrao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 327703 + } + ] + }, + "Shangyu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 722523 + } + ] + }, + "Shangzhi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 582764 + } + ] + }, + "Shangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 530883 + } + ] + }, + "Shantou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1270112 + } + ] + }, + "Shanwei": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 409677 + } + ] + }, + "Shaoguan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 535979 + } + ] + }, + "Shaowu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 288401 + } + ] + }, + "Shaoxing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 633118 + } + ] + }, + "Shaoyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 607868 + } + ] + }, + "Shengzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 671221 + } + ] + }, + "Shenyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 5303053 + } + ] + }, + "Shenzhen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 7008831 + } + ] + }, + "Shenzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 568558 + } + ] + }, + "Shifang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 432579 + } + ] + }, + "Shihezi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 590115 + } + ] + }, + "Shijiazhuang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1969975 + } + ] + }, + "Shishi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 498786 + } + ] + }, + "Shishou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 602649 + } + ] + }, + "Shiyan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 589824 + } + ] + }, + "Shizuishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 314296 + } + ] + }, + "Shouguang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1081991 + } + ] + }, + "Shuangcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 749182 + } + ] + }, + "Shuangliao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 404499 + } + ] + }, + "Shuangyashan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 487294 + } + ] + }, + "Shulan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 660065 + } + ] + }, + "Shunde": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1694152 + } + ] + }, + "Shuozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 563896 + } + ] + }, + "Sihui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 409804 + } + ] + }, + "Simao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 230834 + } + ] + }, + "Siping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 492841 + } + ] + }, + "Songyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 538469 + } + ] + }, + "Songzi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 859941 + } + ] + }, + "Suihua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 800207 + } + ] + }, + "Suining": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1355388 + } + ] + }, + "Suizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1598752 + } + ] + }, + "Suqian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 244651 + } + ] + }, + "Suzhou (anhui)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1601181 + } + ] + }, + "Suzhou (jiangsu)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1344709 + } + ] + }, + "Tacheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 149210 + } + ] + }, + "Tai'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1538211 + } + ] + }, + "Taicang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 515063 + } + ] + }, + "Taishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 948716 + } + ] + }, + "Taixing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1235454 + } + ] + }, + "Taiyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2558382 + } + ] + }, + "Taizhou (jiangsu)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 607660 + } + ] + }, + "Taizhou (zhejiang)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1491963 + } + ] + }, + "Tangshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1711311 + } + ] + }, + "Taonan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 441096 + } + ] + }, + "Tengzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1548817 + } + ] + }, + "Tianchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 590745 + } + ] + }, + "Tianjin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 7499181 + } + ] + }, + "Tianmen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1613739 + } + ] + }, + "Tianshui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1146986 + } + ] + }, + "Tiefa": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 239636 + } + ] + }, + "Tieli": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 354601 + } + ] + }, + "Tieling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 433799 + } + ] + }, + "Tongcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 660772 + } + ] + }, + "Tongchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 404257 + } + ] + }, + "Tonghua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 460148 + } + ] + }, + "Tongjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 164595 + } + ] + }, + "Tongliao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 793913 + } + ] + }, + "Tongling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 362477 + } + ] + }, + "Tongren": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 308583 + } + ] + }, + "Tongshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 100836 + } + ] + }, + "Tongxiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 713399 + } + ] + }, + "Tongzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1371498 + } + ] + }, + "Tulufan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 251652 + } + ] + }, + "Tumen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 132368 + } + ] + }, + "Urumqi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1753298 + } + ] + }, + "Wafangdian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 956063 + } + ] + }, + "Wanning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 513604 + } + ] + }, + "Wanyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 536685 + } + ] + }, + "Weifang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1380300 + } + ] + }, + "Weihai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 609219 + } + ] + }, + "Weihui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 464371 + } + ] + }, + "Weinan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 888866 + } + ] + }, + "Wenchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 509271 + } + ] + }, + "Wendeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 675061 + } + ] + }, + "Wenling": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1162783 + } + ] + }, + "Wenzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1915548 + } + ] + }, + "Wuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 720196 + } + ] + }, + "Wuchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 888782 + } + ] + }, + "Wuchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 822482 + } + ] + }, + "Wudalianchi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 338689 + } + ] + }, + "Wugang (henan)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 313089 + } + ] + }, + "Wugang (hunan)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 694847 + } + ] + }, + "Wuhai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 427553 + } + ] + }, + "Wuhan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 8312700 + } + ] + }, + "Wuhu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 697197 + } + ] + }, + "Wujiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 857104 + } + ] + }, + "Wujin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1420204 + } + ] + }, + "Wulanhaote": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 269162 + } + ] + }, + "Wusu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 190359 + } + ] + }, + "Wuwei": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 946506 + } + ] + }, + "Wuxi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1425766 + } + ] + }, + "Wuxian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1128429 + } + ] + }, + "Wuxue": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 719426 + } + ] + }, + "Wuyishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 212156 + } + ] + }, + "Wuzhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 355442 + } + ] + }, + "Wuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 381043 + } + ] + }, + "Xiamen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2053070 + } + ] + }, + "Xi'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 4481508 + } + ] + }, + "Xiangcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1052468 + } + ] + }, + "Xiangfan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 871388 + } + ] + }, + "Xiangtan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 707783 + } + ] + }, + "Xiangxiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 807718 + } + ] + }, + "Xianning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 567598 + } + ] + }, + "Xiantao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1474078 + } + ] + }, + "Xianyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 953860 + } + ] + }, + "Xiaogan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 883123 + } + ] + }, + "Xiaoshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1233348 + } + ] + }, + "Xiaoyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 414154 + } + ] + }, + "Xichang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 615212 + } + ] + }, + "Xifeng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 317669 + } + ] + }, + "Xilinhaote": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 173796 + } + ] + }, + "Xingcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 524527 + } + ] + }, + "Xinghua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1441659 + } + ] + }, + "Xingning": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 871507 + } + ] + }, + "Xingping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 551523 + } + ] + }, + "Xingtai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 536282 + } + ] + }, + "Xingyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 619840 + } + ] + }, + "Xingyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 719605 + } + ] + }, + "Xinhui": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 932425 + } + ] + }, + "Xining": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 854466 + } + ] + }, + "Xinji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 623219 + } + ] + }, + "Xinle": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 439644 + } + ] + }, + "Xinmi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 779014 + } + ] + }, + "Xinmin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 653719 + } + ] + }, + "Xintai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1344395 + } + ] + }, + "Xinxiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 775941 + } + ] + }, + "Xinyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1255750 + } + ] + }, + "Xinyi (guangdong)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 907978 + } + ] + }, + "Xinyi (jiangsu)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 962656 + } + ] + }, + "Xinyu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 778391 + } + ] + }, + "Xinzheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 609173 + } + ] + }, + "Xinzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 496608 + } + ] + }, + "Xishan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1181073 + } + ] + }, + "Xuancheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 822707 + } + ] + }, + "Xuanwei": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1292825 + } + ] + }, + "Xuchang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 373387 + } + ] + }, + "Xuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1679626 + } + ] + }, + "Ya'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 334475 + } + ] + }, + "Yakeshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 405806 + } + ] + }, + "Yan'an": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 403868 + } + ] + }, + "Yancheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 683663 + } + ] + }, + "Yangchun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 840581 + } + ] + }, + "Yangjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 538069 + } + ] + }, + "Yangquan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 655317 + } + ] + }, + "Yangzhong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 301672 + } + ] + }, + "Yangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 711993 + } + ] + }, + "Yanji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 432339 + } + ] + }, + "Yanshi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 816026 + } + ] + }, + "Yantai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1724404 + } + ] + }, + "Yibin": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 809099 + } + ] + }, + "Yichang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 712738 + } + ] + }, + "Yicheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 522835 + } + ] + }, + "Yichun (heilongjiang)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 814016 + } + ] + }, + "Yichun (jiangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 920357 + } + ] + }, + "Yidu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 385779 + } + ] + }, + "Yima": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 136543 + } + ] + }, + "Yinchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 807487 + } + ] + }, + "Yingcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 650485 + } + ] + }, + "Yingde": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 810446 + } + ] + }, + "Yingko": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 698059 + } + ] + }, + "Yingtan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 178406 + } + ] + }, + "Yining": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 357519 + } + ] + }, + "Yiwu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 912670 + } + ] + }, + "Yixing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1164275 + } + ] + }, + "Yiyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1228881 + } + ] + }, + "Yizheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 610356 + } + ] + }, + "Yizhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 549434 + } + ] + }, + "Yongan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 334852 + } + ] + }, + "Yongcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1264607 + } + ] + }, + "Yongchuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 984730 + } + ] + }, + "Yongji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 421244 + } + ] + }, + "Yongkang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 557067 + } + ] + }, + "Yongzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 976539 + } + ] + }, + "Yuanjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 700236 + } + ] + }, + "Yuanping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 471853 + } + ] + }, + "Yucheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 494301 + } + ] + }, + "Yueyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 912993 + } + ] + }, + "Yuhang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 817715 + } + ] + }, + "Yulin (guangxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 918229 + } + ] + }, + "Yulin (shaanxi)": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 451337 + } + ] + }, + "Yumen": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 188931 + } + ] + }, + "Yuncheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 604381 + } + ] + }, + "Yunfu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 261636 + } + ] + }, + "Yanzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 598387 + } + ] + }, + "Yushu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1155670 + } + ] + }, + "Yuxi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 409044 + } + ] + }, + "Yuyao": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 852719 + } + ] + }, + "Yuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1122669 + } + ] + }, + "Zaoyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1054374 + } + ] + }, + "Zaozhuang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1996798 + } + ] + }, + "Zengcheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 899644 + } + ] + }, + "Zhalantun": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 409051 + } + ] + }, + "Zhangjiagang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 957223 + } + ] + }, + "Zhangjiajie": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 453723 + } + ] + }, + "Zhangjiakou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 903348 + } + ] + }, + "Zhangping": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 264757 + } + ] + }, + "Zhangqiu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 977324 + } + ] + }, + "Zhangshu": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 527823 + } + ] + }, + "Zhangye": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 486688 + } + ] + }, + "Zhangzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 567884 + } + ] + }, + "Zhanjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1350665 + } + ] + }, + "Zhaodong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 832657 + } + ] + }, + "Zhaoqing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 507834 + } + ] + }, + "Zhaotong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 727959 + } + ] + }, + "Zhaoyuan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 593705 + } + ] + }, + "Zhengzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2589387 + } + ] + }, + "Zhenjiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 695663 + } + ] + }, + "Zhijiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 508835 + } + ] + }, + "Zhongshan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2363322 + } + ] + }, + "Zhongxiang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1021998 + } + ] + }, + "Zhoukou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 323738 + } + ] + }, + "Zhoushan": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 715685 + } + ] + }, + "Zhuanghe": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 835062 + } + ] + }, + "Zhucheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1053695 + } + ] + }, + "Zhuhai": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 833908 + } + ] + }, + "Zhuji": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1070675 + } + ] + }, + "Zhumadian": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 338036 + } + ] + }, + "Zhuozhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 546754 + } + ] + }, + "Zhuzhou": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 879996 + } + ] + }, + "Zibo": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 2817479 + } + ] + }, + "Zigong": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1051384 + } + ] + }, + "Zixing": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 351581 + } + ] + }, + "Ziyang": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1016034 + } + ] + }, + "Zoucheng": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 1101003 + } + ] + }, + "Zunhua": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 683662 + } + ] + }, + "Zunyi": { + "country": "China", + "population": [ + { + "year": 2000, + "value": 691694 + } + ] + }, + "Hong kong sar": { + "country": "China, Hong Kong SAR", + "population": [ + { + "year": 2013, + "value": 7187500 + }, + { + "year": 2012, + "value": 7154600 + }, + { + "year": 2010, + "value": 7067800 + }, + { + "year": 2009, + "value": 7003700 + }, + { + "year": 2008, + "value": 6977700 + }, + { + "year": 2007, + "value": 6925900 + }, + { + "year": 2006, + "value": 6857100 + }, + { + "year": 2005, + "value": 6813200 + }, + { + "year": 2004, + "value": 6783500 + }, + { + "year": 2001, + "value": 6708389 + } + ] + }, + "Macao": { + "country": "China, Macao SAR", + "population": [ + { + "year": 2012, + "value": 567900 + }, + { + "year": 2011, + "value": 552503 + }, + { + "year": 2011, + "value": 558100 + }, + { + "year": 2010, + "value": 544600 + }, + { + "year": 2009, + "value": 544100 + }, + { + "year": 2008, + "value": 551800 + }, + { + "year": 2007, + "value": 525800 + }, + { + "year": 2006, + "value": 498852 + }, + { + "year": 2005, + "value": 473457 + }, + { + "year": 2004, + "value": 454661 + }, + { + "year": 2003, + "value": 445066 + } + ] + }, + "Apartad\u00f3": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 114840 + }, + { + "year": 2005, + "value": 134572 + } + ] + }, + "Armenia": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 265020 + }, + { + "year": 2005, + "value": 272574 + } + ] + }, + "Barrancabermeja": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 168307 + }, + { + "year": 2005, + "value": 187311 + } + ] + }, + "Barranquilla": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 1109067 + }, + { + "year": 2005, + "value": 1112889 + } + ] + }, + "Bello": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 359404 + }, + { + "year": 2005, + "value": 373013 + } + ] + }, + "Bucaramanga": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 502654 + }, + { + "year": 2005, + "value": 509918 + } + ] + }, + "Buenaventura": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 290457 + }, + { + "year": 2005, + "value": 324207 + } + ] + }, + "Cali": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 2039626 + }, + { + "year": 2005, + "value": 2075380 + } + ] + }, + "Cartagena": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 845801 + }, + { + "year": 2005, + "value": 895400 + }, + { + "year": 2012, + "value": 217148 + }, + { + "year": 2011, + "value": 215755 + }, + { + "year": 2011, + "value": 215787 + }, + { + "year": 2010, + "value": 214542 + }, + { + "year": 2009, + "value": 213081 + }, + { + "year": 2008, + "value": 210376 + }, + { + "year": 2006, + "value": 208609 + }, + { + "year": 2001, + "value": 184686 + } + ] + }, + "Cartago": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 119063 + }, + { + "year": 2005, + "value": 121741 + }, + { + "year": 2011, + "value": 147898 + }, + { + "year": 2010, + "value": 155402 + }, + { + "year": 2009, + "value": 153819 + }, + { + "year": 2007, + "value": 148065 + }, + { + "year": 2006, + "value": 146522 + }, + { + "year": 2003, + "value": 142442 + }, + { + "year": 2000, + "value": 132057 + } + ] + }, + "Ci\u00e9naga": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 100908 + } + ] + }, + "C\u00facuta": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 566244 + }, + { + "year": 2005, + "value": 585543 + } + ] + }, + "Dosquebradas": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 164437 + }, + { + "year": 2005, + "value": 173452 + } + ] + }, + "Duitama": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 105407 + } + ] + }, + "Envigado": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 166742 + }, + { + "year": 2005, + "value": 175337 + } + ] + }, + "Facatativ\u00e1": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 106067 + } + ] + }, + "Florencia": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 120403 + }, + { + "year": 2005, + "value": 137896 + } + ] + }, + "Floridablanca": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 241685 + }, + { + "year": 2005, + "value": 252472 + }, + { + "year": 2010, + "value": 110846 + } + ] + }, + "Fusagasug\u00e1": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 107259 + } + ] + }, + "Gir\u00f3n": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 117672 + }, + { + "year": 2005, + "value": 135531 + } + ] + }, + "Gudalajara de buga": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 111487 + } + ] + }, + "Ibagu\u00e9": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 465859 + }, + { + "year": 2005, + "value": 495246 + } + ] + }, + "Ipiales": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 109865 + } + ] + }, + "Itag\u00fci": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 213297 + }, + { + "year": 2005, + "value": 235567 + } + ] + }, + "Lorica": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 109974 + } + ] + }, + "Magangu\u00e9": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 121085 + } + ] + }, + "Maicao": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 103124 + } + ] + }, + "Manizales": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 342620 + }, + { + "year": 2005, + "value": 368433 + } + ] + }, + "Medell\u00edn": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 2183557 + }, + { + "year": 2005, + "value": 2219861 + } + ] + }, + "Monter\u00eda": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 288192 + }, + { + "year": 2005, + "value": 381284 + } + ] + }, + "Neiva": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 295412 + }, + { + "year": 2005, + "value": 315332 + } + ] + }, + "Palmira": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 223049 + }, + { + "year": 2005, + "value": 278358 + } + ] + }, + "Pasto": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 312759 + }, + { + "year": 2005, + "value": 383846 + } + ] + }, + "Pereira": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 358681 + }, + { + "year": 2005, + "value": 428397 + } + ] + }, + "Piedecuesta": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 116914 + } + ] + }, + "Pitalito": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 102937 + } + ] + }, + "Popay\u00e1n": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 227840 + }, + { + "year": 2005, + "value": 258653 + } + ] + }, + "Quibdo": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 100113 + }, + { + "year": 2005, + "value": 109121 + } + ] + }, + "Riohacha": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 137224 + }, + { + "year": 2005, + "value": 169311 + } + ] + }, + "Rionegro": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 101046 + } + ] + }, + "San andres de tumaco": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 161490 + } + ] + }, + "Bogota, d.c.": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 6763325 + }, + { + "year": 2005, + "value": 6778691 + } + ] + }, + "Santa marta": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 383991 + }, + { + "year": 2005, + "value": 414387 + } + ] + }, + "Sincelejo": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 218430 + }, + { + "year": 2005, + "value": 236780 + } + ] + }, + "Soacha": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 393006 + }, + { + "year": 2005, + "value": 398295 + } + ] + }, + "Sogamoso": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 114486 + } + ] + }, + "Soledad": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 455029 + }, + { + "year": 2005, + "value": 455796 + } + ] + }, + "Tulu\u00e1": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 157512 + }, + { + "year": 2005, + "value": 157512 + } + ] + }, + "Tunja": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 145138 + }, + { + "year": 2005, + "value": 152419 + } + ] + }, + "Turbo": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 122780 + } + ] + }, + "Uribia": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 116674 + } + ] + }, + "Valledupar": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 294731 + }, + { + "year": 2005, + "value": 348990 + } + ] + }, + "Villavicencio": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 361058 + }, + { + "year": 2005, + "value": 384131 + } + ] + }, + "Yopal": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 103754 + } + ] + }, + "Zipaquir\u00e1": { + "country": "Colombia", + "population": [ + { + "year": 2005, + "value": 100038 + } + ] + }, + "Moroni": { + "country": "Comoros", + "population": [ + { + "year": 1991, + "value": 30365 + } + ] + }, + "Brazzaville": { + "country": "Congo", + "population": [ + { + "year": 1984, + "value": 596200 + } + ] + }, + "Pointe-noire": { + "country": "Congo", + "population": [ + { + "year": 1984, + "value": 298014 + } + ] + }, + "Rarotonga": { + "country": "Cook Islands", + "population": [ + { + "year": 2011, + "value": 13095 + }, + { + "year": 2006, + "value": 13890 + }, + { + "year": 2001, + "value": 12188 + } + ] + }, + "Alajuela": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 254886 + }, + { + "year": 2010, + "value": 283166 + }, + { + "year": 2009, + "value": 278859 + }, + { + "year": 2007, + "value": 252358 + }, + { + "year": 2006, + "value": 249121 + }, + { + "year": 2003, + "value": 241177 + }, + { + "year": 2000, + "value": 222853 + } + ] + }, + "Alajuelita": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 77603 + }, + { + "year": 2010, + "value": 125638 + }, + { + "year": 2009, + "value": 119616 + } + ] + }, + "Desamparados": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 208411 + }, + { + "year": 2010, + "value": 292883 + }, + { + "year": 2009, + "value": 281499 + }, + { + "year": 2000, + "value": 193478 + } + ] + }, + "Goicoechea": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 115084 + }, + { + "year": 2010, + "value": 131637 + }, + { + "year": 2009, + "value": 130851 + }, + { + "year": 2000, + "value": 117532 + } + ] + }, + "Heredia": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 123616 + }, + { + "year": 2010, + "value": 132579 + }, + { + "year": 2009, + "value": 130279 + }, + { + "year": 2007, + "value": 117492 + }, + { + "year": 2006, + "value": 116041 + }, + { + "year": 2003, + "value": 112461 + }, + { + "year": 2000, + "value": 103894 + } + ] + }, + "La uni\u00f3n": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 99399 + }, + { + "year": 2010, + "value": 105612 + }, + { + "year": 2009, + "value": 103496 + } + ] + }, + "Lim\u00f3n": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 94415 + }, + { + "year": 2010, + "value": 104917 + }, + { + "year": 2009, + "value": 104214 + }, + { + "year": 2007, + "value": 104763 + } + ] + }, + "Pavas": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 71384 + }, + { + "year": 2010, + "value": 112077 + }, + { + "year": 2009, + "value": 109207 + } + ] + }, + "Perez zeledon": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 134534 + }, + { + "year": 2010, + "value": 130552 + }, + { + "year": 2009, + "value": 130621 + }, + { + "year": 2000, + "value": 122187 + } + ] + }, + "Puntarenas": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 115019 + }, + { + "year": 2010, + "value": 106020 + }, + { + "year": 2009, + "value": 106237 + }, + { + "year": 2007, + "value": 117269 + }, + { + "year": 2006, + "value": 115609 + }, + { + "year": 2003, + "value": 111458 + }, + { + "year": 2000, + "value": 102504 + } + ] + }, + "San carlos": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 163745 + }, + { + "year": 2010, + "value": 150241 + }, + { + "year": 2009, + "value": 148962 + }, + { + "year": 2000, + "value": 127140 + } + ] + }, + "San jose": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 288054 + }, + { + "year": 2010, + "value": 349152 + }, + { + "year": 2009, + "value": 346298 + }, + { + "year": 2007, + "value": 348558 + }, + { + "year": 2006, + "value": 344747 + }, + { + "year": 2003, + "value": 334780 + }, + { + "year": 2000, + "value": 309672 + } + ] + }, + "Pococi": { + "country": "Costa Rica", + "population": [ + { + "year": 2011, + "value": 125962 + }, + { + "year": 2010, + "value": 150633 + }, + { + "year": 2009, + "value": 146818 + }, + { + "year": 2000, + "value": 103121 + } + ] + }, + "Abidjan": { + "country": "C\u00f4te d'Ivoire", + "population": [ + { + "year": 1988, + "value": 1929079 + } + ] + }, + "Bouake": { + "country": "C\u00f4te d'Ivoire", + "population": [ + { + "year": 1988, + "value": 329850 + }, + { + "year": 1988, + "value": 362192 + } + ] + }, + "Daloa": { + "country": "C\u00f4te d'Ivoire", + "population": [ + { + "year": 1988, + "value": 121842 + }, + { + "year": 1988, + "value": 127923 + } + ] + }, + "Korhogo": { + "country": "C\u00f4te d'Ivoire", + "population": [ + { + "year": 1988, + "value": 109445 + }, + { + "year": 1988, + "value": 112888 + } + ] + }, + "Yamoussoukro": { + "country": "C\u00f4te d'Ivoire", + "population": [ + { + "year": 1988, + "value": 106786 + }, + { + "year": 1988, + "value": 126191 + } + ] + }, + "Osijek": { + "country": "Croatia", + "population": [ + { + "year": 2011, + "value": 108048 + }, + { + "year": 2001, + "value": 114616 + } + ] + }, + "Rijeka": { + "country": "Croatia", + "population": [ + { + "year": 2011, + "value": 128624 + }, + { + "year": 2001, + "value": 144043 + } + ] + }, + "Split": { + "country": "Croatia", + "population": [ + { + "year": 2011, + "value": 178102 + }, + { + "year": 2001, + "value": 188694 + } + ] + }, + "Zagreb": { + "country": "Croatia", + "population": [ + { + "year": 2011, + "value": 790017 + }, + { + "year": 2001, + "value": 779145 + } + ] + }, + "Bayamo": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 157349 + }, + { + "year": 2011, + "value": 147488 + }, + { + "year": 2010, + "value": 147639 + }, + { + "year": 2009, + "value": 147547 + }, + { + "year": 2008, + "value": 147367 + }, + { + "year": 2007, + "value": 146531 + }, + { + "year": 2006, + "value": 146260 + }, + { + "year": 2005, + "value": 145475 + }, + { + "year": 2004, + "value": 144585 + }, + { + "year": 2003, + "value": 144067 + }, + { + "year": 2002, + "value": 144664 + } + ] + }, + "Camag\u00fcey": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 300943 + }, + { + "year": 2011, + "value": 305988 + }, + { + "year": 2010, + "value": 305701 + }, + { + "year": 2009, + "value": 306047 + }, + { + "year": 2008, + "value": 306739 + }, + { + "year": 2007, + "value": 307414 + }, + { + "year": 2006, + "value": 306702 + }, + { + "year": 2005, + "value": 307169 + }, + { + "year": 2004, + "value": 305076 + }, + { + "year": 2003, + "value": 302054 + }, + { + "year": 2002, + "value": 301574 + } + ] + }, + "Ciego de avila": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 115052 + }, + { + "year": 2011, + "value": 109761 + }, + { + "year": 2010, + "value": 111086 + }, + { + "year": 2009, + "value": 110906 + }, + { + "year": 2008, + "value": 110550 + }, + { + "year": 2007, + "value": 110119 + }, + { + "year": 2006, + "value": 109379 + }, + { + "year": 2005, + "value": 108711 + }, + { + "year": 2004, + "value": 108036 + }, + { + "year": 2003, + "value": 106975 + }, + { + "year": 2002, + "value": 106225 + } + ] + }, + "Cienfuegos": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 147273 + }, + { + "year": 2011, + "value": 144520 + }, + { + "year": 2010, + "value": 143894 + }, + { + "year": 2009, + "value": 143625 + }, + { + "year": 2008, + "value": 143087 + }, + { + "year": 2007, + "value": 142678 + }, + { + "year": 2006, + "value": 142420 + }, + { + "year": 2005, + "value": 142145 + }, + { + "year": 2004, + "value": 141859 + }, + { + "year": 2003, + "value": 141258 + }, + { + "year": 2002, + "value": 140734 + } + ] + }, + "Guant\u00e1namo": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 217365 + }, + { + "year": 2011, + "value": 207739 + }, + { + "year": 2010, + "value": 207973 + }, + { + "year": 2009, + "value": 208014 + }, + { + "year": 2008, + "value": 208095 + }, + { + "year": 2007, + "value": 208298 + }, + { + "year": 2006, + "value": 208579 + }, + { + "year": 2005, + "value": 208615 + }, + { + "year": 2004, + "value": 208393 + }, + { + "year": 2003, + "value": 207788 + }, + { + "year": 2002, + "value": 208145 + } + ] + }, + "Holgu\u00edn": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 288353 + }, + { + "year": 2011, + "value": 276839 + }, + { + "year": 2010, + "value": 277260 + }, + { + "year": 2009, + "value": 277108 + }, + { + "year": 2008, + "value": 276803 + }, + { + "year": 2007, + "value": 275994 + }, + { + "year": 2006, + "value": 274805 + }, + { + "year": 2005, + "value": 273239 + }, + { + "year": 2004, + "value": 271342 + }, + { + "year": 2003, + "value": 270060 + }, + { + "year": 2002, + "value": 269618 + } + ] + }, + "La habana": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 2105291 + }, + { + "year": 2011, + "value": 2129012 + }, + { + "year": 2010, + "value": 2141996 + }, + { + "year": 2009, + "value": 2145062 + }, + { + "year": 2008, + "value": 2152391 + }, + { + "year": 2007, + "value": 2162452 + }, + { + "year": 2006, + "value": 2174790 + }, + { + "year": 2005, + "value": 2186909 + }, + { + "year": 2004, + "value": 2196472 + }, + { + "year": 2003, + "value": 2202239 + }, + { + "year": 2002, + "value": 2201610 + } + ] + }, + "Las tunas": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 163472 + }, + { + "year": 2011, + "value": 154837 + }, + { + "year": 2010, + "value": 153129 + }, + { + "year": 2009, + "value": 152963 + }, + { + "year": 2008, + "value": 152634 + }, + { + "year": 2007, + "value": 151472 + }, + { + "year": 2006, + "value": 149532 + }, + { + "year": 2005, + "value": 147569 + }, + { + "year": 2004, + "value": 145609 + }, + { + "year": 2003, + "value": 144152 + }, + { + "year": 2002, + "value": 143582 + } + ] + }, + "Matanzas": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 133935 + }, + { + "year": 2011, + "value": 132651 + }, + { + "year": 2010, + "value": 132678 + }, + { + "year": 2009, + "value": 132362 + }, + { + "year": 2008, + "value": 131731 + }, + { + "year": 2007, + "value": 130781 + }, + { + "year": 2006, + "value": 129864 + }, + { + "year": 2005, + "value": 129064 + }, + { + "year": 2004, + "value": 128499 + }, + { + "year": 2003, + "value": 127758 + }, + { + "year": 2002, + "value": 127287 + } + ] + }, + "Pinar del r\u00edo": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 140252 + }, + { + "year": 2011, + "value": 137725 + }, + { + "year": 2010, + "value": 137320 + }, + { + "year": 2009, + "value": 137564 + }, + { + "year": 2008, + "value": 137902 + }, + { + "year": 2007, + "value": 137916 + }, + { + "year": 2006, + "value": 137701 + }, + { + "year": 2005, + "value": 138013 + }, + { + "year": 2004, + "value": 138834 + }, + { + "year": 2003, + "value": 139484 + }, + { + "year": 2002, + "value": 139336 + } + ] + }, + "Sancti sp\u00edritus": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 105141 + }, + { + "year": 2011, + "value": 98736 + }, + { + "year": 2010, + "value": 98852 + }, + { + "year": 2009, + "value": 98766 + }, + { + "year": 2008, + "value": 98597 + }, + { + "year": 2004, + "value": 98668 + }, + { + "year": 2003, + "value": 98552 + } + ] + }, + "Santa clara": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 211968 + }, + { + "year": 2011, + "value": 205245 + }, + { + "year": 2010, + "value": 206379 + }, + { + "year": 2009, + "value": 206774 + }, + { + "year": 2008, + "value": 207566 + }, + { + "year": 2007, + "value": 208230 + }, + { + "year": 2006, + "value": 208739 + }, + { + "year": 2005, + "value": 209327 + }, + { + "year": 2004, + "value": 209986 + }, + { + "year": 2003, + "value": 210358 + }, + { + "year": 2002, + "value": 210220 + } + ] + }, + "Santiago de cuba": { + "country": "Cuba", + "population": [ + { + "year": 2012, + "value": 431471 + }, + { + "year": 2011, + "value": 424862 + }, + { + "year": 2010, + "value": 426841 + }, + { + "year": 2009, + "value": 426759 + }, + { + "year": 2008, + "value": 426648 + }, + { + "year": 2007, + "value": 426493 + }, + { + "year": 2006, + "value": 425990 + }, + { + "year": 2005, + "value": 425343 + }, + { + "year": 2004, + "value": 424468 + }, + { + "year": 2003, + "value": 423930 + }, + { + "year": 2002, + "value": 423392 + } + ] + }, + "Brno": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 378327 + }, + { + "year": 2012, + "value": 378965 + }, + { + "year": 2011, + "value": 371371 + }, + { + "year": 2011, + "value": 385913 + }, + { + "year": 2009, + "value": 371399 + }, + { + "year": 2008, + "value": 370592 + }, + { + "year": 2007, + "value": 366680 + }, + { + "year": 2007, + "value": 368533 + }, + { + "year": 2005, + "value": 366904 + }, + { + "year": 2004, + "value": 368296 + }, + { + "year": 2003, + "value": 369559 + } + ] + }, + "Hradec kr\u00e1lov\u00e9": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 93035 + }, + { + "year": 2012, + "value": 93490 + }, + { + "year": 2011, + "value": 94318 + }, + { + "year": 2009, + "value": 94493 + }, + { + "year": 2008, + "value": 94497 + }, + { + "year": 2007, + "value": 94252 + }, + { + "year": 2007, + "value": 94255 + }, + { + "year": 2005, + "value": 94436 + }, + { + "year": 2004, + "value": 94734 + }, + { + "year": 2003, + "value": 95195 + } + ] + }, + "Liberec": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 102113 + }, + { + "year": 2012, + "value": 102005 + }, + { + "year": 2011, + "value": 101865 + }, + { + "year": 2011, + "value": 102754 + }, + { + "year": 2009, + "value": 101625 + }, + { + "year": 2008, + "value": 100914 + }, + { + "year": 2007, + "value": 98781 + }, + { + "year": 2007, + "value": 99721 + }, + { + "year": 2005, + "value": 97596 + }, + { + "year": 2004, + "value": 97542 + }, + { + "year": 2003, + "value": 97770 + } + ] + }, + "Olomouc": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 99471 + }, + { + "year": 2012, + "value": 99529 + }, + { + "year": 2011, + "value": 100233 + }, + { + "year": 2011, + "value": 101003 + }, + { + "year": 2009, + "value": 100362 + }, + { + "year": 2008, + "value": 100373 + }, + { + "year": 2007, + "value": 100373 + }, + { + "year": 2007, + "value": 100168 + }, + { + "year": 2005, + "value": 100491 + }, + { + "year": 2004, + "value": 100916 + }, + { + "year": 2003, + "value": 101268 + } + ] + }, + "\u00dast\u00ed nad labem": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 93747 + }, + { + "year": 2012, + "value": 94258 + }, + { + "year": 2011, + "value": 95464 + }, + { + "year": 2009, + "value": 95477 + }, + { + "year": 2008, + "value": 95289 + }, + { + "year": 2007, + "value": 94565 + }, + { + "year": 2007, + "value": 94960 + }, + { + "year": 2005, + "value": 94021 + }, + { + "year": 2004, + "value": 93865 + }, + { + "year": 2003, + "value": 94105 + } + ] + }, + "Ostrava": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 297421 + }, + { + "year": 2012, + "value": 299622 + }, + { + "year": 2011, + "value": 303609 + }, + { + "year": 2011, + "value": 296224 + }, + { + "year": 2009, + "value": 306006 + }, + { + "year": 2008, + "value": 307767 + }, + { + "year": 2007, + "value": 308374 + }, + { + "year": 2007, + "value": 309098 + }, + { + "year": 2005, + "value": 310681 + }, + { + "year": 2004, + "value": 312080 + }, + { + "year": 2003, + "value": 313088 + } + ] + }, + "Plzen": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 167472 + }, + { + "year": 2012, + "value": 167302 + }, + { + "year": 2011, + "value": 168808 + }, + { + "year": 2011, + "value": 170322 + }, + { + "year": 2009, + "value": 169935 + }, + { + "year": 2008, + "value": 169273 + }, + { + "year": 2007, + "value": 163392 + }, + { + "year": 2007, + "value": 165238 + }, + { + "year": 2005, + "value": 162659 + }, + { + "year": 2004, + "value": 163207 + }, + { + "year": 2003, + "value": 164180 + } + ] + }, + "Praha": { + "country": "Czech Republic", + "population": [ + { + "year": 2013, + "value": 1246780 + }, + { + "year": 2012, + "value": 1241664 + }, + { + "year": 2011, + "value": 1257158 + }, + { + "year": 2011, + "value": 1268796 + }, + { + "year": 2009, + "value": 1249026 + }, + { + "year": 2008, + "value": 1233211 + }, + { + "year": 2007, + "value": 1212097 + }, + { + "year": 2007, + "value": 1188126 + }, + { + "year": 2005, + "value": 1176116 + }, + { + "year": 2004, + "value": 1165617 + }, + { + "year": 2003, + "value": 1165581 + } + ] + }, + "Anju": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 167646 + } + ] + }, + "Chongjin": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 614892 + }, + { + "year": 1993, + "value": 582480 + } + ] + }, + "Haeju": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 241599 + }, + { + "year": 1993, + "value": 229172 + } + ] + }, + "Hamhung": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 614198 + }, + { + "year": 1993, + "value": 709730 + } + ] + }, + "Huichon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 136093 + } + ] + }, + "Hyesan": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 174015 + }, + { + "year": 1993, + "value": 178020 + } + ] + }, + "Jongju": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 102659 + } + ] + }, + "Kaechon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 262389 + } + ] + }, + "Kaesong": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 192578 + }, + { + "year": 1993, + "value": 334433 + } + ] + }, + "Kanggye": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 251971 + }, + { + "year": 1993, + "value": 223410 + } + ] + }, + "Kim chaek": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 155284 + } + ] + }, + "Kusong": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 155181 + } + ] + }, + "Nampho": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 310864 + }, + { + "year": 1993, + "value": 731448 + } + ] + }, + "Phyongsong": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 236583 + }, + { + "year": 1993, + "value": 272934 + } + ] + }, + "Pyongyang": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 2581076 + }, + { + "year": 1993, + "value": 2741260 + } + ] + }, + "Rason": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 158337 + } + ] + }, + "Sariwon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 271434 + }, + { + "year": 1993, + "value": 254146 + } + ] + }, + "Sinuiju": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 334031 + }, + { + "year": 1993, + "value": 326011 + } + ] + }, + "Sinpho": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 130951 + } + ] + }, + "Sunchon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 250738 + } + ] + }, + "Wonsan": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 328467 + }, + { + "year": 1993, + "value": 300148 + } + ] + }, + "Tanchon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 240873 + } + ] + }, + "Tokchon": { + "country": "Democratic People's Republic of Korea", + "population": [ + { + "year": 2008, + "value": 210571 + } + ] + }, + "\u00c5lborg": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 203373 + }, + { + "year": 2012, + "value": 200884 + }, + { + "year": 2011, + "value": 199270 + }, + { + "year": 2010, + "value": 197516 + }, + { + "year": 2009, + "value": 196096 + }, + { + "year": 2008, + "value": 195048 + }, + { + "year": 2007, + "value": 194049 + }, + { + "year": 2006, + "value": 163505 + }, + { + "year": 2005, + "value": 163290 + }, + { + "year": 2001, + "value": 161661 + } + ] + }, + "\u00c5rhus": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 319680 + }, + { + "year": 2012, + "value": 314887 + }, + { + "year": 2011, + "value": 310801 + }, + { + "year": 2010, + "value": 306799 + }, + { + "year": 2009, + "value": 303107 + }, + { + "year": 2008, + "value": 298501 + }, + { + "year": 2007, + "value": 295599 + }, + { + "year": 2006, + "value": 294273 + }, + { + "year": 2005, + "value": 293932 + }, + { + "year": 2001, + "value": 286668 + } + ] + }, + "Esbjerg": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 115041 + }, + { + "year": 2012, + "value": 115105 + }, + { + "year": 2011, + "value": 115184 + }, + { + "year": 2010, + "value": 115129 + }, + { + "year": 2009, + "value": 114806 + } + ] + }, + "Frederiksberg": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 101959 + }, + { + "year": 2012, + "value": 100637 + } + ] + }, + "Kobenhavn": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 562379 + }, + { + "year": 2012, + "value": 551900 + }, + { + "year": 2011, + "value": 541989 + }, + { + "year": 2010, + "value": 531199 + }, + { + "year": 2009, + "value": 521397 + }, + { + "year": 2008, + "value": 511686 + }, + { + "year": 2007, + "value": 505141 + }, + { + "year": 2006, + "value": 500543 + }, + { + "year": 2005, + "value": 500150 + }, + { + "year": 2001, + "value": 499148 + } + ] + }, + "Odense": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 193641 + }, + { + "year": 2012, + "value": 191692 + }, + { + "year": 2011, + "value": 190103 + }, + { + "year": 2010, + "value": 189058 + }, + { + "year": 2009, + "value": 187884 + }, + { + "year": 2008, + "value": 186886 + }, + { + "year": 2007, + "value": 186085 + }, + { + "year": 2006, + "value": 186614 + }, + { + "year": 2005, + "value": 185861 + }, + { + "year": 2001, + "value": 183691 + } + ] + }, + "Vejle": { + "country": "Denmark", + "population": [ + { + "year": 2013, + "value": 109362 + }, + { + "year": 2012, + "value": 108471 + }, + { + "year": 2011, + "value": 107618 + }, + { + "year": 2010, + "value": 106867 + }, + { + "year": 2009, + "value": 106281 + } + ] + }, + "Roseau": { + "country": "Dominica", + "population": [ + { + "year": 1991, + "value": 16243 + } + ] + }, + "Azua": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 59319 + }, + { + "year": 2010, + "value": 59319 + } + ] + }, + "Bajos de haina": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 67117 + }, + { + "year": 2010, + "value": 83582 + } + ] + }, + "Ban\u00ed": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 72466 + }, + { + "year": 2010, + "value": 92153 + } + ] + }, + "Boca chica": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 75827 + }, + { + "year": 2010, + "value": 78882 + } + ] + }, + "Bonao": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 68602 + }, + { + "year": 2010, + "value": 76241 + } + ] + }, + "Hig\u00fcey": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 147978 + }, + { + "year": 2010, + "value": 168501 + } + ] + }, + "La romana": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 127623 + }, + { + "year": 2010, + "value": 130426 + }, + { + "year": 2002, + "value": 191303 + }, + { + "year": 2002, + "value": 202488 + } + ] + }, + "Moca": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 65445 + }, + { + "year": 2010, + "value": 94981 + } + ] + }, + "La vega": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 104536 + }, + { + "year": 2010, + "value": 202864 + } + ] + }, + "Los alcarrizos": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 186818 + }, + { + "year": 2010, + "value": 206557 + } + ] + }, + "Puerto plata": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 118496 + }, + { + "year": 2010, + "value": 128240 + } + ] + }, + "San crist\u00f3bal": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 138455 + }, + { + "year": 2010, + "value": 216875 + }, + { + "year": 2011, + "value": 271424 + }, + { + "year": 1998, + "value": 272374 + } + ] + }, + "San francisco de macoris": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 132725 + }, + { + "year": 2010, + "value": 149508 + } + ] + }, + "San juan de la maguana": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 71494 + }, + { + "year": 2010, + "value": 78313 + } + ] + }, + "San pedro de macoris": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 185255 + }, + { + "year": 2010, + "value": 195307 + }, + { + "year": 2002, + "value": 193713 + }, + { + "year": 2002, + "value": 217141 + } + ] + }, + "Santiago de los caballeros": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 550753 + }, + { + "year": 2010, + "value": 591985 + }, + { + "year": 2002, + "value": 507418 + }, + { + "year": 2002, + "value": 622101 + } + ] + }, + "Santo domingo": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 965040 + }, + { + "year": 2010, + "value": 965040 + }, + { + "year": 2002, + "value": 1234721 + } + ] + }, + "Santo domingo east": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 851853 + }, + { + "year": 2010, + "value": 891952 + }, + { + "year": 2002, + "value": 492302 + } + ] + }, + "Santo domingo west": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 318181 + }, + { + "year": 2010, + "value": 363321 + }, + { + "year": 2002, + "value": 415935 + } + ] + }, + "Santo domingo north": { + "country": "Dominican Republic", + "population": [ + { + "year": 2010, + "value": 446753 + }, + { + "year": 2010, + "value": 468468 + }, + { + "year": 2002, + "value": 326484 + } + ] + }, + "Ambato": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 178538 + }, + { + "year": 2001, + "value": 217076 + }, + { + "year": 2001, + "value": 338728 + } + ] + }, + "Calderon (carapungo)": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 152242 + } + ] + }, + "Cuenca": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 331888 + }, + { + "year": 2001, + "value": 388420 + }, + { + "year": 2001, + "value": 487901 + } + ] + }, + "Dur\u00e1n": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 235769 + }, + { + "year": 2001, + "value": 198144 + }, + { + "year": 2001, + "value": 199650 + } + ] + }, + "Esmeraldas": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 161868 + }, + { + "year": 2001, + "value": 122003 + }, + { + "year": 2001, + "value": 185782 + } + ] + }, + "Guayaquil": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 2291158 + }, + { + "year": 2001, + "value": 2253987 + }, + { + "year": 2001, + "value": 2278738 + } + ] + }, + "Ibarra": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 139721 + }, + { + "year": 2001, + "value": 151146 + }, + { + "year": 2001, + "value": 184378 + } + ] + }, + "Loja": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 180617 + }, + { + "year": 2001, + "value": 152018 + }, + { + "year": 2001, + "value": 190976 + } + ] + }, + "Machala": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 241606 + }, + { + "year": 2001, + "value": 245791 + }, + { + "year": 2001, + "value": 261551 + } + ] + }, + "Manta": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 221122 + }, + { + "year": 2001, + "value": 207939 + }, + { + "year": 2001, + "value": 218406 + } + ] + }, + "Milagro": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 145025 + }, + { + "year": 2001, + "value": 128788 + }, + { + "year": 2001, + "value": 156515 + } + ] + }, + "Portoviejo": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 223086 + }, + { + "year": 2001, + "value": 247528 + }, + { + "year": 2001, + "value": 270765 + } + ] + }, + "Quevedo": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 158694 + }, + { + "year": 2001, + "value": 142481 + }, + { + "year": 2001, + "value": 165363 + } + ] + }, + "Quito": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 1619146 + }, + { + "year": 2001, + "value": 1599361 + }, + { + "year": 2001, + "value": 2122594 + } + ] + }, + "Riobamba": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 156723 + }, + { + "year": 2001, + "value": 181962 + }, + { + "year": 2001, + "value": 218019 + } + ] + }, + "Santa elena": { + "country": "Ecuador", + "population": [ + { + "year": 2010, + "value": 305632 + } + ] + }, + "Babahoyo": { + "country": "Ecuador", + "population": [ + { + "year": 2001, + "value": 115972 + }, + { + "year": 2001, + "value": 156577 + } + ] + }, + "Santo domingo de los colorados": { + "country": "Ecuador", + "population": [ + { + "year": 2001, + "value": 228384 + }, + { + "year": 2001, + "value": 331126 + } + ] + }, + "6th of october city": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 154093 + } + ] + }, + "Abo keber": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 103175 + } + ] + }, + "Akhmim": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 101509 + } + ] + }, + "Alexandria": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 4030582 + }, + { + "year": 1996, + "value": 3339076 + } + ] + }, + "Assy\u00fbt": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 389307 + }, + { + "year": 1996, + "value": 343662 + } + ] + }, + "Aswan": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 266013 + }, + { + "year": 1996, + "value": 219541 + } + ] + }, + "Banha": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 157701 + }, + { + "year": 1996, + "value": 135892 + } + ] + }, + "Beni-suef": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 193048 + }, + { + "year": 1996, + "value": 171734 + } + ] + }, + "Bilbes": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 137182 + } + ] + }, + "Cairo": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 7771617 + }, + { + "year": 1996, + "value": 6800992 + } + ] + }, + "Damietta": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 206664 + } + ] + }, + "Damanh\u00fbr": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 244043 + }, + { + "year": 1996, + "value": 209423 + } + ] + }, + "El-aresh": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 137944 + } + ] + }, + "El-khosos": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 291242 + } + ] + }, + "Desok": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 106827 + } + ] + }, + "El-hwamdia": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 109314 + } + ] + }, + "El-mahalla el-kubra": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 442958 + }, + { + "year": 1996, + "value": 394924 + } + ] + }, + "El-mataria": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 100566 + } + ] + }, + "Faiy\u00fbm": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 315940 + }, + { + "year": 1996, + "value": 260830 + } + ] + }, + "Gerga": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 102597 + } + ] + }, + "Giza": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 2572581 + }, + { + "year": 1996, + "value": 2221817 + } + ] + }, + "Ismailia": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 293184 + }, + { + "year": 1996, + "value": 255134 + } + ] + }, + "Kafr-el-dwar": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 114030 + }, + { + "year": 1996, + "value": 101056 + } + ] + }, + "Kaluop": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 107303 + } + ] + }, + "Kena": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 201191 + }, + { + "year": 1996, + "value": 155382 + } + ] + }, + "Luxer": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 202232 + }, + { + "year": 1996, + "value": 153758 + } + ] + }, + "Malawe": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 139929 + } + ] + }, + "Mans\u00fbra": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 439348 + }, + { + "year": 1996, + "value": 369409 + } + ] + }, + "Matrouh": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 109852 + } + ] + }, + "Menia": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 236043 + }, + { + "year": 1996, + "value": 201440 + } + ] + }, + "Met ghamr": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 116593 + } + ] + }, + "Port said": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 570603 + }, + { + "year": 1996, + "value": 472335 + } + ] + }, + "Ramadan": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 125920 + } + ] + }, + "Shebin-el-kom": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 177112 + }, + { + "year": 1996, + "value": 156794 + } + ] + }, + "Shubra-el-khema": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 1025569 + }, + { + "year": 1996, + "value": 870776 + } + ] + }, + "Sohag": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 190132 + }, + { + "year": 1996, + "value": 170417 + } + ] + }, + "Suez": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 512135 + }, + { + "year": 1996, + "value": 417527 + } + ] + }, + "Tanta": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 422854 + }, + { + "year": 1996, + "value": 372893 + } + ] + }, + "Zagazig": { + "country": "Egypt", + "population": [ + { + "year": 2006, + "value": 302840 + }, + { + "year": 1996, + "value": 267469 + } + ] + }, + "Al orizah": { + "country": "Egypt", + "population": [ + { + "year": 1996, + "value": 100482 + } + ] + }, + "Imbaba": { + "country": "Egypt", + "population": [ + { + "year": 1996, + "value": 523265 + } + ] + }, + "Ahuachapan": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 118164 + }, + { + "year": 2013, + "value": 116947 + }, + { + "year": 2007, + "value": 63981 + }, + { + "year": 2007, + "value": 110511 + }, + { + "year": 2005, + "value": 121123 + }, + { + "year": 2003, + "value": 115521 + }, + { + "year": 1992, + "value": 85460 + }, + { + "year": 1992, + "value": 112300 + } + ] + }, + "Apopa": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 165896 + }, + { + "year": 2013, + "value": 163139 + }, + { + "year": 2007, + "value": 131286 + }, + { + "year": 2005, + "value": 205488 + }, + { + "year": 2003, + "value": 192728 + }, + { + "year": 1992, + "value": 109179 + }, + { + "year": 1992, + "value": 198006 + } + ] + }, + "Ciudad delgado": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 128635 + }, + { + "year": 2013, + "value": 129246 + }, + { + "year": 2007, + "value": 112161 + }, + { + "year": 2007, + "value": 120200 + }, + { + "year": 2005, + "value": 170014 + }, + { + "year": 2003, + "value": 164069 + }, + { + "year": 1992, + "value": 109863 + }, + { + "year": 1992, + "value": 166564 + } + ] + }, + "Ilopango": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 124522 + }, + { + "year": 2013, + "value": 123293 + }, + { + "year": 2007, + "value": 103862 + }, + { + "year": 2005, + "value": 152465 + }, + { + "year": 2003, + "value": 144985 + }, + { + "year": 1992, + "value": 90634 + }, + { + "year": 1992, + "value": 169703 + } + ] + }, + "Mejicanos": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 146914 + }, + { + "year": 2013, + "value": 148234 + }, + { + "year": 2007, + "value": 140751 + }, + { + "year": 2005, + "value": 207153 + }, + { + "year": 2003, + "value": 200917 + }, + { + "year": 1992, + "value": 144855 + }, + { + "year": 1992, + "value": 276827 + } + ] + }, + "Santa tecla": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 135483 + }, + { + "year": 2013, + "value": 134285 + }, + { + "year": 2007, + "value": 108840 + }, + { + "year": 2007, + "value": 121908 + }, + { + "year": 2005, + "value": 186635 + }, + { + "year": 2003, + "value": 175286 + }, + { + "year": 1992, + "value": 115698 + }, + { + "year": 1992, + "value": 214090 + } + ] + }, + "San miguel": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 249638 + }, + { + "year": 2013, + "value": 247119 + }, + { + "year": 2007, + "value": 158136 + }, + { + "year": 2007, + "value": 218410 + }, + { + "year": 2005, + "value": 274231 + }, + { + "year": 2003, + "value": 259197 + }, + { + "year": 1992, + "value": 191116 + }, + { + "year": 1992, + "value": 318812 + }, + { + "year": 2010, + "value": 142854 + } + ] + }, + "San salvador": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 281869 + }, + { + "year": 2013, + "value": 290268 + }, + { + "year": 2007, + "value": 316090 + }, + { + "year": 2005, + "value": 507665 + }, + { + "year": 2003, + "value": 497844 + }, + { + "year": 1992, + "value": 415346 + } + ] + }, + "Santa ana": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 265517 + }, + { + "year": 2013, + "value": 264091 + }, + { + "year": 2007, + "value": 204340 + }, + { + "year": 2007, + "value": 245421 + }, + { + "year": 2005, + "value": 270339 + }, + { + "year": 2003, + "value": 261568 + }, + { + "year": 1992, + "value": 210970 + }, + { + "year": 1992, + "value": 350363 + } + ] + }, + "Soyapango": { + "country": "El Salvador", + "population": [ + { + "year": 2014, + "value": 275867 + }, + { + "year": 2013, + "value": 275137 + }, + { + "year": 2007, + "value": 241403 + }, + { + "year": 2005, + "value": 294604 + }, + { + "year": 2003, + "value": 290412 + }, + { + "year": 1992, + "value": 261122 + } + ] + }, + "Cuscatancingo": { + "country": "El Salvador", + "population": [ + { + "year": 2007, + "value": 66400 + }, + { + "year": 2005, + "value": 111011 + }, + { + "year": 2003, + "value": 104640 + }, + { + "year": 1992, + "value": 57485 + }, + { + "year": 1992, + "value": 92624 + } + ] + }, + "San martin": { + "country": "El Salvador", + "population": [ + { + "year": 2007, + "value": 66004 + }, + { + "year": 2007, + "value": 72758 + }, + { + "year": 2005, + "value": 134152 + }, + { + "year": 2003, + "value": 123663 + }, + { + "year": 1992, + "value": 56530 + }, + { + "year": 1992, + "value": 87703 + } + ] + }, + "Sonsonate": { + "country": "El Salvador", + "population": [ + { + "year": 2007, + "value": 49129 + }, + { + "year": 2007, + "value": 71541 + }, + { + "year": 2005, + "value": 108118 + }, + { + "year": 2003, + "value": 103490 + }, + { + "year": 1992, + "value": 77773 + }, + { + "year": 1992, + "value": 124603 + } + ] + }, + "Malabo": { + "country": "Equatorial Guinea", + "population": [ + { + "year": 1983, + "value": 30418 + } + ] + }, + "Asmara": { + "country": "Eritrea", + "population": [ + { + "year": 1984, + "value": 281110 + } + ] + }, + "Tallinn": { + "country": "Estonia", + "population": [ + { + "year": 2012, + "value": 407946 + }, + { + "year": 2011, + "value": 393222 + }, + { + "year": 2011, + "value": 400682 + }, + { + "year": 2010, + "value": 399816 + }, + { + "year": 2009, + "value": 398967 + }, + { + "year": 2008, + "value": 398105 + }, + { + "year": 2007, + "value": 397235 + }, + { + "year": 2006, + "value": 396523 + }, + { + "year": 2006, + "value": 396193 + }, + { + "year": 2003, + "value": 396762 + }, + { + "year": 2002, + "value": 397792 + } + ] + }, + "Tartu": { + "country": "Estonia", + "population": [ + { + "year": 2011, + "value": 103924 + }, + { + "year": 2010, + "value": 103512 + }, + { + "year": 2009, + "value": 103051 + }, + { + "year": 2008, + "value": 102615 + }, + { + "year": 2007, + "value": 102190 + }, + { + "year": 2006, + "value": 101853 + }, + { + "year": 2006, + "value": 101740 + }, + { + "year": 2003, + "value": 101244 + }, + { + "year": 2002, + "value": 101165 + } + ] + }, + "Thorshavn": { + "country": "Faeroe Islands", + "population": [ + { + "year": 2008, + "value": 17624 + }, + { + "year": 2008, + "value": 19540 + }, + { + "year": 1992, + "value": 14671 + }, + { + "year": 1992, + "value": 16218 + } + ] + }, + "Stanley": { + "country": "Falkland Islands (Malvinas)", + "population": [ + { + "year": 2006, + "value": 2115 + }, + { + "year": 2001, + "value": 1989 + } + ] + }, + "Suva": { + "country": "Fiji", + "population": [ + { + "year": 2007, + "value": 74481 + }, + { + "year": 1996, + "value": 77366 + }, + { + "year": 1996, + "value": 167975 + } + ] + }, + "Espoo": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 254631 + }, + { + "year": 2011, + "value": 250204 + }, + { + "year": 2010, + "value": 247970 + }, + { + "year": 2010, + "value": 246150 + }, + { + "year": 2009, + "value": 242947 + }, + { + "year": 2008, + "value": 239806 + }, + { + "year": 2007, + "value": 236533 + }, + { + "year": 2006, + "value": 233361 + }, + { + "year": 2005, + "value": 229588 + }, + { + "year": 2004, + "value": 225851 + }, + { + "year": 2003, + "value": 222914 + } + ] + }, + "Helsinki": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 599676 + }, + { + "year": 2011, + "value": 591966 + }, + { + "year": 2010, + "value": 588549 + }, + { + "year": 2010, + "value": 585949 + }, + { + "year": 2009, + "value": 579991 + }, + { + "year": 2008, + "value": 573604 + }, + { + "year": 2007, + "value": 566526 + }, + { + "year": 2006, + "value": 562713 + }, + { + "year": 2005, + "value": 559976 + }, + { + "year": 2004, + "value": 559188 + }, + { + "year": 2003, + "value": 559523 + } + ] + }, + "Jyvaskyla": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 132772 + }, + { + "year": 2011, + "value": 131439 + }, + { + "year": 2010, + "value": 130816 + }, + { + "year": 2010, + "value": 130219 + }, + { + "year": 2009, + "value": 128825 + }, + { + "year": 2008, + "value": 127287 + }, + { + "year": 2006, + "value": 84586 + }, + { + "year": 2004, + "value": 82995 + } + ] + }, + "Kuopio": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 104534 + } + ] + }, + "Lahti": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 102662 + }, + { + "year": 2011, + "value": 101948 + }, + { + "year": 2010, + "value": 101588 + }, + { + "year": 2010, + "value": 101221 + }, + { + "year": 2009, + "value": 100467 + }, + { + "year": 2008, + "value": 99694 + }, + { + "year": 2006, + "value": 98589 + }, + { + "year": 2004, + "value": 98267 + } + ] + }, + "Oulu": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 189480 + }, + { + "year": 2011, + "value": 142790 + }, + { + "year": 2010, + "value": 141671 + }, + { + "year": 2010, + "value": 140402 + }, + { + "year": 2009, + "value": 138097 + }, + { + "year": 2008, + "value": 136058 + }, + { + "year": 2007, + "value": 130881 + }, + { + "year": 2006, + "value": 129570 + }, + { + "year": 2005, + "value": 128094 + }, + { + "year": 2004, + "value": 126577 + }, + { + "year": 2003, + "value": 125258 + } + ] + }, + "Tampere": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 216294 + }, + { + "year": 2011, + "value": 214192 + }, + { + "year": 2010, + "value": 213217 + }, + { + "year": 2010, + "value": 212362 + }, + { + "year": 2009, + "value": 210529 + }, + { + "year": 2008, + "value": 208709 + }, + { + "year": 2007, + "value": 207117 + }, + { + "year": 2006, + "value": 205352 + }, + { + "year": 2005, + "value": 203635 + }, + { + "year": 2004, + "value": 201949 + }, + { + "year": 2003, + "value": 200395 + } + ] + }, + "Turku": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 179427 + }, + { + "year": 2011, + "value": 177978 + }, + { + "year": 2010, + "value": 177326 + }, + { + "year": 2010, + "value": 176706 + }, + { + "year": 2009, + "value": 175834 + }, + { + "year": 2008, + "value": 175434 + }, + { + "year": 2007, + "value": 175320 + }, + { + "year": 2006, + "value": 175111 + }, + { + "year": 2005, + "value": 174846 + }, + { + "year": 2004, + "value": 174941 + }, + { + "year": 2003, + "value": 174839 + } + ] + }, + "Vantaa": { + "country": "Finland", + "population": [ + { + "year": 2012, + "value": 204156 + }, + { + "year": 2011, + "value": 201528 + }, + { + "year": 2010, + "value": 200055 + }, + { + "year": 2010, + "value": 198845 + }, + { + "year": 2009, + "value": 196516 + }, + { + "year": 2008, + "value": 193949 + }, + { + "year": 2007, + "value": 191116 + }, + { + "year": 2006, + "value": 188496 + }, + { + "year": 2005, + "value": 186355 + }, + { + "year": 2004, + "value": 184734 + }, + { + "year": 2003, + "value": 182965 + } + ] + }, + "Aix-en-provence": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 141438 + }, + { + "year": 2009, + "value": 141895 + }, + { + "year": 2008, + "value": 142743 + }, + { + "year": 1999, + "value": 134324 + } + ] + }, + "Amiens": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 133448 + }, + { + "year": 2010, + "value": 162717 + }, + { + "year": 2009, + "value": 133998 + }, + { + "year": 2008, + "value": 134381 + }, + { + "year": 1999, + "value": 135449 + }, + { + "year": 1999, + "value": 160767 + } + ] + }, + "Angers": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 147571 + }, + { + "year": 2010, + "value": 215887 + }, + { + "year": 2009, + "value": 147305 + }, + { + "year": 2008, + "value": 148405 + }, + { + "year": 1999, + "value": 151322 + }, + { + "year": 1999, + "value": 226912 + } + ] + }, + "Argenteuil": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 103124 + }, + { + "year": 2009, + "value": 102844 + }, + { + "year": 2008, + "value": 103250 + } + ] + }, + "Besan\u00e7on": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 116913 + }, + { + "year": 2010, + "value": 135049 + }, + { + "year": 2009, + "value": 117392 + }, + { + "year": 2008, + "value": 117599 + }, + { + "year": 1999, + "value": 117691 + }, + { + "year": 1999, + "value": 134335 + } + ] + }, + "Bordeaux": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 239156 + }, + { + "year": 2010, + "value": 843425 + }, + { + "year": 2009, + "value": 236725 + }, + { + "year": 2008, + "value": 235891 + }, + { + "year": 1999, + "value": 215374 + }, + { + "year": 1999, + "value": 754017 + } + ] + }, + "Boulogne-billancourt": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 114204 + }, + { + "year": 2009, + "value": 113085 + }, + { + "year": 2008, + "value": 112233 + }, + { + "year": 1999, + "value": 106316 + } + ] + }, + "Caen": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 108954 + }, + { + "year": 2010, + "value": 196743 + }, + { + "year": 2009, + "value": 109312 + }, + { + "year": 2008, + "value": 109899 + }, + { + "year": 1999, + "value": 114007 + }, + { + "year": 1999, + "value": 199381 + } + ] + }, + "Clermont-ferrand": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 139859 + }, + { + "year": 2010, + "value": 260680 + }, + { + "year": 2009, + "value": 138588 + }, + { + "year": 2008, + "value": 139006 + }, + { + "year": 1999, + "value": 137154 + }, + { + "year": 1999, + "value": 258542 + } + ] + }, + "Dijon": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 151211 + }, + { + "year": 2010, + "value": 237116 + }, + { + "year": 2009, + "value": 152110 + }, + { + "year": 2008, + "value": 151576 + }, + { + "year": 1999, + "value": 150138 + }, + { + "year": 1999, + "value": 237203 + } + ] + }, + "Grenoble": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 155636 + }, + { + "year": 2010, + "value": 496951 + }, + { + "year": 2009, + "value": 155632 + }, + { + "year": 2008, + "value": 156659 + }, + { + "year": 1999, + "value": 153426 + }, + { + "year": 1999, + "value": 419468 + } + ] + }, + "Le havre": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 175497 + }, + { + "year": 2010, + "value": 241036 + }, + { + "year": 2009, + "value": 177259 + }, + { + "year": 2008, + "value": 178769 + }, + { + "year": 1999, + "value": 190924 + }, + { + "year": 1999, + "value": 248560 + } + ] + }, + "Le mans": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 142626 + }, + { + "year": 2010, + "value": 207658 + }, + { + "year": 2009, + "value": 142281 + }, + { + "year": 2008, + "value": 143547 + }, + { + "year": 1999, + "value": 146064 + }, + { + "year": 1999, + "value": 194757 + } + ] + }, + "Lille": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 227559 + }, + { + "year": 2010, + "value": 1018355 + }, + { + "year": 2009, + "value": 226827 + }, + { + "year": 2008, + "value": 225784 + }, + { + "year": 1999, + "value": 184647 + }, + { + "year": 1999, + "value": 1000714 + } + ] + }, + "Limoges": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 139150 + }, + { + "year": 2010, + "value": 186499 + }, + { + "year": 2009, + "value": 139216 + }, + { + "year": 2008, + "value": 140138 + }, + { + "year": 1999, + "value": 133924 + }, + { + "year": 1999, + "value": 173243 + } + ] + }, + "Lyon": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 484343 + }, + { + "year": 2010, + "value": 1551108 + }, + { + "year": 2009, + "value": 479803 + }, + { + "year": 2008, + "value": 474946 + }, + { + "year": 1999, + "value": 445274 + }, + { + "year": 1999, + "value": 1348422 + } + ] + }, + "Marseille": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 850725 + }, + { + "year": 2010, + "value": 1559789 + }, + { + "year": 2009, + "value": 850602 + }, + { + "year": 2008, + "value": 851420 + }, + { + "year": 1999, + "value": 797491 + }, + { + "year": 1999, + "value": 1349584 + } + ] + }, + "Metz": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 120738 + }, + { + "year": 2010, + "value": 288939 + }, + { + "year": 2009, + "value": 121841 + }, + { + "year": 2008, + "value": 122838 + }, + { + "year": 1999, + "value": 123704 + }, + { + "year": 1999, + "value": 322448 + } + ] + }, + "Montpellier": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 257351 + }, + { + "year": 2010, + "value": 390962 + }, + { + "year": 2009, + "value": 255080 + }, + { + "year": 2008, + "value": 252998 + }, + { + "year": 1999, + "value": 225511 + }, + { + "year": 1999, + "value": 288059 + } + ] + }, + "Montreuil": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 102769 + }, + { + "year": 2009, + "value": 103192 + }, + { + "year": 2008, + "value": 102176 + } + ] + }, + "Mulhouse": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 109588 + }, + { + "year": 2010, + "value": 242352 + }, + { + "year": 2009, + "value": 111156 + }, + { + "year": 2008, + "value": 111860 + }, + { + "year": 1999, + "value": 110141 + }, + { + "year": 1999, + "value": 234188 + } + ] + }, + "Nancy": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 105421 + }, + { + "year": 2010, + "value": 286215 + }, + { + "year": 2009, + "value": 106318 + }, + { + "year": 2008, + "value": 106361 + }, + { + "year": 1999, + "value": 103552 + }, + { + "year": 1999, + "value": 331249 + } + ] + }, + "Nantes": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 284970 + }, + { + "year": 2010, + "value": 591460 + }, + { + "year": 2009, + "value": 282047 + }, + { + "year": 2008, + "value": 283288 + }, + { + "year": 1999, + "value": 270343 + }, + { + "year": 1999, + "value": 545063 + } + ] + }, + "Nice": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 343304 + }, + { + "year": 2010, + "value": 941776 + }, + { + "year": 2009, + "value": 340735 + }, + { + "year": 2008, + "value": 344875 + }, + { + "year": 1999, + "value": 343123 + }, + { + "year": 1999, + "value": 889265 + } + ] + }, + "N\u00eemes": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 142205 + }, + { + "year": 2010, + "value": 175503 + }, + { + "year": 2009, + "value": 140747 + }, + { + "year": 2008, + "value": 140267 + }, + { + "year": 1999, + "value": 133406 + }, + { + "year": 1999, + "value": 148866 + } + ] + }, + "Orl\u00e9ans": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 114166 + }, + { + "year": 2010, + "value": 269723 + }, + { + "year": 2009, + "value": 113224 + }, + { + "year": 2008, + "value": 113257 + }, + { + "year": 1999, + "value": 113089 + }, + { + "year": 1999, + "value": 263252 + } + ] + }, + "Paris": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 2243833 + }, + { + "year": 2010, + "value": 10460117 + }, + { + "year": 2009, + "value": 2234105 + }, + { + "year": 2008, + "value": 2211297 + }, + { + "year": 1999, + "value": 2125851 + }, + { + "year": 1999, + "value": 9643880 + } + ] + }, + "Perpignan": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 117418 + }, + { + "year": 2010, + "value": 190667 + }, + { + "year": 2009, + "value": 117905 + }, + { + "year": 2008, + "value": 116676 + }, + { + "year": 1999, + "value": 105096 + }, + { + "year": 1999, + "value": 162653 + } + ] + }, + "Reims": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 179991 + }, + { + "year": 2010, + "value": 208638 + }, + { + "year": 2009, + "value": 180842 + }, + { + "year": 2008, + "value": 181468 + }, + { + "year": 1999, + "value": 187181 + }, + { + "year": 1999, + "value": 215556 + } + ] + }, + "Rennes": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 207177 + }, + { + "year": 2010, + "value": 310672 + }, + { + "year": 2009, + "value": 206604 + }, + { + "year": 2008, + "value": 206655 + }, + { + "year": 1999, + "value": 206194 + }, + { + "year": 1999, + "value": 272182 + } + ] + }, + "Rouen": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 110933 + }, + { + "year": 2010, + "value": 463747 + }, + { + "year": 2009, + "value": 110688 + }, + { + "year": 2008, + "value": 109425 + }, + { + "year": 1999, + "value": 106560 + }, + { + "year": 1999, + "value": 389929 + } + ] + }, + "Saint-denis": { + "country": "R\u00e9union", + "population": [ + { + "year": 2010, + "value": 145022 + }, + { + "year": 2010, + "value": 174973 + }, + { + "year": 2006, + "value": 138314 + }, + { + "year": 2002, + "value": 134042 + } + ] + }, + "Saint-\u00e9tienne": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 171259 + }, + { + "year": 2010, + "value": 371281 + }, + { + "year": 2009, + "value": 171961 + }, + { + "year": 2008, + "value": 172696 + }, + { + "year": 1999, + "value": 180438 + }, + { + "year": 1999, + "value": 292166 + } + ] + }, + "Strasbourg": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 271781 + }, + { + "year": 2010, + "value": 449930 + }, + { + "year": 2009, + "value": 271708 + }, + { + "year": 2008, + "value": 272116 + }, + { + "year": 1999, + "value": 263941 + }, + { + "year": 1999, + "value": 427184 + } + ] + }, + "Toulon": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 164531 + }, + { + "year": 2010, + "value": 557801 + }, + { + "year": 2009, + "value": 165514 + }, + { + "year": 2008, + "value": 166733 + }, + { + "year": 1999, + "value": 160712 + }, + { + "year": 1999, + "value": 519561 + } + ] + }, + "Toulouse": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 441801 + }, + { + "year": 2010, + "value": 879683 + }, + { + "year": 2009, + "value": 440204 + }, + { + "year": 2008, + "value": 439553 + }, + { + "year": 1999, + "value": 390301 + }, + { + "year": 1999, + "value": 761107 + } + ] + }, + "Tours": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 134816 + }, + { + "year": 2010, + "value": 346105 + }, + { + "year": 2009, + "value": 135218 + }, + { + "year": 2008, + "value": 135480 + }, + { + "year": 1999, + "value": 132677 + }, + { + "year": 1999, + "value": 297439 + } + ] + }, + "Villeurbanne": { + "country": "France", + "population": [ + { + "year": 2010, + "value": 145149 + }, + { + "year": 2009, + "value": 144751 + }, + { + "year": 2008, + "value": 141106 + }, + { + "year": 1999, + "value": 124152 + } + ] + }, + "Saint-denis (la r\u00e9union)": { + "country": "France", + "population": [ + { + "year": 2009, + "value": 145209 + }, + { + "year": 2008, + "value": 144238 + }, + { + "year": 1999, + "value": 131649 + } + ] + }, + "Saint-paul (la r\u00e9union)": { + "country": "France", + "population": [ + { + "year": 2009, + "value": 103498 + }, + { + "year": 2008, + "value": 103008 + } + ] + }, + "Cayenne": { + "country": "French Guiana", + "population": [ + { + "year": 2006, + "value": 58004 + }, + { + "year": 2006, + "value": 75740 + }, + { + "year": 1999, + "value": 50395 + }, + { + "year": 1999, + "value": 65933 + } + ] + }, + "Papeete": { + "country": "French Polynesia", + "population": [ + { + "year": 2012, + "value": 25763 + }, + { + "year": 2007, + "value": 26050 + }, + { + "year": 2002, + "value": 26181 + }, + { + "year": 2002, + "value": 124864 + } + ] + }, + "Libreville": { + "country": "Gabon", + "population": [ + { + "year": 1993, + "value": 362386 + }, + { + "year": 1993, + "value": 418616 + } + ] + }, + "Banju": { + "country": "Gambia", + "population": [ + { + "year": 1993, + "value": 42326 + } + ] + }, + "Batumi": { + "country": "Georgia", + "population": [ + { + "year": 2011, + "value": 125800 + }, + { + "year": 2010, + "value": 123900 + }, + { + "year": 2008, + "value": 122300 + }, + { + "year": 2007, + "value": 122200 + }, + { + "year": 2003, + "value": 120200 + }, + { + "year": 2002, + "value": 121806 + } + ] + }, + "Kutaisi": { + "country": "Georgia", + "population": [ + { + "year": 2011, + "value": 196800 + }, + { + "year": 2010, + "value": 193600 + }, + { + "year": 2008, + "value": 188600 + }, + { + "year": 2007, + "value": 189100 + }, + { + "year": 2003, + "value": 183800 + }, + { + "year": 2002, + "value": 185965 + } + ] + }, + "Rustavi": { + "country": "Georgia", + "population": [ + { + "year": 2011, + "value": 122500 + }, + { + "year": 2010, + "value": 12100 + }, + { + "year": 2008, + "value": 117300 + }, + { + "year": 2007, + "value": 117600 + }, + { + "year": 2003, + "value": 115000 + }, + { + "year": 2002, + "value": 116384 + } + ] + }, + "Tbilisi": { + "country": "Georgia", + "population": [ + { + "year": 2011, + "value": 1172700 + }, + { + "year": 2010, + "value": 1157500 + }, + { + "year": 2008, + "value": 1106700 + }, + { + "year": 2007, + "value": 1108600 + }, + { + "year": 2003, + "value": 1059600 + }, + { + "year": 2002, + "value": 1081679 + } + ] + }, + "Aachen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 240086 + }, + { + "year": 2012, + "value": 260454 + }, + { + "year": 2011, + "value": 236420 + }, + { + "year": 2011, + "value": 258664 + }, + { + "year": 1999, + "value": 243825 + } + ] + }, + "Augsburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 272699 + }, + { + "year": 2012, + "value": 266647 + }, + { + "year": 2011, + "value": 267767 + }, + { + "year": 2011, + "value": 264708 + }, + { + "year": 1999, + "value": 254867 + } + ] + }, + "Bergisch gladbach": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 109138 + }, + { + "year": 2012, + "value": 105836 + }, + { + "year": 2011, + "value": 108878 + }, + { + "year": 2011, + "value": 105723 + }, + { + "year": 1999, + "value": 106150 + } + ] + }, + "Berlin": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 3375222 + }, + { + "year": 2012, + "value": 3501872 + }, + { + "year": 2011, + "value": 3292365 + }, + { + "year": 2011, + "value": 3460725 + }, + { + "year": 1999, + "value": 3386667 + } + ] + }, + "Bielefeld": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 328314 + }, + { + "year": 2012, + "value": 323395 + }, + { + "year": 2011, + "value": 326870 + }, + { + "year": 2011, + "value": 323270 + }, + { + "year": 1999, + "value": 321125 + } + ] + }, + "Bochum": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 362213 + }, + { + "year": 2012, + "value": 373976 + }, + { + "year": 2011, + "value": 362286 + }, + { + "year": 2011, + "value": 374737 + }, + { + "year": 1999, + "value": 392830 + } + ] + }, + "Bonn": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 309869 + }, + { + "year": 2012, + "value": 327913 + }, + { + "year": 2011, + "value": 305765 + }, + { + "year": 2011, + "value": 324899 + }, + { + "year": 1999, + "value": 301048 + } + ] + }, + "Bottrop": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 116498 + }, + { + "year": 2012, + "value": 116361 + }, + { + "year": 2011, + "value": 117311 + }, + { + "year": 2011, + "value": 116771 + }, + { + "year": 1999, + "value": 121097 + } + ] + }, + "Braunschweig": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 245798 + }, + { + "year": 2012, + "value": 250556 + }, + { + "year": 2011, + "value": 242537 + }, + { + "year": 2011, + "value": 248867 + }, + { + "year": 1999, + "value": 246322 + } + ] + }, + "Bremen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 546451 + }, + { + "year": 2012, + "value": 548319 + }, + { + "year": 2011, + "value": 650863 + }, + { + "year": 2011, + "value": 547340 + }, + { + "year": 1999, + "value": 540330 + } + ] + }, + "Bremerhaven": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 108323 + }, + { + "year": 2012, + "value": 112982 + }, + { + "year": 2011, + "value": 108156 + }, + { + "year": 2011, + "value": 113366 + }, + { + "year": 1999, + "value": 122735 + } + ] + }, + "Chemnitz": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 241210 + }, + { + "year": 2012, + "value": 243173 + }, + { + "year": 2011, + "value": 240253 + }, + { + "year": 2011, + "value": 243248 + }, + { + "year": 1999, + "value": 263222 + } + ] + }, + "Darmstadt": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 147925 + }, + { + "year": 2012, + "value": 149052 + }, + { + "year": 2011, + "value": 143499 + }, + { + "year": 2011, + "value": 144402 + }, + { + "year": 1999, + "value": 137776 + } + ] + }, + "Dortmund": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 572087 + }, + { + "year": 2012, + "value": 580956 + }, + { + "year": 2011, + "value": 571143 + }, + { + "year": 2011, + "value": 580444 + }, + { + "year": 1999, + "value": 590213 + } + ] + }, + "Dresden": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 525105 + }, + { + "year": 2012, + "value": 529781 + }, + { + "year": 2011, + "value": 512354 + }, + { + "year": 2011, + "value": 523058 + }, + { + "year": 1999, + "value": 476668 + } + ] + }, + "Duisburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 486816 + }, + { + "year": 2012, + "value": 488005 + }, + { + "year": 2011, + "value": 488468 + }, + { + "year": 2011, + "value": 489559 + }, + { + "year": 1999, + "value": 519793 + } + ] + }, + "D\u00fcsseldorf": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 593682 + }, + { + "year": 2012, + "value": 592393 + }, + { + "year": 2011, + "value": 586291 + }, + { + "year": 2011, + "value": 588735 + }, + { + "year": 1999, + "value": 568855 + } + ] + }, + "Erfurt": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 203485 + }, + { + "year": 2012, + "value": 206384 + }, + { + "year": 2011, + "value": 200868 + }, + { + "year": 2011, + "value": 204994 + }, + { + "year": 1999, + "value": 201267 + } + ] + }, + "Erlangen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 105412 + }, + { + "year": 2012, + "value": 106326 + }, + { + "year": 2011, + "value": 103720 + }, + { + "year": 2011, + "value": 105629 + }, + { + "year": 1999, + "value": 100750 + } + ] + }, + "Essen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 566862 + }, + { + "year": 2012, + "value": 573468 + }, + { + "year": 2011, + "value": 566201 + }, + { + "year": 2011, + "value": 574635 + }, + { + "year": 1999, + "value": 599515 + } + ] + }, + "Frankfurt am main": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 687775 + }, + { + "year": 2012, + "value": 691518 + }, + { + "year": 2011, + "value": 667925 + }, + { + "year": 2011, + "value": 679664 + }, + { + "year": 1999, + "value": 643821 + } + ] + }, + "Freiburg im breisgau": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 218043 + }, + { + "year": 2012, + "value": 229144 + }, + { + "year": 2011, + "value": 209629 + }, + { + "year": 2011, + "value": 224191 + }, + { + "year": 1999, + "value": 202455 + } + ] + }, + "F\u00fcrth": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 118358 + }, + { + "year": 2012, + "value": 116317 + }, + { + "year": 2011, + "value": 115613 + }, + { + "year": 2011, + "value": 114628 + }, + { + "year": 1999, + "value": 109771 + } + ] + }, + "Gelsenkirchen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 257607 + }, + { + "year": 2012, + "value": 256652 + }, + { + "year": 2011, + "value": 258766 + }, + { + "year": 2011, + "value": 257981 + }, + { + "year": 1999, + "value": 281979 + } + ] + }, + "G\u00f6ttingen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 116650 + }, + { + "year": 2012, + "value": 121364 + }, + { + "year": 2011, + "value": 115843 + }, + { + "year": 2011, + "value": 121060 + }, + { + "year": 1999, + "value": 124775 + } + ] + }, + "Hagen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 186243 + }, + { + "year": 2012, + "value": 187447 + }, + { + "year": 2011, + "value": 187944 + }, + { + "year": 2011, + "value": 188529 + }, + { + "year": 1999, + "value": 205201 + } + ] + }, + "Halle": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 231440 + }, + { + "year": 2012, + "value": 233705 + }, + { + "year": 2011, + "value": 229153 + }, + { + "year": 2011, + "value": 232963 + }, + { + "year": 1999, + "value": 254360 + } + ] + }, + "Hamburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 1734272 + }, + { + "year": 2012, + "value": 1798836 + }, + { + "year": 2011, + "value": 1706696 + }, + { + "year": 2011, + "value": 1786448 + }, + { + "year": 1999, + "value": 1704735 + } + ] + }, + "Hamm": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 176440 + }, + { + "year": 2012, + "value": 182112 + }, + { + "year": 2011, + "value": 176037 + }, + { + "year": 2011, + "value": 181783 + }, + { + "year": 1999, + "value": 181804 + } + ] + }, + "Hannover": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 514137 + }, + { + "year": 2012, + "value": 525875 + }, + { + "year": 2011, + "value": 506416 + }, + { + "year": 2011, + "value": 522686 + }, + { + "year": 1999, + "value": 514718 + } + ] + }, + "Heidelberg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 150335 + }, + { + "year": 2012, + "value": 149633 + }, + { + "year": 2011, + "value": 146751 + }, + { + "year": 2011, + "value": 147312 + }, + { + "year": 1999, + "value": 139672 + } + ] + }, + "Heilbronn": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 117531 + }, + { + "year": 2012, + "value": 124257 + }, + { + "year": 2011, + "value": 116059 + }, + { + "year": 2011, + "value": 122879 + }, + { + "year": 1999, + "value": 119526 + } + ] + }, + "Herne": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 154563 + }, + { + "year": 2012, + "value": 164244 + }, + { + "year": 2011, + "value": 155160 + }, + { + "year": 2011, + "value": 164762 + }, + { + "year": 1999, + "value": 175661 + } + ] + }, + "Ingolstadt": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 127886 + }, + { + "year": 2012, + "value": 126732 + }, + { + "year": 2011, + "value": 124927 + }, + { + "year": 2011, + "value": 125088 + }, + { + "year": 1999, + "value": 114826 + } + ] + }, + "Jena": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 106915 + }, + { + "year": 2012, + "value": 105463 + }, + { + "year": 2011, + "value": 105739 + }, + { + "year": 2011, + "value": 105129 + } + ] + }, + "Karlsruhe": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 296033 + }, + { + "year": 2012, + "value": 297488 + }, + { + "year": 2011, + "value": 289173 + }, + { + "year": 2011, + "value": 294761 + }, + { + "year": 1999, + "value": 277204 + } + ] + }, + "Kassel": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 192874 + }, + { + "year": 2012, + "value": 196496 + }, + { + "year": 2011, + "value": 190765 + }, + { + "year": 2011, + "value": 195530 + }, + { + "year": 1999, + "value": 196211 + } + ] + }, + "Kiel": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 239866 + }, + { + "year": 2012, + "value": 242041 + }, + { + "year": 2011, + "value": 235782 + }, + { + "year": 2011, + "value": 239526 + }, + { + "year": 1999, + "value": 233795 + } + ] + }, + "Koblenz": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 109779 + }, + { + "year": 2012, + "value": 106677 + }, + { + "year": 2011, + "value": 107825 + }, + { + "year": 2011, + "value": 106417 + }, + { + "year": 1999, + "value": 108003 + } + ] + }, + "K\u00f6ln": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 1024373 + }, + { + "year": 2012, + "value": 1017155 + }, + { + "year": 2011, + "value": 1005775 + }, + { + "year": 2011, + "value": 1007119 + }, + { + "year": 1999, + "value": 962507 + } + ] + }, + "Krefeld": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 222026 + }, + { + "year": 2012, + "value": 234396 + }, + { + "year": 2011, + "value": 222247 + }, + { + "year": 2011, + "value": 235076 + }, + { + "year": 1999, + "value": 241769 + } + ] + }, + "Leipzig": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 520838 + }, + { + "year": 2012, + "value": 531809 + }, + { + "year": 2011, + "value": 502979 + }, + { + "year": 2011, + "value": 522883 + }, + { + "year": 1999, + "value": 489532 + } + ] + }, + "Leverkusen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 159926 + }, + { + "year": 2012, + "value": 161195 + }, + { + "year": 2011, + "value": 158984 + }, + { + "year": 2011, + "value": 160772 + }, + { + "year": 1999, + "value": 160841 + } + ] + }, + "L\u00fcbeck": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 211713 + }, + { + "year": 2012, + "value": 210577 + }, + { + "year": 2011, + "value": 210305 + }, + { + "year": 2011, + "value": 210232 + }, + { + "year": 1999, + "value": 213326 + } + ] + }, + "Ludwigshafen am rhein": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 160179 + }, + { + "year": 2012, + "value": 165560 + }, + { + "year": 2011, + "value": 157584 + }, + { + "year": 2011, + "value": 164351 + }, + { + "year": 1999, + "value": 163771 + } + ] + }, + "Magdeburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 229924 + }, + { + "year": 2012, + "value": 232364 + }, + { + "year": 2011, + "value": 228144 + }, + { + "year": 2011, + "value": 231525 + }, + { + "year": 1999, + "value": 235073 + } + ] + }, + "Mainz": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 202756 + }, + { + "year": 2012, + "value": 200957 + }, + { + "year": 2011, + "value": 200344 + }, + { + "year": 2011, + "value": 199237 + }, + { + "year": 1999, + "value": 183134 + } + ] + }, + "Mannheim": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 294627 + }, + { + "year": 2012, + "value": 314931 + }, + { + "year": 2011, + "value": 290117 + }, + { + "year": 2011, + "value": 313174 + }, + { + "year": 1999, + "value": 307730 + } + ] + }, + "Moers": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 103504 + }, + { + "year": 2012, + "value": 105102 + }, + { + "year": 2011, + "value": 104009 + }, + { + "year": 2011, + "value": 105506 + }, + { + "year": 1999, + "value": 106837 + } + ] + }, + "M\u00f6nchengladbach": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 255087 + }, + { + "year": 2012, + "value": 257208 + }, + { + "year": 2011, + "value": 255188 + }, + { + "year": 2011, + "value": 257993 + }, + { + "year": 1999, + "value": 263697 + } + ] + }, + "M\u00fclheim an der ruhr": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 166654 + }, + { + "year": 2012, + "value": 167156 + }, + { + "year": 2011, + "value": 166865 + }, + { + "year": 2011, + "value": 167344 + }, + { + "year": 1999, + "value": 173895 + } + ] + }, + "M\u00fcnchen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 1388308 + }, + { + "year": 2012, + "value": 1378176 + }, + { + "year": 2011, + "value": 1348335 + }, + { + "year": 2011, + "value": 1353186 + }, + { + "year": 1999, + "value": 1194560 + } + ] + }, + "M\u00fcnster (westf.)": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 296599 + }, + { + "year": 2012, + "value": 291754 + }, + { + "year": 2011, + "value": 289576 + }, + { + "year": 2011, + "value": 279803 + }, + { + "year": 1999, + "value": 264670 + } + ] + }, + "Neuss": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 151486 + }, + { + "year": 2012, + "value": 152010 + }, + { + "year": 2011, + "value": 150568 + }, + { + "year": 2011, + "value": 151388 + }, + { + "year": 1999, + "value": 149702 + } + ] + }, + "N\u00fcrnberg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 495121 + }, + { + "year": 2012, + "value": 510602 + }, + { + "year": 2011, + "value": 486314 + }, + { + "year": 2011, + "value": 505664 + }, + { + "year": 1999, + "value": 486628 + } + ] + }, + "Oberhausen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 210005 + }, + { + "year": 2012, + "value": 212568 + }, + { + "year": 2011, + "value": 210215 + }, + { + "year": 2011, + "value": 212945 + }, + { + "year": 1999, + "value": 222349 + } + ] + }, + "Offenbach am main": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 116945 + }, + { + "year": 2012, + "value": 122705 + }, + { + "year": 2011, + "value": 113443 + }, + { + "year": 2011, + "value": 120435 + }, + { + "year": 1999, + "value": 116627 + } + ] + }, + "Oldenburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 158658 + }, + { + "year": 2012, + "value": 162481 + }, + { + "year": 2011, + "value": 157267 + }, + { + "year": 2011, + "value": 162173 + }, + { + "year": 1999, + "value": 154125 + } + ] + }, + "Osnabr\u00fcck": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 155625 + }, + { + "year": 2012, + "value": 165021 + }, + { + "year": 2011, + "value": 153699 + }, + { + "year": 2011, + "value": 164119 + }, + { + "year": 1999, + "value": 164539 + } + ] + }, + "Paderborn": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 143575 + }, + { + "year": 2012, + "value": 147688 + }, + { + "year": 2011, + "value": 142365 + }, + { + "year": 2011, + "value": 146283 + }, + { + "year": 1999, + "value": 137647 + } + ] + }, + "Pforzheim": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 116425 + }, + { + "year": 2012, + "value": 120709 + }, + { + "year": 2011, + "value": 114411 + }, + { + "year": 2011, + "value": 119781 + }, + { + "year": 1999, + "value": 117227 + } + ] + }, + "Potsdam": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 159456 + }, + { + "year": 2012, + "value": 158902 + }, + { + "year": 2011, + "value": 156021 + }, + { + "year": 2011, + "value": 156906 + }, + { + "year": 1999, + "value": 128983 + } + ] + }, + "Recklinghausen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 115385 + }, + { + "year": 2012, + "value": 117672 + }, + { + "year": 2011, + "value": 115958 + }, + { + "year": 2011, + "value": 118365 + }, + { + "year": 1999, + "value": 125022 + } + ] + }, + "Regensburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 138296 + }, + { + "year": 2012, + "value": 136577 + }, + { + "year": 2011, + "value": 135403 + }, + { + "year": 2011, + "value": 135520 + }, + { + "year": 1999, + "value": 125236 + } + ] + }, + "Remscheid": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 109352 + }, + { + "year": 2012, + "value": 109596 + }, + { + "year": 2011, + "value": 110708 + }, + { + "year": 2011, + "value": 110563 + }, + { + "year": 1999, + "value": 120125 + } + ] + }, + "Reutlingen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 110681 + }, + { + "year": 2012, + "value": 112735 + }, + { + "year": 2011, + "value": 109799 + }, + { + "year": 2011, + "value": 112484 + }, + { + "year": 1999, + "value": 110343 + } + ] + }, + "Rostock": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 202887 + }, + { + "year": 2012, + "value": 204260 + }, + { + "year": 2011, + "value": 200266 + }, + { + "year": 2011, + "value": 202735 + }, + { + "year": 1999, + "value": 203279 + } + ] + }, + "Saarbr\u00fccken": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 176996 + }, + { + "year": 2012, + "value": 176135 + }, + { + "year": 2011, + "value": 175853 + }, + { + "year": 2011, + "value": 175741 + }, + { + "year": 1999, + "value": 183836 + } + ] + }, + "Solingen": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 155316 + }, + { + "year": 2012, + "value": 159699 + }, + { + "year": 2011, + "value": 155265 + }, + { + "year": 2011, + "value": 159927 + }, + { + "year": 1999, + "value": 165583 + } + ] + }, + "Stuttgart": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 597939 + }, + { + "year": 2012, + "value": 613392 + }, + { + "year": 2011, + "value": 585890 + }, + { + "year": 2011, + "value": 606588 + }, + { + "year": 1999, + "value": 582443 + } + ] + }, + "Trier": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 106544 + }, + { + "year": 2012, + "value": 105675 + }, + { + "year": 2011, + "value": 105671 + }, + { + "year": 2011, + "value": 105260 + } + ] + }, + "Ulm": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 117977 + }, + { + "year": 2012, + "value": 123672 + }, + { + "year": 2011, + "value": 116761 + }, + { + "year": 2011, + "value": 122801 + }, + { + "year": 1999, + "value": 116103 + } + ] + }, + "Wiesbaden": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 272636 + }, + { + "year": 2012, + "value": 278919 + }, + { + "year": 2011, + "value": 269121 + }, + { + "year": 2011, + "value": 275976 + }, + { + "year": 1999, + "value": 268716 + } + ] + }, + "Wolfsburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 121758 + }, + { + "year": 2012, + "value": 122583 + }, + { + "year": 2011, + "value": 119984 + }, + { + "year": 2011, + "value": 121451 + }, + { + "year": 1999, + "value": 121954 + } + ] + }, + "Wuppertal": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 342885 + }, + { + "year": 2012, + "value": 349470 + }, + { + "year": 2011, + "value": 342661 + }, + { + "year": 2011, + "value": 349721 + }, + { + "year": 1999, + "value": 368993 + } + ] + }, + "W\u00fcrzburg": { + "country": "Germany", + "population": [ + { + "year": 2013, + "value": 124577 + }, + { + "year": 2012, + "value": 133808 + }, + { + "year": 2011, + "value": 124297 + }, + { + "year": 2011, + "value": 133799 + }, + { + "year": 1999, + "value": 127350 + } + ] + }, + "Cottbus": { + "country": "Germany", + "population": [ + { + "year": 2012, + "value": 102129 + }, + { + "year": 2011, + "value": 102091 + }, + { + "year": 1999, + "value": 110894 + } + ] + }, + "Hildesheim": { + "country": "Germany", + "population": [ + { + "year": 2012, + "value": 102584 + }, + { + "year": 2011, + "value": 102794 + }, + { + "year": 1999, + "value": 104013 + } + ] + }, + "Salzgitter": { + "country": "Germany", + "population": [ + { + "year": 2012, + "value": 101750 + }, + { + "year": 2011, + "value": 102394 + }, + { + "year": 1999, + "value": 112934 + } + ] + }, + "Siegen": { + "country": "Germany", + "population": [ + { + "year": 2012, + "value": 103370 + }, + { + "year": 2011, + "value": 103424 + }, + { + "year": 1999, + "value": 109225 + } + ] + }, + "Gera": { + "country": "Germany", + "population": [ + { + "year": 1999, + "value": 114718 + } + ] + }, + "Kaiserslautern": { + "country": "Germany", + "population": [ + { + "year": 1999, + "value": 100025 + } + ] + }, + "Schwerin": { + "country": "Germany", + "population": [ + { + "year": 1999, + "value": 102878 + } + ] + }, + "Witten": { + "country": "Germany", + "population": [ + { + "year": 1999, + "value": 103384 + } + ] + }, + "Zwickau": { + "country": "Germany", + "population": [ + { + "year": 1999, + "value": 104146 + } + ] + }, + "Accra": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 1658937 + } + ] + }, + "Kumasi": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 1170270 + } + ] + }, + "Sekondi": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 114157 + } + ] + }, + "Takoradi": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 175436 + } + ] + }, + "Tamale": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 202317 + } + ] + }, + "Tema": { + "country": "Ghana", + "population": [ + { + "year": 2000, + "value": 141479 + } + ] + }, + "Gibraltar": { + "country": "Gibraltar", + "population": [ + { + "year": 2012, + "value": 30001 + }, + { + "year": 2010, + "value": 29436 + }, + { + "year": 1991, + "value": 28074 + } + ] + }, + "Athinai": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 664046 + }, + { + "year": 2001, + "value": 789166 + } + ] + }, + "Calith\u00e8a": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 100641 + }, + { + "year": 2001, + "value": 115150 + } + ] + }, + "Iraclion": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 140730 + }, + { + "year": 2001, + "value": 135761 + } + ] + }, + "Larissa": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 144651 + }, + { + "year": 2001, + "value": 131095 + } + ] + }, + "Patrai": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 167446 + }, + { + "year": 2001, + "value": 168530 + } + ] + }, + "P\u00e9sterion": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 139981 + }, + { + "year": 2001, + "value": 146743 + } + ] + }, + "Pireas": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 163688 + }, + { + "year": 2001, + "value": 181933 + } + ] + }, + "Thessaloniki": { + "country": "Greece", + "population": [ + { + "year": 2011, + "value": 315196 + }, + { + "year": 2001, + "value": 385406 + } + ] + }, + "Nuuk (godthab)": { + "country": "Greenland", + "population": [ + { + "year": 2013, + "value": 16583 + }, + { + "year": 2012, + "value": 16235 + }, + { + "year": 2010, + "value": 15665 + }, + { + "year": 2010, + "value": 15469 + }, + { + "year": 2010, + "value": 321 + }, + { + "year": 2009, + "value": 15105 + }, + { + "year": 2000, + "value": 13552 + } + ] + }, + "St. george's": { + "country": "Grenada", + "population": [ + { + "year": 1981, + "value": 4788 + } + ] + }, + "Basse-terre": { + "country": "Guadeloupe", + "population": [ + { + "year": 1999, + "value": 12377 + }, + { + "year": 1999, + "value": 44747 + } + ] + }, + "Pointe-\u00e0-pitre": { + "country": "Guadeloupe", + "population": [ + { + "year": 1999, + "value": 171773 + } + ] + }, + "Agana": { + "country": "Guam", + "population": [ + { + "year": 2010, + "value": 1051 + }, + { + "year": 2009, + "value": 1059 + }, + { + "year": 2008, + "value": 1066 + }, + { + "year": 2007, + "value": 1073 + }, + { + "year": 2006, + "value": 1080 + }, + { + "year": 2005, + "value": 1086 + }, + { + "year": 2004, + "value": 1091 + }, + { + "year": 2003, + "value": 1096 + }, + { + "year": 2002, + "value": 1100 + }, + { + "year": 2001, + "value": 1103 + }, + { + "year": 2000, + "value": 1100 + } + ] + }, + "Escuintla": { + "country": "Guatemala", + "population": [ + { + "year": 2001, + "value": 114626 + } + ] + }, + "Cuidad de guatemala": { + "country": "Guatemala", + "population": [ + { + "year": 2001, + "value": 1022001 + } + ] + }, + "Mixco": { + "country": "Guatemala", + "population": [ + { + "year": 2001, + "value": 452134 + } + ] + }, + "Quetzaltenango": { + "country": "Guatemala", + "population": [ + { + "year": 2001, + "value": 152223 + } + ] + }, + "Villa nueva": { + "country": "Guatemala", + "population": [ + { + "year": 2001, + "value": 390329 + } + ] + }, + "St. peter port": { + "country": "Guernsey", + "population": [ + { + "year": 2001, + "value": 16488 + } + ] + }, + "Conakry": { + "country": "Guinea", + "population": [ + { + "year": 1996, + "value": 1091500 + } + ] + }, + "Kankan": { + "country": "Guinea", + "population": [ + { + "year": 1996, + "value": 261341 + } + ] + }, + "Kindia": { + "country": "Guinea", + "population": [ + { + "year": 1996, + "value": 287607 + } + ] + }, + "Lab\u00e9": { + "country": "Guinea", + "population": [ + { + "year": 1996, + "value": 249515 + } + ] + }, + "Nz\u00e9r\u00e9kor\u00e9": { + "country": "Guinea", + "population": [ + { + "year": 1996, + "value": 282772 + } + ] + }, + "Bissau": { + "country": "Guinea-Bissau", + "population": [ + { + "year": 2009, + "value": 387909 + }, + { + "year": 1991, + "value": 197600 + } + ] + }, + "Georgetown": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 198298 + }, + { + "year": 2010, + "value": 198298 + }, + { + "year": 2000, + "value": 181380 + }, + { + "year": 1991, + "value": 219603 + } + ] + }, + "Vatican city": { + "country": "Holy See", + "population": [ + { + "year": 2012, + "value": 451 + }, + { + "year": 2000, + "value": 798 + }, + { + "year": 1988, + "value": 766 + } + ] + }, + "Choloma": { + "country": "Honduras", + "population": [ + { + "year": 2001, + "value": 105899 + } + ] + }, + "La ceiba": { + "country": "Honduras", + "population": [ + { + "year": 2001, + "value": 114277 + } + ] + }, + "San pedro sula": { + "country": "Honduras", + "population": [ + { + "year": 2001, + "value": 437798 + } + ] + }, + "Tegucigalpa": { + "country": "Honduras", + "population": [ + { + "year": 2001, + "value": 765675 + } + ] + }, + "Budapest": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 1731603 + }, + { + "year": 2012, + "value": 2534365 + }, + { + "year": 2011, + "value": 1729040 + }, + { + "year": 2011, + "value": 1736863 + }, + { + "year": 2011, + "value": 805848 + }, + { + "year": 2011, + "value": 2558672 + }, + { + "year": 2010, + "value": 1727620 + }, + { + "year": 2010, + "value": 2540239 + }, + { + "year": 2009, + "value": 1716883 + }, + { + "year": 2009, + "value": 2516218 + }, + { + "year": 2008, + "value": 1707253 + }, + { + "year": 2008, + "value": 2489471 + }, + { + "year": 2007, + "value": 1699212 + }, + { + "year": 2006, + "value": 1697117 + }, + { + "year": 2005, + "value": 1697724 + }, + { + "year": 2004, + "value": 1701326 + }, + { + "year": 2003, + "value": 1712326 + }, + { + "year": 2001, + "value": 1777921 + }, + { + "year": 2001, + "value": 2453315 + } + ] + }, + "Debrecen": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 204704 + }, + { + "year": 2012, + "value": 240187 + }, + { + "year": 2011, + "value": 211320 + }, + { + "year": 2011, + "value": 207805 + }, + { + "year": 2011, + "value": 35907 + }, + { + "year": 2011, + "value": 243224 + }, + { + "year": 2010, + "value": 207643 + }, + { + "year": 2010, + "value": 243085 + }, + { + "year": 2009, + "value": 206747 + }, + { + "year": 2009, + "value": 242032 + }, + { + "year": 2008, + "value": 205654 + }, + { + "year": 2008, + "value": 240640 + }, + { + "year": 2007, + "value": 204604 + }, + { + "year": 2006, + "value": 204103 + }, + { + "year": 2005, + "value": 204190 + }, + { + "year": 2004, + "value": 204509 + }, + { + "year": 2003, + "value": 205302 + }, + { + "year": 2001, + "value": 211034 + }, + { + "year": 2001, + "value": 242884 + } + ] + }, + "Gy\u00f6r": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 128380 + }, + { + "year": 2012, + "value": 186296 + }, + { + "year": 2011, + "value": 129527 + }, + { + "year": 2011, + "value": 131415 + }, + { + "year": 2011, + "value": 57722 + }, + { + "year": 2011, + "value": 190022 + }, + { + "year": 2010, + "value": 130872 + }, + { + "year": 2010, + "value": 189148 + }, + { + "year": 2009, + "value": 130477 + }, + { + "year": 2009, + "value": 188397 + }, + { + "year": 2008, + "value": 129642 + }, + { + "year": 2008, + "value": 186996 + }, + { + "year": 2007, + "value": 128536 + }, + { + "year": 2006, + "value": 128272 + }, + { + "year": 2005, + "value": 127936 + }, + { + "year": 2004, + "value": 128082 + }, + { + "year": 2003, + "value": 128742 + }, + { + "year": 2001, + "value": 129412 + }, + { + "year": 2001, + "value": 181277 + } + ] + }, + "Kecskem\u00e9t": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 111563 + }, + { + "year": 2012, + "value": 143794 + }, + { + "year": 2011, + "value": 111411 + }, + { + "year": 2011, + "value": 113750 + }, + { + "year": 2011, + "value": 32009 + }, + { + "year": 2011, + "value": 146223 + }, + { + "year": 2010, + "value": 112754 + }, + { + "year": 2010, + "value": 145289 + }, + { + "year": 2009, + "value": 111830 + }, + { + "year": 2009, + "value": 144228 + }, + { + "year": 2008, + "value": 110872 + }, + { + "year": 2008, + "value": 143122 + }, + { + "year": 2007, + "value": 110081 + }, + { + "year": 2006, + "value": 109341 + }, + { + "year": 2005, + "value": 108560 + }, + { + "year": 2004, + "value": 107975 + }, + { + "year": 2003, + "value": 107635 + }, + { + "year": 2001, + "value": 107749 + }, + { + "year": 2001, + "value": 138650 + } + ] + }, + "Miskolc": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 163939 + }, + { + "year": 2012, + "value": 202847 + }, + { + "year": 2011, + "value": 167754 + }, + { + "year": 2011, + "value": 167449 + }, + { + "year": 2011, + "value": 39045 + }, + { + "year": 2011, + "value": 206629 + }, + { + "year": 2010, + "value": 168650 + }, + { + "year": 2010, + "value": 208155 + }, + { + "year": 2009, + "value": 169730 + }, + { + "year": 2009, + "value": 209548 + }, + { + "year": 2008, + "value": 170665 + }, + { + "year": 2008, + "value": 210825 + }, + { + "year": 2007, + "value": 171866 + }, + { + "year": 2006, + "value": 173526 + }, + { + "year": 2005, + "value": 175058 + }, + { + "year": 2004, + "value": 176755 + }, + { + "year": 2003, + "value": 179046 + }, + { + "year": 2001, + "value": 184125 + }, + { + "year": 2001, + "value": 224208 + } + ] + }, + "Nyiregyhaza": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 118188 + }, + { + "year": 2012, + "value": 134622 + }, + { + "year": 2011, + "value": 119746 + }, + { + "year": 2011, + "value": 117755 + }, + { + "year": 2011, + "value": 16346 + }, + { + "year": 2011, + "value": 134452 + }, + { + "year": 2010, + "value": 117842 + }, + { + "year": 2010, + "value": 134623 + }, + { + "year": 2009, + "value": 117714 + }, + { + "year": 2009, + "value": 134510 + }, + { + "year": 2008, + "value": 117235 + }, + { + "year": 2008, + "value": 134051 + }, + { + "year": 2007, + "value": 116586 + }, + { + "year": 2006, + "value": 116126 + }, + { + "year": 2005, + "value": 116145 + }, + { + "year": 2004, + "value": 116438 + }, + { + "year": 2003, + "value": 116720 + }, + { + "year": 2001, + "value": 118795 + }, + { + "year": 2001, + "value": 135267 + } + ] + }, + "P\u00e9cs": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 148855 + }, + { + "year": 2012, + "value": 173662 + }, + { + "year": 2011, + "value": 156049 + }, + { + "year": 2011, + "value": 157261 + }, + { + "year": 2011, + "value": 25282 + }, + { + "year": 2011, + "value": 182321 + }, + { + "year": 2010, + "value": 157700 + }, + { + "year": 2010, + "value": 182638 + }, + { + "year": 2009, + "value": 157327 + }, + { + "year": 2009, + "value": 182082 + }, + { + "year": 2008, + "value": 156819 + }, + { + "year": 2008, + "value": 181244 + }, + { + "year": 2007, + "value": 156656 + }, + { + "year": 2006, + "value": 156382 + }, + { + "year": 2005, + "value": 156341 + }, + { + "year": 2004, + "value": 157113 + }, + { + "year": 2003, + "value": 158301 + }, + { + "year": 2001, + "value": 162498 + }, + { + "year": 2001, + "value": 182873 + } + ] + }, + "Szeged": { + "country": "Hungary", + "population": [ + { + "year": 2012, + "value": 162010 + }, + { + "year": 2012, + "value": 199870 + }, + { + "year": 2011, + "value": 168048 + }, + { + "year": 2011, + "value": 170168 + }, + { + "year": 2011, + "value": 38221 + }, + { + "year": 2011, + "value": 208889 + }, + { + "year": 2010, + "value": 169999 + }, + { + "year": 2010, + "value": 208711 + }, + { + "year": 2009, + "value": 169371 + }, + { + "year": 2009, + "value": 208005 + }, + { + "year": 2008, + "value": 168034 + }, + { + "year": 2008, + "value": 206624 + }, + { + "year": 2007, + "value": 165961 + }, + { + "year": 2006, + "value": 164071 + }, + { + "year": 2005, + "value": 163074 + }, + { + "year": 2004, + "value": 162737 + }, + { + "year": 2003, + "value": 162723 + }, + { + "year": 2001, + "value": 168273 + }, + { + "year": 2001, + "value": 205387 + } + ] + }, + "Sz\u00e9kesfeh\u00e9rvar": { + "country": "Hungary", + "population": [ + { + "year": 2011, + "value": 100570 + }, + { + "year": 2011, + "value": 101832 + }, + { + "year": 2011, + "value": 25078 + }, + { + "year": 2011, + "value": 127001 + }, + { + "year": 2010, + "value": 101958 + }, + { + "year": 2010, + "value": 127091 + }, + { + "year": 2009, + "value": 102004 + }, + { + "year": 2009, + "value": 126938 + }, + { + "year": 2008, + "value": 101895 + }, + { + "year": 2008, + "value": 126587 + }, + { + "year": 2007, + "value": 101677 + }, + { + "year": 2006, + "value": 101449 + }, + { + "year": 2005, + "value": 101382 + }, + { + "year": 2004, + "value": 101621 + }, + { + "year": 2003, + "value": 102224 + }, + { + "year": 2001, + "value": 106346 + }, + { + "year": 2001, + "value": 127421 + } + ] + }, + "Reykjavik": { + "country": "Iceland", + "population": [ + { + "year": 2012, + "value": 119289 + }, + { + "year": 2012, + "value": 204634 + }, + { + "year": 2010, + "value": 118488 + }, + { + "year": 2010, + "value": 201350 + }, + { + "year": 2009, + "value": 119021 + }, + { + "year": 2009, + "value": 201598 + }, + { + "year": 2008, + "value": 119900 + }, + { + "year": 2008, + "value": 200969 + }, + { + "year": 2007, + "value": 117598 + }, + { + "year": 2007, + "value": 194460 + }, + { + "year": 2006, + "value": 116091 + }, + { + "year": 2006, + "value": 189867 + }, + { + "year": 2005, + "value": 114365 + }, + { + "year": 2005, + "value": 185669 + }, + { + "year": 2003, + "value": 112960 + }, + { + "year": 2003, + "value": 180823 + } + ] + }, + "Abohar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124339 + } + ] + }, + "Achalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107316 + } + ] + }, + "Adilabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 109529 + }, + { + "year": 2001, + "value": 129403 + } + ] + }, + "Adityapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119233 + } + ] + }, + "Adoni": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 157305 + }, + { + "year": 2001, + "value": 162458 + } + ] + }, + "Agartala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 189998 + } + ] + }, + "Agra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1275134 + }, + { + "year": 2001, + "value": 1331339 + } + ] + }, + "Ahmedabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 3520085 + }, + { + "year": 2001, + "value": 4525013 + } + ] + }, + "Ahmednagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 307615 + }, + { + "year": 2001, + "value": 347549 + } + ] + }, + "Aizawl": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 228280 + } + ] + }, + "Ajmer": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 485575 + }, + { + "year": 2001, + "value": 490520 + } + ] + }, + "Akola": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 400520 + } + ] + }, + "Alandur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 146287 + } + ] + }, + "Alappuzha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 177029 + }, + { + "year": 2001, + "value": 282675 + } + ] + }, + "Aligarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 669087 + } + ] + }, + "Alipurduar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 114035 + } + ] + }, + "Allahabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 975393 + }, + { + "year": 2001, + "value": 1042229 + } + ] + }, + "Alwar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 260593 + }, + { + "year": 2001, + "value": 266203 + } + ] + }, + "Ambala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 139279 + }, + { + "year": 2001, + "value": 168316 + } + ] + }, + "Ambala sadar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 106568 + } + ] + }, + "Ambarnath": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 203804 + } + ] + }, + "Ambattur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 310967 + } + ] + }, + "Amravati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 549510 + } + ] + }, + "Amritsar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 966862 + }, + { + "year": 2001, + "value": 1003917 + } + ] + }, + "Amroha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 165129 + } + ] + }, + "Anand": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 130685 + }, + { + "year": 2001, + "value": 218486 + } + ] + }, + "Anantapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 218808 + }, + { + "year": 2001, + "value": 243143 + } + ] + }, + "Anklesvar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112643 + } + ] + }, + "Arcot": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 126671 + } + ] + }, + "Arrah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 203380 + } + ] + }, + "Asansol": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 475439 + }, + { + "year": 2001, + "value": 1067369 + } + ] + }, + "Ashoknagar kalyangarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 111607 + } + ] + }, + "Aurangabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 873311 + }, + { + "year": 2001, + "value": 892483 + } + ] + }, + "Avadi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 229403 + } + ] + }, + "Bahadurgarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119846 + }, + { + "year": 2001, + "value": 131925 + } + ] + }, + "Baharampur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 160143 + }, + { + "year": 2001, + "value": 170322 + } + ] + }, + "Bahraich": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 168323 + } + ] + }, + "Baidyabati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 108229 + } + ] + }, + "Baleshwar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 106082 + }, + { + "year": 2001, + "value": 156430 + } + ] + }, + "Ballia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101465 + } + ] + }, + "Bally": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 260906 + } + ] + }, + "Balurghat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 135737 + }, + { + "year": 2001, + "value": 143321 + } + ] + }, + "Banda": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 134839 + }, + { + "year": 2001, + "value": 139436 + } + ] + }, + "Bangalore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 4301326 + }, + { + "year": 2001, + "value": 5701446 + } + ] + }, + "Bangaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 102163 + } + ] + }, + "Bankura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 128781 + } + ] + }, + "Bansberia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104412 + } + ] + }, + "Baranagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 250768 + } + ] + }, + "Barasat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 231521 + } + ] + }, + "Barddhaman": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 285602 + } + ] + }, + "Bareilly": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 718395 + }, + { + "year": 2001, + "value": 748353 + } + ] + }, + "Baripada": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100651 + } + ] + }, + "Barrackpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 144391 + } + ] + }, + "Barshi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104785 + } + ] + }, + "Basirhat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113159 + } + ] + }, + "Basti": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107601 + } + ] + }, + "Batala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125677 + }, + { + "year": 2001, + "value": 147872 + } + ] + }, + "Bathinda": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 217256 + } + ] + }, + "Beawar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 123759 + }, + { + "year": 2001, + "value": 125981 + } + ] + }, + "Begusarai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107623 + } + ] + }, + "Belgaum": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 399653 + }, + { + "year": 2001, + "value": 506480 + } + ] + }, + "Bellary": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 316766 + } + ] + }, + "Bettiah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116670 + } + ] + }, + "Bhadravati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 160662 + } + ] + }, + "Bhadreswar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 106071 + } + ] + }, + "Bhagalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 340767 + }, + { + "year": 2001, + "value": 350133 + } + ] + }, + "Bhalswa jahangir pur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 152339 + } + ] + }, + "Bharatpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 204587 + }, + { + "year": 2001, + "value": 205235 + }, + { + "year": 2011, + "value": 147777 + } + ] + }, + "Bharuch": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 148140 + }, + { + "year": 2001, + "value": 176364 + } + ] + }, + "Bhatpara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 442385 + } + ] + }, + "Bhavani": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104646 + } + ] + }, + "Bhavnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 511085 + }, + { + "year": 2001, + "value": 517708 + } + ] + }, + "Bheemavaram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 137409 + }, + { + "year": 2001, + "value": 142064 + } + ] + }, + "Bhilai nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 556366 + } + ] + }, + "Bhilwara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 280128 + } + ] + }, + "Bhind": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153752 + } + ] + }, + "Bhiwandi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 598741 + }, + { + "year": 2001, + "value": 621427 + } + ] + }, + "Bhiwani": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 169531 + } + ] + }, + "Bhopal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1437354 + }, + { + "year": 2001, + "value": 1458416 + } + ] + }, + "Bhubaneswar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 648032 + }, + { + "year": 2001, + "value": 658220 + } + ] + }, + "Bhuj": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 136429 + } + ] + }, + "Bhusawal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 172372 + }, + { + "year": 2001, + "value": 187564 + } + ] + }, + "Bid": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 138196 + } + ] + }, + "Bidar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 172877 + }, + { + "year": 2001, + "value": 174257 + } + ] + }, + "Bidhan nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 164221 + } + ] + }, + "Bihar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 232071 + } + ] + }, + "Bijapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 228175 + }, + { + "year": 2001, + "value": 253891 + } + ] + }, + "Bikaner": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 529690 + } + ] + }, + "Bilaspur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 275694 + }, + { + "year": 2001, + "value": 335293 + } + ] + }, + "Birnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 115127 + } + ] + }, + "Bokaro steel city": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 393805 + }, + { + "year": 2001, + "value": 497780 + } + ] + }, + "Bommanahalli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 201652 + } + ] + }, + "Botad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100194 + } + ] + }, + "Brahmapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 307792 + } + ] + }, + "Budaun": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 148029 + } + ] + }, + "Bulandshahr": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 176425 + } + ] + }, + "Burhanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 193725 + } + ] + }, + "Byatarayanapura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 181744 + } + ] + }, + "Chakdaha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101320 + } + ] + }, + "Champdani": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103246 + } + ] + }, + "Chandan nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 162187 + } + ] + }, + "Chandausi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103749 + } + ] + }, + "Chandigarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 808515 + } + ] + }, + "Chandrapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 289450 + } + ] + }, + "Chapra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 179190 + } + ] + }, + "Chennai (madras)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 4343645 + }, + { + "year": 2001, + "value": 6560242 + } + ] + }, + "Cherthala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 141558 + } + ] + }, + "Chhatarpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 109078 + } + ] + }, + "Chhindwara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 122247 + }, + { + "year": 2001, + "value": 153552 + } + ] + }, + "Chikmagalur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101251 + } + ] + }, + "Chirala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 166294 + } + ] + }, + "Chirkunda": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 106227 + } + ] + }, + "Chitradurga": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 122702 + }, + { + "year": 2001, + "value": 125170 + } + ] + }, + "Chittoor": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 152654 + } + ] + }, + "Churu": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101874 + } + ] + }, + "Coimbatore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 930882 + }, + { + "year": 2001, + "value": 1461139 + } + ] + }, + "Coonoor": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101490 + } + ] + }, + "Cuddalore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 158634 + } + ] + }, + "Cuddapah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 126505 + }, + { + "year": 2001, + "value": 262506 + } + ] + }, + "Cuttack": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 534654 + }, + { + "year": 2001, + "value": 587182 + } + ] + }, + "Dallo pura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 132621 + } + ] + }, + "Damoh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112185 + }, + { + "year": 2001, + "value": 127967 + } + ] + }, + "Darbhanga": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 267348 + } + ] + }, + "Darjiling": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107197 + }, + { + "year": 2001, + "value": 108830 + } + ] + }, + "Dasarahalli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 264940 + } + ] + }, + "Davangere": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 364523 + } + ] + }, + "Dehradun": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 426674 + }, + { + "year": 2001, + "value": 530263 + } + ] + }, + "Dehri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119057 + } + ] + }, + "Delhi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 9879172 + }, + { + "year": 2001, + "value": 12877470 + } + ] + }, + "Delhi cantonment": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124917 + } + ] + }, + "Deoghar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112525 + } + ] + }, + "Deoli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119468 + } + ] + }, + "Deoria": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104227 + } + ] + }, + "Dewas": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 231672 + } + ] + }, + "Dhanbad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 199258 + }, + { + "year": 2001, + "value": 1065327 + } + ] + }, + "Dharmavaram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103357 + } + ] + }, + "Dhule": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 341755 + } + ] + }, + "Dibrugarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 121893 + }, + { + "year": 2001, + "value": 137661 + } + ] + }, + "Dinapur nizamat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 131176 + } + ] + }, + "Dindigul": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 196955 + } + ] + }, + "Dohad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112026 + } + ] + }, + "Dumdum": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101296 + } + ] + }, + "Durg": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 232517 + } + ] + }, + "Durgapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 493405 + } + ] + }, + "Durg-bhilai nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 927864 + } + ] + }, + "Eluru": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 190062 + }, + { + "year": 2001, + "value": 215804 + } + ] + }, + "English bazar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 161456 + }, + { + "year": 2001, + "value": 224415 + } + ] + }, + "Erode": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150541 + }, + { + "year": 2001, + "value": 389906 + } + ] + }, + "Etah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107110 + } + ] + }, + "Etawah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 210453 + } + ] + }, + "Faizabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 144705 + }, + { + "year": 2001, + "value": 208162 + } + ] + }, + "Faridabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1055938 + } + ] + }, + "Farrukhabad-cum-fategarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 228333 + }, + { + "year": 2001, + "value": 242997 + } + ] + }, + "Fatehpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 152078 + } + ] + }, + "Firozabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 279102 + }, + { + "year": 2001, + "value": 432866 + } + ] + }, + "Gadag-betgeri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 154982 + } + ] + }, + "Gajuwaka": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 259180 + } + ] + }, + "Gandhidham": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 151693 + } + ] + }, + "Gandhinagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 195985 + } + ] + }, + "Ganganagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 210713 + }, + { + "year": 2001, + "value": 222858 + } + ] + }, + "Gangawati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101392 + } + ] + }, + "Gaya": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 385432 + }, + { + "year": 2001, + "value": 394945 + } + ] + }, + "Ghatlodiya": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 106684 + } + ] + }, + "Ghaziabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 968256 + } + ] + }, + "Ghazipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103298 + } + ] + }, + "Giridih": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 105634 + } + ] + }, + "Godhra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 121879 + }, + { + "year": 2001, + "value": 131172 + } + ] + }, + "Gonda": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 120301 + } + ] + }, + "Gondiya": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 120902 + } + ] + }, + "Gorakhpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 622701 + } + ] + }, + "Gudivada": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113054 + } + ] + }, + "Gudiyatham": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100115 + } + ] + }, + "Gulbarga": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 422569 + }, + { + "year": 2001, + "value": 430265 + } + ] + }, + "Guna": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 137175 + } + ] + }, + "Guntakul": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 117103 + } + ] + }, + "Guntur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 514461 + } + ] + }, + "Gurgaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 172955 + }, + { + "year": 2001, + "value": 228820 + } + ] + }, + "Guruvayur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 138681 + } + ] + }, + "Guwahati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 809895 + }, + { + "year": 2001, + "value": 818809 + } + ] + }, + "Gwalior": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 827026 + }, + { + "year": 2001, + "value": 865548 + } + ] + }, + "Habra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 127602 + }, + { + "year": 2001, + "value": 239209 + } + ] + }, + "Hajipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119412 + } + ] + }, + "Haldia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 170673 + } + ] + }, + "Haldwani-cum-kathgodam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 129015 + }, + { + "year": 2001, + "value": 158896 + } + ] + }, + "Halisahar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124510 + } + ] + }, + "Hanumangarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 129556 + } + ] + }, + "Haora (howrah)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1007532 + } + ] + }, + "Hapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 211983 + } + ] + }, + "Hardoi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112486 + } + ] + }, + "Hardwar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 175340 + }, + { + "year": 2001, + "value": 220767 + } + ] + }, + "Hassan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116574 + }, + { + "year": 2001, + "value": 133262 + } + ] + }, + "Hathras": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 123244 + }, + { + "year": 2001, + "value": 126355 + } + ] + }, + "Hazaribag": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 127269 + }, + { + "year": 2001, + "value": 135473 + } + ] + }, + "Hindupur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125074 + } + ] + }, + "Hisar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 256689 + }, + { + "year": 2001, + "value": 263186 + } + ] + }, + "Hoshiarpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 149668 + } + ] + }, + "Hospet": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 164240 + } + ] + }, + "Hubli-dharwad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 786195 + } + ] + }, + "Hugli-chinsurah": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 170206 + } + ] + }, + "Hyderabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 3637483 + }, + { + "year": 2001, + "value": 5742036 + }, + { + "year": 1998, + "value": 1166894 + } + ] + }, + "Ichalakaranji": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 257610 + }, + { + "year": 2001, + "value": 285860 + } + ] + }, + "Imphal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 221492 + }, + { + "year": 2001, + "value": 250234 + } + ] + }, + "Indore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1474968 + }, + { + "year": 2001, + "value": 1516918 + } + ] + }, + "Itarsi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107831 + } + ] + }, + "Jabalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 932484 + }, + { + "year": 2001, + "value": 1098000 + } + ] + }, + "Jagadhri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101290 + } + ] + }, + "Jagdalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103123 + } + ] + }, + "Jaipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2322575 + } + ] + }, + "Jalandhar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 706043 + }, + { + "year": 2001, + "value": 714077 + } + ] + }, + "Jalgaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 368618 + } + ] + }, + "Jalna": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 235795 + } + ] + }, + "Jalpaiguri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100348 + } + ] + }, + "Jammu": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 369959 + }, + { + "year": 2001, + "value": 612163 + } + ] + }, + "Jamnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 443518 + }, + { + "year": 2001, + "value": 556956 + } + ] + }, + "Jamshedpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 573096 + }, + { + "year": 2001, + "value": 1104713 + } + ] + }, + "Jamuria": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 129484 + } + ] + }, + "Jaunpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 160055 + } + ] + }, + "Jetpur navagadh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104312 + } + ] + }, + "Jhansi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 383644 + }, + { + "year": 2001, + "value": 460278 + } + ] + }, + "Jhunjhunun": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100485 + } + ] + }, + "Jind": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 135855 + } + ] + }, + "Jodhpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 851051 + }, + { + "year": 2001, + "value": 860818 + } + ] + }, + "Jorhat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 137814 + } + ] + }, + "Junagadh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 168515 + }, + { + "year": 2001, + "value": 252108 + } + ] + }, + "Kaithal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 117285 + } + ] + }, + "Kakinada": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 296329 + }, + { + "year": 2001, + "value": 376861 + } + ] + }, + "Kalol": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100008 + }, + { + "year": 2001, + "value": 112013 + } + ] + }, + "Kalyan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1193512 + } + ] + }, + "Kamarhati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 314507 + } + ] + }, + "Kamptee": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 136491 + } + ] + }, + "Kancheepuram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153140 + }, + { + "year": 2001, + "value": 188733 + } + ] + }, + "Kanchrapara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 126191 + } + ] + }, + "Kanhangad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 65503 + }, + { + "year": 2001, + "value": 129367 + } + ] + }, + "Kannur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 498207 + } + ] + }, + "Kanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2551337 + }, + { + "year": 2001, + "value": 2715555 + } + ] + }, + "Kapra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 159002 + } + ] + }, + "Karaikkudi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125717 + } + ] + }, + "Karawal nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 148624 + } + ] + }, + "Karimnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 205653 + }, + { + "year": 2001, + "value": 218302 + } + ] + }, + "Karnal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 207640 + }, + { + "year": 2001, + "value": 221236 + } + ] + }, + "Karur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153365 + } + ] + }, + "Katihar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 175199 + }, + { + "year": 2001, + "value": 190873 + } + ] + }, + "Khammam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 159544 + }, + { + "year": 2001, + "value": 198620 + } + ] + }, + "Khandwa": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 172242 + } + ] + }, + "Khanna": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103099 + } + ] + }, + "Kharagpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 188761 + }, + { + "year": 2001, + "value": 272865 + } + ] + }, + "Khardaha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116470 + } + ] + }, + "Khargone": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103448 + } + ] + }, + "Kirari suleman nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 154633 + } + ] + }, + "Kishangarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116222 + } + ] + }, + "Koch bihar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103008 + } + ] + }, + "Kochi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 595575 + }, + { + "year": 2001, + "value": 1355972 + }, + { + "year": 2010, + "value": 343393 + }, + { + "year": 2005, + "value": 333484 + }, + { + "year": 2004, + "value": 332880 + }, + { + "year": 2003, + "value": 332568 + }, + { + "year": 2000, + "value": 330654 + } + ] + }, + "Kolar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113907 + } + ] + }, + "Kolhapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 493167 + }, + { + "year": 2001, + "value": 505541 + } + ] + }, + "Kolkata (calcutta)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 4572876 + }, + { + "year": 2001, + "value": 13205697 + } + ] + }, + "Kollam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 361560 + }, + { + "year": 2001, + "value": 380091 + } + ] + }, + "Korba": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 315690 + } + ] + }, + "Kota": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 694316 + }, + { + "year": 2001, + "value": 703150 + } + ] + }, + "Kothagudem": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 105266 + } + ] + }, + "Kottayam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 172878 + } + ] + }, + "Kozhikode": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 436556 + }, + { + "year": 2001, + "value": 880247 + } + ] + }, + "Krishnanagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 139110 + }, + { + "year": 2001, + "value": 148709 + } + ] + }, + "Krishnarajapura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 186210 + } + ] + }, + "Kukatpalle": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 292289 + } + ] + }, + "Kulti": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 289903 + } + ] + }, + "Kumbakonam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 139954 + }, + { + "year": 2001, + "value": 160767 + } + ] + }, + "Kurnool": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 269122 + }, + { + "year": 2001, + "value": 342973 + } + ] + }, + "Lal bahadur nagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 268689 + } + ] + }, + "Lakhimpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 121486 + } + ] + }, + "Lalitpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 111892 + }, + { + "year": 2011, + "value": 226728 + }, + { + "year": 2001, + "value": 162991 + } + ] + }, + "Latur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 299985 + } + ] + }, + "Loni": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 120945 + } + ] + }, + "Lucknow": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2185927 + }, + { + "year": 2001, + "value": 2245509 + } + ] + }, + "Ludhiana": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1398467 + } + ] + }, + "Machilipatnam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 179353 + } + ] + }, + "Madanapalle": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107449 + } + ] + }, + "Madhyamgram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 155451 + } + ] + }, + "Madurai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 928869 + }, + { + "year": 2001, + "value": 1203095 + } + ] + }, + "Mahadevapura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 135794 + } + ] + }, + "Mahbubnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 130986 + }, + { + "year": 2001, + "value": 139662 + } + ] + }, + "Mahesana": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 141453 + } + ] + }, + "Maheshtala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 385266 + } + ] + }, + "Mainpuri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104851 + } + ] + }, + "Malappuram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 170409 + } + ] + }, + "Malegaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 409403 + } + ] + }, + "Malerkotla": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107009 + } + ] + }, + "Malkajgiri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 193863 + } + ] + }, + "Mancherial": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 118195 + } + ] + }, + "Mandsaur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116505 + }, + { + "year": 2001, + "value": 117555 + } + ] + }, + "Mandya": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 131179 + } + ] + }, + "Mangalore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 399565 + }, + { + "year": 2001, + "value": 539387 + } + ] + }, + "Mango": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 166125 + } + ] + }, + "Mathura": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 302770 + }, + { + "year": 2001, + "value": 323315 + } + ] + }, + "Maunath bhanjan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 212657 + } + ] + }, + "Medinipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 149769 + } + ] + }, + "Meerut": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1068772 + }, + { + "year": 2001, + "value": 1161716 + } + ] + }, + "Mira-bhayandar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 520388 + } + ] + }, + "Mirzapur-cum-vindhyachal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 205053 + } + ] + }, + "Modinagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113218 + }, + { + "year": 2001, + "value": 139929 + } + ] + }, + "Moga": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125573 + }, + { + "year": 2001, + "value": 135279 + } + ] + }, + "Moradabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 641583 + } + ] + }, + "Morena": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150959 + } + ] + }, + "Mormugoa": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104758 + } + ] + }, + "Morvi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 145719 + }, + { + "year": 2001, + "value": 178055 + } + ] + }, + "Motihari": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100683 + }, + { + "year": 2001, + "value": 108428 + } + ] + }, + "Mughalsarai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116308 + } + ] + }, + "Mumbai (bombay)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 11978450 + }, + { + "year": 2001, + "value": 16434386 + } + ] + }, + "Munger": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 188050 + } + ] + }, + "Murwara (katni)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 187029 + } + ] + }, + "Muzaffarnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 316729 + }, + { + "year": 2001, + "value": 331668 + } + ] + }, + "Muzaffarpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 305525 + } + ] + }, + "Mysore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 755379 + }, + { + "year": 2001, + "value": 799228 + } + ] + }, + "Nabadwip": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 115016 + }, + { + "year": 2001, + "value": 125341 + } + ] + }, + "Nadiad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 192913 + }, + { + "year": 2001, + "value": 196793 + } + ] + }, + "Nagaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107667 + }, + { + "year": 2001, + "value": 123265 + } + ] + }, + "Nagercoil": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 208179 + } + ] + }, + "Nagpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2052066 + }, + { + "year": 2001, + "value": 2129500 + } + ] + }, + "Naihati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 215303 + } + ] + }, + "Nala sopara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 184538 + } + ] + }, + "Nalgonda": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 110286 + }, + { + "year": 2001, + "value": 111380 + } + ] + }, + "Nanded": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 430733 + } + ] + }, + "Nandyal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 152676 + }, + { + "year": 2001, + "value": 157120 + } + ] + }, + "Nangloi jat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150948 + } + ] + }, + "Nashik": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1077236 + }, + { + "year": 2001, + "value": 1152326 + } + ] + }, + "Navghar-manikpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 116723 + } + ] + }, + "Navi mumbai (new bombay)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 704002 + } + ] + }, + "Navsari": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 134017 + }, + { + "year": 2001, + "value": 232411 + } + ] + }, + "Neemuch": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 107663 + }, + { + "year": 2001, + "value": 112852 + } + ] + }, + "Nellore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 378428 + }, + { + "year": 2001, + "value": 404775 + } + ] + }, + "New delhi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 302363 + } + ] + }, + "Neyveli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 127552 + }, + { + "year": 2001, + "value": 138035 + } + ] + }, + "Nizamabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 288722 + } + ] + }, + "Noida": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 305058 + } + ] + }, + "North barrackpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 123668 + } + ] + }, + "North dumdum": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 220042 + } + ] + }, + "Ongole": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150471 + }, + { + "year": 2001, + "value": 153829 + } + ] + }, + "Orai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 139318 + } + ] + }, + "Ozhukarai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 217707 + } + ] + }, + "Palakkad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 130767 + }, + { + "year": 2001, + "value": 197369 + } + ] + }, + "Palanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 110419 + }, + { + "year": 2001, + "value": 122300 + } + ] + }, + "Pali": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 187641 + } + ] + }, + "Pallavaram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 144623 + } + ] + }, + "Palwal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100722 + } + ] + }, + "Panchkula urban estate": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 140925 + } + ] + }, + "Panihati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 348438 + } + ] + }, + "Panipat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 261740 + }, + { + "year": 2001, + "value": 354148 + } + ] + }, + "Panvel": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 104058 + } + ] + }, + "Parbhani": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 259329 + } + ] + }, + "Patan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 112219 + }, + { + "year": 2001, + "value": 113749 + } + ] + }, + "Pathankot": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 157925 + }, + { + "year": 2001, + "value": 168485 + } + ] + }, + "Patiala": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 303151 + }, + { + "year": 2001, + "value": 323884 + } + ] + }, + "Patna": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1366444 + }, + { + "year": 2001, + "value": 1697976 + } + ] + }, + "Phagwara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 102253 + } + ] + }, + "Phusro": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 174402 + } + ] + }, + "Pilibhit": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124245 + } + ] + }, + "Pimpri chinchwad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1012472 + } + ] + }, + "Pollachi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 128458 + } + ] + }, + "Pondicherry": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 220865 + }, + { + "year": 2001, + "value": 505959 + } + ] + }, + "Porbandar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 133051 + }, + { + "year": 2001, + "value": 197382 + } + ] + }, + "Proddatur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150309 + } + ] + }, + "Pudukkottai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 109217 + } + ] + }, + "Pune": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2538473 + }, + { + "year": 2001, + "value": 3760636 + } + ] + }, + "Puri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 157837 + } + ] + }, + "Purnia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 171687 + }, + { + "year": 2001, + "value": 197211 + } + ] + }, + "Puruliya": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113806 + } + ] + }, + "Quthbullapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 231108 + } + ] + }, + "Rae bareli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 169333 + } + ] + }, + "Raichur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 207421 + } + ] + }, + "Raiganj": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 165212 + }, + { + "year": 2001, + "value": 175047 + } + ] + }, + "Raigarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 111154 + }, + { + "year": 2001, + "value": 115908 + } + ] + }, + "Raipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 605747 + }, + { + "year": 2001, + "value": 700113 + } + ] + }, + "Rajahmundry": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 315251 + }, + { + "year": 2001, + "value": 413616 + } + ] + }, + "Rajapalayam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 122307 + } + ] + }, + "Rajarhat gopalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 271811 + } + ] + }, + "Rajendranagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 143240 + } + ] + }, + "Rajkot": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 967476 + }, + { + "year": 2001, + "value": 1003015 + } + ] + }, + "Rajnandgaon": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 143770 + } + ] + }, + "Rajpur sonarpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 336707 + } + ] + }, + "Ramagundam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 236600 + }, + { + "year": 2001, + "value": 237686 + } + ] + }, + "Ramgarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 110496 + } + ] + }, + "Rampur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 281494 + } + ] + }, + "Ranaghat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 145285 + } + ] + }, + "Ranchi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 847093 + }, + { + "year": 2001, + "value": 863495 + } + ] + }, + "Raniganj": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 111116 + } + ] + }, + "Ratlam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 222202 + }, + { + "year": 2001, + "value": 234419 + } + ] + }, + "Raurkela": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 224987 + }, + { + "year": 2001, + "value": 484874 + } + ] + }, + "Raurkela industrialship": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 206693 + } + ] + }, + "Rewa": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 183274 + } + ] + }, + "Rewari": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100684 + } + ] + }, + "Rishra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113305 + } + ] + }, + "Robertson pet": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 141424 + }, + { + "year": 2001, + "value": 157084 + } + ] + }, + "Rohtak": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 286807 + }, + { + "year": 2001, + "value": 294577 + } + ] + }, + "Roorkee": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 115278 + } + ] + }, + "S.a.s. nagar (mohali)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 123484 + } + ] + }, + "Sagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 232133 + }, + { + "year": 2001, + "value": 308922 + } + ] + }, + "Saharanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 455754 + } + ] + }, + "Saharasa": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125167 + } + ] + }, + "Salem": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 696760 + }, + { + "year": 2001, + "value": 751438 + } + ] + }, + "Sambalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153643 + }, + { + "year": 2001, + "value": 226469 + } + ] + }, + "Sambhal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 182478 + } + ] + }, + "Sangli-miraj-kupwad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 436781 + }, + { + "year": 2001, + "value": 447774 + } + ] + }, + "Santipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 138235 + } + ] + }, + "Sasaram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 131172 + } + ] + }, + "Satara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 108048 + } + ] + }, + "Satna": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 225464 + }, + { + "year": 2001, + "value": 229307 + } + ] + }, + "Sawai madhopur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 101997 + } + ] + }, + "Secunderabad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 206102 + } + ] + }, + "Serampore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 197857 + } + ] + }, + "Serilingampalle": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153364 + } + ] + }, + "Shahjahanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 296662 + }, + { + "year": 2001, + "value": 321885 + } + ] + }, + "Shillong": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 132867 + }, + { + "year": 2001, + "value": 267662 + } + ] + }, + "Shimla": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 142555 + }, + { + "year": 2001, + "value": 144975 + } + ] + }, + "Shimoga": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 274352 + } + ] + }, + "Shivapuri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 146892 + } + ] + }, + "Sikar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 185323 + }, + { + "year": 2001, + "value": 185925 + } + ] + }, + "Silchar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 142199 + }, + { + "year": 2001, + "value": 184105 + } + ] + }, + "Siliguri": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 472374 + } + ] + }, + "Singrauli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 185190 + } + ] + }, + "Sirsa": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 160735 + } + ] + }, + "Sitapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 151908 + } + ] + }, + "Sivakasi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 121358 + } + ] + }, + "Siwan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 109919 + } + ] + }, + "Solapur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 872478 + } + ] + }, + "Sonipat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 214974 + }, + { + "year": 2001, + "value": 225074 + } + ] + }, + "South dum dum": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 392444 + } + ] + }, + "Srikakulam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 109905 + }, + { + "year": 2001, + "value": 117320 + } + ] + }, + "Srinagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 898440 + }, + { + "year": 2001, + "value": 988210 + } + ] + }, + "Sultan pur majra": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 164426 + } + ] + }, + "Sultanpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 100065 + } + ] + }, + "Surat": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 2433835 + }, + { + "year": 2001, + "value": 2811614 + } + ] + }, + "Surendranagar dudhrej": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 156161 + } + ] + }, + "Tadepalligudem": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 102622 + } + ] + }, + "Tambaram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 137933 + } + ] + }, + "Tenali": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 153756 + } + ] + }, + "Thane": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1262551 + } + ] + }, + "Thanesar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 119687 + }, + { + "year": 2001, + "value": 122319 + } + ] + }, + "Thanjavur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 215314 + } + ] + }, + "Thiruvananthapuram": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 744983 + }, + { + "year": 2001, + "value": 889635 + } + ] + }, + "Thoothukkudi (tuticorin)": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 216054 + }, + { + "year": 2001, + "value": 243415 + } + ] + }, + "Thrissur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 317526 + }, + { + "year": 2001, + "value": 330122 + } + ] + }, + "Tinsukia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 108123 + } + ] + }, + "Tiruchchirappalli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 752066 + }, + { + "year": 2001, + "value": 866354 + } + ] + }, + "Tirunelveli": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 411831 + }, + { + "year": 2001, + "value": 433352 + } + ] + }, + "Tirupati": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 228202 + }, + { + "year": 2001, + "value": 303521 + } + ] + }, + "Tiruppur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 344543 + }, + { + "year": 2001, + "value": 550826 + } + ] + }, + "Tiruvannamalai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 130567 + } + ] + }, + "Tiruvottiyur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 212281 + } + ] + }, + "Titagarh": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124213 + } + ] + }, + "Tonk": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 135689 + } + ] + }, + "Tumkur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 248929 + } + ] + }, + "Udaipur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 389438 + } + ] + }, + "Udupi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113112 + }, + { + "year": 2001, + "value": 127124 + } + ] + }, + "Ujjain": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 430427 + }, + { + "year": 2001, + "value": 431162 + } + ] + }, + "Ulhasnagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 473731 + } + ] + }, + "Uluberia": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 202135 + } + ] + }, + "Unnao": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 144662 + } + ] + }, + "Uppal kalan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 117217 + } + ] + }, + "Uttarpara kotrung": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 150363 + } + ] + }, + "Vadakara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 124083 + } + ] + }, + "Vadodara": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1306227 + }, + { + "year": 2001, + "value": 1491045 + } + ] + }, + "Valsad": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 145592 + } + ] + }, + "Vaniyambadi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 103950 + } + ] + }, + "Varanasi": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 1091918 + }, + { + "year": 2001, + "value": 1203961 + } + ] + }, + "Vasai": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 174396 + } + ] + }, + "Vejalpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 113445 + } + ] + }, + "Vellore": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 177230 + }, + { + "year": 2001, + "value": 386746 + } + ] + }, + "Veraval": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 141357 + }, + { + "year": 2001, + "value": 158032 + } + ] + }, + "Vidisha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 125453 + } + ] + }, + "Vijayawada": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 851282 + }, + { + "year": 2001, + "value": 1039518 + } + ] + }, + "Virar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 118928 + } + ] + }, + "Visakhapatnam": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 982904 + }, + { + "year": 2001, + "value": 1345938 + } + ] + }, + "Vizianagarm": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 174651 + }, + { + "year": 2001, + "value": 195801 + } + ] + }, + "Wadhwan": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 219585 + } + ] + }, + "Warangal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 530636 + }, + { + "year": 2001, + "value": 579216 + } + ] + }, + "Wardha": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 111118 + } + ] + }, + "Yamunanagar": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 189696 + }, + { + "year": 2001, + "value": 306740 + } + ] + }, + "Yavatmal": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 120676 + }, + { + "year": 2001, + "value": 139835 + } + ] + }, + "Gangapur city": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 105396 + } + ] + }, + "Tezpur": { + "country": "India", + "population": [ + { + "year": 2001, + "value": 105377 + } + ] + }, + "Ambon": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 331254 + }, + { + "year": 2005, + "value": 204218 + } + ] + }, + "Balikpapan": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 557579 + }, + { + "year": 2005, + "value": 440552 + } + ] + }, + "Banda aceh": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 223446 + } + ] + }, + "Bandar lampung": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 881801 + }, + { + "year": 2005, + "value": 790057 + } + ] + }, + "Bandjarmasin": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 625481 + }, + { + "year": 2005, + "value": 576413 + } + ] + }, + "Bandung": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 2394873 + }, + { + "year": 2005, + "value": 2288570 + } + ] + }, + "Batam": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 944285 + }, + { + "year": 2005, + "value": 587227 + } + ] + }, + "Bengkulu": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 308544 + }, + { + "year": 2005, + "value": 252768 + } + ] + }, + "Binjai": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 246154 + }, + { + "year": 2005, + "value": 222299 + } + ] + }, + "Bitung": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 187652 + }, + { + "year": 2005, + "value": 131999 + } + ] + }, + "Blitar": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 131968 + }, + { + "year": 2005, + "value": 126776 + } + ] + }, + "Bogor": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 950334 + }, + { + "year": 2005, + "value": 891467 + } + ] + }, + "Cirebon (tjirebon)": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 296389 + }, + { + "year": 2005, + "value": 312771 + } + ] + }, + "Denpasar": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 788589 + }, + { + "year": 2005, + "value": 574610 + } + ] + }, + "Gorontalo": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 180127 + }, + { + "year": 2005, + "value": 137461 + } + ] + }, + "Jakarta": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 9607787 + }, + { + "year": 2005, + "value": 8820603 + } + ] + }, + "Jambi": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 531857 + }, + { + "year": 2005, + "value": 409202 + } + ] + }, + "Jayapura": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 256705 + }, + { + "year": 2005, + "value": 164220 + } + ] + }, + "Kediri": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 268507 + }, + { + "year": 2005, + "value": 248640 + } + ] + }, + "Madiun": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 170964 + }, + { + "year": 2005, + "value": 171390 + } + ] + }, + "Magelang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 118227 + }, + { + "year": 2005, + "value": 124374 + } + ] + }, + "Makasar (ujung pandang)": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 1338663 + }, + { + "year": 2005, + "value": 1168258 + } + ] + }, + "Malang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 820243 + }, + { + "year": 2005, + "value": 773174 + } + ] + }, + "Manado": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 410481 + }, + { + "year": 2005, + "value": 370139 + } + ] + }, + "Mataram": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 402843 + }, + { + "year": 2005, + "value": 342896 + } + ] + }, + "Medan": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 2097610 + }, + { + "year": 2005, + "value": 2029797 + } + ] + }, + "Mojokerto": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 120196 + }, + { + "year": 2005, + "value": 111860 + } + ] + }, + "Padang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 833562 + }, + { + "year": 2005, + "value": 686908 + } + ] + }, + "Pakalongan": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 281434 + }, + { + "year": 2005, + "value": 263921 + } + ] + }, + "Pakanbaru": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 897767 + }, + { + "year": 2005, + "value": 703956 + } + ] + }, + "Palangkaraya": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 220962 + }, + { + "year": 2005, + "value": 148139 + } + ] + }, + "Palembang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 1455284 + }, + { + "year": 2005, + "value": 1323169 + } + ] + }, + "Pangkal pinang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 174758 + }, + { + "year": 2005, + "value": 139385 + } + ] + }, + "Pare pare": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 129262 + }, + { + "year": 2005, + "value": 101453 + } + ] + }, + "Pasuruan": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 186262 + }, + { + "year": 2005, + "value": 166519 + } + ] + }, + "Pematang siantar": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 234698 + }, + { + "year": 2005, + "value": 229525 + } + ] + }, + "Pontianak": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 234021 + }, + { + "year": 2005, + "value": 501843 + } + ] + }, + "Probolinggo": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 217062 + }, + { + "year": 2005, + "value": 168734 + } + ] + }, + "Salatiga": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 170332 + }, + { + "year": 2005, + "value": 152913 + } + ] + }, + "Samarinda": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 727500 + }, + { + "year": 2005, + "value": 505664 + } + ] + }, + "Semarang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 1555984 + }, + { + "year": 2005, + "value": 1352869 + } + ] + }, + "Sukabumi": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 298681 + }, + { + "year": 2005, + "value": 280373 + } + ] + }, + "Surabaya": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 2765487 + }, + { + "year": 2005, + "value": 2611506 + } + ] + }, + "Surakarta": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 499337 + }, + { + "year": 2005, + "value": 506397 + } + ] + }, + "Tangerang": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 1798601 + }, + { + "year": 2005, + "value": 1451595 + } + ] + }, + "Tanjung balai": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 154445 + }, + { + "year": 2005, + "value": 133897 + } + ] + }, + "Tebing tinggi": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 145248 + }, + { + "year": 2005, + "value": 134548 + } + ] + }, + "Tegal": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 239599 + }, + { + "year": 2005, + "value": 238676 + } + ] + }, + "Yogyakarta": { + "country": "Indonesia", + "population": [ + { + "year": 2010, + "value": 388627 + }, + { + "year": 2005, + "value": 433539 + } + ] + }, + "Abadan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 212744 + }, + { + "year": 2006, + "value": 219772 + } + ] + }, + "Bam": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 107131 + } + ] + }, + "Ahwaz": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1112021 + }, + { + "year": 2006, + "value": 985614 + } + ] + }, + "Marand": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 124323 + }, + { + "year": 2006, + "value": 114841 + } + ] + }, + "Pakdasht": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 206490 + }, + { + "year": 2006, + "value": 126937 + } + ] + }, + "Quchan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 103760 + }, + { + "year": 2006, + "value": 101313 + } + ] + }, + "Rafsanjan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 151420 + }, + { + "year": 2006, + "value": 139219 + } + ] + }, + "Saveh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 200481 + }, + { + "year": 2006, + "value": 180548 + } + ] + }, + "Semnan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 153680 + }, + { + "year": 2006, + "value": 126780 + } + ] + }, + "Shahinshahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 143308 + }, + { + "year": 2006, + "value": 127412 + } + ] + }, + "Shahreza": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 123767 + }, + { + "year": 2006, + "value": 109601 + } + ] + }, + "Amol": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 219915 + }, + { + "year": 2006, + "value": 199698 + } + ] + }, + "Torbat-e-heydariyeh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 131150 + }, + { + "year": 2006, + "value": 121300 + } + ] + }, + "Andimeshk": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 126811 + }, + { + "year": 2006, + "value": 120177 + } + ] + }, + "Arak": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 484212 + }, + { + "year": 2006, + "value": 446760 + } + ] + }, + "Ardabil": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 482632 + }, + { + "year": 2006, + "value": 418262 + } + ] + }, + "Babol": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 219467 + }, + { + "year": 2006, + "value": 201335 + } + ] + }, + "Bandar-e-abbas": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 435751 + }, + { + "year": 2006, + "value": 379301 + } + ] + }, + "Birjand": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 178020 + }, + { + "year": 2006, + "value": 166138 + } + ] + }, + "Bojnurd": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 199791 + }, + { + "year": 2006, + "value": 176726 + } + ] + }, + "Borujerd": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 240654 + }, + { + "year": 2006, + "value": 229541 + } + ] + }, + "Bukand": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 170600 + }, + { + "year": 2006, + "value": 150703 + } + ] + }, + "Bushehr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 195222 + }, + { + "year": 2006, + "value": 169966 + } + ] + }, + "Dezful": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 248380 + }, + { + "year": 2006, + "value": 235819 + } + ] + }, + "Esfahan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1756126 + }, + { + "year": 2006, + "value": 1602110 + } + ] + }, + "Fasa": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 104809 + } + ] + }, + "Gonbad-e-kavus": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 144546 + }, + { + "year": 2006, + "value": 129167 + } + ] + }, + "Gorgan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 329536 + }, + { + "year": 2006, + "value": 274438 + } + ] + }, + "Hamadan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 525794 + }, + { + "year": 2006, + "value": 479640 + } + ] + }, + "Ilam": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 172213 + }, + { + "year": 2006, + "value": 160355 + } + ] + }, + "Islam shahr (qasemabad)": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 389102 + }, + { + "year": 2006, + "value": 357389 + } + ] + }, + "Jiroft": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 111034 + } + ] + }, + "Karaj": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1614626 + }, + { + "year": 2006, + "value": 1386030 + } + ] + }, + "Kamal shahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 109943 + } + ] + }, + "Kashan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 275325 + }, + { + "year": 2006, + "value": 253509 + } + ] + }, + "Kerman": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 534441 + }, + { + "year": 2006, + "value": 515114 + } + ] + }, + "Kermanshah": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 851405 + }, + { + "year": 2006, + "value": 794863 + } + ] + }, + "Khomeini shahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 244696 + }, + { + "year": 2006, + "value": 223071 + } + ] + }, + "Khoramabad": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 348216 + }, + { + "year": 2006, + "value": 333945 + } + ] + }, + "Khoramshahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 129418 + }, + { + "year": 2006, + "value": 125859 + } + ] + }, + "Khoy": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 200958 + }, + { + "year": 2006, + "value": 181465 + } + ] + }, + "Mahabad": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 147268 + }, + { + "year": 2006, + "value": 135780 + } + ] + }, + "Malayer": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 159848 + }, + { + "year": 2006, + "value": 156289 + } + ] + }, + "Maraqeh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 162275 + }, + { + "year": 2006, + "value": 149929 + } + ] + }, + "Marivan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 110464 + } + ] + }, + "Marvadsht": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 138649 + }, + { + "year": 2006, + "value": 124350 + } + ] + }, + "Mashhad": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 2766258 + }, + { + "year": 2006, + "value": 2427316 + } + ] + }, + "Masjed soleyman": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 103369 + }, + { + "year": 2006, + "value": 108682 + } + ] + }, + "Mohammad shahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 100519 + } + ] + }, + "Miandoab": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 123081 + }, + { + "year": 2006, + "value": 114153 + } + ] + }, + "Nasim shahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 157474 + }, + { + "year": 2006, + "value": 135846 + } + ] + }, + "Shahriar": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 249473 + }, + { + "year": 2006, + "value": 189421 + } + ] + }, + "Najafabad": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 221814 + }, + { + "year": 2006, + "value": 208647 + } + ] + }, + "Nazar abad": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 107806 + } + ] + }, + "Neyshabur": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 239185 + }, + { + "year": 2006, + "value": 208860 + } + ] + }, + "Orumiyeh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 667499 + }, + { + "year": 2006, + "value": 583255 + } + ] + }, + "Qaem shahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 196050 + }, + { + "year": 2006, + "value": 174768 + } + ] + }, + "Qarchak": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 191588 + }, + { + "year": 2006, + "value": 174006 + } + ] + }, + "Qazvin": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 381598 + }, + { + "year": 2006, + "value": 355338 + } + ] + }, + "Qods": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 283517 + }, + { + "year": 2006, + "value": 230147 + } + ] + }, + "Qom": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1074036 + }, + { + "year": 2006, + "value": 964706 + } + ] + }, + "Rasht": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 639951 + }, + { + "year": 2006, + "value": 557366 + } + ] + }, + "Sabzewar": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 231557 + }, + { + "year": 2006, + "value": 214582 + } + ] + }, + "Sanandaj": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 373987 + }, + { + "year": 2006, + "value": 316862 + } + ] + }, + "Saqez": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 139738 + }, + { + "year": 2006, + "value": 133331 + } + ] + }, + "Sari": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 296417 + }, + { + "year": 2006, + "value": 261293 + } + ] + }, + "Shahr-e-kord": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 159775 + }, + { + "year": 2006, + "value": 131612 + } + ] + }, + "Shahrud": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 140474 + }, + { + "year": 2006, + "value": 132379 + } + ] + }, + "Shiraz": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1460665 + }, + { + "year": 2006, + "value": 1227331 + } + ] + }, + "Shoosh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 106815 + } + ] + }, + "Sirjan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 185623 + }, + { + "year": 2006, + "value": 170916 + } + ] + }, + "Tabriz": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 1494998 + }, + { + "year": 2006, + "value": 1398060 + } + ] + }, + "Tehran": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 8154051 + }, + { + "year": 2006, + "value": 7803883 + } + ] + }, + "Varamin": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 218991 + }, + { + "year": 2006, + "value": 208996 + } + ] + }, + "Yasooj": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 108505 + }, + { + "year": 2006, + "value": 100544 + } + ] + }, + "Yazd": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 486152 + }, + { + "year": 2006, + "value": 432194 + } + ] + }, + "Zabol": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 137722 + }, + { + "year": 2006, + "value": 136956 + } + ] + }, + "Zahedan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 560725 + }, + { + "year": 2006, + "value": 567449 + } + ] + }, + "Zanjan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 386851 + }, + { + "year": 2006, + "value": 349713 + } + ] + }, + "Bandar-e-anzali": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 116664 + }, + { + "year": 2006, + "value": 110643 + } + ] + }, + "Bandar-e-mahshahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 153778 + }, + { + "year": 2006, + "value": 111448 + } + ] + }, + "Behbahan": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 107412 + }, + { + "year": 2006, + "value": 101178 + } + ] + }, + "Dorud": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 5449 + }, + { + "year": 2006, + "value": 101219 + } + ] + }, + "Golestan (soltanabad)": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 259480 + }, + { + "year": 2006, + "value": 231905 + } + ] + }, + "Iranshahr": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 97012 + }, + { + "year": 2006, + "value": 100642 + } + ] + }, + "Izeh": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 117093 + }, + { + "year": 2006, + "value": 104364 + } + ] + }, + "Jahrom": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 114108 + }, + { + "year": 2006, + "value": 105285 + } + ] + }, + "Malard": { + "country": "Iran (Islamic Republic of)", + "population": [ + { + "year": 2011, + "value": 290817 + }, + { + "year": 2006, + "value": 228713 + } + ] + }, + "Adhamiyah": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 464151 + } + ] + }, + "Amara": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 208797 + } + ] + }, + "Baghdad": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 3841268 + } + ] + }, + "Basra": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 406296 + } + ] + }, + "Diwaniya": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 196519 + } + ] + }, + "Erbil": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 485968 + } + ] + }, + "Hilla": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 268834 + } + ] + }, + "Kadhimain": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 521444 + } + ] + }, + "Karradah sharqiyah": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 235554 + } + ] + }, + "Kerbala": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 296705 + } + ] + }, + "Kirkuk": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 418624 + } + ] + }, + "Kut": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 183183 + } + ] + }, + "Majnoon": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 244545 + } + ] + }, + "Mosul": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 664221 + } + ] + }, + "Najaf": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 309010 + } + ] + }, + "Nasariya": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 265937 + } + ] + }, + "Ramadi": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 192556 + } + ] + }, + "Sulamaniya": { + "country": "Iraq", + "population": [ + { + "year": 1987, + "value": 364096 + } + ] + }, + "Cork": { + "country": "Ireland", + "population": [ + { + "year": 2011, + "value": 119230 + }, + { + "year": 2011, + "value": 198582 + }, + { + "year": 2006, + "value": 119418 + }, + { + "year": 2006, + "value": 190384 + }, + { + "year": 2002, + "value": 123062 + }, + { + "year": 2002, + "value": 186239 + } + ] + }, + "Dublin": { + "country": "Ireland", + "population": [ + { + "year": 2011, + "value": 527612 + }, + { + "year": 2011, + "value": 1110627 + }, + { + "year": 2006, + "value": 506211 + }, + { + "year": 2006, + "value": 1045769 + }, + { + "year": 2002, + "value": 495781 + }, + { + "year": 2002, + "value": 1004614 + } + ] + }, + "Douglas": { + "country": "Isle of Man", + "population": [ + { + "year": 2006, + "value": 26218 + }, + { + "year": 2001, + "value": 25347 + } + ] + }, + "Ashdod": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 213777 + }, + { + "year": 2011, + "value": 211492 + }, + { + "year": 2010, + "value": 208479 + }, + { + "year": 2009, + "value": 205401 + }, + { + "year": 2008, + "value": 204330 + }, + { + "year": 2008, + "value": 208137 + }, + { + "year": 2007, + "value": 205594 + }, + { + "year": 2006, + "value": 202383 + }, + { + "year": 2005, + "value": 198800 + }, + { + "year": 2004, + "value": 194500 + }, + { + "year": 2003, + "value": 189800 + }, + { + "year": 1995, + "value": 126170 + } + ] + }, + "Ashqelon": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 118832 + }, + { + "year": 2011, + "value": 115971 + }, + { + "year": 2010, + "value": 113154 + }, + { + "year": 2009, + "value": 111223 + }, + { + "year": 2008, + "value": 110560 + }, + { + "year": 2008, + "value": 109656 + }, + { + "year": 2007, + "value": 108327 + }, + { + "year": 2006, + "value": 107155 + }, + { + "year": 2005, + "value": 105800 + }, + { + "year": 2004, + "value": 104800 + }, + { + "year": 2003, + "value": 103900 + } + ] + }, + "Bat yam": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 129245 + }, + { + "year": 2011, + "value": 129856 + }, + { + "year": 2010, + "value": 130175 + }, + { + "year": 2009, + "value": 130162 + }, + { + "year": 2008, + "value": 130310 + }, + { + "year": 2008, + "value": 128972 + }, + { + "year": 2007, + "value": 129264 + }, + { + "year": 2006, + "value": 129566 + }, + { + "year": 2005, + "value": 130000 + }, + { + "year": 2004, + "value": 131200 + }, + { + "year": 2003, + "value": 132900 + }, + { + "year": 1995, + "value": 136365 + } + ] + }, + "Be'er sheva": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 196913 + }, + { + "year": 2011, + "value": 195826 + }, + { + "year": 2010, + "value": 194811 + }, + { + "year": 2009, + "value": 193920 + }, + { + "year": 2008, + "value": 193440 + }, + { + "year": 2008, + "value": 186657 + }, + { + "year": 2007, + "value": 185781 + }, + { + "year": 2006, + "value": 185255 + }, + { + "year": 2005, + "value": 184800 + }, + { + "year": 2004, + "value": 183800 + }, + { + "year": 2003, + "value": 182200 + }, + { + "year": 1995, + "value": 150040 + } + ] + }, + "Bene beraq": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 166284 + }, + { + "year": 2011, + "value": 161545 + }, + { + "year": 2010, + "value": 156663 + }, + { + "year": 2009, + "value": 153165 + }, + { + "year": 2008, + "value": 151830 + }, + { + "year": 2008, + "value": 152141 + }, + { + "year": 2007, + "value": 149450 + }, + { + "year": 2006, + "value": 146499 + }, + { + "year": 2005, + "value": 143700 + }, + { + "year": 2004, + "value": 141000 + }, + { + "year": 2003, + "value": 139300 + }, + { + "year": 1995, + "value": 131005 + } + ] + }, + "Haifa": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 270814 + }, + { + "year": 2011, + "value": 268800 + }, + { + "year": 2010, + "value": 266925 + }, + { + "year": 2009, + "value": 265021 + }, + { + "year": 2008, + "value": 264330 + }, + { + "year": 2008, + "value": 264890 + }, + { + "year": 2007, + "value": 265611 + }, + { + "year": 2006, + "value": 266662 + }, + { + "year": 2005, + "value": 267600 + }, + { + "year": 2004, + "value": 268800 + }, + { + "year": 2003, + "value": 270100 + }, + { + "year": 1995, + "value": 255445 + } + ] + }, + "Holon": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 184470 + }, + { + "year": 2011, + "value": 182825 + }, + { + "year": 2010, + "value": 183122 + }, + { + "year": 2009, + "value": 180552 + }, + { + "year": 2008, + "value": 176300 + }, + { + "year": 2008, + "value": 169704 + }, + { + "year": 2007, + "value": 167927 + }, + { + "year": 2006, + "value": 166635 + }, + { + "year": 2005, + "value": 166000 + }, + { + "year": 2004, + "value": 165800 + }, + { + "year": 2003, + "value": 165800 + }, + { + "year": 1995, + "value": 161830 + } + ] + }, + "Jerusalem": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 809112 + }, + { + "year": 2011, + "value": 796197 + }, + { + "year": 2010, + "value": 780517 + }, + { + "year": 2009, + "value": 766701 + }, + { + "year": 2008, + "value": 759740 + }, + { + "year": 2008, + "value": 755620 + }, + { + "year": 2007, + "value": 740475 + }, + { + "year": 2006, + "value": 726637 + }, + { + "year": 2005, + "value": 713200 + }, + { + "year": 2004, + "value": 699800 + }, + { + "year": 2003, + "value": 686800 + }, + { + "year": 1995, + "value": 619125 + } + ] + }, + "Netanya": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 190708 + }, + { + "year": 2011, + "value": 187876 + }, + { + "year": 2010, + "value": 185001 + }, + { + "year": 2009, + "value": 181702 + }, + { + "year": 2008, + "value": 180110 + }, + { + "year": 2008, + "value": 177732 + }, + { + "year": 2007, + "value": 175149 + }, + { + "year": 2006, + "value": 172600 + }, + { + "year": 2005, + "value": 170400 + }, + { + "year": 2004, + "value": 168200 + }, + { + "year": 2003, + "value": 165900 + }, + { + "year": 1995, + "value": 143425 + } + ] + }, + "Petah tiqwa": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 211966 + }, + { + "year": 2011, + "value": 210414 + }, + { + "year": 2010, + "value": 210341 + }, + { + "year": 2009, + "value": 204962 + }, + { + "year": 2008, + "value": 200290 + }, + { + "year": 2008, + "value": 191401 + }, + { + "year": 2007, + "value": 186532 + }, + { + "year": 2006, + "value": 181789 + }, + { + "year": 2005, + "value": 177800 + }, + { + "year": 2004, + "value": 175000 + }, + { + "year": 2003, + "value": 173200 + }, + { + "year": 1995, + "value": 149630 + } + ] + }, + "Ramat gan": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 148528 + }, + { + "year": 2011, + "value": 147501 + }, + { + "year": 2010, + "value": 145441 + }, + { + "year": 2009, + "value": 144315 + }, + { + "year": 2008, + "value": 143580 + }, + { + "year": 2008, + "value": 133835 + }, + { + "year": 2007, + "value": 129774 + }, + { + "year": 2006, + "value": 129015 + }, + { + "year": 2005, + "value": 127900 + }, + { + "year": 2004, + "value": 127000 + }, + { + "year": 2003, + "value": 126600 + }, + { + "year": 1995, + "value": 127600 + } + ] + }, + "Rehovot": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 119397 + }, + { + "year": 2011, + "value": 116630 + }, + { + "year": 2010, + "value": 114132 + }, + { + "year": 2009, + "value": 111877 + }, + { + "year": 2008, + "value": 111050 + }, + { + "year": 2008, + "value": 107271 + }, + { + "year": 2007, + "value": 105370 + }, + { + "year": 2006, + "value": 103793 + }, + { + "year": 2005, + "value": 102500 + } + ] + }, + "Rishon leziyyon": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 233572 + }, + { + "year": 2011, + "value": 231387 + }, + { + "year": 2010, + "value": 229642 + }, + { + "year": 2009, + "value": 227567 + }, + { + "year": 2008, + "value": 226830 + }, + { + "year": 2008, + "value": 225188 + }, + { + "year": 2007, + "value": 223152 + }, + { + "year": 2006, + "value": 220758 + }, + { + "year": 2005, + "value": 218400 + }, + { + "year": 2004, + "value": 216000 + }, + { + "year": 2003, + "value": 213100 + }, + { + "year": 1995, + "value": 163350 + } + ] + }, + "Tel aviv-yafo": { + "country": "Israel", + "population": [ + { + "year": 2012, + "value": 411800 + }, + { + "year": 2011, + "value": 407513 + }, + { + "year": 2010, + "value": 404037 + }, + { + "year": 2009, + "value": 403259 + }, + { + "year": 2008, + "value": 402560 + }, + { + "year": 2008, + "value": 391268 + }, + { + "year": 2007, + "value": 387233 + }, + { + "year": 2006, + "value": 381650 + }, + { + "year": 2005, + "value": 375200 + }, + { + "year": 2004, + "value": 367400 + }, + { + "year": 2003, + "value": 361900 + }, + { + "year": 1995, + "value": 348520 + } + ] + }, + "Ancona": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 100404 + }, + { + "year": 2011, + "value": 100497 + }, + { + "year": 2011, + "value": 103017 + }, + { + "year": 2010, + "value": 102759 + }, + { + "year": 2009, + "value": 102284 + }, + { + "year": 2008, + "value": 101606 + }, + { + "year": 2007, + "value": 101671 + }, + { + "year": 2006, + "value": 101671 + }, + { + "year": 2005, + "value": 101862 + }, + { + "year": 2004, + "value": 101671 + }, + { + "year": 2003, + "value": 101545 + }, + { + "year": 2001, + "value": 100507 + } + ] + }, + "Bari": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 314311 + }, + { + "year": 2011, + "value": 315933 + }, + { + "year": 2011, + "value": 319915 + }, + { + "year": 2010, + "value": 320312 + }, + { + "year": 2009, + "value": 320413 + }, + { + "year": 2008, + "value": 321771 + }, + { + "year": 2007, + "value": 325983 + }, + { + "year": 2006, + "value": 325983 + }, + { + "year": 2005, + "value": 326915 + }, + { + "year": 2004, + "value": 321312 + }, + { + "year": 2003, + "value": 314166 + }, + { + "year": 2001, + "value": 316532 + } + ] + }, + "Bergamo": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 115223 + }, + { + "year": 2011, + "value": 115349 + }, + { + "year": 2011, + "value": 119943 + }, + { + "year": 2010, + "value": 118786 + }, + { + "year": 2009, + "value": 117348 + }, + { + "year": 2008, + "value": 116426 + }, + { + "year": 2007, + "value": 115921 + }, + { + "year": 2006, + "value": 115921 + }, + { + "year": 2005, + "value": 116197 + }, + { + "year": 2004, + "value": 115350 + }, + { + "year": 2003, + "value": 114190 + }, + { + "year": 2001, + "value": 113143 + } + ] + }, + "Bologna": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 375893 + }, + { + "year": 2011, + "value": 371337 + }, + { + "year": 2011, + "value": 381482 + }, + { + "year": 2010, + "value": 378700 + }, + { + "year": 2009, + "value": 376082 + }, + { + "year": 2008, + "value": 374648 + }, + { + "year": 2007, + "value": 373384 + }, + { + "year": 2006, + "value": 373384 + }, + { + "year": 2005, + "value": 373743 + }, + { + "year": 2004, + "value": 373982 + }, + { + "year": 2003, + "value": 373539 + }, + { + "year": 2001, + "value": 371217 + } + ] + }, + "Bolzano": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 103189 + }, + { + "year": 2011, + "value": 102575 + }, + { + "year": 2011, + "value": 104435 + }, + { + "year": 2010, + "value": 103582 + }, + { + "year": 2009, + "value": 102527 + }, + { + "year": 2008, + "value": 101318 + } + ] + }, + "Brescia": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 188803 + }, + { + "year": 2011, + "value": 189902 + }, + { + "year": 2011, + "value": 194093 + }, + { + "year": 2010, + "value": 192748 + }, + { + "year": 2009, + "value": 191231 + }, + { + "year": 2008, + "value": 190442 + }, + { + "year": 2007, + "value": 190551 + }, + { + "year": 2006, + "value": 190551 + }, + { + "year": 2005, + "value": 191059 + }, + { + "year": 2004, + "value": 191639 + }, + { + "year": 2003, + "value": 191114 + }, + { + "year": 2001, + "value": 187567 + } + ] + }, + "Cagliari": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 149459 + }, + { + "year": 2011, + "value": 149883 + }, + { + "year": 2011, + "value": 156187 + }, + { + "year": 2010, + "value": 156719 + }, + { + "year": 2009, + "value": 157124 + }, + { + "year": 2008, + "value": 157709 + }, + { + "year": 2007, + "value": 159851 + }, + { + "year": 2006, + "value": 159851 + }, + { + "year": 2005, + "value": 160391 + }, + { + "year": 2004, + "value": 162013 + }, + { + "year": 2003, + "value": 162560 + }, + { + "year": 2001, + "value": 164249 + } + ] + }, + "Catania": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 291891 + }, + { + "year": 2011, + "value": 293902 + }, + { + "year": 2011, + "value": 292366 + }, + { + "year": 2010, + "value": 294524 + }, + { + "year": 2009, + "value": 296030 + }, + { + "year": 2008, + "value": 297821 + }, + { + "year": 2007, + "value": 302854 + }, + { + "year": 2006, + "value": 302854 + }, + { + "year": 2005, + "value": 304144 + }, + { + "year": 2004, + "value": 306774 + }, + { + "year": 2003, + "value": 307774 + }, + { + "year": 2001, + "value": 313110 + } + ] + }, + "Ferrara": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 132069 + }, + { + "year": 2011, + "value": 132545 + }, + { + "year": 2011, + "value": 135406 + }, + { + "year": 2010, + "value": 135168 + }, + { + "year": 2009, + "value": 134715 + }, + { + "year": 2008, + "value": 133936 + }, + { + "year": 2007, + "value": 132842 + }, + { + "year": 2006, + "value": 132842 + }, + { + "year": 2005, + "value": 132471 + }, + { + "year": 2004, + "value": 131521 + }, + { + "year": 2003, + "value": 131135 + }, + { + "year": 2001, + "value": 130992 + } + ] + }, + "Firenze": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 361679 + }, + { + "year": 2011, + "value": 358079 + }, + { + "year": 2011, + "value": 372075 + }, + { + "year": 2010, + "value": 370091 + }, + { + "year": 2009, + "value": 367280 + }, + { + "year": 2008, + "value": 365873 + }, + { + "year": 2007, + "value": 366433 + }, + { + "year": 2006, + "value": 366433 + }, + { + "year": 2005, + "value": 366901 + }, + { + "year": 2004, + "value": 367659 + }, + { + "year": 2003, + "value": 367259 + }, + { + "year": 2001, + "value": 356118 + } + ] + }, + "Foggia": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 147809 + }, + { + "year": 2011, + "value": 147036 + }, + { + "year": 2011, + "value": 152522 + }, + { + "year": 2010, + "value": 152854 + }, + { + "year": 2009, + "value": 153099 + }, + { + "year": 2008, + "value": 153346 + }, + { + "year": 2007, + "value": 153589 + }, + { + "year": 2006, + "value": 153589 + }, + { + "year": 2005, + "value": 153650 + }, + { + "year": 2004, + "value": 154786 + }, + { + "year": 2003, + "value": 154792 + }, + { + "year": 2001, + "value": 155203 + } + ] + }, + "Forli": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 116196 + }, + { + "year": 2011, + "value": 116434 + }, + { + "year": 2011, + "value": 118567 + }, + { + "year": 2010, + "value": 117858 + }, + { + "year": 2009, + "value": 116879 + }, + { + "year": 2008, + "value": 115537 + }, + { + "year": 2007, + "value": 113041 + }, + { + "year": 2006, + "value": 113041 + }, + { + "year": 2005, + "value": 112477 + }, + { + "year": 2004, + "value": 110852 + }, + { + "year": 2003, + "value": 110209 + }, + { + "year": 2001, + "value": 108335 + } + ] + }, + "Genova": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 583482 + }, + { + "year": 2011, + "value": 586180 + }, + { + "year": 2011, + "value": 607442 + }, + { + "year": 2010, + "value": 608826 + }, + { + "year": 2009, + "value": 610458 + }, + { + "year": 2008, + "value": 611590 + }, + { + "year": 2007, + "value": 618001 + }, + { + "year": 2006, + "value": 618001 + }, + { + "year": 2005, + "value": 620316 + }, + { + "year": 2004, + "value": 603211 + }, + { + "year": 2003, + "value": 601338 + }, + { + "year": 2001, + "value": 610307 + } + ] + }, + "Giugliano in campania": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 109689 + }, + { + "year": 2011, + "value": 108793 + }, + { + "year": 2011, + "value": 118536 + }, + { + "year": 2010, + "value": 116723 + }, + { + "year": 2009, + "value": 114647 + }, + { + "year": 2008, + "value": 113686 + }, + { + "year": 2007, + "value": 109418 + }, + { + "year": 2006, + "value": 109418 + }, + { + "year": 2005, + "value": 108772 + }, + { + "year": 2004, + "value": 104843 + }, + { + "year": 2003, + "value": 103735 + } + ] + }, + "Latina": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 118593 + }, + { + "year": 2011, + "value": 117892 + }, + { + "year": 2011, + "value": 119947 + }, + { + "year": 2010, + "value": 119208 + }, + { + "year": 2009, + "value": 117880 + }, + { + "year": 2008, + "value": 116439 + }, + { + "year": 2007, + "value": 113503 + }, + { + "year": 2006, + "value": 113503 + }, + { + "year": 2005, + "value": 112943 + }, + { + "year": 2004, + "value": 110986 + }, + { + "year": 2003, + "value": 110025 + }, + { + "year": 2001, + "value": 107898 + } + ] + }, + "Livorno": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 156889 + }, + { + "year": 2011, + "value": 157052 + }, + { + "year": 2011, + "value": 161168 + }, + { + "year": 2010, + "value": 160936 + }, + { + "year": 2009, + "value": 160918 + }, + { + "year": 2008, + "value": 161115 + }, + { + "year": 2007, + "value": 160518 + }, + { + "year": 2006, + "value": 160518 + }, + { + "year": 2005, + "value": 160534 + }, + { + "year": 2004, + "value": 155933 + }, + { + "year": 2003, + "value": 155880 + }, + { + "year": 2001, + "value": 156274 + } + ] + }, + "Messina": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 242591 + }, + { + "year": 2011, + "value": 243262 + }, + { + "year": 2011, + "value": 241906 + }, + { + "year": 2010, + "value": 242683 + }, + { + "year": 2009, + "value": 243122 + }, + { + "year": 2008, + "value": 243658 + }, + { + "year": 2007, + "value": 245741 + }, + { + "year": 2006, + "value": 245741 + }, + { + "year": 2005, + "value": 246323 + }, + { + "year": 2004, + "value": 248104 + }, + { + "year": 2003, + "value": 248616 + }, + { + "year": 2001, + "value": 252026 + } + ] + }, + "Milano": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 1251137 + }, + { + "year": 2011, + "value": 1242123 + }, + { + "year": 2011, + "value": 1333670 + }, + { + "year": 2010, + "value": 1315802 + }, + { + "year": 2009, + "value": 1301600 + }, + { + "year": 2008, + "value": 1296958 + }, + { + "year": 2007, + "value": 1306086 + }, + { + "year": 2006, + "value": 1306086 + }, + { + "year": 2005, + "value": 1308735 + }, + { + "year": 2004, + "value": 1285669 + }, + { + "year": 2003, + "value": 1271898 + }, + { + "year": 2001, + "value": 1256211 + } + ] + }, + "Modena": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 179224 + }, + { + "year": 2011, + "value": 179149 + }, + { + "year": 2011, + "value": 185178 + }, + { + "year": 2010, + "value": 183888 + }, + { + "year": 2009, + "value": 182460 + }, + { + "year": 2008, + "value": 181293 + }, + { + "year": 2007, + "value": 180274 + }, + { + "year": 2006, + "value": 180274 + }, + { + "year": 2005, + "value": 180469 + }, + { + "year": 2004, + "value": 179492 + }, + { + "year": 2003, + "value": 178874 + }, + { + "year": 2001, + "value": 175502 + } + ] + }, + "Monza": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 120184 + }, + { + "year": 2011, + "value": 119856 + }, + { + "year": 2011, + "value": 122893 + }, + { + "year": 2010, + "value": 122128 + }, + { + "year": 2009, + "value": 121412 + }, + { + "year": 2008, + "value": 121108 + }, + { + "year": 2007, + "value": 121703 + }, + { + "year": 2006, + "value": 121703 + }, + { + "year": 2005, + "value": 121961 + }, + { + "year": 2004, + "value": 121941 + }, + { + "year": 2001, + "value": 120204 + } + ] + }, + "Napoli": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 960079 + }, + { + "year": 2011, + "value": 962003 + }, + { + "year": 2011, + "value": 958156 + }, + { + "year": 2010, + "value": 961257 + }, + { + "year": 2009, + "value": 963300 + }, + { + "year": 2008, + "value": 968484 + }, + { + "year": 2007, + "value": 979690 + }, + { + "year": 2006, + "value": 979690 + }, + { + "year": 2005, + "value": 984242 + }, + { + "year": 2004, + "value": 997810 + }, + { + "year": 2003, + "value": 1000449 + }, + { + "year": 2001, + "value": 1004500 + } + ] + }, + "Novara": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 101836 + }, + { + "year": 2011, + "value": 101952 + }, + { + "year": 2011, + "value": 105094 + }, + { + "year": 2010, + "value": 104693 + }, + { + "year": 2009, + "value": 103982 + }, + { + "year": 2008, + "value": 103143 + }, + { + "year": 2007, + "value": 102706 + }, + { + "year": 2006, + "value": 102706 + }, + { + "year": 2005, + "value": 102817 + }, + { + "year": 2004, + "value": 102503 + }, + { + "year": 2003, + "value": 102260 + }, + { + "year": 2001, + "value": 100910 + } + ] + }, + "Padova": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 206438 + }, + { + "year": 2011, + "value": 206192 + }, + { + "year": 2011, + "value": 214148 + }, + { + "year": 2010, + "value": 213593 + }, + { + "year": 2009, + "value": 212462 + }, + { + "year": 2008, + "value": 211825 + }, + { + "year": 2007, + "value": 210643 + }, + { + "year": 2006, + "value": 210643 + }, + { + "year": 2005, + "value": 210985 + }, + { + "year": 2004, + "value": 209880 + }, + { + "year": 2003, + "value": 208938 + }, + { + "year": 2001, + "value": 204870 + } + ] + }, + "Palermo": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 655908 + }, + { + "year": 2011, + "value": 657561 + }, + { + "year": 2011, + "value": 654998 + }, + { + "year": 2010, + "value": 655979 + }, + { + "year": 2009, + "value": 657757 + }, + { + "year": 2008, + "value": 661752 + }, + { + "year": 2007, + "value": 668686 + }, + { + "year": 2006, + "value": 668686 + }, + { + "year": 2005, + "value": 670820 + }, + { + "year": 2004, + "value": 677504 + }, + { + "year": 2003, + "value": 679730 + }, + { + "year": 2001, + "value": 686722 + } + ] + }, + "Parma": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 176778 + }, + { + "year": 2011, + "value": 175895 + }, + { + "year": 2011, + "value": 187692 + }, + { + "year": 2010, + "value": 185578 + }, + { + "year": 2009, + "value": 183428 + }, + { + "year": 2008, + "value": 180891 + }, + { + "year": 2007, + "value": 176429 + }, + { + "year": 2006, + "value": 176429 + }, + { + "year": 2005, + "value": 175789 + }, + { + "year": 2004, + "value": 169500 + }, + { + "year": 2003, + "value": 164528 + }, + { + "year": 2001, + "value": 163457 + } + ] + }, + "Perugia": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 162542 + }, + { + "year": 2011, + "value": 162449 + }, + { + "year": 2011, + "value": 168740 + }, + { + "year": 2010, + "value": 167418 + }, + { + "year": 2009, + "value": 165937 + }, + { + "year": 2008, + "value": 164580 + }, + { + "year": 2007, + "value": 161667 + }, + { + "year": 2006, + "value": 161667 + }, + { + "year": 2005, + "value": 161390 + }, + { + "year": 2004, + "value": 155850 + }, + { + "year": 2003, + "value": 153857 + }, + { + "year": 2001, + "value": 149125 + } + ] + }, + "Pescara": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 116969 + }, + { + "year": 2011, + "value": 117166 + }, + { + "year": 2011, + "value": 122990 + }, + { + "year": 2010, + "value": 123069 + }, + { + "year": 2009, + "value": 123042 + }, + { + "year": 2008, + "value": 122879 + }, + { + "year": 2007, + "value": 122429 + }, + { + "year": 2006, + "value": 122429 + }, + { + "year": 2005, + "value": 122457 + }, + { + "year": 2004, + "value": 122330 + }, + { + "year": 2003, + "value": 122083 + }, + { + "year": 2001, + "value": 116286 + } + ] + }, + "Piacenza": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 100519 + }, + { + "year": 2011, + "value": 100311 + }, + { + "year": 2011, + "value": 103522 + }, + { + "year": 2010, + "value": 102946 + }, + { + "year": 2009, + "value": 102232 + }, + { + "year": 2008, + "value": 101051 + } + ] + }, + "Prato": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 186022 + }, + { + "year": 2011, + "value": 185456 + }, + { + "year": 2011, + "value": 188295 + }, + { + "year": 2010, + "value": 187404 + }, + { + "year": 2009, + "value": 185944 + }, + { + "year": 2008, + "value": 185232 + }, + { + "year": 2007, + "value": 184741 + }, + { + "year": 2006, + "value": 184741 + }, + { + "year": 2005, + "value": 183823 + }, + { + "year": 2004, + "value": 178344 + }, + { + "year": 2003, + "value": 176013 + }, + { + "year": 2001, + "value": 172499 + } + ] + }, + "Ravenna": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 153873 + }, + { + "year": 2011, + "value": 153740 + }, + { + "year": 2011, + "value": 159215 + }, + { + "year": 2010, + "value": 158100 + }, + { + "year": 2009, + "value": 156728 + }, + { + "year": 2008, + "value": 154438 + }, + { + "year": 2007, + "value": 150069 + }, + { + "year": 2006, + "value": 150069 + }, + { + "year": 2005, + "value": 149084 + }, + { + "year": 2004, + "value": 143005 + }, + { + "year": 2003, + "value": 139021 + }, + { + "year": 2001, + "value": 134631 + } + ] + }, + "Reggio di calabria": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 180703 + }, + { + "year": 2011, + "value": 180817 + }, + { + "year": 2011, + "value": 186497 + }, + { + "year": 2010, + "value": 186200 + }, + { + "year": 2009, + "value": 185737 + }, + { + "year": 2008, + "value": 185596 + }, + { + "year": 2007, + "value": 184274 + }, + { + "year": 2006, + "value": 184274 + }, + { + "year": 2005, + "value": 184369 + }, + { + "year": 2004, + "value": 182241 + }, + { + "year": 2003, + "value": 181440 + }, + { + "year": 2001, + "value": 180353 + } + ] + }, + "Reggio nell'emilia": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 163249 + }, + { + "year": 2011, + "value": 162082 + }, + { + "year": 2011, + "value": 170887 + }, + { + "year": 2010, + "value": 168883 + }, + { + "year": 2009, + "value": 166590 + }, + { + "year": 2008, + "value": 164050 + }, + { + "year": 2007, + "value": 158598 + }, + { + "year": 2006, + "value": 158598 + }, + { + "year": 2005, + "value": 157388 + }, + { + "year": 2004, + "value": 150948 + }, + { + "year": 2003, + "value": 146705 + }, + { + "year": 2001, + "value": 141877 + } + ] + }, + "Rimini": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 141729 + }, + { + "year": 2011, + "value": 139601 + }, + { + "year": 2011, + "value": 143937 + }, + { + "year": 2010, + "value": 142413 + }, + { + "year": 2009, + "value": 140821 + }, + { + "year": 2008, + "value": 139350 + }, + { + "year": 2007, + "value": 136602 + }, + { + "year": 2006, + "value": 136602 + }, + { + "year": 2005, + "value": 135682 + }, + { + "year": 2004, + "value": 133243 + }, + { + "year": 2003, + "value": 131785 + }, + { + "year": 2001, + "value": 128656 + } + ] + }, + "Roma": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 2626553 + }, + { + "year": 2011, + "value": 2617175 + }, + { + "year": 2011, + "value": 2771584 + }, + { + "year": 2010, + "value": 2752636 + }, + { + "year": 2009, + "value": 2734071 + }, + { + "year": 2008, + "value": 2710932 + }, + { + "year": 2007, + "value": 2626640 + }, + { + "year": 2006, + "value": 2626640 + }, + { + "year": 2005, + "value": 2547677 + }, + { + "year": 2004, + "value": 2547938 + }, + { + "year": 2003, + "value": 2542003 + }, + { + "year": 2001, + "value": 2546804 + } + ] + }, + "Salerno": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 132333 + }, + { + "year": 2011, + "value": 132608 + }, + { + "year": 2011, + "value": 138869 + }, + { + "year": 2010, + "value": 139361 + }, + { + "year": 2009, + "value": 140096 + }, + { + "year": 2008, + "value": 140427 + }, + { + "year": 2007, + "value": 133805 + }, + { + "year": 2006, + "value": 133805 + }, + { + "year": 2005, + "value": 134820 + }, + { + "year": 2004, + "value": 136248 + }, + { + "year": 2003, + "value": 136678 + }, + { + "year": 2001, + "value": 138188 + } + ] + }, + "Sassari": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 124648 + }, + { + "year": 2011, + "value": 123782 + }, + { + "year": 2011, + "value": 130637 + }, + { + "year": 2010, + "value": 130512 + }, + { + "year": 2009, + "value": 130336 + }, + { + "year": 2008, + "value": 130162 + }, + { + "year": 2007, + "value": 128252 + }, + { + "year": 2006, + "value": 128252 + }, + { + "year": 2005, + "value": 127893 + }, + { + "year": 2004, + "value": 123389 + }, + { + "year": 2003, + "value": 121849 + }, + { + "year": 2001, + "value": 120729 + } + ] + }, + "Siracusa": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 118543 + }, + { + "year": 2011, + "value": 118385 + }, + { + "year": 2011, + "value": 123613 + }, + { + "year": 2010, + "value": 123809 + }, + { + "year": 2009, + "value": 123925 + }, + { + "year": 2008, + "value": 123927 + }, + { + "year": 2007, + "value": 123148 + }, + { + "year": 2006, + "value": 123148 + }, + { + "year": 2005, + "value": 122972 + }, + { + "year": 2004, + "value": 123177 + }, + { + "year": 2003, + "value": 123022 + }, + { + "year": 2001, + "value": 123657 + } + ] + }, + "Taranto": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 199332 + }, + { + "year": 2011, + "value": 200154 + }, + { + "year": 2011, + "value": 191113 + }, + { + "year": 2010, + "value": 192474 + }, + { + "year": 2009, + "value": 193578 + }, + { + "year": 2008, + "value": 194857 + }, + { + "year": 2007, + "value": 196975 + }, + { + "year": 2006, + "value": 196975 + }, + { + "year": 2005, + "value": 197582 + }, + { + "year": 2004, + "value": 199072 + }, + { + "year": 2003, + "value": 199131 + }, + { + "year": 2001, + "value": 202033 + } + ] + }, + "Terni": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 109246 + }, + { + "year": 2011, + "value": 109193 + }, + { + "year": 2011, + "value": 113368 + }, + { + "year": 2010, + "value": 113029 + }, + { + "year": 2009, + "value": 112378 + }, + { + "year": 2008, + "value": 111642 + }, + { + "year": 2007, + "value": 109692 + }, + { + "year": 2006, + "value": 109692 + }, + { + "year": 2005, + "value": 109569 + }, + { + "year": 2004, + "value": 108701 + }, + { + "year": 2003, + "value": 108403 + }, + { + "year": 2001, + "value": 105018 + } + ] + }, + "Torino": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 870702 + }, + { + "year": 2011, + "value": 872367 + }, + { + "year": 2011, + "value": 906671 + }, + { + "year": 2010, + "value": 908550 + }, + { + "year": 2009, + "value": 909181 + }, + { + "year": 2008, + "value": 910283 + }, + { + "year": 2007, + "value": 900588 + }, + { + "year": 2006, + "value": 900588 + }, + { + "year": 2005, + "value": 900608 + }, + { + "year": 2004, + "value": 885056 + }, + { + "year": 2003, + "value": 867857 + }, + { + "year": 2001, + "value": 865263 + } + ] + }, + "Trento": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 114802 + }, + { + "year": 2011, + "value": 114198 + }, + { + "year": 2011, + "value": 116681 + }, + { + "year": 2010, + "value": 115904 + }, + { + "year": 2009, + "value": 114873 + }, + { + "year": 2008, + "value": 113334 + }, + { + "year": 2007, + "value": 111381 + }, + { + "year": 2006, + "value": 111381 + }, + { + "year": 2005, + "value": 111044 + }, + { + "year": 2004, + "value": 109360 + }, + { + "year": 2003, + "value": 108577 + }, + { + "year": 2001, + "value": 104946 + } + ] + }, + "Trieste": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 201481 + }, + { + "year": 2011, + "value": 202123 + }, + { + "year": 2011, + "value": 205364 + }, + { + "year": 2010, + "value": 205530 + }, + { + "year": 2009, + "value": 205432 + }, + { + "year": 2008, + "value": 205587 + }, + { + "year": 2007, + "value": 205710 + }, + { + "year": 2006, + "value": 205710 + }, + { + "year": 2005, + "value": 206058 + }, + { + "year": 2004, + "value": 207689 + }, + { + "year": 2003, + "value": 208309 + }, + { + "year": 2001, + "value": 211184 + } + ] + }, + "Venezia": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 260060 + }, + { + "year": 2011, + "value": 261362 + }, + { + "year": 2011, + "value": 270736 + }, + { + "year": 2010, + "value": 270842 + }, + { + "year": 2009, + "value": 270449 + }, + { + "year": 2008, + "value": 269404 + }, + { + "year": 2007, + "value": 269357 + }, + { + "year": 2006, + "value": 269357 + }, + { + "year": 2005, + "value": 269780 + }, + { + "year": 2004, + "value": 271457 + }, + { + "year": 2003, + "value": 271663 + }, + { + "year": 2001, + "value": 271073 + } + ] + }, + "Verona": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 252626 + }, + { + "year": 2011, + "value": 252520 + }, + { + "year": 2011, + "value": 264062 + }, + { + "year": 2010, + "value": 264219 + }, + { + "year": 2009, + "value": 264921 + }, + { + "year": 2008, + "value": 264875 + }, + { + "year": 2007, + "value": 260049 + }, + { + "year": 2006, + "value": 260049 + }, + { + "year": 2005, + "value": 259380 + }, + { + "year": 2004, + "value": 258592 + }, + { + "year": 2003, + "value": 258115 + }, + { + "year": 2001, + "value": 253208 + } + ] + }, + "Vicenza": { + "country": "Italy", + "population": [ + { + "year": 2012, + "value": 112431 + }, + { + "year": 2011, + "value": 111500 + }, + { + "year": 2011, + "value": 115791 + }, + { + "year": 2010, + "value": 115738 + }, + { + "year": 2009, + "value": 115281 + }, + { + "year": 2008, + "value": 114589 + }, + { + "year": 2007, + "value": 114250 + }, + { + "year": 2006, + "value": 114250 + }, + { + "year": 2005, + "value": 114232 + }, + { + "year": 2004, + "value": 112446 + }, + { + "year": 2003, + "value": 111409 + }, + { + "year": 2001, + "value": 107223 + } + ] + }, + "Montego bay": { + "country": "Jamaica", + "population": [ + { + "year": 2011, + "value": 111037 + } + ] + }, + "Portmore": { + "country": "Jamaica", + "population": [ + { + "year": 2011, + "value": 182800 + }, + { + "year": 2001, + "value": 156467 + } + ] + }, + "Spanish town": { + "country": "Jamaica", + "population": [ + { + "year": 2011, + "value": 149479 + }, + { + "year": 2001, + "value": 131510 + } + ] + }, + "Abiko": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 134017 + }, + { + "year": 2005, + "value": 131205 + }, + { + "year": 2004, + "value": 131630 + }, + { + "year": 2003, + "value": 129628 + }, + { + "year": 2000, + "value": 127733 + } + ] + }, + "Ageo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 223926 + }, + { + "year": 2005, + "value": 220232 + }, + { + "year": 2004, + "value": 219072 + }, + { + "year": 2003, + "value": 217131 + }, + { + "year": 2000, + "value": 212947 + } + ] + }, + "Aizuwakamatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 126220 + }, + { + "year": 2005, + "value": 122248 + }, + { + "year": 2004, + "value": 116082 + }, + { + "year": 2003, + "value": 116835 + }, + { + "year": 2000, + "value": 118118 + } + ] + }, + "Akashi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 290959 + }, + { + "year": 2005, + "value": 291027 + }, + { + "year": 2004, + "value": 292456 + }, + { + "year": 2003, + "value": 291743 + }, + { + "year": 2000, + "value": 293117 + } + ] + }, + "Akishima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 112297 + }, + { + "year": 2005, + "value": 110143 + }, + { + "year": 2004, + "value": 109726 + }, + { + "year": 2003, + "value": 109596 + }, + { + "year": 2000, + "value": 106532 + } + ] + }, + "Akita": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 323600 + }, + { + "year": 2005, + "value": 333109 + }, + { + "year": 2004, + "value": 318112 + }, + { + "year": 2003, + "value": 318068 + }, + { + "year": 2000, + "value": 317625 + } + ] + }, + "Amagasaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 453748 + }, + { + "year": 2005, + "value": 462647 + }, + { + "year": 2004, + "value": 462442 + }, + { + "year": 2003, + "value": 462890 + }, + { + "year": 2000, + "value": 466187 + } + ] + }, + "Anjo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 178691 + }, + { + "year": 2005, + "value": 170250 + }, + { + "year": 2004, + "value": 166080 + }, + { + "year": 2003, + "value": 164305 + }, + { + "year": 2000, + "value": 158824 + } + ] + }, + "Aomori": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 299520 + }, + { + "year": 2005, + "value": 311508 + }, + { + "year": 2004, + "value": 295084 + }, + { + "year": 2003, + "value": 296208 + }, + { + "year": 2000, + "value": 297859 + } + ] + }, + "Asahikawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 347095 + }, + { + "year": 2005, + "value": 355004 + }, + { + "year": 2004, + "value": 361549 + }, + { + "year": 2003, + "value": 362496 + }, + { + "year": 2000, + "value": 359536 + } + ] + }, + "Asaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 129691 + }, + { + "year": 2005, + "value": 124393 + }, + { + "year": 2004, + "value": 126867 + }, + { + "year": 2003, + "value": 124633 + }, + { + "year": 2000, + "value": 119712 + } + ] + }, + "Ashikaga": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 154530 + }, + { + "year": 2005, + "value": 159756 + }, + { + "year": 2004, + "value": 160891 + }, + { + "year": 2003, + "value": 161105 + }, + { + "year": 2000, + "value": 163140 + } + ] + }, + "Atsugi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 224420 + }, + { + "year": 2005, + "value": 222403 + }, + { + "year": 2004, + "value": 222070 + }, + { + "year": 2003, + "value": 221038 + }, + { + "year": 2000, + "value": 217369 + } + ] + }, + "Beppu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 125385 + }, + { + "year": 2005, + "value": 126959 + }, + { + "year": 2004, + "value": 126804 + }, + { + "year": 2003, + "value": 126804 + }, + { + "year": 2000, + "value": 126523 + } + ] + }, + "Chiba": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 961749 + }, + { + "year": 2005, + "value": 924319 + }, + { + "year": 2004, + "value": 917917 + }, + { + "year": 2003, + "value": 910550 + }, + { + "year": 2000, + "value": 887164 + } + ] + }, + "Chigasaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 235081 + }, + { + "year": 2005, + "value": 228420 + }, + { + "year": 2004, + "value": 227322 + }, + { + "year": 2003, + "value": 225657 + }, + { + "year": 2000, + "value": 220809 + } + ] + }, + "Chikusei": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 108527 + }, + { + "year": 2005, + "value": 112581 + } + ] + }, + "Chikushino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 100172 + } + ] + }, + "Chofu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 223593 + }, + { + "year": 2005, + "value": 216119 + }, + { + "year": 2004, + "value": 213748 + }, + { + "year": 2003, + "value": 210700 + }, + { + "year": 2000, + "value": 204759 + } + ] + }, + "Daito": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 127534 + }, + { + "year": 2005, + "value": 126504 + }, + { + "year": 2004, + "value": 128453 + }, + { + "year": 2003, + "value": 128934 + }, + { + "year": 2000, + "value": 128917 + } + ] + }, + "Ebetsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 123722 + }, + { + "year": 2005, + "value": 125601 + }, + { + "year": 2004, + "value": 123912 + }, + { + "year": 2003, + "value": 123749 + }, + { + "year": 2000, + "value": 123877 + } + ] + }, + "Ebina": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 127707 + }, + { + "year": 2005, + "value": 123764 + }, + { + "year": 2004, + "value": 123051 + }, + { + "year": 2003, + "value": 120458 + }, + { + "year": 2000, + "value": 117519 + } + ] + }, + "Fuchu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 255506 + }, + { + "year": 2005, + "value": 245623 + }, + { + "year": 2004, + "value": 240599 + }, + { + "year": 2003, + "value": 236679 + }, + { + "year": 2000, + "value": 226769 + } + ] + }, + "Fuji": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 254027 + }, + { + "year": 2005, + "value": 236474 + }, + { + "year": 2004, + "value": 237642 + }, + { + "year": 2003, + "value": 236896 + }, + { + "year": 2000, + "value": 234187 + } + ] + }, + "Fujieda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 142151 + }, + { + "year": 2005, + "value": 129248 + }, + { + "year": 2004, + "value": 129594 + }, + { + "year": 2003, + "value": 129266 + }, + { + "year": 2000, + "value": 128494 + } + ] + }, + "Fujimi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 106736 + }, + { + "year": 2005, + "value": 104748 + }, + { + "year": 2004, + "value": 105110 + }, + { + "year": 2003, + "value": 104967 + }, + { + "year": 2000, + "value": 103247 + } + ] + }, + "Fujimino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 105695 + }, + { + "year": 2005, + "value": 101960 + } + ] + }, + "Fujinomiya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 132001 + }, + { + "year": 2005, + "value": 121779 + }, + { + "year": 2004, + "value": 122313 + }, + { + "year": 2003, + "value": 122069 + }, + { + "year": 2000, + "value": 120222 + } + ] + }, + "Fujisawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 409657 + }, + { + "year": 2005, + "value": 396014 + }, + { + "year": 2004, + "value": 392679 + }, + { + "year": 2003, + "value": 389813 + }, + { + "year": 2000, + "value": 379185 + } + ] + }, + "Fukaya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 144618 + }, + { + "year": 2005, + "value": 103529 + }, + { + "year": 2004, + "value": 103647 + }, + { + "year": 2003, + "value": 103698 + }, + { + "year": 2000, + "value": 103534 + } + ] + }, + "Fukui": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 266796 + }, + { + "year": 2005, + "value": 252220 + }, + { + "year": 2004, + "value": 252321 + }, + { + "year": 2003, + "value": 252250 + }, + { + "year": 2000, + "value": 252274 + } + ] + }, + "Fukuoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1463743 + }, + { + "year": 2005, + "value": 1401279 + }, + { + "year": 2004, + "value": 1390182 + }, + { + "year": 2003, + "value": 1378400 + }, + { + "year": 2000, + "value": 1341470 + } + ] + }, + "Fukushima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 292590 + }, + { + "year": 2005, + "value": 290869 + }, + { + "year": 2004, + "value": 290707 + }, + { + "year": 2003, + "value": 290879 + }, + { + "year": 2000, + "value": 291121 + } + ] + }, + "Fukuyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 461357 + }, + { + "year": 2005, + "value": 418509 + }, + { + "year": 2004, + "value": 406221 + }, + { + "year": 2003, + "value": 405759 + }, + { + "year": 2000, + "value": 378789 + } + ] + }, + "Funabashi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 609040 + }, + { + "year": 2005, + "value": 569835 + }, + { + "year": 2004, + "value": 567661 + }, + { + "year": 2003, + "value": 564264 + }, + { + "year": 2000, + "value": 550074 + } + ] + }, + "Gifu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 413136 + }, + { + "year": 2005, + "value": 399931 + }, + { + "year": 2004, + "value": 405003 + }, + { + "year": 2003, + "value": 404390 + }, + { + "year": 2000, + "value": 402751 + } + ] + }, + "Habikino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 117681 + }, + { + "year": 2005, + "value": 118695 + }, + { + "year": 2004, + "value": 119645 + }, + { + "year": 2003, + "value": 119890 + }, + { + "year": 2000, + "value": 119246 + } + ] + }, + "Hachinohe": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 237615 + }, + { + "year": 2005, + "value": 244700 + }, + { + "year": 2004, + "value": 241065 + }, + { + "year": 2003, + "value": 241652 + }, + { + "year": 2000, + "value": 241920 + } + ] + }, + "Hachioji": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 580053 + }, + { + "year": 2005, + "value": 560012 + }, + { + "year": 2004, + "value": 552927 + }, + { + "year": 2003, + "value": 546559 + }, + { + "year": 2000, + "value": 536046 + } + ] + }, + "Hadano": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 170145 + }, + { + "year": 2005, + "value": 168317 + }, + { + "year": 2004, + "value": 168472 + }, + { + "year": 2003, + "value": 168252 + }, + { + "year": 2000, + "value": 168142 + } + ] + }, + "Hakodate": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 279127 + }, + { + "year": 2005, + "value": 294264 + }, + { + "year": 2004, + "value": 282978 + }, + { + "year": 2003, + "value": 284651 + }, + { + "year": 2000, + "value": 287637 + } + ] + }, + "Hakusan": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 110459 + }, + { + "year": 2005, + "value": 109450 + } + ] + }, + "Hamamatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 800866 + }, + { + "year": 2005, + "value": 804032 + }, + { + "year": 2004, + "value": 598038 + }, + { + "year": 2003, + "value": 594146 + }, + { + "year": 2000, + "value": 582095 + } + ] + }, + "Hanamaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 101438 + } + ] + }, + "Handa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 118828 + }, + { + "year": 2005, + "value": 115845 + }, + { + "year": 2004, + "value": 113858 + }, + { + "year": 2003, + "value": 113037 + }, + { + "year": 2000, + "value": 110837 + } + ] + }, + "Hatsukaichi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 114038 + } + ] + }, + "Higashihiroshima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 190135 + }, + { + "year": 2005, + "value": 184430 + }, + { + "year": 2004, + "value": 130265 + }, + { + "year": 2003, + "value": 128172 + }, + { + "year": 2000, + "value": 123423 + } + ] + }, + "Higashikurume": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 116546 + }, + { + "year": 2005, + "value": 115330 + }, + { + "year": 2004, + "value": 114347 + }, + { + "year": 2003, + "value": 113779 + }, + { + "year": 2000, + "value": 113302 + } + ] + }, + "Higashimurayama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 153557 + }, + { + "year": 2005, + "value": 144929 + }, + { + "year": 2004, + "value": 145654 + }, + { + "year": 2003, + "value": 144137 + }, + { + "year": 2000, + "value": 142290 + } + ] + }, + "Higashiomi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 115479 + } + ] + }, + "Higashiosaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 509533 + }, + { + "year": 2005, + "value": 513821 + }, + { + "year": 2004, + "value": 513327 + }, + { + "year": 2003, + "value": 513185 + }, + { + "year": 2000, + "value": 515094 + } + ] + }, + "Hikone": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 112156 + }, + { + "year": 2005, + "value": 109779 + }, + { + "year": 2004, + "value": 109258 + }, + { + "year": 2003, + "value": 108664 + }, + { + "year": 2000, + "value": 107860 + } + ] + }, + "Himeji": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 536270 + }, + { + "year": 2005, + "value": 482304 + }, + { + "year": 2004, + "value": 481043 + }, + { + "year": 2003, + "value": 480619 + }, + { + "year": 2000, + "value": 478309 + } + ] + }, + "Hino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 180052 + }, + { + "year": 2005, + "value": 176538 + }, + { + "year": 2004, + "value": 174028 + }, + { + "year": 2003, + "value": 171591 + }, + { + "year": 2000, + "value": 167942 + } + ] + }, + "Hirakata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 407978 + }, + { + "year": 2005, + "value": 404044 + }, + { + "year": 2004, + "value": 405833 + }, + { + "year": 2003, + "value": 404895 + }, + { + "year": 2000, + "value": 402563 + } + ] + }, + "Hiratsuka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 260780 + }, + { + "year": 2005, + "value": 258958 + }, + { + "year": 2004, + "value": 256621 + }, + { + "year": 2003, + "value": 255924 + }, + { + "year": 2000, + "value": 254633 + } + ] + }, + "Hirosaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 183473 + }, + { + "year": 2005, + "value": 173221 + }, + { + "year": 2004, + "value": 174159 + }, + { + "year": 2003, + "value": 174649 + }, + { + "year": 2000, + "value": 177086 + } + ] + }, + "Hiroshima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1173843 + }, + { + "year": 2005, + "value": 1154391 + }, + { + "year": 2004, + "value": 1143463 + }, + { + "year": 2003, + "value": 1137610 + }, + { + "year": 2000, + "value": 1126239 + } + ] + }, + "Hitachi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 193129 + }, + { + "year": 2005, + "value": 199218 + }, + { + "year": 2004, + "value": 188745 + }, + { + "year": 2003, + "value": 190495 + }, + { + "year": 2000, + "value": 193353 + } + ] + }, + "Hitachinaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 157060 + }, + { + "year": 2005, + "value": 153639 + }, + { + "year": 2004, + "value": 153114 + }, + { + "year": 2003, + "value": 152595 + }, + { + "year": 2000, + "value": 151673 + } + ] + }, + "Hofu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 116611 + }, + { + "year": 2005, + "value": 116818 + }, + { + "year": 2004, + "value": 118496 + }, + { + "year": 2003, + "value": 118561 + }, + { + "year": 2000, + "value": 117724 + } + ] + }, + "Ibaraki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 274822 + }, + { + "year": 2005, + "value": 267961 + }, + { + "year": 2004, + "value": 266574 + }, + { + "year": 2003, + "value": 262779 + }, + { + "year": 2000, + "value": 260648 + } + ] + }, + "Ichihara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 280416 + }, + { + "year": 2005, + "value": 280255 + }, + { + "year": 2004, + "value": 280104 + }, + { + "year": 2003, + "value": 279642 + }, + { + "year": 2000, + "value": 278218 + } + ] + }, + "Ichikawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 473919 + }, + { + "year": 2005, + "value": 466608 + }, + { + "year": 2004, + "value": 465292 + }, + { + "year": 2003, + "value": 462959 + }, + { + "year": 2000, + "value": 448642 + } + ] + }, + "Ichinomiya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 378566 + }, + { + "year": 2005, + "value": 371687 + }, + { + "year": 2004, + "value": 279524 + }, + { + "year": 2003, + "value": 277628 + }, + { + "year": 2000, + "value": 273711 + } + ] + }, + "Ichinoseki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 118578 + }, + { + "year": 2005, + "value": 125818 + } + ] + }, + "Iida": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 105335 + }, + { + "year": 2005, + "value": 108624 + }, + { + "year": 2004, + "value": 107108 + }, + { + "year": 2003, + "value": 107006 + }, + { + "year": 2000, + "value": 107381 + } + ] + }, + "Iizuka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 131492 + } + ] + }, + "Ikeda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 104229 + }, + { + "year": 2005, + "value": 101616 + }, + { + "year": 2004, + "value": 100987 + }, + { + "year": 2003, + "value": 100949 + }, + { + "year": 2000, + "value": 101516 + } + ] + }, + "Ikoma": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 118113 + }, + { + "year": 2005, + "value": 113686 + }, + { + "year": 2004, + "value": 113091 + }, + { + "year": 2003, + "value": 112905 + }, + { + "year": 2000, + "value": 112830 + } + ] + }, + "Imabari": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 166532 + }, + { + "year": 2005, + "value": 173983 + }, + { + "year": 2004, + "value": 116750 + }, + { + "year": 2003, + "value": 117388 + }, + { + "year": 2000, + "value": 117930 + } + ] + }, + "Inazawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 136442 + }, + { + "year": 2005, + "value": 136965 + }, + { + "year": 2004, + "value": 101523 + }, + { + "year": 2003, + "value": 101136 + }, + { + "year": 2000, + "value": 100270 + } + ] + }, + "Iruma": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 149872 + }, + { + "year": 2005, + "value": 148576 + }, + { + "year": 2004, + "value": 150362 + }, + { + "year": 2003, + "value": 150302 + }, + { + "year": 2000, + "value": 147909 + } + ] + }, + "Isahaya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 140752 + }, + { + "year": 2005, + "value": 144034 + } + ] + }, + "Ise": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 130271 + }, + { + "year": 2000, + "value": 100145 + }, + { + "year": 1991, + "value": 108136 + } + ] + }, + "Isehara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 101039 + }, + { + "year": 2005, + "value": 100579 + }, + { + "year": 2004, + "value": 100504 + }, + { + "year": 2003, + "value": 100225 + } + ] + }, + "Isesaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 207221 + }, + { + "year": 2005, + "value": 202447 + }, + { + "year": 2004, + "value": 124547 + }, + { + "year": 2003, + "value": 129331 + }, + { + "year": 2000, + "value": 125751 + } + ] + }, + "Ishinomaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 160826 + }, + { + "year": 2005, + "value": 167324 + }, + { + "year": 2004, + "value": 117607 + }, + { + "year": 2003, + "value": 118228 + }, + { + "year": 2000, + "value": 119818 + } + ] + }, + "Itami": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 196127 + }, + { + "year": 2005, + "value": 192250 + }, + { + "year": 2004, + "value": 193142 + }, + { + "year": 2003, + "value": 192388 + }, + { + "year": 2000, + "value": 192159 + } + ] + }, + "Iwaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 342249 + }, + { + "year": 2005, + "value": 354492 + }, + { + "year": 2004, + "value": 356444 + }, + { + "year": 2003, + "value": 357575 + }, + { + "year": 2000, + "value": 360138 + } + ] + }, + "Iwakuni": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 143857 + }, + { + "year": 2005, + "value": 103507 + }, + { + "year": 2004, + "value": 104113 + }, + { + "year": 2003, + "value": 104595 + }, + { + "year": 2000, + "value": 105762 + } + ] + }, + "Iwata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 168625 + }, + { + "year": 2005, + "value": 170899 + } + ] + }, + "Izumi (osaka)": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 184988 + }, + { + "year": 2005, + "value": 177856 + }, + { + "year": 2004, + "value": 177654 + }, + { + "year": 2003, + "value": 176280 + }, + { + "year": 2000, + "value": 172974 + } + ] + }, + "Izumisano": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 100801 + } + ] + }, + "Izumo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 143796 + }, + { + "year": 2005, + "value": 146307 + } + ] + }, + "Joetsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 203899 + }, + { + "year": 2005, + "value": 208082 + }, + { + "year": 2004, + "value": 135624 + }, + { + "year": 2003, + "value": 134940 + }, + { + "year": 2000, + "value": 134751 + } + ] + }, + "Kadoma": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 130282 + }, + { + "year": 2005, + "value": 131706 + }, + { + "year": 2004, + "value": 133363 + }, + { + "year": 2003, + "value": 133957 + }, + { + "year": 2000, + "value": 135648 + } + ] + }, + "Kagoshima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 605846 + }, + { + "year": 2005, + "value": 604367 + }, + { + "year": 2004, + "value": 554984 + }, + { + "year": 2003, + "value": 554472 + }, + { + "year": 2000, + "value": 552098 + } + ] + }, + "Kakamigahara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 145604 + }, + { + "year": 2005, + "value": 144174 + }, + { + "year": 2004, + "value": 133990 + }, + { + "year": 2003, + "value": 133418 + }, + { + "year": 2000, + "value": 131991 + } + ] + }, + "Kakegawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 116363 + }, + { + "year": 2005, + "value": 117857 + } + ] + }, + "Kakogawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 266937 + }, + { + "year": 2005, + "value": 267100 + }, + { + "year": 2004, + "value": 266818 + }, + { + "year": 2003, + "value": 266392 + }, + { + "year": 2000, + "value": 266170 + } + ] + }, + "Kamagaya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 107853 + }, + { + "year": 2005, + "value": 102812 + }, + { + "year": 2004, + "value": 103627 + }, + { + "year": 2003, + "value": 102924 + }, + { + "year": 2000, + "value": 102573 + } + ] + }, + "Kamakura": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 174314 + }, + { + "year": 2005, + "value": 171158 + }, + { + "year": 2004, + "value": 169597 + }, + { + "year": 2003, + "value": 168227 + }, + { + "year": 2000, + "value": 167583 + } + ] + }, + "Kanazawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 462361 + }, + { + "year": 2005, + "value": 454607 + }, + { + "year": 2004, + "value": 456775 + }, + { + "year": 2003, + "value": 456842 + }, + { + "year": 2000, + "value": 456438 + } + ] + }, + "Kanoya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 105070 + } + ] + }, + "Kanuma": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 102348 + } + ] + }, + "Karatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 126926 + }, + { + "year": 2005, + "value": 128564 + } + ] + }, + "Kariya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 145781 + }, + { + "year": 2005, + "value": 142134 + }, + { + "year": 2004, + "value": 138932 + }, + { + "year": 2003, + "value": 137145 + }, + { + "year": 2000, + "value": 132054 + } + ] + }, + "Kashihara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 125605 + }, + { + "year": 2005, + "value": 124728 + }, + { + "year": 2004, + "value": 125728 + }, + { + "year": 2003, + "value": 125601 + }, + { + "year": 2000, + "value": 125005 + } + ] + }, + "Kashiwa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 404012 + }, + { + "year": 2005, + "value": 380963 + }, + { + "year": 2004, + "value": 333789 + }, + { + "year": 2003, + "value": 332781 + }, + { + "year": 2000, + "value": 327851 + } + ] + }, + "Kasuga": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 106780 + }, + { + "year": 2005, + "value": 108402 + }, + { + "year": 2004, + "value": 108814 + }, + { + "year": 2003, + "value": 108140 + }, + { + "year": 2000, + "value": 105219 + } + ] + }, + "Kasugai": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 305569 + }, + { + "year": 2005, + "value": 295802 + }, + { + "year": 2004, + "value": 295517 + }, + { + "year": 2003, + "value": 293809 + }, + { + "year": 2000, + "value": 287623 + } + ] + }, + "Kasukabe": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 237171 + }, + { + "year": 2005, + "value": 238506 + }, + { + "year": 2004, + "value": 203928 + }, + { + "year": 2003, + "value": 204102 + }, + { + "year": 2000, + "value": 203375 + } + ] + }, + "Kawachinagano": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 112490 + }, + { + "year": 2005, + "value": 117239 + }, + { + "year": 2004, + "value": 119029 + }, + { + "year": 2003, + "value": 119579 + }, + { + "year": 2000, + "value": 121008 + } + ] + }, + "Kawagoe": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 342670 + }, + { + "year": 2005, + "value": 333795 + }, + { + "year": 2004, + "value": 335348 + }, + { + "year": 2003, + "value": 333784 + }, + { + "year": 2000, + "value": 330766 + } + ] + }, + "Kawaguchi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 500598 + }, + { + "year": 2005, + "value": 480079 + }, + { + "year": 2004, + "value": 480494 + }, + { + "year": 2003, + "value": 474740 + }, + { + "year": 2000, + "value": 460027 + } + ] + }, + "Kawanishi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 156423 + }, + { + "year": 2005, + "value": 157668 + }, + { + "year": 2004, + "value": 157107 + }, + { + "year": 2003, + "value": 156687 + }, + { + "year": 2000, + "value": 153762 + } + ] + }, + "Kawasaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1425512 + }, + { + "year": 2005, + "value": 1327011 + }, + { + "year": 2004, + "value": 1305264 + }, + { + "year": 2003, + "value": 1292705 + }, + { + "year": 2000, + "value": 1249905 + } + ] + }, + "Kazo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 115002 + } + ] + }, + "Kirishima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 127487 + } + ] + }, + "Kiryu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 121704 + }, + { + "year": 2005, + "value": 128037 + }, + { + "year": 2004, + "value": 112125 + }, + { + "year": 2003, + "value": 112586 + }, + { + "year": 2000, + "value": 115434 + } + ] + }, + "Kisarazu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 129312 + }, + { + "year": 2005, + "value": 122234 + }, + { + "year": 2004, + "value": 122900 + }, + { + "year": 2003, + "value": 122641 + }, + { + "year": 2000, + "value": 122768 + } + ] + }, + "Kishiwada": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 199234 + }, + { + "year": 2005, + "value": 201000 + }, + { + "year": 2004, + "value": 202209 + }, + { + "year": 2003, + "value": 202078 + }, + { + "year": 2000, + "value": 200104 + } + ] + }, + "Kitakyushu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 976846 + }, + { + "year": 2005, + "value": 993525 + }, + { + "year": 2004, + "value": 1000490 + }, + { + "year": 2003, + "value": 1003860 + }, + { + "year": 2000, + "value": 1011471 + } + ] + }, + "Kitami": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 125689 + }, + { + "year": 2005, + "value": 110715 + }, + { + "year": 2004, + "value": 111049 + }, + { + "year": 2003, + "value": 111473 + }, + { + "year": 2000, + "value": 112040 + } + ] + }, + "Kobe": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1544200 + }, + { + "year": 2005, + "value": 1525393 + }, + { + "year": 2004, + "value": 1519251 + }, + { + "year": 2003, + "value": 1514833 + }, + { + "year": 2000, + "value": 1493398 + } + ] + }, + "Kodaira": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 187035 + }, + { + "year": 2005, + "value": 183796 + }, + { + "year": 2004, + "value": 183921 + }, + { + "year": 2003, + "value": 182664 + }, + { + "year": 2000, + "value": 178623 + } + ] + }, + "Kofu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 198992 + }, + { + "year": 2005, + "value": 194244 + }, + { + "year": 2004, + "value": 194502 + }, + { + "year": 2003, + "value": 194603 + }, + { + "year": 2000, + "value": 196154 + } + ] + }, + "Koga": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 142995 + }, + { + "year": 2005, + "value": 145265 + } + ] + }, + "Koganei": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 118852 + }, + { + "year": 2005, + "value": 114112 + }, + { + "year": 2004, + "value": 114139 + }, + { + "year": 2003, + "value": 113931 + }, + { + "year": 2000, + "value": 111825 + } + ] + }, + "Kokubunji": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 120650 + }, + { + "year": 2005, + "value": 117604 + }, + { + "year": 2004, + "value": 115778 + }, + { + "year": 2003, + "value": 115346 + }, + { + "year": 2000, + "value": 111404 + } + ] + }, + "Komaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 147132 + }, + { + "year": 2005, + "value": 147182 + }, + { + "year": 2004, + "value": 147333 + }, + { + "year": 2003, + "value": 146111 + }, + { + "year": 2000, + "value": 143122 + } + ] + }, + "Komatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 108433 + }, + { + "year": 2005, + "value": 109084 + }, + { + "year": 2004, + "value": 108737 + }, + { + "year": 2003, + "value": 108730 + }, + { + "year": 2000, + "value": 108622 + } + ] + }, + "Konosu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 119639 + }, + { + "year": 2005, + "value": 119594 + } + ] + }, + "Koriyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 338712 + }, + { + "year": 2005, + "value": 338834 + }, + { + "year": 2004, + "value": 339205 + }, + { + "year": 2003, + "value": 337804 + }, + { + "year": 2000, + "value": 334824 + } + ] + }, + "Koshigaya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 326313 + }, + { + "year": 2005, + "value": 315792 + }, + { + "year": 2004, + "value": 316332 + }, + { + "year": 2003, + "value": 314423 + }, + { + "year": 2000, + "value": 308307 + } + ] + }, + "Kuki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 154310 + } + ] + }, + "Kumagaya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 203180 + }, + { + "year": 2005, + "value": 191107 + }, + { + "year": 2004, + "value": 156505 + }, + { + "year": 2003, + "value": 156364 + }, + { + "year": 2000, + "value": 156216 + } + ] + }, + "Kumamoto": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 734474 + }, + { + "year": 2005, + "value": 669603 + }, + { + "year": 2004, + "value": 670385 + }, + { + "year": 2003, + "value": 669412 + }, + { + "year": 2000, + "value": 662012 + } + ] + }, + "Kurashiki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 475513 + }, + { + "year": 2005, + "value": 469377 + }, + { + "year": 2004, + "value": 435758 + }, + { + "year": 2003, + "value": 433904 + }, + { + "year": 2000, + "value": 430291 + } + ] + }, + "Kure": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 239973 + }, + { + "year": 2005, + "value": 251003 + }, + { + "year": 2004, + "value": 211944 + }, + { + "year": 2003, + "value": 203089 + }, + { + "year": 2000, + "value": 203159 + } + ] + }, + "Kurume": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 302402 + }, + { + "year": 2005, + "value": 306434 + }, + { + "year": 2004, + "value": 239319 + }, + { + "year": 2003, + "value": 238330 + }, + { + "year": 2000, + "value": 236543 + } + ] + }, + "Kusatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 130874 + }, + { + "year": 2005, + "value": 121159 + }, + { + "year": 2004, + "value": 118384 + }, + { + "year": 2003, + "value": 117625 + }, + { + "year": 2000, + "value": 115455 + } + ] + }, + "Kushiro": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 181169 + }, + { + "year": 2005, + "value": 181516 + }, + { + "year": 2004, + "value": 187844 + }, + { + "year": 2003, + "value": 189240 + }, + { + "year": 2000, + "value": 191739 + } + ] + }, + "Kuwana": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 140290 + }, + { + "year": 2005, + "value": 138963 + }, + { + "year": 2004, + "value": 110386 + }, + { + "year": 2003, + "value": 109317 + }, + { + "year": 2000, + "value": 108378 + } + ] + }, + "Kyoto": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1474015 + }, + { + "year": 2005, + "value": 1474811 + }, + { + "year": 2004, + "value": 1465984 + }, + { + "year": 2003, + "value": 1466321 + }, + { + "year": 2000, + "value": 1467785 + } + ] + }, + "Machida": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 426987 + }, + { + "year": 2005, + "value": 405534 + }, + { + "year": 2004, + "value": 404124 + }, + { + "year": 2003, + "value": 399274 + }, + { + "year": 2000, + "value": 377494 + } + ] + }, + "Maebashi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 340291 + }, + { + "year": 2005, + "value": 318584 + }, + { + "year": 2004, + "value": 283366 + }, + { + "year": 2003, + "value": 284994 + }, + { + "year": 2000, + "value": 284155 + } + ] + }, + "Marugame": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 110473 + }, + { + "year": 2005, + "value": 110085 + } + ] + }, + "Matsubara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 124594 + }, + { + "year": 2005, + "value": 127276 + }, + { + "year": 2004, + "value": 129610 + }, + { + "year": 2003, + "value": 130573 + }, + { + "year": 2000, + "value": 132562 + } + ] + }, + "Matsudo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 484457 + }, + { + "year": 2005, + "value": 472579 + }, + { + "year": 2004, + "value": 474099 + }, + { + "year": 2003, + "value": 472351 + }, + { + "year": 2000, + "value": 464841 + } + ] + }, + "Matsue": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 194258 + }, + { + "year": 2005, + "value": 196603 + }, + { + "year": 2004, + "value": 152377 + }, + { + "year": 2003, + "value": 152596 + }, + { + "year": 2000, + "value": 152616 + } + ] + }, + "Matsumoto": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 243037 + }, + { + "year": 2005, + "value": 227627 + }, + { + "year": 2004, + "value": 208799 + }, + { + "year": 2003, + "value": 209202 + }, + { + "year": 2000, + "value": 208970 + } + ] + }, + "Matsusaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 168017 + }, + { + "year": 2005, + "value": 168973 + }, + { + "year": 2004, + "value": 126837 + }, + { + "year": 2003, + "value": 125543 + }, + { + "year": 2000, + "value": 123727 + } + ] + }, + "Matsuyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 517231 + }, + { + "year": 2005, + "value": 514937 + }, + { + "year": 2004, + "value": 478606 + }, + { + "year": 2003, + "value": 477518 + }, + { + "year": 2000, + "value": 473379 + } + ] + }, + "Mihara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 100509 + }, + { + "year": 2005, + "value": 104196 + } + ] + }, + "Minoh": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 129895 + }, + { + "year": 2005, + "value": 127135 + }, + { + "year": 2004, + "value": 126773 + }, + { + "year": 2003, + "value": 125352 + }, + { + "year": 2000, + "value": 124898 + } + ] + }, + "Misato": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 131415 + }, + { + "year": 2005, + "value": 128278 + }, + { + "year": 2004, + "value": 129266 + }, + { + "year": 2003, + "value": 129843 + }, + { + "year": 2000, + "value": 131047 + } + ] + }, + "Mishima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 111838 + }, + { + "year": 2005, + "value": 112241 + }, + { + "year": 2004, + "value": 112036 + }, + { + "year": 2003, + "value": 111606 + }, + { + "year": 2000, + "value": 110519 + } + ] + }, + "Mitaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 186083 + }, + { + "year": 2005, + "value": 177016 + }, + { + "year": 2004, + "value": 177516 + }, + { + "year": 2003, + "value": 176335 + }, + { + "year": 2000, + "value": 171612 + } + ] + }, + "Mito": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 268750 + }, + { + "year": 2005, + "value": 262603 + }, + { + "year": 2004, + "value": 249206 + }, + { + "year": 2003, + "value": 248762 + }, + { + "year": 2000, + "value": 246739 + } + ] + }, + "Miyakonojo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 169602 + }, + { + "year": 2005, + "value": 133062 + }, + { + "year": 2004, + "value": 132568 + }, + { + "year": 2003, + "value": 132369 + }, + { + "year": 2000, + "value": 131922 + } + ] + }, + "Miyazaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 400583 + }, + { + "year": 2005, + "value": 310123 + }, + { + "year": 2004, + "value": 310078 + }, + { + "year": 2003, + "value": 308122 + }, + { + "year": 2000, + "value": 305755 + } + ] + }, + "Moriguchi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 146697 + }, + { + "year": 2005, + "value": 147465 + }, + { + "year": 2004, + "value": 147794 + }, + { + "year": 2003, + "value": 148917 + }, + { + "year": 2000, + "value": 152298 + } + ] + }, + "Morioka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 298348 + }, + { + "year": 2005, + "value": 287192 + }, + { + "year": 2004, + "value": 288227 + }, + { + "year": 2003, + "value": 287885 + }, + { + "year": 2000, + "value": 288843 + } + ] + }, + "Musashino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 138734 + }, + { + "year": 2005, + "value": 137525 + }, + { + "year": 2004, + "value": 136182 + }, + { + "year": 2003, + "value": 136313 + }, + { + "year": 2000, + "value": 135746 + } + ] + }, + "Nagahama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 124131 + } + ] + }, + "Nagano": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 381511 + }, + { + "year": 2005, + "value": 378512 + }, + { + "year": 2004, + "value": 361926 + }, + { + "year": 2003, + "value": 361345 + }, + { + "year": 2000, + "value": 360112 + } + ] + }, + "Nagaoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 282674 + }, + { + "year": 2005, + "value": 236344 + }, + { + "year": 2004, + "value": 194622 + }, + { + "year": 2003, + "value": 194419 + }, + { + "year": 2000, + "value": 193414 + } + ] + }, + "Nagareyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 163984 + }, + { + "year": 2005, + "value": 152641 + }, + { + "year": 2004, + "value": 151901 + }, + { + "year": 2003, + "value": 151966 + }, + { + "year": 2000, + "value": 150527 + } + ] + }, + "Nagasaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 443766 + }, + { + "year": 2005, + "value": 442699 + }, + { + "year": 2004, + "value": 417127 + }, + { + "year": 2003, + "value": 418773 + }, + { + "year": 2000, + "value": 423167 + } + ] + }, + "Nagoya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 2263894 + }, + { + "year": 2005, + "value": 2215062 + }, + { + "year": 2004, + "value": 2200793 + }, + { + "year": 2003, + "value": 2191869 + }, + { + "year": 2000, + "value": 2171557 + } + ] + }, + "Naha": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 315954 + }, + { + "year": 2005, + "value": 312393 + }, + { + "year": 2004, + "value": 309955 + }, + { + "year": 2003, + "value": 307405 + }, + { + "year": 2000, + "value": 301032 + } + ] + }, + "Nara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 366591 + }, + { + "year": 2005, + "value": 370102 + }, + { + "year": 2004, + "value": 363677 + }, + { + "year": 2003, + "value": 365144 + }, + { + "year": 2000, + "value": 366185 + } + ] + }, + "Narashino": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 164530 + }, + { + "year": 2005, + "value": 158785 + }, + { + "year": 2004, + "value": 158990 + }, + { + "year": 2003, + "value": 157598 + }, + { + "year": 2000, + "value": 154036 + } + ] + }, + "Narita": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 128933 + }, + { + "year": 2005, + "value": 100717 + } + ] + }, + "Nasushiobara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 117812 + }, + { + "year": 2005, + "value": 115032 + } + ] + }, + "Neyagawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 238204 + }, + { + "year": 2005, + "value": 241816 + }, + { + "year": 2004, + "value": 244810 + }, + { + "year": 2003, + "value": 246800 + }, + { + "year": 2000, + "value": 250806 + } + ] + }, + "Niigata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 811901 + }, + { + "year": 2005, + "value": 785134 + }, + { + "year": 2004, + "value": 530323 + }, + { + "year": 2003, + "value": 529724 + }, + { + "year": 2000, + "value": 501431 + } + ] + }, + "Niihama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 121735 + }, + { + "year": 2005, + "value": 123952 + }, + { + "year": 2004, + "value": 124416 + }, + { + "year": 2003, + "value": 124872 + }, + { + "year": 2000, + "value": 125537 + } + ] + }, + "Niiza": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 158777 + }, + { + "year": 2005, + "value": 153305 + }, + { + "year": 2004, + "value": 151693 + }, + { + "year": 2003, + "value": 150729 + }, + { + "year": 2000, + "value": 149511 + } + ] + }, + "Nishinomiya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 482640 + }, + { + "year": 2005, + "value": 465337 + }, + { + "year": 2004, + "value": 103226 + }, + { + "year": 2003, + "value": 454949 + }, + { + "year": 2000, + "value": 438105 + } + ] + }, + "Nishio": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 106823 + }, + { + "year": 2005, + "value": 104321 + }, + { + "year": 2004, + "value": 458464 + }, + { + "year": 2003, + "value": 102080 + }, + { + "year": 2000, + "value": 100805 + } + ] + }, + "Nishitokyo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 196511 + }, + { + "year": 2005, + "value": 189735 + }, + { + "year": 2004, + "value": 187665 + }, + { + "year": 2003, + "value": 185279 + } + ] + }, + "Nobeoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 131182 + }, + { + "year": 2005, + "value": 121635 + }, + { + "year": 2004, + "value": 122471 + }, + { + "year": 2003, + "value": 123107 + }, + { + "year": 2000, + "value": 124761 + } + ] + }, + "Noda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 155491 + }, + { + "year": 2005, + "value": 151240 + }, + { + "year": 2004, + "value": 150676 + }, + { + "year": 2003, + "value": 150711 + }, + { + "year": 2000, + "value": 119922 + } + ] + }, + "Numazu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 202304 + }, + { + "year": 2005, + "value": 208005 + }, + { + "year": 2004, + "value": 206910 + }, + { + "year": 2003, + "value": 206695 + }, + { + "year": 2000, + "value": 207558 + } + ] + }, + "Obihiro": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 168057 + }, + { + "year": 2005, + "value": 170580 + }, + { + "year": 2004, + "value": 172054 + }, + { + "year": 2003, + "value": 173510 + }, + { + "year": 2000, + "value": 173030 + } + ] + }, + "Odawara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 198327 + }, + { + "year": 2005, + "value": 198741 + }, + { + "year": 2004, + "value": 198930 + }, + { + "year": 2003, + "value": 199396 + }, + { + "year": 2000, + "value": 200173 + } + ] + }, + "Ogaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 161160 + }, + { + "year": 2005, + "value": 151030 + }, + { + "year": 2004, + "value": 150536 + }, + { + "year": 2003, + "value": 150443 + }, + { + "year": 2000, + "value": 150246 + } + ] + }, + "Oita": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 474094 + }, + { + "year": 2005, + "value": 462317 + }, + { + "year": 2004, + "value": 443468 + }, + { + "year": 2003, + "value": 441460 + }, + { + "year": 2000, + "value": 436470 + } + ] + }, + "Okayama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 709584 + }, + { + "year": 2005, + "value": 674746 + }, + { + "year": 2004, + "value": 637265 + }, + { + "year": 2003, + "value": 634528 + }, + { + "year": 2000, + "value": 626642 + } + ] + }, + "Okazaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 372357 + }, + { + "year": 2005, + "value": 354704 + }, + { + "year": 2004, + "value": 349858 + }, + { + "year": 2003, + "value": 345985 + }, + { + "year": 2000, + "value": 336583 + } + ] + }, + "Okinawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 130249 + }, + { + "year": 2005, + "value": 126400 + }, + { + "year": 2004, + "value": 125254 + }, + { + "year": 2003, + "value": 123790 + }, + { + "year": 2000, + "value": 119686 + } + ] + }, + "Ome": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 139339 + }, + { + "year": 2005, + "value": 142354 + }, + { + "year": 2004, + "value": 142316 + }, + { + "year": 2003, + "value": 141933 + }, + { + "year": 2000, + "value": 141394 + } + ] + }, + "Omuta": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 123638 + }, + { + "year": 2005, + "value": 131090 + }, + { + "year": 2004, + "value": 133187 + }, + { + "year": 2003, + "value": 134668 + }, + { + "year": 2000, + "value": 138629 + } + ] + }, + "Onomichi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 145202 + }, + { + "year": 2005, + "value": 114486 + } + ] + }, + "Osaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 2665314 + }, + { + "year": 2005, + "value": 2628811 + }, + { + "year": 2004, + "value": 2635405 + }, + { + "year": 2003, + "value": 2625360 + }, + { + "year": 2000, + "value": 2598774 + } + ] + }, + "Osaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 135147 + } + ] + }, + "Oshu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 124746 + } + ] + }, + "Ota": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 216465 + }, + { + "year": 2005, + "value": 213299 + }, + { + "year": 2004, + "value": 144731 + }, + { + "year": 2003, + "value": 150113 + }, + { + "year": 2000, + "value": 147906 + } + ] + }, + "Otaru": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 131928 + }, + { + "year": 2005, + "value": 142161 + }, + { + "year": 2004, + "value": 145957 + }, + { + "year": 2003, + "value": 147459 + }, + { + "year": 2000, + "value": 150687 + } + ] + }, + "Otsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 337634 + }, + { + "year": 2005, + "value": 301672 + }, + { + "year": 2004, + "value": 299157 + }, + { + "year": 2003, + "value": 296726 + }, + { + "year": 2000, + "value": 288240 + } + ] + }, + "Oyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 164454 + }, + { + "year": 2005, + "value": 160150 + }, + { + "year": 2004, + "value": 158589 + }, + { + "year": 2003, + "value": 157402 + }, + { + "year": 2000, + "value": 155198 + } + ] + }, + "Saga": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 237506 + }, + { + "year": 2005, + "value": 206967 + }, + { + "year": 2004, + "value": 166798 + }, + { + "year": 2003, + "value": 167085 + }, + { + "year": 2000, + "value": 167955 + } + ] + }, + "Sagamihara": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 717544 + }, + { + "year": 2005, + "value": 628698 + }, + { + "year": 2004, + "value": 623361 + }, + { + "year": 2003, + "value": 619348 + }, + { + "year": 2000, + "value": 605561 + } + ] + }, + "Saijo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 112091 + }, + { + "year": 2005, + "value": 113371 + } + ] + }, + "Saitama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1222434 + }, + { + "year": 2005, + "value": 1176314 + }, + { + "year": 2004, + "value": 1064854 + }, + { + "year": 2003, + "value": 1054623 + } + ] + }, + "Sakado": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 101700 + } + ] + }, + "Sakai": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 841966 + }, + { + "year": 2005, + "value": 830966 + }, + { + "year": 2004, + "value": 794249 + }, + { + "year": 2003, + "value": 792553 + }, + { + "year": 2000, + "value": 792018 + } + ] + }, + "Sakata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 111151 + }, + { + "year": 2003, + "value": 100063 + }, + { + "year": 2000, + "value": 101311 + } + ] + }, + "Saku": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 100552 + }, + { + "year": 2005, + "value": 100462 + } + ] + }, + "Sakura": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 172183 + }, + { + "year": 2005, + "value": 171246 + }, + { + "year": 2004, + "value": 172828 + }, + { + "year": 2003, + "value": 172380 + }, + { + "year": 2000, + "value": 170934 + } + ] + }, + "Sanda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 114216 + }, + { + "year": 2005, + "value": 113572 + }, + { + "year": 2004, + "value": 113837 + }, + { + "year": 2003, + "value": 113883 + }, + { + "year": 2000, + "value": 111737 + } + ] + }, + "Sanjo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 102292 + }, + { + "year": 2005, + "value": 104749 + } + ] + }, + "Sano": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 121249 + }, + { + "year": 2005, + "value": 123926 + } + ] + }, + "Sapporo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1913545 + }, + { + "year": 2005, + "value": 1880863 + }, + { + "year": 2004, + "value": 1859400 + }, + { + "year": 2003, + "value": 1848859 + }, + { + "year": 2000, + "value": 1822368 + } + ] + }, + "Sasebo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 261101 + }, + { + "year": 2005, + "value": 248041 + }, + { + "year": 2004, + "value": 239319 + }, + { + "year": 2003, + "value": 240016 + }, + { + "year": 2000, + "value": 240838 + } + ] + }, + "Sayama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 155727 + }, + { + "year": 2005, + "value": 158074 + }, + { + "year": 2004, + "value": 160994 + }, + { + "year": 2003, + "value": 160989 + }, + { + "year": 2000, + "value": 161460 + } + ] + }, + "Sendai": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 1045986 + }, + { + "year": 2005, + "value": 1025098 + }, + { + "year": 2004, + "value": 1024830 + }, + { + "year": 2003, + "value": 1021837 + }, + { + "year": 2000, + "value": 1008130 + } + ] + }, + "Seto": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 132224 + }, + { + "year": 2005, + "value": 131925 + }, + { + "year": 2004, + "value": 132063 + }, + { + "year": 2003, + "value": 132099 + }, + { + "year": 2000, + "value": 131650 + } + ] + }, + "Shibata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 101202 + }, + { + "year": 2005, + "value": 104634 + } + ] + }, + "Shimada": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 100276 + } + ] + }, + "Shimonoseki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 280947 + }, + { + "year": 2005, + "value": 290693 + }, + { + "year": 2004, + "value": 247464 + }, + { + "year": 2003, + "value": 248933 + }, + { + "year": 2000, + "value": 252389 + } + ] + }, + "Shizuoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 716197 + }, + { + "year": 2005, + "value": 700886 + }, + { + "year": 2004, + "value": 702711 + }, + { + "year": 2003, + "value": 702793 + }, + { + "year": 2000, + "value": 469695 + } + ] + }, + "Shunan": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 149487 + }, + { + "year": 2005, + "value": 152387 + }, + { + "year": 2004, + "value": 154403 + }, + { + "year": 2003, + "value": 155069 + } + ] + }, + "Soka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 243855 + }, + { + "year": 2005, + "value": 236316 + }, + { + "year": 2004, + "value": 233894 + }, + { + "year": 2003, + "value": 231559 + }, + { + "year": 2000, + "value": 225018 + } + ] + }, + "Suita": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 355798 + }, + { + "year": 2005, + "value": 353885 + }, + { + "year": 2004, + "value": 353381 + }, + { + "year": 2003, + "value": 352334 + }, + { + "year": 2000, + "value": 347929 + } + ] + }, + "Suzuka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 199293 + }, + { + "year": 2005, + "value": 193114 + }, + { + "year": 2004, + "value": 192178 + }, + { + "year": 2003, + "value": 190043 + }, + { + "year": 2000, + "value": 186151 + } + ] + }, + "Tachikawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 179668 + }, + { + "year": 2005, + "value": 172566 + }, + { + "year": 2004, + "value": 170756 + }, + { + "year": 2003, + "value": 168475 + }, + { + "year": 2000, + "value": 164709 + } + ] + }, + "Tajimi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 112595 + }, + { + "year": 2005, + "value": 103821 + }, + { + "year": 2004, + "value": 104016 + }, + { + "year": 2003, + "value": 103784 + }, + { + "year": 2000, + "value": 104135 + } + ] + }, + "Takamatsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 419429 + }, + { + "year": 2005, + "value": 337902 + }, + { + "year": 2004, + "value": 335257 + }, + { + "year": 2003, + "value": 334694 + }, + { + "year": 2000, + "value": 332865 + } + ] + }, + "Takaoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 176061 + }, + { + "year": 2005, + "value": 167685 + }, + { + "year": 2004, + "value": 169698 + }, + { + "year": 2003, + "value": 170041 + }, + { + "year": 2000, + "value": 172184 + } + ] + }, + "Takarazuka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 225700 + }, + { + "year": 2005, + "value": 219862 + }, + { + "year": 2004, + "value": 219250 + }, + { + "year": 2003, + "value": 218411 + }, + { + "year": 2000, + "value": 213037 + } + ] + }, + "Takasaki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 371302 + }, + { + "year": 2005, + "value": 245100 + }, + { + "year": 2004, + "value": 244173 + }, + { + "year": 2003, + "value": 241589 + }, + { + "year": 2000, + "value": 239904 + } + ] + }, + "Takatsuki": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 357359 + }, + { + "year": 2005, + "value": 351826 + }, + { + "year": 2004, + "value": 353849 + }, + { + "year": 2003, + "value": 353782 + }, + { + "year": 2000, + "value": 357438 + } + ] + }, + "Tama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 147648 + }, + { + "year": 2005, + "value": 145877 + }, + { + "year": 2004, + "value": 146534 + }, + { + "year": 2003, + "value": 145788 + }, + { + "year": 2000, + "value": 145862 + } + ] + }, + "Tochigi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 139262 + } + ] + }, + "Toda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 123079 + }, + { + "year": 2005, + "value": 116696 + }, + { + "year": 2004, + "value": 114601 + }, + { + "year": 2003, + "value": 112031 + }, + { + "year": 2000, + "value": 108039 + } + ] + }, + "Tokai": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 107690 + }, + { + "year": 2005, + "value": 104339 + }, + { + "year": 2004, + "value": 102601 + }, + { + "year": 2003, + "value": 101449 + } + ] + }, + "Tokorozawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 341924 + }, + { + "year": 2005, + "value": 336100 + }, + { + "year": 2004, + "value": 336273 + }, + { + "year": 2003, + "value": 336229 + }, + { + "year": 2000, + "value": 330100 + } + ] + }, + "Tokushima": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 264548 + }, + { + "year": 2005, + "value": 267833 + }, + { + "year": 2004, + "value": 267559 + }, + { + "year": 2003, + "value": 267437 + }, + { + "year": 2000, + "value": 268218 + } + ] + }, + "Tokyo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 8945695 + }, + { + "year": 2005, + "value": 8489653 + }, + { + "year": 2005, + "value": 12576601 + }, + { + "year": 2004, + "value": 8397617 + }, + { + "year": 2003, + "value": 8333923 + }, + { + "year": 2000, + "value": 8134688 + } + ] + }, + "Tomakomai": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 173320 + }, + { + "year": 2005, + "value": 172758 + }, + { + "year": 2004, + "value": 172664 + }, + { + "year": 2003, + "value": 172678 + }, + { + "year": 2000, + "value": 172086 + } + ] + }, + "Tondabayashi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 119576 + }, + { + "year": 2005, + "value": 123837 + }, + { + "year": 2004, + "value": 125842 + }, + { + "year": 2003, + "value": 126428 + }, + { + "year": 2000, + "value": 126558 + } + ] + }, + "Toride": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 109651 + }, + { + "year": 2005, + "value": 111327 + } + ] + }, + "Tottori": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 197449 + }, + { + "year": 2005, + "value": 201740 + }, + { + "year": 2004, + "value": 152470 + }, + { + "year": 2003, + "value": 151889 + }, + { + "year": 2000, + "value": 150439 + } + ] + }, + "Toyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 421953 + }, + { + "year": 2005, + "value": 421239 + }, + { + "year": 2004, + "value": 325977 + }, + { + "year": 2003, + "value": 325341 + }, + { + "year": 2000, + "value": 325700 + } + ] + }, + "Toyohashi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 376665 + }, + { + "year": 2005, + "value": 372479 + }, + { + "year": 2004, + "value": 372305 + }, + { + "year": 2003, + "value": 369743 + }, + { + "year": 2000, + "value": 364856 + } + ] + }, + "Toyokawa": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 181928 + }, + { + "year": 2005, + "value": 120967 + }, + { + "year": 2004, + "value": 120500 + }, + { + "year": 2003, + "value": 119322 + }, + { + "year": 2000, + "value": 117327 + } + ] + }, + "Toyonaka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 389341 + }, + { + "year": 2005, + "value": 386623 + }, + { + "year": 2004, + "value": 388374 + }, + { + "year": 2003, + "value": 388987 + }, + { + "year": 2000, + "value": 391726 + } + ] + }, + "Toyota": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 421487 + }, + { + "year": 2005, + "value": 412141 + }, + { + "year": 2004, + "value": 361054 + }, + { + "year": 2003, + "value": 358319 + }, + { + "year": 2000, + "value": 351101 + } + ] + }, + "Tsu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 285746 + }, + { + "year": 2005, + "value": 165182 + }, + { + "year": 2004, + "value": 164728 + }, + { + "year": 2003, + "value": 164349 + }, + { + "year": 2000, + "value": 163246 + } + ] + }, + "Tsuchiura": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 143839 + }, + { + "year": 2005, + "value": 135058 + }, + { + "year": 2004, + "value": 135460 + }, + { + "year": 2003, + "value": 135190 + }, + { + "year": 2000, + "value": 134702 + } + ] + }, + "Tsukuba": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 214590 + }, + { + "year": 2005, + "value": 200528 + }, + { + "year": 2004, + "value": 198421 + }, + { + "year": 2003, + "value": 195831 + }, + { + "year": 2000, + "value": 165978 + } + ] + }, + "Tsuruoka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 136623 + }, + { + "year": 2005, + "value": 142384 + }, + { + "year": 2000, + "value": 100628 + } + ] + }, + "Tsuyama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 106788 + }, + { + "year": 2005, + "value": 110569 + } + ] + }, + "Ube": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 173772 + }, + { + "year": 2005, + "value": 178955 + }, + { + "year": 2004, + "value": 172245 + }, + { + "year": 2003, + "value": 172698 + }, + { + "year": 2000, + "value": 174416 + } + ] + }, + "Ueda": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 159597 + }, + { + "year": 2005, + "value": 123680 + }, + { + "year": 2004, + "value": 125717 + }, + { + "year": 2003, + "value": 125333 + }, + { + "year": 2000, + "value": 125368 + } + ] + }, + "Uji": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 189609 + }, + { + "year": 2005, + "value": 189591 + }, + { + "year": 2004, + "value": 189704 + }, + { + "year": 2003, + "value": 188807 + }, + { + "year": 2000, + "value": 189112 + } + ] + }, + "Urasoe": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 110351 + }, + { + "year": 2005, + "value": 106049 + }, + { + "year": 2004, + "value": 105146 + }, + { + "year": 2003, + "value": 104382 + }, + { + "year": 2000, + "value": 102734 + } + ] + }, + "Urayasu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 164877 + }, + { + "year": 2005, + "value": 155290 + }, + { + "year": 2004, + "value": 151047 + }, + { + "year": 2003, + "value": 145632 + }, + { + "year": 2000, + "value": 132984 + } + ] + }, + "Uruma": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 116979 + }, + { + "year": 2005, + "value": 113535 + } + ] + }, + "Utsunomiya": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 511739 + }, + { + "year": 2005, + "value": 457673 + }, + { + "year": 2004, + "value": 451705 + }, + { + "year": 2003, + "value": 448973 + }, + { + "year": 2000, + "value": 443808 + } + ] + }, + "Wakayama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 370364 + }, + { + "year": 2005, + "value": 375591 + }, + { + "year": 2004, + "value": 380942 + }, + { + "year": 2003, + "value": 382061 + }, + { + "year": 2000, + "value": 386551 + } + ] + }, + "Yachiyo": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 189781 + }, + { + "year": 2005, + "value": 180729 + }, + { + "year": 2004, + "value": 179091 + }, + { + "year": 2003, + "value": 177016 + }, + { + "year": 2000, + "value": 168848 + } + ] + }, + "Yaizu": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 143249 + }, + { + "year": 2005, + "value": 120109 + }, + { + "year": 2004, + "value": 120427 + }, + { + "year": 2003, + "value": 120091 + }, + { + "year": 2000, + "value": 118248 + } + ] + }, + "Yamagata": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 254244 + }, + { + "year": 2005, + "value": 256012 + }, + { + "year": 2004, + "value": 255289 + }, + { + "year": 2003, + "value": 255453 + }, + { + "year": 2000, + "value": 255369 + } + ] + }, + "Yamaguchi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 196628 + }, + { + "year": 2005, + "value": 191677 + }, + { + "year": 2004, + "value": 143185 + }, + { + "year": 2003, + "value": 142379 + }, + { + "year": 2000, + "value": 140447 + } + ] + }, + "Yamato": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 228186 + }, + { + "year": 2005, + "value": 221220 + }, + { + "year": 2004, + "value": 220422 + }, + { + "year": 2003, + "value": 218590 + }, + { + "year": 2000, + "value": 212761 + } + ] + }, + "Yao": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 271460 + }, + { + "year": 2005, + "value": 273487 + }, + { + "year": 2004, + "value": 273283 + }, + { + "year": 2003, + "value": 273651 + }, + { + "year": 2000, + "value": 274777 + } + ] + }, + "Yatsushiro": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 132266 + }, + { + "year": 2005, + "value": 136886 + }, + { + "year": 2004, + "value": 104245 + }, + { + "year": 2003, + "value": 104809 + }, + { + "year": 2000, + "value": 106141 + } + ] + }, + "Yokkaichi": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 307766 + }, + { + "year": 2005, + "value": 303845 + }, + { + "year": 2004, + "value": 295116 + }, + { + "year": 2003, + "value": 294423 + }, + { + "year": 2000, + "value": 291105 + } + ] + }, + "Yokohama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 3688773 + }, + { + "year": 2005, + "value": 3579628 + }, + { + "year": 2004, + "value": 3552857 + }, + { + "year": 2003, + "value": 3523065 + }, + { + "year": 2000, + "value": 3426651 + } + ] + }, + "Yokosuka": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 418325 + }, + { + "year": 2005, + "value": 426178 + }, + { + "year": 2004, + "value": 430354 + }, + { + "year": 2003, + "value": 430793 + }, + { + "year": 2000, + "value": 428645 + } + ] + }, + "Yonago": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 148271 + }, + { + "year": 2005, + "value": 149584 + }, + { + "year": 2004, + "value": 140932 + }, + { + "year": 2003, + "value": 140287 + }, + { + "year": 2000, + "value": 138756 + } + ] + }, + "Zama": { + "country": "Japan", + "population": [ + { + "year": 2010, + "value": 129436 + }, + { + "year": 2005, + "value": 128174 + }, + { + "year": 2004, + "value": 129468 + }, + { + "year": 2003, + "value": 128723 + } + ] + }, + "Iga": { + "country": "Japan", + "population": [ + { + "year": 2005, + "value": 100623 + } + ] + }, + "Satsumasendai": { + "country": "Japan", + "population": [ + { + "year": 2005, + "value": 102370 + } + ] + }, + "Yokote": { + "country": "Japan", + "population": [ + { + "year": 2005, + "value": 103652 + } + ] + }, + "Iwatsuki": { + "country": "Japan", + "population": [ + { + "year": 2004, + "value": 109995 + }, + { + "year": 2003, + "value": 109696 + }, + { + "year": 2000, + "value": 109247 + } + ] + }, + "Muroran": { + "country": "Japan", + "population": [ + { + "year": 2004, + "value": 100625 + }, + { + "year": 2003, + "value": 101584 + }, + { + "year": 2000, + "value": 103278 + } + ] + }, + "Hoya": { + "country": "Japan", + "population": [ + { + "year": 2000, + "value": 102720 + } + ] + }, + "Omiya": { + "country": "Japan", + "population": [ + { + "year": 2000, + "value": 456271 + } + ] + }, + "Shimizu": { + "country": "Japan", + "population": [ + { + "year": 2000, + "value": 236818 + } + ] + }, + "Tokuyama": { + "country": "Japan", + "population": [ + { + "year": 2000, + "value": 104672 + } + ] + }, + "Urawa": { + "country": "Japan", + "population": [ + { + "year": 2000, + "value": 484845 + } + ] + }, + "St. helier": { + "country": "Jersey", + "population": [ + { + "year": 2001, + "value": 28310 + } + ] + }, + "Amman": { + "country": "Jordan", + "population": [ + { + "year": 2004, + "value": 1055262 + } + ] + }, + "Irbid": { + "country": "Jordan", + "population": [ + { + "year": 2004, + "value": 250645 + } + ] + }, + "Russiefa": { + "country": "Jordan", + "population": [ + { + "year": 2004, + "value": 227735 + } + ] + }, + "Zarqa": { + "country": "Jordan", + "population": [ + { + "year": 2004, + "value": 395227 + } + ] + }, + "Aktau": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 152227 + }, + { + "year": 2009, + "value": 154353 + }, + { + "year": 2008, + "value": 147443 + }, + { + "year": 2008, + "value": 149443 + }, + { + "year": 2007, + "value": 167460 + }, + { + "year": 2006, + "value": 165931 + }, + { + "year": 2004, + "value": 154718 + }, + { + "year": 2004, + "value": 174357 + }, + { + "year": 2003, + "value": 150594 + }, + { + "year": 2003, + "value": 168371 + } + ] + }, + "Aktobe": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 273599 + }, + { + "year": 2009, + "value": 312942 + }, + { + "year": 2008, + "value": 268644 + }, + { + "year": 2008, + "value": 306696 + }, + { + "year": 2007, + "value": 262830 + }, + { + "year": 2006, + "value": 258014 + }, + { + "year": 2004, + "value": 249759 + }, + { + "year": 2004, + "value": 280290 + }, + { + "year": 2003, + "value": 247006 + }, + { + "year": 2003, + "value": 276660 + } + ] + }, + "Almaty": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 1365105 + }, + { + "year": 2008, + "value": 1324739 + }, + { + "year": 2007, + "value": 1287246 + }, + { + "year": 2006, + "value": 1247896 + }, + { + "year": 2004, + "value": 1175208 + }, + { + "year": 2004, + "value": 1175208 + }, + { + "year": 2003, + "value": 1149641 + }, + { + "year": 2003, + "value": 1149641 + } + ] + }, + "Astana": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 639311 + }, + { + "year": 2008, + "value": 602684 + }, + { + "year": 2007, + "value": 574448 + }, + { + "year": 2006, + "value": 550438 + }, + { + "year": 2004, + "value": 510533 + }, + { + "year": 2004, + "value": 510533 + }, + { + "year": 2003, + "value": 501998 + }, + { + "year": 2003, + "value": 501998 + } + ] + }, + "Atirau": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 167902 + }, + { + "year": 2009, + "value": 222516 + }, + { + "year": 2008, + "value": 161223 + }, + { + "year": 2008, + "value": 214009 + }, + { + "year": 2007, + "value": 155173 + }, + { + "year": 2006, + "value": 175737 + }, + { + "year": 2004, + "value": 145100 + }, + { + "year": 2004, + "value": 196311 + }, + { + "year": 2003, + "value": 143693 + }, + { + "year": 2003, + "value": 194989 + } + ] + }, + "Ekibastuz": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 121814 + }, + { + "year": 2009, + "value": 143933 + }, + { + "year": 2008, + "value": 121470 + }, + { + "year": 2008, + "value": 142702 + }, + { + "year": 2007, + "value": 120387 + }, + { + "year": 2006, + "value": 132455 + }, + { + "year": 2004, + "value": 119488 + }, + { + "year": 2004, + "value": 140892 + }, + { + "year": 2003, + "value": 119766 + }, + { + "year": 2003, + "value": 141617 + } + ] + }, + "Karaganda": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 465634 + }, + { + "year": 2009, + "value": 465698 + }, + { + "year": 2008, + "value": 459187 + }, + { + "year": 2008, + "value": 459266 + }, + { + "year": 2007, + "value": 453271 + }, + { + "year": 2006, + "value": 446139 + }, + { + "year": 2004, + "value": 428867 + }, + { + "year": 2004, + "value": 429027 + }, + { + "year": 2003, + "value": 423512 + }, + { + "year": 2003, + "value": 423697 + } + ] + }, + "Koktshetau": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 132426 + }, + { + "year": 2009, + "value": 145676 + }, + { + "year": 2008, + "value": 131215 + }, + { + "year": 2008, + "value": 144233 + }, + { + "year": 2007, + "value": 129244 + }, + { + "year": 2006, + "value": 129885 + }, + { + "year": 2004, + "value": 123640 + }, + { + "year": 2004, + "value": 135350 + }, + { + "year": 2003, + "value": 121661 + }, + { + "year": 2003, + "value": 133124 + } + ] + }, + "Kustanai": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 212378 + }, + { + "year": 2008, + "value": 209336 + }, + { + "year": 2007, + "value": 208262 + }, + { + "year": 2006, + "value": 207802 + }, + { + "year": 2004, + "value": 204243 + }, + { + "year": 2004, + "value": 204243 + }, + { + "year": 2003, + "value": 203446 + }, + { + "year": 2003, + "value": 203446 + } + ] + }, + "Kyzylorda": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 169914 + }, + { + "year": 2009, + "value": 211943 + }, + { + "year": 2008, + "value": 166818 + }, + { + "year": 2008, + "value": 207889 + }, + { + "year": 2007, + "value": 164103 + }, + { + "year": 2006, + "value": 183716 + }, + { + "year": 2004, + "value": 157719 + }, + { + "year": 2004, + "value": 196172 + }, + { + "year": 2003, + "value": 156335 + }, + { + "year": 2003, + "value": 194427 + } + ] + }, + "Pavlodar": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 307880 + }, + { + "year": 2009, + "value": 328100 + }, + { + "year": 2008, + "value": 303955 + }, + { + "year": 2008, + "value": 323770 + }, + { + "year": 2007, + "value": 300226 + }, + { + "year": 2006, + "value": 304809 + }, + { + "year": 2004, + "value": 286538 + }, + { + "year": 2004, + "value": 304473 + }, + { + "year": 2003, + "value": 283356 + }, + { + "year": 2003, + "value": 300942 + } + ] + }, + "Petropavlovsk (severo- kazakhstanskaya oblast)": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 193268 + }, + { + "year": 2009, + "value": 194094 + }, + { + "year": 2008, + "value": 193291 + }, + { + "year": 2008, + "value": 194126 + }, + { + "year": 2007, + "value": 192449 + }, + { + "year": 2006, + "value": 190092 + }, + { + "year": 2004, + "value": 192320 + }, + { + "year": 2004, + "value": 193184 + }, + { + "year": 2003, + "value": 192820 + }, + { + "year": 2003, + "value": 193693 + } + ] + }, + "Rudni": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 110900 + }, + { + "year": 2009, + "value": 124098 + }, + { + "year": 2008, + "value": 110447 + }, + { + "year": 2008, + "value": 123755 + }, + { + "year": 2007, + "value": 109759 + }, + { + "year": 2006, + "value": 120006 + }, + { + "year": 2004, + "value": 104495 + }, + { + "year": 2004, + "value": 116630 + }, + { + "year": 2003, + "value": 102803 + }, + { + "year": 2003, + "value": 114609 + } + ] + }, + "Semipalatinsk": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 285473 + }, + { + "year": 2009, + "value": 313503 + }, + { + "year": 2008, + "value": 282110 + }, + { + "year": 2008, + "value": 310257 + }, + { + "year": 2007, + "value": 279910 + }, + { + "year": 2006, + "value": 281814 + }, + { + "year": 2004, + "value": 268998 + }, + { + "year": 2004, + "value": 297282 + }, + { + "year": 2003, + "value": 266620 + }, + { + "year": 2003, + "value": 294889 + } + ] + }, + "Shimkent": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 566996 + }, + { + "year": 2008, + "value": 554646 + }, + { + "year": 2007, + "value": 535125 + }, + { + "year": 2006, + "value": 526140 + }, + { + "year": 2004, + "value": 513110 + }, + { + "year": 2004, + "value": 513110 + }, + { + "year": 2003, + "value": 506663 + }, + { + "year": 2003, + "value": 506663 + } + ] + }, + "Taldykorgan": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 116558 + }, + { + "year": 2009, + "value": 141143 + }, + { + "year": 2008, + "value": 114441 + }, + { + "year": 2008, + "value": 138709 + }, + { + "year": 2007, + "value": 110686 + }, + { + "year": 2006, + "value": 106900 + }, + { + "year": 2004, + "value": 100577 + }, + { + "year": 2004, + "value": 122129 + }, + { + "year": 2003, + "value": 97574 + }, + { + "year": 2003, + "value": 118416 + } + ] + }, + "Taraz": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 347486 + }, + { + "year": 2008, + "value": 342483 + }, + { + "year": 2007, + "value": 338454 + }, + { + "year": 2006, + "value": 336057 + }, + { + "year": 2004, + "value": 327911 + }, + { + "year": 2004, + "value": 327911 + }, + { + "year": 2003, + "value": 323301 + }, + { + "year": 2003, + "value": 323301 + } + ] + }, + "Temirtau": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 164969 + }, + { + "year": 2009, + "value": 174402 + }, + { + "year": 2008, + "value": 163357 + }, + { + "year": 2008, + "value": 172763 + }, + { + "year": 2007, + "value": 162567 + }, + { + "year": 2006, + "value": 170667 + }, + { + "year": 2004, + "value": 159812 + }, + { + "year": 2004, + "value": 169335 + }, + { + "year": 2003, + "value": 159413 + }, + { + "year": 2003, + "value": 168972 + } + ] + }, + "Uralsk": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 211116 + }, + { + "year": 2009, + "value": 243544 + }, + { + "year": 2008, + "value": 208814 + }, + { + "year": 2008, + "value": 240492 + }, + { + "year": 2007, + "value": 205277 + }, + { + "year": 2006, + "value": 230070 + }, + { + "year": 2004, + "value": 195811 + }, + { + "year": 2004, + "value": 224396 + }, + { + "year": 2003, + "value": 193041 + }, + { + "year": 2003, + "value": 220958 + } + ] + }, + "Ust-kamenogorsk": { + "country": "Kazakhstan", + "population": [ + { + "year": 2009, + "value": 287308 + }, + { + "year": 2009, + "value": 298866 + }, + { + "year": 2008, + "value": 286709 + }, + { + "year": 2008, + "value": 298136 + }, + { + "year": 2007, + "value": 287693 + }, + { + "year": 2006, + "value": 288509 + }, + { + "year": 2004, + "value": 294507 + }, + { + "year": 2004, + "value": 305053 + }, + { + "year": 2003, + "value": 296880 + }, + { + "year": 2003, + "value": 307100 + } + ] + }, + "Eldoret": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 252061 + } + ] + }, + "Garissa": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 110383 + } + ] + }, + "Kikuyu": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 190208 + } + ] + }, + "Kisumu": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 259258 + } + ] + }, + "Mavoko/athiriver": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 110396 + } + ] + }, + "Mombasa": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 915101 + } + ] + }, + "Nairobi": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 3133518 + } + ] + }, + "Nakuru": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 286411 + } + ] + }, + "Ngong": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 104073 + } + ] + }, + "Ruiru": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 236961 + } + ] + }, + "Thika": { + "country": "Kenya", + "population": [ + { + "year": 2009, + "value": 136576 + } + ] + }, + "Tarawa": { + "country": "Kiribati", + "population": [ + { + "year": 2005, + "value": 40311 + }, + { + "year": 2000, + "value": 36717 + } + ] + }, + "Kuwait city": { + "country": "Kuwait", + "population": [ + { + "year": 2005, + "value": 32403 + }, + { + "year": 1995, + "value": 28747 + } + ] + }, + "Jaleeb al-shuykh": { + "country": "Kuwait", + "population": [ + { + "year": 1995, + "value": 102169 + } + ] + }, + "Salmiya": { + "country": "Kuwait", + "population": [ + { + "year": 1995, + "value": 129775 + } + ] + }, + "Bishkek": { + "country": "Kyrgyzstan", + "population": [ + { + "year": 2012, + "value": 870663 + }, + { + "year": 2012, + "value": 884456 + }, + { + "year": 2009, + "value": 846256 + }, + { + "year": 2009, + "value": 859795 + }, + { + "year": 2007, + "value": 798300 + }, + { + "year": 2007, + "value": 810200 + }, + { + "year": 2006, + "value": 790600 + }, + { + "year": 2006, + "value": 802600 + }, + { + "year": 2005, + "value": 794800 + }, + { + "year": 2004, + "value": 807593 + }, + { + "year": 2003, + "value": 805491 + }, + { + "year": 1999, + "value": 762308 + } + ] + }, + "Osh": { + "country": "Kyrgyzstan", + "population": [ + { + "year": 2012, + "value": 232258 + }, + { + "year": 2012, + "value": 258150 + }, + { + "year": 2009, + "value": 232685 + }, + { + "year": 2009, + "value": 257477 + }, + { + "year": 2007, + "value": 223200 + }, + { + "year": 2007, + "value": 249800 + }, + { + "year": 2006, + "value": 223700 + }, + { + "year": 2006, + "value": 249900 + }, + { + "year": 2005, + "value": 250500 + }, + { + "year": 2004, + "value": 227890 + }, + { + "year": 2003, + "value": 227250 + }, + { + "year": 1999, + "value": 232432 + } + ] + }, + "Vientiane": { + "country": "Lao People's Democratic Republic", + "population": [ + { + "year": 2005, + "value": 698318 + }, + { + "year": 1995, + "value": 528100 + } + ] + }, + "Daugavpils": { + "country": "Latvia", + "population": [ + { + "year": 2013, + "value": 89184 + }, + { + "year": 2010, + "value": 103396 + }, + { + "year": 2009, + "value": 104390 + }, + { + "year": 2008, + "value": 105407 + }, + { + "year": 2007, + "value": 107025 + }, + { + "year": 2006, + "value": 108787 + }, + { + "year": 2005, + "value": 109931 + }, + { + "year": 2004, + "value": 110805 + }, + { + "year": 2002, + "value": 113009 + }, + { + "year": 2000, + "value": 115265 + } + ] + }, + "Riga": { + "country": "Latvia", + "population": [ + { + "year": 2013, + "value": 643615 + }, + { + "year": 2011, + "value": 658640 + }, + { + "year": 2010, + "value": 703260 + }, + { + "year": 2009, + "value": 709715 + }, + { + "year": 2008, + "value": 715194 + }, + { + "year": 2007, + "value": 719928 + }, + { + "year": 2006, + "value": 725032 + }, + { + "year": 2005, + "value": 729670 + }, + { + "year": 2004, + "value": 733502 + }, + { + "year": 2002, + "value": 743195 + }, + { + "year": 2000, + "value": 764329 + } + ] + }, + "Beirut": { + "country": "Lebanon", + "population": [ + { + "year": 2007, + "value": 361366 + }, + { + "year": 1970, + "value": 474870 + }, + { + "year": 1970, + "value": 938940 + } + ] + }, + "Tripoli": { + "country": "Lebanon", + "population": [ + { + "year": 1970, + "value": 127611 + } + ] + }, + "Maseru": { + "country": "Lesotho", + "population": [ + { + "year": 2006, + "value": 431998 + } + ] + }, + "Monrovia": { + "country": "Liberia", + "population": [ + { + "year": 1984, + "value": 421053 + } + ] + }, + "Vaduz": { + "country": "Liechtenstein", + "population": [ + { + "year": 2013, + "value": 5270 + }, + { + "year": 2011, + "value": 5229 + }, + { + "year": 2010, + "value": 5207 + }, + { + "year": 2010, + "value": 5195 + }, + { + "year": 2010, + "value": 0 + }, + { + "year": 2009, + "value": 5172 + }, + { + "year": 2008, + "value": 5091 + }, + { + "year": 2007, + "value": 5091 + }, + { + "year": 2006, + "value": 5050 + }, + { + "year": 2005, + "value": 5019 + }, + { + "year": 2004, + "value": 5014 + }, + { + "year": 2003, + "value": 5000 + } + ] + }, + "Kaunas": { + "country": "Lithuania", + "population": [ + { + "year": 2013, + "value": 308831 + }, + { + "year": 2011, + "value": 314233 + }, + { + "year": 2011, + "value": 315993 + }, + { + "year": 2010, + "value": 342768 + }, + { + "year": 2009, + "value": 350451 + }, + { + "year": 2008, + "value": 353932 + }, + { + "year": 2007, + "value": 356849 + }, + { + "year": 2006, + "value": 359374 + }, + { + "year": 2005, + "value": 362348 + }, + { + "year": 2004, + "value": 366486 + }, + { + "year": 2003, + "value": 371292 + }, + { + "year": 2001, + "value": 378943 + } + ] + }, + "Klaipeda": { + "country": "Lithuania", + "population": [ + { + "year": 2013, + "value": 159342 + }, + { + "year": 2011, + "value": 161630 + }, + { + "year": 2011, + "value": 162360 + }, + { + "year": 2010, + "value": 180282 + }, + { + "year": 2009, + "value": 183092 + }, + { + "year": 2008, + "value": 184045 + }, + { + "year": 2007, + "value": 185296 + }, + { + "year": 2006, + "value": 186626 + }, + { + "year": 2005, + "value": 188042 + }, + { + "year": 2004, + "value": 189477 + }, + { + "year": 2003, + "value": 190906 + }, + { + "year": 2001, + "value": 192954 + } + ] + }, + "Panevezhis": { + "country": "Lithuania", + "population": [ + { + "year": 2013, + "value": 97906 + }, + { + "year": 2011, + "value": 99320 + }, + { + "year": 2011, + "value": 99690 + }, + { + "year": 2010, + "value": 110494 + }, + { + "year": 2009, + "value": 112289 + }, + { + "year": 2008, + "value": 113136 + }, + { + "year": 2007, + "value": 114117 + }, + { + "year": 2006, + "value": 114948 + }, + { + "year": 2005, + "value": 115781 + }, + { + "year": 2004, + "value": 116920 + }, + { + "year": 2003, + "value": 118208 + }, + { + "year": 2001, + "value": 119749 + } + ] + }, + "Shauliai": { + "country": "Lithuania", + "population": [ + { + "year": 2013, + "value": 107080 + }, + { + "year": 2011, + "value": 108811 + }, + { + "year": 2011, + "value": 109328 + }, + { + "year": 2010, + "value": 123211 + }, + { + "year": 2009, + "value": 125834 + }, + { + "year": 2008, + "value": 126637 + }, + { + "year": 2007, + "value": 127728 + }, + { + "year": 2006, + "value": 128717 + }, + { + "year": 2005, + "value": 129529 + }, + { + "year": 2004, + "value": 130600 + }, + { + "year": 2003, + "value": 131948 + }, + { + "year": 2001, + "value": 133883 + } + ] + }, + "Vilnius": { + "country": "Lithuania", + "population": [ + { + "year": 2013, + "value": 535216 + }, + { + "year": 2011, + "value": 535091 + }, + { + "year": 2011, + "value": 524406 + }, + { + "year": 2010, + "value": 557126 + }, + { + "year": 2009, + "value": 547784 + }, + { + "year": 2008, + "value": 545469 + }, + { + "year": 2007, + "value": 543494 + }, + { + "year": 2006, + "value": 542303 + }, + { + "year": 2005, + "value": 541551 + }, + { + "year": 2004, + "value": 541180 + }, + { + "year": 2003, + "value": 541330 + }, + { + "year": 2001, + "value": 542287 + } + ] + }, + "Luxembourg-ville": { + "country": "Luxembourg", + "population": [ + { + "year": 2013, + "value": 103641 + }, + { + "year": 2012, + "value": 99852 + }, + { + "year": 2010, + "value": 92441 + }, + { + "year": 2009, + "value": 89717 + }, + { + "year": 2008, + "value": 87027 + }, + { + "year": 2007, + "value": 84644 + }, + { + "year": 2006, + "value": 83165 + }, + { + "year": 2005, + "value": 81334 + }, + { + "year": 2004, + "value": 79762 + }, + { + "year": 2003, + "value": 78850 + }, + { + "year": 2001, + "value": 76688 + } + ] + }, + "Antananarivo": { + "country": "Madagascar", + "population": [ + { + "year": 1993, + "value": 710236 + } + ] + }, + "Antsirabe": { + "country": "Madagascar", + "population": [ + { + "year": 1993, + "value": 126062 + } + ] + }, + "Fianarantsoa": { + "country": "Madagascar", + "population": [ + { + "year": 1993, + "value": 109260 + } + ] + }, + "Mahajanga": { + "country": "Madagascar", + "population": [ + { + "year": 1993, + "value": 106780 + } + ] + }, + "Toamasina": { + "country": "Madagascar", + "population": [ + { + "year": 1993, + "value": 137782 + } + ] + }, + "Blantyre city": { + "country": "Malawi", + "population": [ + { + "year": 2008, + "value": 661444 + }, + { + "year": 2003, + "value": 678381 + }, + { + "year": 2003, + "value": 349427 + } + ] + }, + "Lilongwe": { + "country": "Malawi", + "population": [ + { + "year": 2008, + "value": 669021 + }, + { + "year": 2003, + "value": 632867 + }, + { + "year": 2003, + "value": 1087917 + } + ] + }, + "Air itam": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 18627 + }, + { + "year": 2010, + "value": 104752 + } + ] + }, + "Alor setar": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 116624 + }, + { + "year": 2010, + "value": 254757 + }, + { + "year": 2000, + "value": 114880 + }, + { + "year": 1991, + "value": 124412 + }, + { + "year": 1991, + "value": 164444 + } + ] + }, + "Ampang": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 63947 + }, + { + "year": 2010, + "value": 342676 + } + ] + }, + "Ampang/ulu kelang": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 83040 + }, + { + "year": 2010, + "value": 126285 + } + ] + }, + "Balakong": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 859 + }, + { + "year": 2010, + "value": 101783 + } + ] + }, + "Bandar maharani": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 62330 + }, + { + "year": 2010, + "value": 121101 + } + ] + }, + "Bandar penggaram": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 75148 + }, + { + "year": 2010, + "value": 152194 + } + ] + }, + "Bintulu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 114058 + }, + { + "year": 2010, + "value": 135128 + } + ] + }, + "Bt9 cheras/sg raya/tmn suntex": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 31053 + }, + { + "year": 2010, + "value": 232060 + } + ] + }, + "Bukit mertajam": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 13097 + }, + { + "year": 2010, + "value": 236651 + } + ] + }, + "Butterworth": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 71643 + }, + { + "year": 2010, + "value": 123923 + } + ] + }, + "Gelugor": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 12706 + }, + { + "year": 2010, + "value": 145603 + } + ] + }, + "Mb ipoh": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 452007 + }, + { + "year": 2010, + "value": 665585 + }, + { + "year": 2000, + "value": 529906 + }, + { + "year": 1991, + "value": 382853 + }, + { + "year": 1991, + "value": 468841 + } + ] + }, + "Mb johor bahru": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 424648 + }, + { + "year": 2010, + "value": 809887 + }, + { + "year": 2000, + "value": 390970 + }, + { + "year": 1991, + "value": 328436 + }, + { + "year": 1991, + "value": 441703 + } + ] + }, + "Kajang dan sungai chua": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 93906 + }, + { + "year": 2010, + "value": 307185 + } + ] + }, + "Klang": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 276729 + }, + { + "year": 2010, + "value": 826433 + }, + { + "year": 2000, + "value": 275762 + }, + { + "year": 1991, + "value": 243355 + }, + { + "year": 1991, + "value": 368379 + } + ] + }, + "Kluang": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 53442 + }, + { + "year": 2010, + "value": 159603 + } + ] + }, + "Mp kota bharu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 268340 + }, + { + "year": 2010, + "value": 297696 + }, + { + "year": 2000, + "value": 221690 + }, + { + "year": 1991, + "value": 219582 + }, + { + "year": 1991, + "value": 234581 + } + ] + }, + "Kota kinabalu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 207214 + }, + { + "year": 2010, + "value": 414388 + }, + { + "year": 2000, + "value": 226297 + }, + { + "year": 1991, + "value": 76120 + }, + { + "year": 1991, + "value": 160184 + } + ] + }, + "Kuala lumpur": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 1588750 + }, + { + "year": 2010, + "value": 1588750 + }, + { + "year": 2000, + "value": 1305792 + }, + { + "year": 1991, + "value": 1145342 + } + ] + }, + "Kuala terengganu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 284136 + }, + { + "year": 2010, + "value": 315605 + }, + { + "year": 2000, + "value": 171516 + }, + { + "year": 1991, + "value": 228119 + } + ] + }, + "Kuantan": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 354394 + }, + { + "year": 2010, + "value": 384343 + }, + { + "year": 2000, + "value": 266859 + }, + { + "year": 1991, + "value": 199484 + }, + { + "year": 1991, + "value": 202445 + } + ] + }, + "Kuching": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 134317 + }, + { + "year": 2010, + "value": 511518 + }, + { + "year": 2000, + "value": 494109 + }, + { + "year": 1991, + "value": 148059 + }, + { + "year": 1991, + "value": 277905 + } + ] + }, + "Kulai": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 20986 + }, + { + "year": 2010, + "value": 136396 + } + ] + }, + "Kulim": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 30574 + }, + { + "year": 2010, + "value": 183525 + } + ] + }, + "Lahad datu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 27887 + }, + { + "year": 2010, + "value": 107908 + } + ] + }, + "Melaka": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 63854 + }, + { + "year": 2010, + "value": 181428 + } + ] + }, + "Miri": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 130408 + }, + { + "year": 2010, + "value": 225913 + } + ] + }, + "Pasir gudang": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 46571 + }, + { + "year": 2010, + "value": 189012 + } + ] + }, + "Petaling jaya": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 197949 + }, + { + "year": 2010, + "value": 613977 + }, + { + "year": 2000, + "value": 192054 + }, + { + "year": 1991, + "value": 254350 + }, + { + "year": 1991, + "value": 350995 + } + ] + }, + "Sandakan": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 157330 + }, + { + "year": 2010, + "value": 324195 + }, + { + "year": 2000, + "value": 163600 + }, + { + "year": 1991, + "value": 125841 + }, + { + "year": 1991, + "value": 156675 + } + ] + }, + "Sekudai": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 6947 + }, + { + "year": 2010, + "value": 101945 + } + ] + }, + "Seleyang baru": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 150733 + }, + { + "year": 2010, + "value": 205073 + }, + { + "year": 2000, + "value": 153135 + }, + { + "year": 1991, + "value": 124228 + }, + { + "year": 1991, + "value": 134197 + } + ] + }, + "Seremban": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 314502 + }, + { + "year": 2010, + "value": 374440 + }, + { + "year": 2000, + "value": 238083 + }, + { + "year": 1991, + "value": 182869 + }, + { + "year": 1991, + "value": 193237 + } + ] + }, + "Shah alam": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 174370 + }, + { + "year": 2010, + "value": 443222 + }, + { + "year": 2000, + "value": 143066 + }, + { + "year": 1991, + "value": 102019 + }, + { + "year": 1991, + "value": 117027 + } + ] + }, + "Sibu": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 162676 + }, + { + "year": 2010, + "value": 181516 + }, + { + "year": 2000, + "value": 152681 + }, + { + "year": 1991, + "value": 126381 + }, + { + "year": 1991, + "value": 133479 + } + ] + }, + "Subang jaya": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 317741 + }, + { + "year": 2010, + "value": 718213 + } + ] + }, + "Sungai ara": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 483 + }, + { + "year": 2010, + "value": 153104 + } + ] + }, + "Sungai petani": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 171676 + }, + { + "year": 2010, + "value": 195112 + }, + { + "year": 2000, + "value": 156805 + }, + { + "year": 1991, + "value": 114763 + }, + { + "year": 1991, + "value": 116977 + } + ] + }, + "Taiping": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 245182 + }, + { + "year": 2010, + "value": 245182 + }, + { + "year": 2000, + "value": 170552 + }, + { + "year": 1991, + "value": 183261 + }, + { + "year": 1991, + "value": 200324 + } + ] + }, + "Tawau": { + "country": "Malaysia", + "population": [ + { + "year": 2010, + "value": 113809 + }, + { + "year": 2010, + "value": 257414 + } + ] + }, + "Mal\u00e9": { + "country": "Maldives", + "population": [ + { + "year": 2012, + "value": 116618 + }, + { + "year": 2011, + "value": 112771 + }, + { + "year": 2006, + "value": 103693 + }, + { + "year": 2000, + "value": 74069 + } + ] + }, + "Valletta": { + "country": "Malta", + "population": [ + { + "year": 2013, + "value": 5721 + }, + { + "year": 2011, + "value": 5748 + }, + { + "year": 2011, + "value": 5770 + }, + { + "year": 2010, + "value": 6280 + }, + { + "year": 2009, + "value": 6287 + }, + { + "year": 2008, + "value": 6315 + }, + { + "year": 2007, + "value": 6318 + }, + { + "year": 2006, + "value": 6306 + }, + { + "year": 2005, + "value": 6300 + }, + { + "year": 2005, + "value": 7086 + }, + { + "year": 2004, + "value": 7111 + }, + { + "year": 2003, + "value": 7137 + } + ] + }, + "Majuro": { + "country": "Marshall Islands", + "population": [ + { + "year": 2011, + "value": 27797 + }, + { + "year": 1999, + "value": 23676 + } + ] + }, + "Fort-de-france": { + "country": "Martinique", + "population": [ + { + "year": 2006, + "value": 90347 + }, + { + "year": 2006, + "value": 133281 + }, + { + "year": 1999, + "value": 94152 + }, + { + "year": 1999, + "value": 134796 + } + ] + }, + "Nouakchott": { + "country": "Mauritania", + "population": [ + { + "year": 2000, + "value": 558195 + } + ] + }, + "Beau bassin - rose hill": { + "country": "Mauritius", + "population": [ + { + "year": 2012, + "value": 105269 + }, + { + "year": 2011, + "value": 103098 + }, + { + "year": 2011, + "value": 111061 + }, + { + "year": 2010, + "value": 110687 + }, + { + "year": 2009, + "value": 110337 + }, + { + "year": 2008, + "value": 109949 + }, + { + "year": 2007, + "value": 109411 + }, + { + "year": 2006, + "value": 108921 + }, + { + "year": 2005, + "value": 108339 + }, + { + "year": 2003, + "value": 106978 + }, + { + "year": 2000, + "value": 103872 + } + ] + }, + "Port louis": { + "country": "Mauritius", + "population": [ + { + "year": 2012, + "value": 140430 + }, + { + "year": 2011, + "value": 118431 + }, + { + "year": 2011, + "value": 148380 + }, + { + "year": 2010, + "value": 148638 + }, + { + "year": 2009, + "value": 148928 + }, + { + "year": 2008, + "value": 149054 + }, + { + "year": 2007, + "value": 148877 + }, + { + "year": 2006, + "value": 148872 + }, + { + "year": 2005, + "value": 148565 + }, + { + "year": 2003, + "value": 147688 + }, + { + "year": 2000, + "value": 127855 + } + ] + }, + "Vacoas - phoenix": { + "country": "Mauritius", + "population": [ + { + "year": 2012, + "value": 106472 + }, + { + "year": 2011, + "value": 104271 + }, + { + "year": 2011, + "value": 108613 + }, + { + "year": 2010, + "value": 108186 + }, + { + "year": 2009, + "value": 107678 + }, + { + "year": 2008, + "value": 107175 + }, + { + "year": 2007, + "value": 106574 + }, + { + "year": 2006, + "value": 106011 + }, + { + "year": 2005, + "value": 105196 + }, + { + "year": 2003, + "value": 103564 + } + ] + }, + "Acapulco (de ju\u00e1rez)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 673479 + }, + { + "year": 2010, + "value": 863431 + }, + { + "year": 2007, + "value": 616394 + }, + { + "year": 2007, + "value": 616394 + }, + { + "year": 2005, + "value": 616394 + } + ] + }, + "Acayucan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 83817 + }, + { + "year": 2010, + "value": 112996 + } + ] + }, + "Aguascalientes": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 722250 + }, + { + "year": 2010, + "value": 932369 + }, + { + "year": 2007, + "value": 663671 + }, + { + "year": 2007, + "value": 702302 + }, + { + "year": 2005, + "value": 663671 + }, + { + "year": 2005, + "value": 702302 + } + ] + }, + "Apizaco": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 76492 + }, + { + "year": 2010, + "value": 499567 + } + ] + }, + "Campeche": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 259005 + }, + { + "year": 2007, + "value": 211671 + }, + { + "year": 2007, + "value": 211671 + }, + { + "year": 2005, + "value": 211671 + } + ] + }, + "Cancun": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 628306 + }, + { + "year": 2010, + "value": 677379 + }, + { + "year": 2007, + "value": 526701 + }, + { + "year": 2007, + "value": 526701 + }, + { + "year": 2005, + "value": 526701 + } + ] + }, + "Celaya": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 468469 + }, + { + "year": 2007, + "value": 310413 + }, + { + "year": 2007, + "value": 310413 + }, + { + "year": 2005, + "value": 310413 + } + ] + }, + "Chalco de diaz covarrubias": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 168720 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Chetumal": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 151243 + } + ] + }, + "Chicoloap\u00e1n de ju\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 172919 + } + ] + }, + "Chihuahua": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 809232 + }, + { + "year": 2010, + "value": 852533 + }, + { + "year": 2007, + "value": 748518 + }, + { + "year": 2007, + "value": 748518 + }, + { + "year": 2005, + "value": 748518 + } + ] + }, + "Chilpacingo (de los bravo)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 241717 + } + ] + }, + "Chimalhuacan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 612383 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad acu\u00f1a": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 136755 + } + ] + }, + "Ciudad apodaca": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 467157 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad de villa de alv\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 117600 + }, + { + "year": 2010, + "value": 334240 + } + ] + }, + "Ciudad del carmen": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 169466 + }, + { + "year": 2007, + "value": 154197 + }, + { + "year": 2007, + "value": 154197 + }, + { + "year": 2005, + "value": 8720916 + }, + { + "year": 2005, + "value": 17963196 + } + ] + }, + "Ciudad general escobedo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 352444 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad ju\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 151893 + } + ] + }, + "Ciudad l\u00f3pez mateos": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 489160 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad madero": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 197216 + }, + { + "year": 2010, + "value": 859419 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad obreg\u00f3n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 298625 + } + ] + }, + "Ciudad santa catarina": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 268347 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ciudad valles": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 167713 + } + ] + }, + "Ciudad victoria": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 321953 + }, + { + "year": 2007, + "value": 278455 + }, + { + "year": 2007, + "value": 278455 + }, + { + "year": 2005, + "value": 154197 + } + ] + }, + "Coatzacoalcos": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 235983 + }, + { + "year": 2010, + "value": 347257 + }, + { + "year": 2007, + "value": 234174 + }, + { + "year": 2007, + "value": 257748 + }, + { + "year": 2005, + "value": 1301452 + } + ] + }, + "Colimas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 137383 + }, + { + "year": 2010, + "value": 334240 + }, + { + "year": 2007, + "value": 123597 + }, + { + "year": 2007, + "value": 221298 + }, + { + "year": 2005, + "value": 278455 + } + ] + }, + "Cuauhtemoc": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 154639 + } + ] + }, + "Cuautitlan izcalli": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 484573 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Cuautla": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 154358 + }, + { + "year": 2010, + "value": 434147 + } + ] + }, + "Cuernavaca": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 338650 + }, + { + "year": 2010, + "value": 876083 + }, + { + "year": 2007, + "value": 332197 + }, + { + "year": 2007, + "value": 710718 + }, + { + "year": 2005, + "value": 234174 + }, + { + "year": 2005, + "value": 414007 + } + ] + }, + "Culiac\u00e1n rosales": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 675773 + }, + { + "year": 2007, + "value": 605304 + }, + { + "year": 2007, + "value": 605304 + }, + { + "year": 2005, + "value": 123597 + }, + { + "year": 2005, + "value": 221298 + } + ] + }, + "Delicias": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 137935 + } + ] + }, + "Durango (victoria de durango)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 518709 + }, + { + "year": 2007, + "value": 463830 + }, + { + "year": 2007, + "value": 463830 + }, + { + "year": 2005, + "value": 332197 + }, + { + "year": 2005, + "value": 710718 + } + ] + }, + "Ecatepec (de morelos)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1655015 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ensenada": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 466814 + } + ] + }, + "Fresnillo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 213139 + } + ] + }, + "G\u00f3mez palacio": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 257352 + }, + { + "year": 2010, + "value": 1215817 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Guadalajara": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1495182 + }, + { + "year": 2010, + "value": 4434878 + }, + { + "year": 2007, + "value": 1600894 + }, + { + "year": 2007, + "value": 3764371 + }, + { + "year": 2005, + "value": 605304 + } + ] + }, + "Guadalupe, nuevo le\u00f3n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 673616 + }, + { + "year": 2010, + "value": 4089962 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Guadalupe, zacatecas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 124623 + }, + { + "year": 2010, + "value": 298167 + } + ] + }, + "Guanajuato": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 171709 + } + ] + }, + "Heroica guaymas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 113082 + }, + { + "year": 2010, + "value": 203430 + } + ] + }, + "Hermosillo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 784342 + }, + { + "year": 2007, + "value": 641791 + }, + { + "year": 2007, + "value": 641791 + }, + { + "year": 2005, + "value": 463830 + } + ] + }, + "Hidalgo del parral": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 107061 + } + ] + }, + "Iguala (de la independencia)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 140363 + } + ] + }, + "Irapuato": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 529440 + }, + { + "year": 2007, + "value": 342561 + }, + { + "year": 2007, + "value": 342561 + }, + { + "year": 2005, + "value": 1600894 + }, + { + "year": 2005, + "value": 3764371 + } + ] + }, + "Ixtapaluca": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 322271 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Jiutepec": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 162427 + }, + { + "year": 2010, + "value": 876083 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Ju\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1321004 + }, + { + "year": 2010, + "value": 1332131 + }, + { + "year": 2007, + "value": 1301452 + }, + { + "year": 2007, + "value": 1301452 + }, + { + "year": 2005, + "value": 641791 + } + ] + }, + "La paz, distrito federal": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 253845 + }, + { + "year": 2007, + "value": 189176 + }, + { + "year": 2007, + "value": 189176 + }, + { + "year": 2005, + "value": 342561 + } + ] + }, + "La paz, baja california sur": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 251871 + } + ] + }, + "La piedad": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 99576 + }, + { + "year": 2010, + "value": 249512 + } + ] + }, + "L\u00e1zaro c\u00e1rdenas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 178817 + } + ] + }, + "Le\u00f3n (de los aldama)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1238962 + }, + { + "year": 2010, + "value": 1609504 + }, + { + "year": 2007, + "value": 1137465 + }, + { + "year": 2007, + "value": 1239572 + }, + { + "year": 2005, + "value": 189176 + } + ] + }, + "Los mochis": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 256613 + } + ] + }, + "Manzanillo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 161420 + }, + { + "year": 2007, + "value": 110728 + }, + { + "year": 2007, + "value": 110728 + }, + { + "year": 2005, + "value": 1137465 + }, + { + "year": 2005, + "value": 1239572 + } + ] + }, + "Matamoros": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 449815 + }, + { + "year": 2010, + "value": 489193 + }, + { + "year": 2007, + "value": 422711 + }, + { + "year": 2007, + "value": 422711 + }, + { + "year": 2005, + "value": 110728 + } + ] + }, + "Mazatl\u00e1n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 438434 + } + ] + }, + "M\u00e9rida": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 777615 + }, + { + "year": 2010, + "value": 973046 + }, + { + "year": 2007, + "value": 734153 + }, + { + "year": 2007, + "value": 867934 + }, + { + "year": 2005, + "value": 422711 + }, + { + "year": 2011, + "value": 231861 + }, + { + "year": 1998, + "value": 272437 + } + ] + }, + "Mexicali": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 689775 + }, + { + "year": 2010, + "value": 936826 + }, + { + "year": 2007, + "value": 653046 + }, + { + "year": 2007, + "value": 653046 + }, + { + "year": 2005, + "value": 734153 + }, + { + "year": 2005, + "value": 867934 + } + ] + }, + "Mexico, ciudad de": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 8851080 + }, + { + "year": 2010, + "value": 20116842 + }, + { + "year": 2007, + "value": 8261679 + }, + { + "year": 2007, + "value": 16922442 + }, + { + "year": 2005, + "value": 653046 + } + ] + }, + "Minatitl\u00e1n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 157840 + }, + { + "year": 2010, + "value": 356137 + } + ] + }, + "Monclova": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 215271 + }, + { + "year": 2010, + "value": 317313 + }, + { + "year": 2007, + "value": 198819 + }, + { + "year": 2007, + "value": 264425 + }, + { + "year": 2005, + "value": 198819 + }, + { + "year": 2005, + "value": 264425 + } + ] + }, + "Monterrey": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1135512 + }, + { + "year": 2010, + "value": 4089962 + }, + { + "year": 2007, + "value": 1133070 + }, + { + "year": 2007, + "value": 3412476 + }, + { + "year": 2005, + "value": 1133070 + }, + { + "year": 2005, + "value": 3412476 + } + ] + }, + "Morelia": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 597511 + }, + { + "year": 2010, + "value": 807902 + }, + { + "year": 2007, + "value": 608049 + }, + { + "year": 2007, + "value": 621022 + }, + { + "year": 2005, + "value": 608049 + }, + { + "year": 2005, + "value": 621022 + } + ] + }, + "Morole\u00f3n - uriangato": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 108669 + } + ] + }, + "Naucalpan de ju\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 792211 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Navojoa": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 157729 + } + ] + }, + "Netzahualc\u00f3yotl": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1104585 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Heroica nogales": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 212533 + } + ] + }, + "Nuevo laredo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 373725 + }, + { + "year": 2010, + "value": 384033 + }, + { + "year": 2007, + "value": 348387 + }, + { + "year": 2007, + "value": 348387 + }, + { + "year": 2005, + "value": 348387 + } + ] + }, + "Oaxaca de ju\u00e1rez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 255029 + }, + { + "year": 2010, + "value": 593658 + }, + { + "year": 2007, + "value": 258008 + }, + { + "year": 2007, + "value": 473582 + }, + { + "year": 2005, + "value": 258008 + }, + { + "year": 2005, + "value": 473582 + } + ] + }, + "Ocotl\u00e1n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 92967 + }, + { + "year": 2010, + "value": 141375 + } + ] + }, + "Orizaba": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 120844 + }, + { + "year": 2010, + "value": 410508 + }, + { + "year": 2007, + "value": 117273 + }, + { + "year": 2007, + "value": 265977 + }, + { + "year": 2005, + "value": 117273 + }, + { + "year": 2005, + "value": 471855 + } + ] + }, + "Pachuca (de soto)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 256584 + }, + { + "year": 2010, + "value": 512196 + }, + { + "year": 2007, + "value": 267751 + }, + { + "year": 2007, + "value": 305110 + }, + { + "year": 2005, + "value": 267751 + }, + { + "year": 2005, + "value": 305110 + } + ] + }, + "Piedras negras": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 150178 + }, + { + "year": 2010, + "value": 180734 + } + ] + }, + "Playa del carmen": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 149923 + } + ] + }, + "Poza rica de hidalgo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 185242 + }, + { + "year": 2010, + "value": 513518 + } + ] + }, + "Puebla de zaragoza": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1434062 + }, + { + "year": 2010, + "value": 2668437 + }, + { + "year": 2007, + "value": 1399519 + }, + { + "year": 2007, + "value": 1821792 + }, + { + "year": 2005, + "value": 1399519 + }, + { + "year": 2005, + "value": 1821792 + } + ] + }, + "Puerto vallarta": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 203342 + }, + { + "year": 2010, + "value": 379886 + } + ] + }, + "Quer\u00e9taro": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 626495 + }, + { + "year": 2010, + "value": 1097025 + }, + { + "year": 2007, + "value": 596450 + }, + { + "year": 2007, + "value": 673248 + }, + { + "year": 2005, + "value": 596450 + }, + { + "year": 2005, + "value": 680810 + } + ] + }, + "Reynosa": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 589466 + }, + { + "year": 2010, + "value": 727150 + }, + { + "year": 2007, + "value": 507998 + }, + { + "year": 2007, + "value": 507998 + }, + { + "year": 2005, + "value": 507998 + } + ] + }, + "Rioverde - ciudad fern\u00e1ndez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 135452 + } + ] + }, + "Salamanca": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 260732 + }, + { + "year": 2007, + "value": 143838 + }, + { + "year": 2007, + "value": 143838 + }, + { + "year": 2005, + "value": 143838 + }, + { + "year": 2012, + "value": 150788 + }, + { + "year": 2011, + "value": 151660 + }, + { + "year": 2011, + "value": 152760 + }, + { + "year": 2010, + "value": 153967 + }, + { + "year": 2009, + "value": 155041 + }, + { + "year": 2008, + "value": 155740 + }, + { + "year": 2006, + "value": 159754 + }, + { + "year": 2001, + "value": 156368 + }, + { + "year": 2001, + "value": 153943 + }, + { + "year": 2001, + "value": 181901 + } + ] + }, + "Saltillo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 709671 + }, + { + "year": 2010, + "value": 823128 + }, + { + "year": 2007, + "value": 633667 + }, + { + "year": 2007, + "value": 681895 + }, + { + "year": 2005, + "value": 633667 + }, + { + "year": 2005, + "value": 681895 + } + ] + }, + "San cristobal de las casas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 185917 + } + ] + }, + "San francisco coacalco": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 277959 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "San francisco del rinc\u00f3n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 113570 + }, + { + "year": 2010, + "value": 182365 + } + ] + }, + "San juan bautista tuxtepec": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 155766 + } + ] + }, + "San juan del r\u00edo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 241699 + } + ] + }, + "San luis potos\u00ed": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 722772 + }, + { + "year": 2010, + "value": 1040443 + }, + { + "year": 2007, + "value": 685934 + }, + { + "year": 2007, + "value": 901902 + }, + { + "year": 2005, + "value": 685934 + }, + { + "year": 2005, + "value": 901902 + } + ] + }, + "San luis rio colorado": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 178380 + } + ] + }, + "San mart\u00edn texmelucan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 141112 + }, + { + "year": 2010, + "value": 2668437 + } + ] + }, + "San nicolas de los garza": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 443273 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "San pedro garza garcia": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 122627 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Soledad de graciano sanchez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 255015 + }, + { + "year": 2010, + "value": 1040443 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Tampico": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 297284 + }, + { + "year": 2010, + "value": 859419 + }, + { + "year": 2007, + "value": 303635 + }, + { + "year": 2007, + "value": 578759 + }, + { + "year": 2005, + "value": 303635 + }, + { + "year": 2005, + "value": 635762 + } + ] + }, + "Tapachula (de cordova y ordo\u00f1ez)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 202672 + } + ] + }, + "Tecom\u00e1n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 112726 + }, + { + "year": 2010, + "value": 141421 + } + ] + }, + "Tehuac\u00e1n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 248716 + }, + { + "year": 2010, + "value": 296899 + } + ] + }, + "Tepic": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 332863 + }, + { + "year": 2010, + "value": 429351 + }, + { + "year": 2007, + "value": 295204 + }, + { + "year": 2007, + "value": 295204 + }, + { + "year": 2005, + "value": 295204 + } + ] + }, + "Tijuana": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1300983 + }, + { + "year": 2010, + "value": 1751430 + }, + { + "year": 2007, + "value": 1286187 + }, + { + "year": 2007, + "value": 1286187 + }, + { + "year": 2005, + "value": 1286187 + } + ] + }, + "Tlalnepantla": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 653410 + }, + { + "year": 2010, + "value": 20116842 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Tlaquepaque": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 575942 + }, + { + "year": 2010, + "value": 4434878 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Tlaxcala": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 89795 + }, + { + "year": 2010, + "value": 499567 + }, + { + "year": 2005, + "value": 15777 + }, + { + "year": 2005, + "value": 506958 + } + ] + }, + "Toluca (de lerdo)": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 489333 + }, + { + "year": 2010, + "value": 1846116 + }, + { + "year": 2007, + "value": 467712 + }, + { + "year": 2007, + "value": 1044307 + }, + { + "year": 2005, + "value": 467712 + }, + { + "year": 2005, + "value": 1048378 + } + ] + }, + "Tonala": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 408759 + }, + { + "year": 2010, + "value": 4434878 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Torre\u00f3n": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 608836 + }, + { + "year": 2010, + "value": 1215817 + }, + { + "year": 2007, + "value": 548723 + }, + { + "year": 2007, + "value": 859938 + }, + { + "year": 2005, + "value": 548723 + }, + { + "year": 2005, + "value": 859938 + } + ] + }, + "Tula, tula de allende": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 103919 + }, + { + "year": 2010, + "value": 205812 + } + ] + }, + "Tulancingo, tulancingo de bravo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 151584 + }, + { + "year": 2010, + "value": 239579 + } + ] + }, + "Tuxpan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 143362 + }, + { + "year": 2005, + "value": 78523 + }, + { + "year": 2005, + "value": 100586 + } + ] + }, + "Tuxtla guti\u00e9rrez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 537102 + }, + { + "year": 2010, + "value": 640977 + }, + { + "year": 2007, + "value": 490455 + }, + { + "year": 2007, + "value": 490455 + }, + { + "year": 2005, + "value": 490455 + } + ] + }, + "Uruapan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 315350 + } + ] + }, + "Veracruz": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 428323 + }, + { + "year": 2010, + "value": 801295 + }, + { + "year": 2007, + "value": 444438 + }, + { + "year": 2007, + "value": 602384 + }, + { + "year": 2005, + "value": 444438 + }, + { + "year": 2005, + "value": 602384 + } + ] + }, + "Villa nicolas romero": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 281799 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Villahermosa": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 353577 + }, + { + "year": 2010, + "value": 755425 + }, + { + "year": 2007, + "value": 335778 + }, + { + "year": 2007, + "value": 367899 + }, + { + "year": 2005, + "value": 335778 + }, + { + "year": 2005, + "value": 367899 + } + ] + }, + "Xalapa-enriquez": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 424755 + }, + { + "year": 2010, + "value": 666535 + } + ] + }, + "Xico": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 356352 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Zacatecas": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 129011 + }, + { + "year": 2010, + "value": 298167 + }, + { + "year": 2007, + "value": 122889 + }, + { + "year": 2007, + "value": 222461 + }, + { + "year": 2005, + "value": 122889 + }, + { + "year": 2005, + "value": 222461 + } + ] + }, + "Zamora de hidalgo": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 141627 + }, + { + "year": 2010, + "value": 250113 + } + ] + }, + "Zapopan": { + "country": "Mexico", + "population": [ + { + "year": 2010, + "value": 1142483 + }, + { + "year": 2010, + "value": 4434878 + }, + { + "year": 2005, + "value": 1 + } + ] + }, + "Palikir": { + "country": "Micronesia (Federated States of)", + "population": [ + { + "year": 2000, + "value": 6227 + } + ] + }, + "Monaco": { + "country": "Monaco", + "population": [ + { + "year": 1999, + "value": 33268 + } + ] + }, + "Hovsgol": { + "country": "Mongolia", + "population": [ + { + "year": 2013, + "value": 118162 + }, + { + "year": 2010, + "value": 114331 + }, + { + "year": 2000, + "value": 119063 + } + ] + }, + "Ovorhangay": { + "country": "Mongolia", + "population": [ + { + "year": 2013, + "value": 101884 + }, + { + "year": 2010, + "value": 100444 + }, + { + "year": 2000, + "value": 111420 + } + ] + }, + "Ulaanbaatar": { + "country": "Mongolia", + "population": [ + { + "year": 2013, + "value": 1345086 + }, + { + "year": 2010, + "value": 1131902 + }, + { + "year": 2010, + "value": 1154290 + }, + { + "year": 2009, + "value": 1087096 + }, + { + "year": 2008, + "value": 1041307 + }, + { + "year": 2007, + "value": 1012733 + }, + { + "year": 2006, + "value": 979780 + }, + { + "year": 2005, + "value": 946906 + }, + { + "year": 2004, + "value": 910984 + }, + { + "year": 2003, + "value": 893437 + }, + { + "year": 2000, + "value": 760077 + } + ] + }, + "Podgorica": { + "country": "Montenegro", + "population": [ + { + "year": 2011, + "value": 185937 + }, + { + "year": 2009, + "value": 180810 + }, + { + "year": 2003, + "value": 140262 + }, + { + "year": 2003, + "value": 169132 + } + ] + }, + "Plymouth": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 243795 + } + ] + }, + "Beira": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 397368 + } + ] + }, + "Chimoio": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 171056 + } + ] + }, + "Maputo": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 966837 + }, + { + "year": 1997, + "value": 1391499 + } + ] + }, + "Matola": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 424662 + } + ] + }, + "Mocuba": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 124650 + } + ] + }, + "Nacala": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 158248 + } + ] + }, + "Nampula": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 303346 + } + ] + }, + "Quelimane": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 150116 + } + ] + }, + "Tete": { + "country": "Mozambique", + "population": [ + { + "year": 1997, + "value": 101984 + } + ] + }, + "Pathein": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 286684 + }, + { + "year": 1983, + "value": 144096 + } + ] + }, + "Mandalay": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 1225133 + }, + { + "year": 1983, + "value": 532949 + } + ] + }, + "Monywa": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 371963 + }, + { + "year": 1983, + "value": 106843 + } + ] + }, + "Mawlamyine": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 288120 + }, + { + "year": 1983, + "value": 219961 + } + ] + }, + "Nay pyi taw": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 1158367 + } + ] + }, + "Bago": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 491130 + }, + { + "year": 1983, + "value": 150528 + }, + { + "year": 2010, + "value": 163045 + }, + { + "year": 2007, + "value": 159933 + }, + { + "year": 2000, + "value": 141721 + } + ] + }, + "Dawei": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 125239 + } + ] + }, + "Ha ka": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 48266 + } + ] + }, + "Hpa-an": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 421415 + } + ] + }, + "Loikaw": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 128837 + } + ] + }, + "Magway": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 288883 + } + ] + }, + "Myitkyina": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 305347 + } + ] + }, + "Sittway": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 149348 + }, + { + "year": 1983, + "value": 107621 + } + ] + }, + "Taunggyi": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 380665 + }, + { + "year": 1983, + "value": 108231 + } + ] + }, + "Yangon": { + "country": "Myanmar", + "population": [ + { + "year": 2014, + "value": 5209541 + }, + { + "year": 1983, + "value": 2513023 + } + ] + }, + "Windhoek": { + "country": "Namibia", + "population": [ + { + "year": 2001, + "value": 233529 + } + ] + }, + "Yaren": { + "country": "Nauru", + "population": [ + { + "year": 1992, + "value": 672 + } + ] + }, + "Bhimdutta": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 106666 + } + ] + }, + "Biratnagar": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 204949 + }, + { + "year": 2001, + "value": 166674 + } + ] + }, + "Birgunj": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 139068 + }, + { + "year": 2001, + "value": 112484 + } + ] + }, + "Butwal": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 120982 + } + ] + }, + "Dhangadhi": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 104047 + } + ] + }, + "Dharan": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 119915 + } + ] + }, + "Kathmandu": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 1003285 + }, + { + "year": 2001, + "value": 671846 + } + ] + }, + "Pokhara": { + "country": "Nepal", + "population": [ + { + "year": 2011, + "value": 264991 + }, + { + "year": 2001, + "value": 156312 + } + ] + }, + "Almere": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 190655 + }, + { + "year": 2010, + "value": 188160 + }, + { + "year": 2009, + "value": 185746 + }, + { + "year": 2008, + "value": 183270 + }, + { + "year": 2007, + "value": 180924 + }, + { + "year": 2006, + "value": 178466 + }, + { + "year": 2005, + "value": 175007 + }, + { + "year": 2003, + "value": 165106 + } + ] + }, + "Amersfoort": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 146592 + }, + { + "year": 2011, + "value": 175201 + }, + { + "year": 2010, + "value": 144862 + }, + { + "year": 2010, + "value": 173674 + }, + { + "year": 2009, + "value": 143212 + }, + { + "year": 2009, + "value": 171795 + }, + { + "year": 2008, + "value": 141211 + }, + { + "year": 2008, + "value": 169751 + }, + { + "year": 2007, + "value": 139054 + }, + { + "year": 2007, + "value": 167664 + }, + { + "year": 2006, + "value": 136999 + }, + { + "year": 2006, + "value": 165888 + }, + { + "year": 2005, + "value": 134906 + }, + { + "year": 2005, + "value": 163883 + }, + { + "year": 2003, + "value": 131221 + }, + { + "year": 2003, + "value": 160219 + } + ] + }, + "Amsterdam": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 779808 + }, + { + "year": 2011, + "value": 1068724 + }, + { + "year": 2010, + "value": 767457 + }, + { + "year": 2010, + "value": 1053413 + }, + { + "year": 2009, + "value": 755605 + }, + { + "year": 2009, + "value": 1039029 + }, + { + "year": 2008, + "value": 747093 + }, + { + "year": 2008, + "value": 1028261 + }, + { + "year": 2007, + "value": 742884 + }, + { + "year": 2007, + "value": 1022487 + }, + { + "year": 2006, + "value": 743079 + }, + { + "year": 2006, + "value": 1021254 + }, + { + "year": 2005, + "value": 742783 + }, + { + "year": 2005, + "value": 1020858 + }, + { + "year": 2003, + "value": 736562 + }, + { + "year": 2003, + "value": 1013147 + } + ] + }, + "Apeldoorn": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 156199 + }, + { + "year": 2010, + "value": 155726 + }, + { + "year": 2010, + "value": 155726 + }, + { + "year": 2009, + "value": 155332 + }, + { + "year": 2009, + "value": 155332 + }, + { + "year": 2008, + "value": 155108 + }, + { + "year": 2007, + "value": 155564 + }, + { + "year": 2006, + "value": 156051 + }, + { + "year": 2005, + "value": 156064 + }, + { + "year": 2003, + "value": 155741 + } + ] + }, + "Arnhem": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 148070 + }, + { + "year": 2011, + "value": 149582 + }, + { + "year": 2010, + "value": 147018 + }, + { + "year": 2010, + "value": 148513 + }, + { + "year": 2009, + "value": 145574 + }, + { + "year": 2009, + "value": 147089 + }, + { + "year": 2008, + "value": 143582 + }, + { + "year": 2008, + "value": 145093 + }, + { + "year": 2007, + "value": 142569 + }, + { + "year": 2007, + "value": 144096 + }, + { + "year": 2006, + "value": 142195 + }, + { + "year": 2006, + "value": 143697 + }, + { + "year": 2005, + "value": 141321 + }, + { + "year": 2005, + "value": 142834 + }, + { + "year": 2003, + "value": 141528 + }, + { + "year": 2003, + "value": 143055 + } + ] + }, + "Breda": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 174599 + }, + { + "year": 2010, + "value": 173299 + }, + { + "year": 2010, + "value": 173299 + }, + { + "year": 2009, + "value": 171916 + }, + { + "year": 2009, + "value": 171916 + }, + { + "year": 2008, + "value": 170960 + }, + { + "year": 2007, + "value": 170349 + }, + { + "year": 2006, + "value": 169709 + }, + { + "year": 2005, + "value": 168054 + }, + { + "year": 2003, + "value": 164397 + } + ] + }, + "Dordrecht": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 118810 + }, + { + "year": 2011, + "value": 236734 + }, + { + "year": 2010, + "value": 118480 + }, + { + "year": 2010, + "value": 236285 + }, + { + "year": 2009, + "value": 118408 + }, + { + "year": 2009, + "value": 235883 + }, + { + "year": 2008, + "value": 118182 + }, + { + "year": 2008, + "value": 235596 + }, + { + "year": 2007, + "value": 118541 + }, + { + "year": 2007, + "value": 235811 + }, + { + "year": 2006, + "value": 118821 + }, + { + "year": 2006, + "value": 245482 + }, + { + "year": 2005, + "value": 119263 + }, + { + "year": 2005, + "value": 246318 + }, + { + "year": 2003, + "value": 120043 + }, + { + "year": 2003, + "value": 246187 + } + ] + }, + "Ede": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 108285 + }, + { + "year": 2010, + "value": 107756 + }, + { + "year": 2009, + "value": 107623 + }, + { + "year": 2008, + "value": 107686 + }, + { + "year": 2007, + "value": 107500 + }, + { + "year": 2006, + "value": 107048 + }, + { + "year": 2005, + "value": 106416 + }, + { + "year": 2003, + "value": 104771 + }, + { + "year": 1991, + "value": 142363 + } + ] + }, + "Eindhoven": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 216036 + }, + { + "year": 2011, + "value": 330152 + }, + { + "year": 2010, + "value": 213809 + }, + { + "year": 2010, + "value": 327245 + }, + { + "year": 2009, + "value": 212269 + }, + { + "year": 2009, + "value": 325342 + }, + { + "year": 2008, + "value": 210333 + }, + { + "year": 2008, + "value": 323514 + }, + { + "year": 2007, + "value": 209699 + }, + { + "year": 2007, + "value": 322633 + }, + { + "year": 2006, + "value": 209172 + }, + { + "year": 2006, + "value": 322410 + }, + { + "year": 2005, + "value": 208455 + }, + { + "year": 2005, + "value": 320677 + }, + { + "year": 2003, + "value": 206118 + }, + { + "year": 2003, + "value": 308213 + } + ] + }, + "Emmen": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 109259 + }, + { + "year": 2010, + "value": 109491 + }, + { + "year": 2009, + "value": 109441 + }, + { + "year": 2008, + "value": 109151 + }, + { + "year": 2007, + "value": 108832 + }, + { + "year": 2006, + "value": 108589 + }, + { + "year": 2005, + "value": 108617 + }, + { + "year": 2003, + "value": 108198 + } + ] + }, + "Enschede": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 157838 + }, + { + "year": 2010, + "value": 157052 + }, + { + "year": 2010, + "value": 157052 + }, + { + "year": 2009, + "value": 156071 + }, + { + "year": 2009, + "value": 156071 + }, + { + "year": 2008, + "value": 154753 + }, + { + "year": 2007, + "value": 154476 + }, + { + "year": 2006, + "value": 154377 + }, + { + "year": 2005, + "value": 153679 + }, + { + "year": 2003, + "value": 152321 + } + ] + }, + "Geleen-sittard": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 137071 + }, + { + "year": 2010, + "value": 137495 + }, + { + "year": 2009, + "value": 137799 + }, + { + "year": 2008, + "value": 138478 + }, + { + "year": 2007, + "value": 139293 + }, + { + "year": 2006, + "value": 140230 + }, + { + "year": 2005, + "value": 140847 + }, + { + "year": 2003, + "value": 97806 + }, + { + "year": 2003, + "value": 141467 + } + ] + }, + "Groningen": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 189991 + }, + { + "year": 2011, + "value": 208506 + }, + { + "year": 2010, + "value": 187298 + }, + { + "year": 2010, + "value": 205814 + }, + { + "year": 2009, + "value": 184227 + }, + { + "year": 2009, + "value": 202859 + }, + { + "year": 2008, + "value": 182484 + }, + { + "year": 2008, + "value": 201190 + }, + { + "year": 2007, + "value": 181613 + }, + { + "year": 2007, + "value": 200422 + }, + { + "year": 2006, + "value": 180729 + }, + { + "year": 2006, + "value": 199836 + }, + { + "year": 2005, + "value": 180604 + }, + { + "year": 2005, + "value": 199738 + }, + { + "year": 2003, + "value": 177172 + }, + { + "year": 2003, + "value": 196180 + } + ] + }, + "Haarlem": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 150670 + }, + { + "year": 2011, + "value": 199006 + }, + { + "year": 2010, + "value": 149579 + }, + { + "year": 2010, + "value": 197660 + }, + { + "year": 2009, + "value": 148191 + }, + { + "year": 2009, + "value": 195940 + }, + { + "year": 2008, + "value": 147640 + }, + { + "year": 2008, + "value": 190139 + }, + { + "year": 2007, + "value": 146960 + }, + { + "year": 2007, + "value": 189563 + }, + { + "year": 2006, + "value": 147015 + }, + { + "year": 2006, + "value": 189639 + }, + { + "year": 2005, + "value": 146739 + }, + { + "year": 2005, + "value": 189388 + }, + { + "year": 2003, + "value": 147097 + }, + { + "year": 2003, + "value": 189902 + } + ] + }, + "Haarlemmermeer": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 143374 + }, + { + "year": 2010, + "value": 142788 + }, + { + "year": 2009, + "value": 142042 + }, + { + "year": 2008, + "value": 140648 + }, + { + "year": 2007, + "value": 138255 + }, + { + "year": 2006, + "value": 135136 + }, + { + "year": 2005, + "value": 131816 + }, + { + "year": 2003, + "value": 122902 + } + ] + }, + "Heerlen-kerkrade": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 204182 + }, + { + "year": 2010, + "value": 204825 + }, + { + "year": 2009, + "value": 205677 + }, + { + "year": 2008, + "value": 206495 + }, + { + "year": 2007, + "value": 207762 + }, + { + "year": 2006, + "value": 209634 + }, + { + "year": 2005, + "value": 211359 + }, + { + "year": 2003, + "value": 93969 + }, + { + "year": 2003, + "value": 214261 + } + ] + }, + "Leiden": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 117915 + }, + { + "year": 2011, + "value": 253200 + }, + { + "year": 2010, + "value": 117123 + }, + { + "year": 2010, + "value": 251436 + }, + { + "year": 2009, + "value": 116787 + }, + { + "year": 2009, + "value": 250154 + }, + { + "year": 2008, + "value": 116878 + }, + { + "year": 2008, + "value": 249662 + }, + { + "year": 2007, + "value": 117485 + }, + { + "year": 2007, + "value": 249480 + }, + { + "year": 2006, + "value": 118069 + }, + { + "year": 2006, + "value": 249769 + }, + { + "year": 2005, + "value": 118563 + }, + { + "year": 2005, + "value": 254387 + }, + { + "year": 2003, + "value": 117689 + }, + { + "year": 2003, + "value": 253106 + } + ] + }, + "Maastricht": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 119664 + }, + { + "year": 2010, + "value": 118533 + }, + { + "year": 2009, + "value": 118286 + }, + { + "year": 2008, + "value": 118004 + }, + { + "year": 2007, + "value": 119038 + }, + { + "year": 2006, + "value": 120175 + }, + { + "year": 2005, + "value": 121456 + }, + { + "year": 2005, + "value": 121456 + }, + { + "year": 2003, + "value": 121982 + } + ] + }, + "Nijmegen": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 164223 + }, + { + "year": 2010, + "value": 162963 + }, + { + "year": 2010, + "value": 162963 + }, + { + "year": 2009, + "value": 161817 + }, + { + "year": 2009, + "value": 161817 + }, + { + "year": 2008, + "value": 161251 + }, + { + "year": 2007, + "value": 160907 + }, + { + "year": 2006, + "value": 159522 + }, + { + "year": 2005, + "value": 158215 + }, + { + "year": 2005, + "value": 158215 + }, + { + "year": 2003, + "value": 156198 + } + ] + }, + "Rotterdam": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 610386 + }, + { + "year": 2011, + "value": 1003088 + }, + { + "year": 2010, + "value": 593049 + }, + { + "year": 2010, + "value": 996183 + }, + { + "year": 2009, + "value": 587134 + }, + { + "year": 2009, + "value": 989319 + }, + { + "year": 2008, + "value": 582951 + }, + { + "year": 2008, + "value": 984603 + }, + { + "year": 2007, + "value": 584058 + }, + { + "year": 2007, + "value": 985950 + }, + { + "year": 2006, + "value": 588697 + }, + { + "year": 2006, + "value": 991578 + }, + { + "year": 2005, + "value": 596407 + }, + { + "year": 2005, + "value": 999347 + }, + { + "year": 2003, + "value": 599651 + }, + { + "year": 2003, + "value": 1008390 + } + ] + }, + "S-gravenhage": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 639652 + }, + { + "year": 2010, + "value": 633201 + }, + { + "year": 2009, + "value": 627228 + }, + { + "year": 2008, + "value": 621139 + }, + { + "year": 2007, + "value": 619414 + }, + { + "year": 2005, + "value": 618825 + }, + { + "year": 2003, + "value": 463826 + }, + { + "year": 2003, + "value": 627645 + } + ] + }, + "S-hertogenbosch": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 140786 + }, + { + "year": 2011, + "value": 166440 + }, + { + "year": 2010, + "value": 139607 + }, + { + "year": 2010, + "value": 165007 + }, + { + "year": 2009, + "value": 137775 + }, + { + "year": 2009, + "value": 163063 + }, + { + "year": 2008, + "value": 136481 + }, + { + "year": 2008, + "value": 161818 + }, + { + "year": 2007, + "value": 135648 + }, + { + "year": 2007, + "value": 160887 + }, + { + "year": 2006, + "value": 134717 + }, + { + "year": 2006, + "value": 159952 + }, + { + "year": 2005, + "value": 133978 + }, + { + "year": 2005, + "value": 159217 + }, + { + "year": 2003, + "value": 132501 + }, + { + "year": 2003, + "value": 157774 + } + ] + }, + "The hague": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 495083 + }, + { + "year": 2010, + "value": 488553 + }, + { + "year": 2009, + "value": 481864 + }, + { + "year": 2008, + "value": 475681 + }, + { + "year": 2007, + "value": 473941 + }, + { + "year": 2006, + "value": 475627 + }, + { + "year": 2006, + "value": 621512 + }, + { + "year": 2005, + "value": 472096 + } + ] + }, + "Tilburg": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 206240 + }, + { + "year": 2011, + "value": 229047 + }, + { + "year": 2010, + "value": 204853 + }, + { + "year": 2010, + "value": 227614 + }, + { + "year": 2009, + "value": 203464 + }, + { + "year": 2009, + "value": 225930 + }, + { + "year": 2008, + "value": 202091 + }, + { + "year": 2008, + "value": 224410 + }, + { + "year": 2007, + "value": 201259 + }, + { + "year": 2007, + "value": 223343 + }, + { + "year": 2006, + "value": 200380 + }, + { + "year": 2006, + "value": 222526 + }, + { + "year": 2005, + "value": 199068 + }, + { + "year": 2005, + "value": 221460 + }, + { + "year": 2003, + "value": 197917 + }, + { + "year": 2003, + "value": 220427 + } + ] + }, + "Utrecht": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 311367 + }, + { + "year": 2011, + "value": 469712 + }, + { + "year": 2010, + "value": 307081 + }, + { + "year": 2010, + "value": 441866 + }, + { + "year": 2009, + "value": 299891 + }, + { + "year": 2009, + "value": 434697 + }, + { + "year": 2008, + "value": 294737 + }, + { + "year": 2008, + "value": 429244 + }, + { + "year": 2007, + "value": 288401 + }, + { + "year": 2007, + "value": 423153 + }, + { + "year": 2006, + "value": 280949 + }, + { + "year": 2006, + "value": 416093 + }, + { + "year": 2005, + "value": 275258 + }, + { + "year": 2005, + "value": 410090 + }, + { + "year": 2003, + "value": 265151 + }, + { + "year": 2003, + "value": 400559 + } + ] + }, + "Zaanstad": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 190655 + }, + { + "year": 2010, + "value": 145332 + }, + { + "year": 2009, + "value": 144055 + }, + { + "year": 2008, + "value": 142863 + }, + { + "year": 2007, + "value": 141402 + }, + { + "year": 2006, + "value": 140270 + }, + { + "year": 2005, + "value": 139817 + }, + { + "year": 2003, + "value": 139464 + } + ] + }, + "Zoetermeer": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 146592 + }, + { + "year": 2010, + "value": 121532 + }, + { + "year": 2009, + "value": 120881 + }, + { + "year": 2008, + "value": 119504 + }, + { + "year": 2007, + "value": 118024 + }, + { + "year": 2006, + "value": 116979 + }, + { + "year": 2005, + "value": 115792 + }, + { + "year": 2003, + "value": 112594 + } + ] + }, + "Zwolle": { + "country": "Netherlands", + "population": [ + { + "year": 2011, + "value": 120355 + }, + { + "year": 2010, + "value": 119030 + }, + { + "year": 2010, + "value": 119030 + }, + { + "year": 2009, + "value": 117703 + }, + { + "year": 2009, + "value": 117703 + }, + { + "year": 2008, + "value": 116365 + }, + { + "year": 2007, + "value": 114635 + }, + { + "year": 2006, + "value": 113078 + }, + { + "year": 2005, + "value": 111900 + }, + { + "year": 2003, + "value": 109955 + } + ] + }, + "Noumea": { + "country": "New Caledonia", + "population": [ + { + "year": 2009, + "value": 97579 + }, + { + "year": 2004, + "value": 91386 + }, + { + "year": 1996, + "value": 76293 + }, + { + "year": 1996, + "value": 118823 + } + ] + }, + "Auckland": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 1529400 + }, + { + "year": 2012, + "value": 1507600 + }, + { + "year": 2011, + "value": 1486000 + }, + { + "year": 2010, + "value": 450200 + }, + { + "year": 2010, + "value": 1354900 + }, + { + "year": 2009, + "value": 444100 + }, + { + "year": 2009, + "value": 1333300 + }, + { + "year": 2008, + "value": 438100 + }, + { + "year": 2008, + "value": 1313100 + }, + { + "year": 2006, + "value": 1208094 + }, + { + "year": 2006, + "value": 428300 + }, + { + "year": 2006, + "value": 1272800 + }, + { + "year": 2005, + "value": 425400 + }, + { + "year": 2005, + "value": 1241700 + }, + { + "year": 2003, + "value": 415100 + }, + { + "year": 2003, + "value": 1199300 + }, + { + "year": 2001, + "value": 1074507 + } + ] + }, + "Christchurch": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 366100 + }, + { + "year": 2012, + "value": 375900 + }, + { + "year": 2011, + "value": 367700 + }, + { + "year": 2011, + "value": 380900 + }, + { + "year": 2010, + "value": 376700 + }, + { + "year": 2010, + "value": 390300 + }, + { + "year": 2009, + "value": 372600 + }, + { + "year": 2009, + "value": 386100 + }, + { + "year": 2008, + "value": 369000 + }, + { + "year": 2008, + "value": 382200 + }, + { + "year": 2006, + "value": 360765 + }, + { + "year": 2006, + "value": 361800 + }, + { + "year": 2006, + "value": 374500 + }, + { + "year": 2005, + "value": 347700 + }, + { + "year": 2005, + "value": 367800 + }, + { + "year": 2003, + "value": 338800 + }, + { + "year": 2003, + "value": 358000 + }, + { + "year": 2001, + "value": 334107 + } + ] + }, + "Dunedin": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 127500 + }, + { + "year": 2012, + "value": 126900 + }, + { + "year": 2011, + "value": 126000 + }, + { + "year": 2011, + "value": 119700 + }, + { + "year": 2010, + "value": 116600 + }, + { + "year": 2010, + "value": 124800 + }, + { + "year": 2009, + "value": 115700 + }, + { + "year": 2009, + "value": 123700 + }, + { + "year": 2008, + "value": 114900 + }, + { + "year": 2008, + "value": 123000 + }, + { + "year": 2006, + "value": 111000 + }, + { + "year": 2006, + "value": 122300 + }, + { + "year": 2006, + "value": 114400 + }, + { + "year": 2005, + "value": 122500 + }, + { + "year": 2005, + "value": 114800 + }, + { + "year": 2003, + "value": 121100 + }, + { + "year": 2003, + "value": 113600 + }, + { + "year": 2001, + "value": 107088 + } + ] + }, + "Lower hutt": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 102900 + }, + { + "year": 2012, + "value": 102700 + }, + { + "year": 2011, + "value": 103000 + }, + { + "year": 2010, + "value": 102700 + }, + { + "year": 2009, + "value": 102100 + }, + { + "year": 2008, + "value": 101700 + }, + { + "year": 2006, + "value": 101300 + }, + { + "year": 2005, + "value": 100500 + } + ] + }, + "Napier-hastings": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 125300 + }, + { + "year": 2012, + "value": 125000 + }, + { + "year": 2011, + "value": 124800 + }, + { + "year": 2010, + "value": 124400 + }, + { + "year": 2009, + "value": 123200 + }, + { + "year": 2008, + "value": 122700 + }, + { + "year": 2006, + "value": 118404 + }, + { + "year": 2006, + "value": 121900 + }, + { + "year": 2003, + "value": 118400 + } + ] + }, + "Tauranga": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 117600 + }, + { + "year": 2012, + "value": 116400 + }, + { + "year": 2012, + "value": 122200 + }, + { + "year": 2011, + "value": 115700 + }, + { + "year": 2011, + "value": 121500 + }, + { + "year": 2010, + "value": 114300 + }, + { + "year": 2010, + "value": 120000 + }, + { + "year": 2009, + "value": 112600 + }, + { + "year": 2009, + "value": 118200 + }, + { + "year": 2008, + "value": 110500 + }, + { + "year": 2008, + "value": 116000 + }, + { + "year": 2006, + "value": 108882 + }, + { + "year": 2006, + "value": 106700 + }, + { + "year": 2006, + "value": 112100 + }, + { + "year": 2005, + "value": 103900 + }, + { + "year": 2005, + "value": 109100 + }, + { + "year": 2003, + "value": 98500 + }, + { + "year": 2003, + "value": 103600 + } + ] + }, + "Wellington": { + "country": "New Zealand", + "population": [ + { + "year": 2013, + "value": 204000 + }, + { + "year": 2012, + "value": 202200 + }, + { + "year": 2012, + "value": 395600 + }, + { + "year": 2011, + "value": 200100 + }, + { + "year": 2011, + "value": 393400 + }, + { + "year": 2010, + "value": 197700 + }, + { + "year": 2010, + "value": 389700 + }, + { + "year": 2009, + "value": 195500 + }, + { + "year": 2009, + "value": 386000 + }, + { + "year": 2008, + "value": 192800 + }, + { + "year": 2008, + "value": 381900 + }, + { + "year": 2006, + "value": 178680 + }, + { + "year": 2006, + "value": 187700 + }, + { + "year": 2006, + "value": 375600 + }, + { + "year": 2005, + "value": 185100 + }, + { + "year": 2005, + "value": 370100 + }, + { + "year": 2003, + "value": 179000 + }, + { + "year": 2003, + "value": 363400 + }, + { + "year": 2001, + "value": 162981 + } + ] + }, + "Manukau": { + "country": "New Zealand", + "population": [ + { + "year": 2010, + "value": 375700 + }, + { + "year": 2009, + "value": 368600 + }, + { + "year": 2008, + "value": 361900 + }, + { + "year": 2006, + "value": 347100 + }, + { + "year": 2005, + "value": 332900 + }, + { + "year": 2003, + "value": 317500 + } + ] + }, + "North shore": { + "country": "New Zealand", + "population": [ + { + "year": 2010, + "value": 229000 + }, + { + "year": 2009, + "value": 225800 + }, + { + "year": 2008, + "value": 223000 + }, + { + "year": 2006, + "value": 216900 + }, + { + "year": 2005, + "value": 212200 + }, + { + "year": 2003, + "value": 205000 + } + ] + }, + "Waitakere": { + "country": "New Zealand", + "population": [ + { + "year": 2010, + "value": 208100 + }, + { + "year": 2009, + "value": 204500 + }, + { + "year": 2008, + "value": 201300 + }, + { + "year": 2006, + "value": 195300 + }, + { + "year": 2005, + "value": 191900 + }, + { + "year": 2003, + "value": 185600 + } + ] + }, + "Le\u00f3n": { + "country": "Nicaragua", + "population": [ + { + "year": 2005, + "value": 139433 + }, + { + "year": 2012, + "value": 131141 + }, + { + "year": 2011, + "value": 131410 + }, + { + "year": 2011, + "value": 132212 + }, + { + "year": 2010, + "value": 133378 + }, + { + "year": 2009, + "value": 134159 + }, + { + "year": 2008, + "value": 135119 + }, + { + "year": 2006, + "value": 136985 + }, + { + "year": 2001, + "value": 130916 + }, + { + "year": 2001, + "value": 140638 + }, + { + "year": 2001, + "value": 180695 + } + ] + }, + "Managua": { + "country": "Nicaragua", + "population": [ + { + "year": 2005, + "value": 908892 + } + ] + }, + "Maradi": { + "country": "Niger", + "population": [ + { + "year": 2001, + "value": 148017 + } + ] + }, + "Niamey": { + "country": "Niger", + "population": [ + { + "year": 2001, + "value": 707951 + } + ] + }, + "Zinder": { + "country": "Niger", + "population": [ + { + "year": 2001, + "value": 170575 + } + ] + }, + "Aba": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 500183 + } + ] + }, + "Abeokuta": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 352735 + } + ] + }, + "Abuja": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 107069 + }, + { + "year": 1991, + "value": 378671 + } + ] + }, + "Ado-ekiti": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 156122 + } + ] + }, + "Akure": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 239124 + } + ] + }, + "Awka": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 104682 + } + ] + }, + "Bauchi": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 206537 + } + ] + }, + "Benin city": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 762719 + } + ] + }, + "Bida": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 111245 + } + ] + }, + "Calabar": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 310839 + } + ] + }, + "Damaturu": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 141897 + } + ] + }, + "Effon-alaiye": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 158977 + } + ] + }, + "Enugu": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 407756 + } + ] + }, + "Gboko": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 101281 + } + ] + }, + "Gombe": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 163604 + } + ] + }, + "Gusau": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 132393 + } + ] + }, + "Ibadan": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 1835300 + } + ] + }, + "Ife": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 186856 + } + ] + }, + "Ijebu-ode": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 124313 + } + ] + }, + "Ikare": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 103843 + } + ] + }, + "Ikire": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 111435 + } + ] + }, + "Ikorodu": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 184674 + } + ] + }, + "Ikot ekpene": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 119402 + } + ] + }, + "Ilawe-ekiti": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 104049 + } + ] + }, + "Ilesha": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 139445 + } + ] + }, + "Ilorin": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 532089 + } + ] + }, + "Iseyin": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 170936 + } + ] + }, + "Iwo": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 125645 + } + ] + }, + "Jimeta": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 141724 + } + ] + }, + "Jos": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 510300 + } + ] + }, + "Kaduna": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 993642 + } + ] + }, + "Kano": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 2166554 + } + ] + }, + "Katsina": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 259315 + } + ] + }, + "Lagos": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 5195247 + } + ] + }, + "Maiduguri": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 618278 + } + ] + }, + "Makurdi": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 151515 + } + ] + }, + "Minna": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 189191 + } + ] + }, + "Mubi": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 128900 + } + ] + }, + "Nnewi": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 121065 + } + ] + }, + "Ogbomosho": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 433030 + } + ] + }, + "Okene": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 312775 + } + ] + }, + "Okpogho": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 105127 + } + ] + }, + "Ondo": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 146051 + } + ] + }, + "Onitsha": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 350280 + } + ] + }, + "Oshogbo": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 250951 + } + ] + }, + "Owerri": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 119711 + } + ] + }, + "Owo": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 157181 + } + ] + }, + "Oyo": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 369894 + } + ] + }, + "Port harcourt": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 703421 + } + ] + }, + "Sagamu": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 127513 + } + ] + }, + "Sango otta": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 103332 + } + ] + }, + "Sapele": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 109576 + } + ] + }, + "Sokoto": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 329639 + } + ] + }, + "Suleja": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 105075 + } + ] + }, + "Ugep": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 134773 + } + ] + }, + "Umuahia": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 147167 + } + ] + }, + "Warri": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 363382 + } + ] + }, + "Zaria": { + "country": "Nigeria", + "population": [ + { + "year": 1991, + "value": 612257 + } + ] + }, + "Alofi": { + "country": "Niue", + "population": [ + { + "year": 2011, + "value": 639 + }, + { + "year": 2006, + "value": 581 + }, + { + "year": 2001, + "value": 615 + } + ] + }, + "Garapan": { + "country": "Northern Mariana Islands", + "population": [ + { + "year": 2010, + "value": 3983 + }, + { + "year": 2000, + "value": 3588 + } + ] + }, + "Bergen": { + "country": "Norway", + "population": [ + { + "year": 2012, + "value": 265857 + }, + { + "year": 2011, + "value": 262077 + }, + { + "year": 2010, + "value": 258496 + }, + { + "year": 2009, + "value": 254325 + }, + { + "year": 2008, + "value": 249898 + }, + { + "year": 2007, + "value": 246183 + }, + { + "year": 2006, + "value": 243389 + }, + { + "year": 2005, + "value": 240683 + }, + { + "year": 2003, + "value": 236427 + } + ] + }, + "Oslo": { + "country": "Norway", + "population": [ + { + "year": 2012, + "value": 618683 + }, + { + "year": 2011, + "value": 606257 + }, + { + "year": 2010, + "value": 593045 + }, + { + "year": 2009, + "value": 581167 + }, + { + "year": 2008, + "value": 567979 + }, + { + "year": 2007, + "value": 554550 + }, + { + "year": 2006, + "value": 543514 + }, + { + "year": 2005, + "value": 534128 + }, + { + "year": 2003, + "value": 519644 + } + ] + }, + "Stavanger": { + "country": "Norway", + "population": [ + { + "year": 2012, + "value": 128369 + }, + { + "year": 2011, + "value": 126763 + }, + { + "year": 2010, + "value": 124935 + }, + { + "year": 2009, + "value": 122730 + }, + { + "year": 2008, + "value": 120598 + }, + { + "year": 2007, + "value": 118450 + }, + { + "year": 2006, + "value": 116236 + }, + { + "year": 2005, + "value": 114574 + }, + { + "year": 2003, + "value": 111706 + } + ] + }, + "Trondheim": { + "country": "Norway", + "population": [ + { + "year": 2012, + "value": 178021 + }, + { + "year": 2011, + "value": 174917 + }, + { + "year": 2010, + "value": 172211 + }, + { + "year": 2009, + "value": 169596 + }, + { + "year": 2008, + "value": 166724 + }, + { + "year": 2007, + "value": 163460 + }, + { + "year": 2006, + "value": 160171 + }, + { + "year": 2005, + "value": 157387 + }, + { + "year": 2003, + "value": 153525 + } + ] + }, + "As seeb": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 223449 + } + ] + }, + "As suwayq": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 101122 + } + ] + }, + "Bawshar": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 150420 + } + ] + }, + "Muscat": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 24893 + } + ] + }, + "Mutrah": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 153526 + } + ] + }, + "Salalah": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 156530 + } + ] + }, + "Sohar": { + "country": "Oman", + "population": [ + { + "year": 2003, + "value": 104312 + } + ] + }, + "Abbotabad": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 106101 + } + ] + }, + "Bahawalnagar": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 111313 + } + ] + }, + "Bahawalpur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 408395 + } + ] + }, + "Burewala": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 152097 + } + ] + }, + "Chiniot": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 172522 + } + ] + }, + "Chishtian": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 102287 + } + ] + }, + "Dadu": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 102550 + } + ] + }, + "Daska": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 102883 + } + ] + }, + "Dera ghazi khan": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 190542 + } + ] + }, + "Faisalabad (lyallpur)": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 2008861 + } + ] + }, + "Gojra": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 117872 + } + ] + }, + "Gujranwala": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 1132509 + } + ] + }, + "Gujrat": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 251792 + } + ] + }, + "Hafizabad": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 133678 + } + ] + }, + "Islamabad": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 529180 + } + ] + }, + "Jacobabad": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 138780 + } + ] + }, + "Jaranwala": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 106785 + } + ] + }, + "Jhang": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 293366 + } + ] + }, + "Jhelum": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 147392 + } + ] + }, + "Kamoke": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 152288 + } + ] + }, + "Karachi": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 9339023 + } + ] + }, + "Kasur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 245321 + } + ] + }, + "Khairpur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 105637 + } + ] + }, + "Khanewal": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 133986 + } + ] + }, + "Khanpur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 120382 + } + ] + }, + "Kohat": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 126627 + } + ] + }, + "Lahore": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 5143495 + } + ] + }, + "Larkana": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 270283 + } + ] + }, + "Mangora": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 173868 + } + ] + }, + "Mardan": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 245926 + } + ] + }, + "Mirpur khas": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 189671 + } + ] + }, + "Multan": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 1197384 + } + ] + }, + "Muridke": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 111951 + } + ] + }, + "Muzaffargharh": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 123404 + } + ] + }, + "Nawabshah": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 189244 + } + ] + }, + "Okara": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 201815 + } + ] + }, + "Pakpattan": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 109033 + } + ] + }, + "Peshawar": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 982816 + } + ] + }, + "Quetta": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 565137 + } + ] + }, + "Rahimyar khan": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 233537 + } + ] + }, + "Rawalpindi": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 1409768 + } + ] + }, + "Sadiqabad": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 144391 + } + ] + }, + "Sahiwal": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 208778 + } + ] + }, + "Sargodha": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 458440 + } + ] + }, + "Shakkarpur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 134883 + } + ] + }, + "Sheikhu pura": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 280263 + } + ] + }, + "Sialkote": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 421502 + } + ] + }, + "Sukkur": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 335551 + } + ] + }, + "Tandoadam": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 104907 + } + ] + }, + "Wah cantonment": { + "country": "Pakistan", + "population": [ + { + "year": 1998, + "value": 198891 + } + ] + }, + "Koror": { + "country": "Palau", + "population": [ + { + "year": 2005, + "value": 12676 + }, + { + "year": 2000, + "value": 10600 + }, + { + "year": 2000, + "value": 13303 + } + ] + }, + "Port moresby": { + "country": "Papua New Guinea", + "population": [ + { + "year": 2000, + "value": 254158 + } + ] + }, + "Asuncion": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 513399 + }, + { + "year": 2002, + "value": 1620483 + } + ] + }, + "Capiat\u00e1": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 154469 + } + ] + }, + "Ciudad del este": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 223350 + }, + { + "year": 2002, + "value": 333535 + } + ] + }, + "Fernando de la mora": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 114332 + } + ] + }, + "Lambar\u00e9": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 119984 + } + ] + }, + "Luque": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 170433 + } + ] + }, + "San lorenzo": { + "country": "Paraguay", + "population": [ + { + "year": 2002, + "value": 202745 + } + ] + }, + "Arequipa": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 784651 + }, + { + "year": 2005, + "value": 783000 + } + ] + }, + "Ayacucho": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 151019 + }, + { + "year": 2005, + "value": 161586 + } + ] + }, + "Cajamarca": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 162326 + }, + { + "year": 2005, + "value": 129079 + } + ] + }, + "Callao": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 876876 + }, + { + "year": 2005, + "value": 567042 + } + ] + }, + "Chiclayo": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 524442 + }, + { + "year": 2005, + "value": 500561 + } + ] + }, + "Chimbote": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 334568 + }, + { + "year": 2005, + "value": 328386 + } + ] + }, + "Chincha alta": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 153598 + }, + { + "year": 2005, + "value": 140477 + } + ] + }, + "Cuzco": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 348935 + }, + { + "year": 2005, + "value": 326405 + } + ] + }, + "Huancayo": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 323053 + }, + { + "year": 2005, + "value": 306954 + } + ] + }, + "Hu\u00e1nuco": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 149210 + }, + { + "year": 2005, + "value": 142738 + } + ] + }, + "Ica": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 219856 + }, + { + "year": 2005, + "value": 205807 + } + ] + }, + "Huaraz": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 100931 + } + ] + }, + "Iquitos": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 370962 + }, + { + "year": 2005, + "value": 356549 + } + ] + }, + "Juliaca": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 216716 + }, + { + "year": 2005, + "value": 208553 + } + ] + }, + "Lima": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 8472935 + }, + { + "year": 2005, + "value": 5681941 + } + ] + }, + "Pisco": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 99549 + } + ] + }, + "Piura": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 377495 + }, + { + "year": 2005, + "value": 361832 + } + ] + }, + "Pucallpa": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 204772 + }, + { + "year": 2005, + "value": 248878 + } + ] + }, + "Puno": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 120228 + }, + { + "year": 2005, + "value": 118008 + } + ] + }, + "Sullana": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 181954 + }, + { + "year": 2005, + "value": 175078 + } + ] + }, + "Tacna": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 242451 + }, + { + "year": 2005, + "value": 230146 + } + ] + }, + "Tarapoto": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 117184 + }, + { + "year": 2005, + "value": 108042 + } + ] + }, + "Trujillo": { + "country": "Peru", + "population": [ + { + "year": 2007, + "value": 682834 + }, + { + "year": 2005, + "value": 644547 + } + ] + }, + "Angeles": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 326336 + }, + { + "year": 2007, + "value": 317398 + }, + { + "year": 2000, + "value": 267788 + } + ] + }, + "Angono": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 102407 + } + ] + }, + "Antipolo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 677741 + } + ] + }, + "Apalit": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101537 + } + ] + }, + "Arayat": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 121348 + } + ] + }, + "Bacolod": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 511820 + }, + { + "year": 2007, + "value": 499497 + }, + { + "year": 2000, + "value": 429076 + } + ] + }, + "Bacoor city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 520216 + } + ] + }, + "Baguio": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 318676 + }, + { + "year": 2007, + "value": 301926 + }, + { + "year": 2000, + "value": 252386 + } + ] + }, + "Baliuag": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 143565 + } + ] + }, + "Batangas": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 305607 + }, + { + "year": 2007, + "value": 295231 + }, + { + "year": 2000, + "value": 247588 + } + ] + }, + "Bayambang": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 111521 + } + ] + }, + "Bayawan (tulong)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 114074 + } + ] + }, + "Baybay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 102841 + } + ] + }, + "Bi\u00f1an": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 283396 + } + ] + }, + "Binangonan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 249872 + } + ] + }, + "Bocaue": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 106407 + } + ] + }, + "Butuan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 309709 + }, + { + "year": 2007, + "value": 298378 + }, + { + "year": 2000, + "value": 267279 + } + ] + }, + "Cabanatuan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 272676 + }, + { + "year": 2007, + "value": 259267 + }, + { + "year": 2000, + "value": 222859 + } + ] + }, + "Cabuyao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 248436 + } + ] + }, + "Cadiz": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 151500 + }, + { + "year": 2007, + "value": 150750 + }, + { + "year": 2000, + "value": 141954 + } + ] + }, + "Cagayan de oro": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 602088 + }, + { + "year": 2007, + "value": 553966 + }, + { + "year": 2000, + "value": 461877 + } + ] + }, + "Cainta": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 311845 + } + ] + }, + "Calamba": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 389377 + } + ] + }, + "Calapan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 124173 + } + ] + }, + "Calbayog": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 172778 + }, + { + "year": 2007, + "value": 163657 + }, + { + "year": 2000, + "value": 147187 + } + ] + }, + "Calumpit": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101068 + } + ] + }, + "Candaba": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 102399 + } + ] + }, + "Candelaria": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 110570 + } + ] + }, + "Capas": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 125852 + } + ] + }, + "Carcar": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 107323 + } + ] + }, + "Cauayan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 122335 + } + ] + }, + "Cavite city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101120 + } + ] + }, + "Cebu": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 866171 + }, + { + "year": 2007, + "value": 799762 + }, + { + "year": 2000, + "value": 718821 + } + ] + }, + "Concepcion": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 139832 + } + ] + }, + "Consolacion": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 106649 + } + ] + }, + "Cotabato": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 271786 + }, + { + "year": 2007, + "value": 259153 + }, + { + "year": 2000, + "value": 163849 + } + ] + }, + "Dagupan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 163676 + }, + { + "year": 2007, + "value": 149554 + }, + { + "year": 2000, + "value": 130328 + } + ] + }, + "Danao city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 119252 + } + ] + }, + "Daraga (locsin)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 115804 + } + ] + }, + "Dasmari\u00f1as": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 575817 + } + ] + }, + "Davao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 1449296 + }, + { + "year": 2007, + "value": 1366153 + }, + { + "year": 2000, + "value": 1147116 + } + ] + }, + "Digos": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 149891 + }, + { + "year": 2007, + "value": 145514 + }, + { + "year": 2000, + "value": 125171 + } + ] + }, + "Dipolog": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 120460 + } + ] + }, + "Dumaguete": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 120883 + }, + { + "year": 2007, + "value": 116392 + }, + { + "year": 2000, + "value": 102265 + } + ] + }, + "Gapan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101488 + } + ] + }, + "Gen. mariano alvarez": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 138540 + } + ] + }, + "General santos": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 538086 + }, + { + "year": 2007, + "value": 529542 + }, + { + "year": 2000, + "value": 471822 + } + ] + }, + "General trias": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 243322 + } + ] + }, + "Gingoog": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 117908 + }, + { + "year": 2007, + "value": 112247 + }, + { + "year": 2000, + "value": 102379 + } + ] + }, + "Glan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 106518 + } + ] + }, + "Guagua": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 111199 + } + ] + }, + "Guimba": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 104894 + } + ] + }, + "Hagonoy": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 125689 + } + ] + }, + "Himamaylan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 103006 + } + ] + }, + "Ilagan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 135174 + } + ] + }, + "Iligan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 322821 + }, + { + "year": 2007, + "value": 308046 + }, + { + "year": 2000, + "value": 285061 + } + ] + }, + "Iloilo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 424619 + }, + { + "year": 2007, + "value": 418710 + }, + { + "year": 2000, + "value": 366391 + } + ] + }, + "Imus city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 301624 + } + ] + }, + "Iriga": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 105919 + } + ] + }, + "Jolo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 118307 + } + ] + }, + "Kabankalan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 167666 + }, + { + "year": 2007, + "value": 166970 + }, + { + "year": 2000, + "value": 149769 + } + ] + }, + "Kalookan (caloocan)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 1489040 + }, + { + "year": 2007, + "value": 1381610 + }, + { + "year": 2000, + "value": 1177604 + } + ] + }, + "Kidapawan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 125447 + }, + { + "year": 2007, + "value": 117610 + }, + { + "year": 2000, + "value": 101205 + } + ] + }, + "Koronadal": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 158273 + }, + { + "year": 2007, + "value": 149622 + }, + { + "year": 2000, + "value": 133786 + } + ] + }, + "La trinidad": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 107188 + } + ] + }, + "Laoag": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 104904 + } + ] + }, + "Lapu-lapu": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 350467 + }, + { + "year": 2007, + "value": 292530 + }, + { + "year": 2000, + "value": 217019 + } + ] + }, + "Las pi\u00f1as": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 552573 + }, + { + "year": 2007, + "value": 532330 + }, + { + "year": 2000, + "value": 472780 + } + ] + }, + "Legazpi": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 182201 + }, + { + "year": 2007, + "value": 175843 + }, + { + "year": 2000, + "value": 157010 + } + ] + }, + "Libmanan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 100002 + } + ] + }, + "Philippines: ligao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 104914 + } + ] + }, + "Liloan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 100500 + } + ] + }, + "Lipa": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 283468 + }, + { + "year": 2007, + "value": 260568 + }, + { + "year": 2000, + "value": 218447 + } + ] + }, + "Los ba\u00f1os": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101884 + } + ] + }, + "Lubao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 150843 + } + ] + }, + "Lucena city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 246392 + }, + { + "year": 2007, + "value": 236390 + }, + { + "year": 2000, + "value": 196075 + } + ] + }, + "Mabalacat": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 215610 + } + ] + }, + "Magalang": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 103597 + } + ] + }, + "Makati": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 529039 + }, + { + "year": 2007, + "value": 548983 + }, + { + "year": 2000, + "value": 471379 + } + ] + }, + "Malabalay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 153085 + }, + { + "year": 2007, + "value": 144065 + }, + { + "year": 2000, + "value": 123672 + } + ] + }, + "Malabon": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 353337 + }, + { + "year": 2007, + "value": 363681 + }, + { + "year": 2000, + "value": 338855 + } + ] + }, + "Malasiqui": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 123566 + } + ] + }, + "Malita": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 109568 + } + ] + }, + "Malolos": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 234945 + }, + { + "year": 2007, + "value": 225244 + }, + { + "year": 2000, + "value": 175291 + } + ] + }, + "Mandaluyong": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 328699 + }, + { + "year": 2007, + "value": 305576 + }, + { + "year": 2000, + "value": 278474 + } + ] + }, + "Mandaue": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 331320 + }, + { + "year": 2007, + "value": 318577 + }, + { + "year": 2000, + "value": 259728 + } + ] + }, + "Manila": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 1652171 + }, + { + "year": 2007, + "value": 1660714 + }, + { + "year": 2000, + "value": 1581082 + } + ] + }, + "Marawi": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 187106 + }, + { + "year": 2007, + "value": 177391 + }, + { + "year": 2000, + "value": 131090 + } + ] + }, + "Marikina": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 424150 + }, + { + "year": 2007, + "value": 424610 + }, + { + "year": 2000, + "value": 391170 + } + ] + }, + "Marilao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 185624 + } + ] + }, + "Mariveles": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 112707 + } + ] + }, + "Mati": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 126143 + } + ] + }, + "Mexico": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 146851 + } + ] + }, + "Meycauayan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 199154 + } + ] + }, + "Midsayap": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 134170 + } + ] + }, + "Minglanilla": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 113178 + } + ] + }, + "Muntinlupa": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 459941 + }, + { + "year": 2007, + "value": 452943 + }, + { + "year": 2000, + "value": 379310 + } + ] + }, + "Naga (camarines sur)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 174931 + }, + { + "year": 2007, + "value": 160516 + }, + { + "year": 2000, + "value": 137810 + } + ] + }, + "Naga (cebu)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101571 + } + ] + }, + "Nasugbu": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 122483 + } + ] + }, + "Navotas": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 249131 + }, + { + "year": 2007, + "value": 245344 + }, + { + "year": 2000, + "value": 230403 + } + ] + }, + "Norzagaray": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 103095 + } + ] + }, + "Olongapo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 221178 + }, + { + "year": 2007, + "value": 227270 + }, + { + "year": 2000, + "value": 194260 + } + ] + }, + "Ormoc": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 191200 + }, + { + "year": 2007, + "value": 178605 + }, + { + "year": 2000, + "value": 154297 + } + ] + }, + "Ozamis": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 131527 + }, + { + "year": 2007, + "value": 123137 + }, + { + "year": 2000, + "value": 110420 + } + ] + }, + "Pagadian": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 186852 + }, + { + "year": 2007, + "value": 161312 + }, + { + "year": 2000, + "value": 142585 + } + ] + }, + "Panabo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 174364 + } + ] + }, + "Paranaque": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 588126 + }, + { + "year": 2007, + "value": 552660 + }, + { + "year": 2000, + "value": 449811 + } + ] + }, + "Pasay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 392869 + }, + { + "year": 2007, + "value": 403064 + }, + { + "year": 2000, + "value": 354908 + } + ] + }, + "Pasig": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 669773 + }, + { + "year": 2007, + "value": 627445 + }, + { + "year": 2000, + "value": 505058 + } + ] + }, + "Pikit": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 113014 + } + ] + }, + "Plaridel": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 101441 + } + ] + }, + "Polomolok": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 138273 + } + ] + }, + "Porac": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 111441 + } + ] + }, + "Puerto princesa": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 222673 + }, + { + "year": 2007, + "value": 210508 + }, + { + "year": 2000, + "value": 161912 + } + ] + }, + "Quezon city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 2761720 + }, + { + "year": 2007, + "value": 2679450 + }, + { + "year": 2000, + "value": 2173831 + } + ] + }, + "Rodriguez (montalban)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 280904 + } + ] + }, + "Roxas": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 156197 + }, + { + "year": 2007, + "value": 147738 + }, + { + "year": 2000, + "value": 126352 + } + ] + }, + "Sagay city": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 140740 + }, + { + "year": 2007, + "value": 140511 + }, + { + "year": 2000, + "value": 129765 + } + ] + }, + "San carlos (negros occidental)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 129981 + }, + { + "year": 2007, + "value": 129809 + }, + { + "year": 2000, + "value": 118259 + } + ] + }, + "San carlos (pangasinan)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 175103 + }, + { + "year": 2007, + "value": 161884 + }, + { + "year": 2000, + "value": 154264 + } + ] + }, + "San fernando (la union)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 114963 + }, + { + "year": 2007, + "value": 114813 + }, + { + "year": 2000, + "value": 221857 + } + ] + }, + "San jose (occidental mindoro)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 131188 + } + ] + }, + "San fernando (pampanga)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 285912 + }, + { + "year": 2007, + "value": 269365 + } + ] + }, + "San jose city (nueva ecija)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 129424 + } + ] + }, + "San jose del monte": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 454553 + } + ] + }, + "San mateo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 205255 + } + ] + }, + "San pablo": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 248890 + }, + { + "year": 2007, + "value": 237259 + }, + { + "year": 2000, + "value": 207927 + } + ] + }, + "San pedro": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 294310 + } + ] + }, + "Santa rosa": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 284670 + } + ] + }, + "Santo tomas ( davao del norte)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 109269 + } + ] + }, + "Santo tomas (batangas)": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 124740 + } + ] + }, + "Sariaya": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 138894 + } + ] + }, + "Silang": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 213490 + } + ] + }, + "Silay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 120999 + }, + { + "year": 2007, + "value": 120365 + }, + { + "year": 2000, + "value": 107722 + } + ] + }, + "Sorsogon": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 155144 + } + ] + }, + "Surigao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 140540 + }, + { + "year": 2007, + "value": 132151 + }, + { + "year": 2000, + "value": 118534 + } + ] + }, + "Tabaco": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 125083 + } + ] + }, + "Tabuk": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 103912 + }, + { + "year": 2004, + "value": 441351 + }, + { + "year": 1992, + "value": 286384 + } + ] + }, + "Tacloban": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 221174 + }, + { + "year": 2007, + "value": 218144 + }, + { + "year": 2000, + "value": 178639 + } + ] + }, + "Taguig": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 644473 + }, + { + "year": 2007, + "value": 613343 + }, + { + "year": 2000, + "value": 467375 + } + ] + }, + "Tagum": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 242801 + }, + { + "year": 2007, + "value": 215967 + }, + { + "year": 2000, + "value": 179531 + } + ] + }, + "Talavera": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 112515 + } + ] + }, + "Talisay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 200772 + } + ] + }, + "Tanauan": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 152393 + } + ] + }, + "Tanza": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 188755 + } + ] + }, + "Tarlac": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 318332 + }, + { + "year": 2007, + "value": 314155 + }, + { + "year": 2000, + "value": 262481 + } + ] + }, + "Taytay": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 288956 + } + ] + }, + "Trece martires": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 104559 + } + ] + }, + "Tuguegarao": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 138865 + }, + { + "year": 2007, + "value": 129539 + }, + { + "year": 2000, + "value": 120645 + } + ] + }, + "Urdaneta": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 125451 + } + ] + }, + "Valencia": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 181556 + }, + { + "year": 2012, + "value": 794666 + }, + { + "year": 2011, + "value": 792055 + }, + { + "year": 2011, + "value": 797531 + }, + { + "year": 2010, + "value": 803650 + }, + { + "year": 2009, + "value": 811738 + }, + { + "year": 2008, + "value": 807200 + }, + { + "year": 2006, + "value": 805304 + }, + { + "year": 2001, + "value": 738441 + }, + { + "year": 2001, + "value": 745216 + }, + { + "year": 2001, + "value": 1137470 + }, + { + "year": 2011, + "value": 917999 + }, + { + "year": 1998, + "value": 1263888 + } + ] + }, + "Valenzuela": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 575356 + }, + { + "year": 2007, + "value": 568928 + }, + { + "year": 2000, + "value": 485433 + } + ] + }, + "Zamboanga": { + "country": "Philippines", + "population": [ + { + "year": 2010, + "value": 807129 + }, + { + "year": 2007, + "value": 774407 + }, + { + "year": 2000, + "value": 601794 + } + ] + }, + "Basilan": { + "country": "Philippines", + "population": [ + { + "year": 2000, + "value": 332828 + } + ] + }, + "Adamstown": { + "country": "Pitcairn", + "population": [ + { + "year": 2013, + "value": 49 + }, + { + "year": 2012, + "value": 48 + }, + { + "year": 1993, + "value": 53 + }, + { + "year": 1992, + "value": 54 + }, + { + "year": 1991, + "value": 66 + }, + { + "year": 1990, + "value": 52 + }, + { + "year": 1989, + "value": 52 + }, + { + "year": 1987, + "value": 60 + }, + { + "year": 1986, + "value": 55 + }, + { + "year": 1985, + "value": 67 + } + ] + }, + "Bialystok": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 294675 + }, + { + "year": 2011, + "value": 291133 + }, + { + "year": 2011, + "value": 294197 + }, + { + "year": 2010, + "value": 294989 + }, + { + "year": 2009, + "value": 294399 + }, + { + "year": 2007, + "value": 294817 + }, + { + "year": 2006, + "value": 295210 + }, + { + "year": 2006, + "value": 291823 + }, + { + "year": 2004, + "value": 291917 + }, + { + "year": 2003, + "value": 291465 + } + ] + }, + "Bielsko-biala": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 174291 + }, + { + "year": 2011, + "value": 172513 + }, + { + "year": 2011, + "value": 174541 + }, + { + "year": 2010, + "value": 175183 + }, + { + "year": 2009, + "value": 175513 + }, + { + "year": 2007, + "value": 176182 + }, + { + "year": 2006, + "value": 176678 + }, + { + "year": 2006, + "value": 176864 + }, + { + "year": 2004, + "value": 177219 + }, + { + "year": 2003, + "value": 177538 + } + ] + }, + "Bydgoszcz": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 362286 + }, + { + "year": 2011, + "value": 362480 + }, + { + "year": 2011, + "value": 363607 + }, + { + "year": 2010, + "value": 356936 + }, + { + "year": 2009, + "value": 358029 + }, + { + "year": 2007, + "value": 362397 + }, + { + "year": 2006, + "value": 364953 + }, + { + "year": 2006, + "value": 366074 + }, + { + "year": 2004, + "value": 369151 + }, + { + "year": 2003, + "value": 371237 + } + ] + }, + "Bytom": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 175377 + }, + { + "year": 2011, + "value": 175363 + }, + { + "year": 2011, + "value": 176705 + }, + { + "year": 2010, + "value": 182209 + }, + { + "year": 2009, + "value": 183251 + }, + { + "year": 2007, + "value": 185793 + }, + { + "year": 2006, + "value": 187205 + }, + { + "year": 2006, + "value": 187943 + }, + { + "year": 2004, + "value": 190292 + }, + { + "year": 2003, + "value": 191890 + } + ] + }, + "Chorz\u00f3w": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 111314 + }, + { + "year": 2011, + "value": 110885 + }, + { + "year": 2011, + "value": 111662 + }, + { + "year": 2010, + "value": 112749 + }, + { + "year": 2009, + "value": 113162 + }, + { + "year": 2007, + "value": 113739 + }, + { + "year": 2006, + "value": 114434 + }, + { + "year": 2006, + "value": 114686 + }, + { + "year": 2004, + "value": 115505 + }, + { + "year": 2003, + "value": 116018 + } + ] + }, + "Czestochowa": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 235156 + }, + { + "year": 2011, + "value": 234785 + }, + { + "year": 2011, + "value": 236581 + }, + { + "year": 2010, + "value": 238737 + }, + { + "year": 2009, + "value": 240027 + }, + { + "year": 2007, + "value": 244137 + }, + { + "year": 2006, + "value": 246129 + }, + { + "year": 2006, + "value": 246890 + }, + { + "year": 2004, + "value": 248894 + }, + { + "year": 2003, + "value": 250241 + } + ] + }, + "Dabrowa g\u00f3rnicza": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 125063 + }, + { + "year": 2011, + "value": 124912 + }, + { + "year": 2011, + "value": 125751 + }, + { + "year": 2010, + "value": 127589 + }, + { + "year": 2009, + "value": 128040 + }, + { + "year": 2007, + "value": 129281 + }, + { + "year": 2006, + "value": 129753 + }, + { + "year": 2006, + "value": 130128 + }, + { + "year": 2004, + "value": 131024 + }, + { + "year": 2003, + "value": 131652 + } + ] + }, + "Elblag": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 123977 + }, + { + "year": 2011, + "value": 122373 + }, + { + "year": 2011, + "value": 124488 + }, + { + "year": 2010, + "value": 126379 + }, + { + "year": 2009, + "value": 126432 + }, + { + "year": 2007, + "value": 126876 + }, + { + "year": 2006, + "value": 127055 + }, + { + "year": 2006, + "value": 127275 + }, + { + "year": 2004, + "value": 127732 + }, + { + "year": 2003, + "value": 127899 + } + ] + }, + "Gdansk": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 460354 + }, + { + "year": 2011, + "value": 457826 + }, + { + "year": 2011, + "value": 460435 + }, + { + "year": 2010, + "value": 456874 + }, + { + "year": 2009, + "value": 455830 + }, + { + "year": 2007, + "value": 456103 + }, + { + "year": 2006, + "value": 457630 + }, + { + "year": 2006, + "value": 458053 + }, + { + "year": 2004, + "value": 460524 + }, + { + "year": 2003, + "value": 461482 + } + ] + }, + "Gdynia": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 248574 + }, + { + "year": 2011, + "value": 246330 + }, + { + "year": 2011, + "value": 249081 + }, + { + "year": 2010, + "value": 247539 + }, + { + "year": 2009, + "value": 248889 + }, + { + "year": 2007, + "value": 251183 + }, + { + "year": 2006, + "value": 252443 + }, + { + "year": 2006, + "value": 252791 + }, + { + "year": 2004, + "value": 253651 + }, + { + "year": 2003, + "value": 253587 + } + ] + }, + "Gliwice": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 186347 + }, + { + "year": 2011, + "value": 185799 + }, + { + "year": 2011, + "value": 187366 + }, + { + "year": 2010, + "value": 195841 + }, + { + "year": 2009, + "value": 196361 + }, + { + "year": 2007, + "value": 197874 + }, + { + "year": 2006, + "value": 199099 + }, + { + "year": 2006, + "value": 199451 + }, + { + "year": 2004, + "value": 201086 + }, + { + "year": 2003, + "value": 202057 + } + ] + }, + "Gorz\u00f3w wielkopolski": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 124470 + }, + { + "year": 2011, + "value": 122955 + }, + { + "year": 2011, + "value": 124605 + }, + { + "year": 2010, + "value": 125408 + }, + { + "year": 2009, + "value": 125149 + }, + { + "year": 2007, + "value": 125438 + }, + { + "year": 2006, + "value": 125416 + }, + { + "year": 2006, + "value": 125204 + }, + { + "year": 2004, + "value": 125787 + }, + { + "year": 2003, + "value": 125394 + } + ] + }, + "Grudziadz": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 98236 + }, + { + "year": 2011, + "value": 98653 + }, + { + "year": 2010, + "value": 98987 + }, + { + "year": 2009, + "value": 99003 + }, + { + "year": 2007, + "value": 98989 + }, + { + "year": 2003, + "value": 100032 + } + ] + }, + "Jastrzebie-zdr\u00f3j": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 91946 + }, + { + "year": 2011, + "value": 92396 + }, + { + "year": 2010, + "value": 92668 + }, + { + "year": 2009, + "value": 93455 + }, + { + "year": 2007, + "value": 94310 + }, + { + "year": 2003, + "value": 96648 + } + ] + }, + "Kalisz": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 104867 + }, + { + "year": 2011, + "value": 104257 + }, + { + "year": 2011, + "value": 105278 + }, + { + "year": 2010, + "value": 106857 + }, + { + "year": 2009, + "value": 106829 + }, + { + "year": 2007, + "value": 108311 + }, + { + "year": 2006, + "value": 108575 + }, + { + "year": 2006, + "value": 108841 + }, + { + "year": 2004, + "value": 108666 + }, + { + "year": 2003, + "value": 109211 + } + ] + }, + "Katowice": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 308269 + }, + { + "year": 2011, + "value": 313048 + }, + { + "year": 2011, + "value": 310434 + }, + { + "year": 2010, + "value": 307699 + }, + { + "year": 2009, + "value": 308724 + }, + { + "year": 2007, + "value": 313461 + }, + { + "year": 2006, + "value": 315996 + }, + { + "year": 2006, + "value": 317220 + }, + { + "year": 2004, + "value": 321163 + }, + { + "year": 2003, + "value": 323710 + } + ] + }, + "Kielce": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 201363 + }, + { + "year": 2011, + "value": 200262 + }, + { + "year": 2011, + "value": 202166 + }, + { + "year": 2010, + "value": 204446 + }, + { + "year": 2009, + "value": 204891 + }, + { + "year": 2007, + "value": 206796 + }, + { + "year": 2006, + "value": 207718 + }, + { + "year": 2006, + "value": 208193 + }, + { + "year": 2004, + "value": 209962 + }, + { + "year": 2003, + "value": 211085 + } + ] + }, + "Koszalin": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 109183 + }, + { + "year": 2011, + "value": 106830 + }, + { + "year": 2011, + "value": 109319 + }, + { + "year": 2010, + "value": 108057 + }, + { + "year": 2009, + "value": 107217 + }, + { + "year": 2007, + "value": 107448 + }, + { + "year": 2006, + "value": 107783 + }, + { + "year": 2006, + "value": 107886 + }, + { + "year": 2004, + "value": 107702 + }, + { + "year": 2003, + "value": 108254 + } + ] + }, + "Krak\u00f3w": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 759131 + }, + { + "year": 2011, + "value": 748734 + }, + { + "year": 2011, + "value": 758241 + }, + { + "year": 2010, + "value": 755546 + }, + { + "year": 2009, + "value": 754854 + }, + { + "year": 2007, + "value": 756336 + }, + { + "year": 2006, + "value": 756757 + }, + { + "year": 2006, + "value": 756629 + }, + { + "year": 2004, + "value": 757957 + }, + { + "year": 2003, + "value": 757427 + } + ] + }, + "Legnica": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 102708 + }, + { + "year": 2011, + "value": 101710 + }, + { + "year": 2011, + "value": 103174 + }, + { + "year": 2010, + "value": 104031 + }, + { + "year": 2009, + "value": 104393 + }, + { + "year": 2007, + "value": 105025 + }, + { + "year": 2006, + "value": 105485 + }, + { + "year": 2006, + "value": 105750 + }, + { + "year": 2004, + "value": 106245 + }, + { + "year": 2003, + "value": 106735 + } + ] + }, + "L\u00f3dz": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 722022 + }, + { + "year": 2011, + "value": 726245 + }, + { + "year": 2011, + "value": 727884 + }, + { + "year": 2010, + "value": 739832 + }, + { + "year": 2009, + "value": 744541 + }, + { + "year": 2007, + "value": 756666 + }, + { + "year": 2006, + "value": 764168 + }, + { + "year": 2006, + "value": 767628 + }, + { + "year": 2004, + "value": 776297 + }, + { + "year": 2003, + "value": 781932 + } + ] + }, + "Lublin": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 348120 + }, + { + "year": 2011, + "value": 345823 + }, + { + "year": 2011, + "value": 349060 + }, + { + "year": 2010, + "value": 348961 + }, + { + "year": 2009, + "value": 350392 + }, + { + "year": 2007, + "value": 352786 + }, + { + "year": 2006, + "value": 354272 + }, + { + "year": 2006, + "value": 354967 + }, + { + "year": 2004, + "value": 355954 + }, + { + "year": 2003, + "value": 358079 + } + ] + }, + "Olsztyn": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 175482 + }, + { + "year": 2011, + "value": 172395 + }, + { + "year": 2011, + "value": 175317 + }, + { + "year": 2010, + "value": 176522 + }, + { + "year": 2009, + "value": 176387 + }, + { + "year": 2007, + "value": 175098 + }, + { + "year": 2006, + "value": 174693 + }, + { + "year": 2006, + "value": 174473 + }, + { + "year": 2004, + "value": 173350 + }, + { + "year": 2003, + "value": 172672 + } + ] + }, + "Opole": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 122120 + }, + { + "year": 2011, + "value": 121036 + }, + { + "year": 2011, + "value": 122563 + }, + { + "year": 2010, + "value": 125722 + }, + { + "year": 2009, + "value": 125992 + }, + { + "year": 2007, + "value": 127246 + }, + { + "year": 2006, + "value": 128034 + }, + { + "year": 2006, + "value": 128268 + }, + { + "year": 2004, + "value": 128686 + }, + { + "year": 2003, + "value": 129073 + } + ] + }, + "Plock": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 124048 + }, + { + "year": 2011, + "value": 123349 + }, + { + "year": 2011, + "value": 124516 + }, + { + "year": 2010, + "value": 126255 + }, + { + "year": 2009, + "value": 126675 + }, + { + "year": 2007, + "value": 127017 + }, + { + "year": 2006, + "value": 127307 + }, + { + "year": 2006, + "value": 127461 + }, + { + "year": 2004, + "value": 127935 + }, + { + "year": 2003, + "value": 128066 + } + ] + }, + "Poznan": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 552393 + }, + { + "year": 2011, + "value": 551643 + }, + { + "year": 2011, + "value": 554290 + }, + { + "year": 2010, + "value": 552735 + }, + { + "year": 2009, + "value": 556022 + }, + { + "year": 2007, + "value": 564035 + }, + { + "year": 2006, + "value": 566546 + }, + { + "year": 2006, + "value": 567882 + }, + { + "year": 2004, + "value": 573003 + }, + { + "year": 2003, + "value": 575742 + } + ] + }, + "Radom": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 220062 + }, + { + "year": 2011, + "value": 219550 + }, + { + "year": 2011, + "value": 221066 + }, + { + "year": 2010, + "value": 223110 + }, + { + "year": 2009, + "value": 223914 + }, + { + "year": 2007, + "value": 225292 + }, + { + "year": 2006, + "value": 226372 + }, + { + "year": 2006, + "value": 227018 + }, + { + "year": 2004, + "value": 227944 + }, + { + "year": 2003, + "value": 228710 + } + ] + }, + "Ruda slaska": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 142672 + }, + { + "year": 2011, + "value": 141538 + }, + { + "year": 2011, + "value": 143255 + }, + { + "year": 2010, + "value": 143219 + }, + { + "year": 2009, + "value": 143583 + }, + { + "year": 2007, + "value": 144914 + }, + { + "year": 2006, + "value": 145929 + }, + { + "year": 2006, + "value": 146582 + }, + { + "year": 2004, + "value": 147838 + }, + { + "year": 2003, + "value": 148936 + } + ] + }, + "Rybnik": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 140863 + }, + { + "year": 2011, + "value": 139283 + }, + { + "year": 2011, + "value": 140988 + }, + { + "year": 2010, + "value": 141353 + }, + { + "year": 2009, + "value": 141387 + }, + { + "year": 2007, + "value": 141262 + }, + { + "year": 2006, + "value": 141382 + }, + { + "year": 2006, + "value": 141580 + }, + { + "year": 2004, + "value": 141975 + }, + { + "year": 2003, + "value": 142626 + } + ] + }, + "Rzesz\u00f3w": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 180776 + }, + { + "year": 2011, + "value": 177148 + }, + { + "year": 2011, + "value": 179634 + }, + { + "year": 2010, + "value": 177862 + }, + { + "year": 2009, + "value": 172813 + }, + { + "year": 2007, + "value": 166684 + }, + { + "year": 2006, + "value": 163155 + }, + { + "year": 2006, + "value": 158539 + }, + { + "year": 2004, + "value": 158987 + }, + { + "year": 2003, + "value": 159649 + } + ] + }, + "Slupsk": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 95274 + }, + { + "year": 2011, + "value": 95831 + }, + { + "year": 2010, + "value": 96871 + }, + { + "year": 2009, + "value": 97174 + }, + { + "year": 2007, + "value": 97757 + }, + { + "year": 2003, + "value": 99492 + } + ] + }, + "Sosnowiec": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 214488 + }, + { + "year": 2011, + "value": 214818 + }, + { + "year": 2011, + "value": 216061 + }, + { + "year": 2010, + "value": 218422 + }, + { + "year": 2009, + "value": 220450 + }, + { + "year": 2007, + "value": 223284 + }, + { + "year": 2006, + "value": 226034 + }, + { + "year": 2006, + "value": 225202 + }, + { + "year": 2004, + "value": 229207 + }, + { + "year": 2003, + "value": 230720 + } + ] + }, + "Szczecin": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 409211 + }, + { + "year": 2011, + "value": 407606 + }, + { + "year": 2011, + "value": 409906 + }, + { + "year": 2010, + "value": 405944 + }, + { + "year": 2009, + "value": 406427 + }, + { + "year": 2007, + "value": 408583 + }, + { + "year": 2006, + "value": 411119 + }, + { + "year": 2006, + "value": 410809 + }, + { + "year": 2004, + "value": 413294 + }, + { + "year": 2003, + "value": 414685 + } + ] + }, + "Tarn\u00f3w": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 113188 + }, + { + "year": 2011, + "value": 110408 + }, + { + "year": 2011, + "value": 113838 + }, + { + "year": 2010, + "value": 114960 + }, + { + "year": 2009, + "value": 115341 + }, + { + "year": 2007, + "value": 116527 + }, + { + "year": 2006, + "value": 117560 + }, + { + "year": 2006, + "value": 117109 + }, + { + "year": 2004, + "value": 118295 + }, + { + "year": 2003, + "value": 119193 + } + ] + }, + "Torun": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 204847 + }, + { + "year": 2011, + "value": 201264 + }, + { + "year": 2011, + "value": 205041 + }, + { + "year": 2010, + "value": 205640 + }, + { + "year": 2009, + "value": 205934 + }, + { + "year": 2007, + "value": 206765 + }, + { + "year": 2006, + "value": 208007 + }, + { + "year": 2006, + "value": 207381 + }, + { + "year": 2004, + "value": 208386 + }, + { + "year": 2003, + "value": 210357 + } + ] + }, + "Tychy": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 129087 + }, + { + "year": 2011, + "value": 127832 + }, + { + "year": 2011, + "value": 129364 + }, + { + "year": 2010, + "value": 129438 + }, + { + "year": 2009, + "value": 129527 + }, + { + "year": 2007, + "value": 130355 + }, + { + "year": 2006, + "value": 131153 + }, + { + "year": 2006, + "value": 130842 + }, + { + "year": 2004, + "value": 131854 + }, + { + "year": 2003, + "value": 132415 + } + ] + }, + "Walbrzych": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 119216 + }, + { + "year": 2011, + "value": 119525 + }, + { + "year": 2011, + "value": 120504 + }, + { + "year": 2010, + "value": 120724 + }, + { + "year": 2009, + "value": 121919 + }, + { + "year": 2007, + "value": 124357 + }, + { + "year": 2006, + "value": 126465 + }, + { + "year": 2006, + "value": 125773 + }, + { + "year": 2004, + "value": 167498 + }, + { + "year": 2003, + "value": 129252 + } + ] + }, + "Warszawa": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 1711324 + }, + { + "year": 2011, + "value": 1693520 + }, + { + "year": 2011, + "value": 1703163 + }, + { + "year": 2010, + "value": 1716855 + }, + { + "year": 2009, + "value": 1711466 + }, + { + "year": 2007, + "value": 1704717 + }, + { + "year": 2006, + "value": 1697596 + }, + { + "year": 2006, + "value": 1700536 + }, + { + "year": 2004, + "value": 1690821 + }, + { + "year": 2003, + "value": 1688300 + } + ] + }, + "Wloclawek": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 115982 + }, + { + "year": 2011, + "value": 115239 + }, + { + "year": 2011, + "value": 116685 + }, + { + "year": 2010, + "value": 117196 + }, + { + "year": 2009, + "value": 117785 + }, + { + "year": 2007, + "value": 118957 + }, + { + "year": 2006, + "value": 119939 + }, + { + "year": 2006, + "value": 119608 + }, + { + "year": 2004, + "value": 120440 + }, + { + "year": 2003, + "value": 120933 + } + ] + }, + "Wroclaw": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 631377 + }, + { + "year": 2011, + "value": 623629 + }, + { + "year": 2011, + "value": 630583 + }, + { + "year": 2010, + "value": 632561 + }, + { + "year": 2009, + "value": 632240 + }, + { + "year": 2007, + "value": 633950 + }, + { + "year": 2006, + "value": 635932 + }, + { + "year": 2006, + "value": 635280 + }, + { + "year": 2004, + "value": 636854 + }, + { + "year": 2003, + "value": 638459 + } + ] + }, + "Zabrze": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 179861 + }, + { + "year": 2011, + "value": 178971 + }, + { + "year": 2011, + "value": 180860 + }, + { + "year": 2010, + "value": 187315 + }, + { + "year": 2009, + "value": 188122 + }, + { + "year": 2007, + "value": 189656 + }, + { + "year": 2006, + "value": 191247 + }, + { + "year": 2006, + "value": 190610 + }, + { + "year": 2004, + "value": 193212 + }, + { + "year": 2003, + "value": 194148 + } + ] + }, + "Zielona g\u00f3ra": { + "country": "Poland", + "population": [ + { + "year": 2012, + "value": 119182 + }, + { + "year": 2011, + "value": 118917 + }, + { + "year": 2011, + "value": 119119 + }, + { + "year": 2010, + "value": 117545 + }, + { + "year": 2009, + "value": 117557 + }, + { + "year": 2007, + "value": 118045 + }, + { + "year": 2006, + "value": 118221 + }, + { + "year": 2006, + "value": 118201 + }, + { + "year": 2004, + "value": 118707 + }, + { + "year": 2003, + "value": 118319 + } + ] + }, + "Amadora": { + "country": "Portugal", + "population": [ + { + "year": 2012, + "value": 175684 + }, + { + "year": 2011, + "value": 175136 + }, + { + "year": 2011, + "value": 175220 + }, + { + "year": 2010, + "value": 170151 + }, + { + "year": 2009, + "value": 171469 + }, + { + "year": 2008, + "value": 172110 + }, + { + "year": 2007, + "value": 173962 + }, + { + "year": 2006, + "value": 175000 + }, + { + "year": 2005, + "value": 175865 + }, + { + "year": 2004, + "value": 176455 + }, + { + "year": 2003, + "value": 176670 + }, + { + "year": 2001, + "value": 175872 + } + ] + }, + "Lisboa": { + "country": "Portugal", + "population": [ + { + "year": 2012, + "value": 530847 + }, + { + "year": 2011, + "value": 547733 + }, + { + "year": 2011, + "value": 547695 + }, + { + "year": 2010, + "value": 474696 + }, + { + "year": 2009, + "value": 484723 + }, + { + "year": 2008, + "value": 489562 + }, + { + "year": 2007, + "value": 504725 + }, + { + "year": 2006, + "value": 514773 + }, + { + "year": 2005, + "value": 524640 + }, + { + "year": 2004, + "value": 534754 + }, + { + "year": 2003, + "value": 540022 + } + ] + }, + "Porto": { + "country": "Portugal", + "population": [ + { + "year": 2012, + "value": 230298 + }, + { + "year": 2011, + "value": 237591 + }, + { + "year": 2011, + "value": 237460 + }, + { + "year": 2010, + "value": 207673 + }, + { + "year": 2009, + "value": 213319 + }, + { + "year": 2008, + "value": 216080 + }, + { + "year": 2007, + "value": 224795 + }, + { + "year": 2006, + "value": 230627 + }, + { + "year": 2005, + "value": 236210 + }, + { + "year": 2004, + "value": 241976 + }, + { + "year": 2003, + "value": 244998 + }, + { + "year": 2001, + "value": 263131 + } + ] + }, + "Braga": { + "country": "Portugal", + "population": [ + { + "year": 2011, + "value": 136885 + }, + { + "year": 2001, + "value": 117272 + } + ] + }, + "Coimbra": { + "country": "Portugal", + "population": [ + { + "year": 2011, + "value": 105842 + }, + { + "year": 2001, + "value": 101069 + } + ] + }, + "Funchal": { + "country": "Portugal", + "population": [ + { + "year": 2011, + "value": 111541 + }, + { + "year": 2003, + "value": 101256 + }, + { + "year": 2001, + "value": 103932 + } + ] + }, + "Vila nova de gaia": { + "country": "Portugal", + "population": [ + { + "year": 2011, + "value": 186502 + }, + { + "year": 2001, + "value": 178255 + } + ] + }, + "Setubal": { + "country": "Portugal", + "population": [ + { + "year": 2003, + "value": 118696 + } + ] + }, + "Almada": { + "country": "Portugal", + "population": [ + { + "year": 2001, + "value": 101501 + } + ] + }, + "Arecibo": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 94658 + }, + { + "year": 2007, + "value": 102495 + }, + { + "year": 2006, + "value": 102216 + }, + { + "year": 2005, + "value": 101920 + }, + { + "year": 2003, + "value": 101735 + } + ] + }, + "Bayam\u00f3n": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 202325 + }, + { + "year": 2010, + "value": 185996 + }, + { + "year": 2007, + "value": 220629 + }, + { + "year": 2006, + "value": 221546 + }, + { + "year": 2005, + "value": 222195 + }, + { + "year": 2003, + "value": 224915 + } + ] + }, + "Caguas": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 141392 + }, + { + "year": 2007, + "value": 142984 + }, + { + "year": 2006, + "value": 142769 + }, + { + "year": 2005, + "value": 142378 + }, + { + "year": 2003, + "value": 142161 + } + ] + }, + "Carolina": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 172728 + }, + { + "year": 2010, + "value": 157832 + }, + { + "year": 2007, + "value": 187607 + }, + { + "year": 2006, + "value": 187578 + }, + { + "year": 2005, + "value": 187472 + }, + { + "year": 2003, + "value": 187337 + } + ] + }, + "Guaynabo": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 96226 + }, + { + "year": 2007, + "value": 102838 + }, + { + "year": 2006, + "value": 102525 + }, + { + "year": 2005, + "value": 102287 + }, + { + "year": 2003, + "value": 101762 + } + ] + }, + "Ponce": { + "country": "Puerto Rico", + "population": [ + { + "year": 2012, + "value": 160322 + }, + { + "year": 2010, + "value": 132502 + }, + { + "year": 2007, + "value": 180376 + }, + { + "year": 2006, + "value": 181267 + }, + { + "year": 2005, + "value": 182387 + }, + { + "year": 2003, + "value": 185930 + } + ] + }, + "Al-rayyan": { + "country": "Qatar", + "population": [ + { + "year": 2010, + "value": 455623 + }, + { + "year": 2008, + "value": 368174 + }, + { + "year": 2007, + "value": 291727 + }, + { + "year": 2006, + "value": 349046 + }, + { + "year": 2004, + "value": 272860 + } + ] + }, + "Al-khoor": { + "country": "Qatar", + "population": [ + { + "year": 2010, + "value": 193983 + }, + { + "year": 2008, + "value": 164324 + }, + { + "year": 2007, + "value": 144459 + } + ] + }, + "Al-wakrah": { + "country": "Qatar", + "population": [ + { + "year": 2010, + "value": 141222 + } + ] + }, + "Doha": { + "country": "Qatar", + "population": [ + { + "year": 2010, + "value": 796947 + }, + { + "year": 2008, + "value": 711000 + }, + { + "year": 2007, + "value": 635201 + }, + { + "year": 2006, + "value": 421164 + }, + { + "year": 2004, + "value": 339847 + } + ] + }, + "Busan (pusan)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 3416651 + }, + { + "year": 2013, + "value": 3430473 + }, + { + "year": 2011, + "value": 3420679 + }, + { + "year": 2010, + "value": 3445562 + }, + { + "year": 2009, + "value": 3471154 + }, + { + "year": 2008, + "value": 3497649 + }, + { + "year": 2007, + "value": 3525220 + }, + { + "year": 2006, + "value": 3554003 + }, + { + "year": 2005, + "value": 3523582 + }, + { + "year": 2000, + "value": 3662884 + } + ] + }, + "Daegu (taegu)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 2467158 + }, + { + "year": 2013, + "value": 2471357 + }, + { + "year": 2011, + "value": 2417943 + }, + { + "year": 2010, + "value": 2431017 + }, + { + "year": 2009, + "value": 2443994 + }, + { + "year": 2008, + "value": 2457025 + }, + { + "year": 2007, + "value": 2470247 + }, + { + "year": 2006, + "value": 2484022 + }, + { + "year": 2005, + "value": 2464547 + }, + { + "year": 2000, + "value": 2480578 + } + ] + }, + "Daejeon (taejon)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 1552153 + }, + { + "year": 2013, + "value": 1546251 + }, + { + "year": 2011, + "value": 1523840 + }, + { + "year": 2010, + "value": 1515084 + }, + { + "year": 2009, + "value": 1505957 + }, + { + "year": 2008, + "value": 1496461 + }, + { + "year": 2007, + "value": 1486644 + }, + { + "year": 2006, + "value": 1476736 + }, + { + "year": 2005, + "value": 1442856 + }, + { + "year": 2000, + "value": 1368207 + } + ] + }, + "Gwangju (kwangchu)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 1521704 + }, + { + "year": 2013, + "value": 1518006 + }, + { + "year": 2011, + "value": 1451394 + }, + { + "year": 2010, + "value": 1450267 + }, + { + "year": 2009, + "value": 1448818 + }, + { + "year": 2008, + "value": 1447090 + }, + { + "year": 2007, + "value": 1445067 + }, + { + "year": 2006, + "value": 1443226 + }, + { + "year": 2005, + "value": 1417716 + }, + { + "year": 2000, + "value": 1352797 + } + ] + }, + "Incheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 2837935 + }, + { + "year": 2011, + "value": 2675476 + }, + { + "year": 2010, + "value": 2660610 + }, + { + "year": 2008, + "value": 2629253 + }, + { + "year": 2007, + "value": 2612866 + }, + { + "year": 2006, + "value": 2596317 + }, + { + "year": 2005, + "value": 2531280 + }, + { + "year": 2000, + "value": 2475139 + } + ] + }, + "Seoul": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 10007651 + }, + { + "year": 2013, + "value": 9991064 + }, + { + "year": 2011, + "value": 10038905 + }, + { + "year": 2010, + "value": 10038916 + }, + { + "year": 2009, + "value": 10036377 + }, + { + "year": 2008, + "value": 10031719 + }, + { + "year": 2007, + "value": 10025669 + }, + { + "year": 2006, + "value": 10020123 + }, + { + "year": 2005, + "value": 9820171 + }, + { + "year": 2000, + "value": 9895217 + } + ] + }, + "Ulsan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2014, + "value": 1124112 + }, + { + "year": 2013, + "value": 1120444 + }, + { + "year": 2011, + "value": 1097354 + }, + { + "year": 2010, + "value": 1093657 + }, + { + "year": 2009, + "value": 1089451 + }, + { + "year": 2008, + "value": 1084815 + }, + { + "year": 2007, + "value": 1079825 + }, + { + "year": 2006, + "value": 1074516 + }, + { + "year": 2005, + "value": 1049177 + }, + { + "year": 2000, + "value": 1014428 + } + ] + }, + "Icheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2009, + "value": 2645189 + }, + { + "year": 2000, + "value": 179719 + } + ] + }, + "Andong": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 182098 + } + ] + }, + "Asan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 180763 + } + ] + }, + "Boryeong": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 109535 + } + ] + }, + "Bucheon (puchon)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 761389 + } + ] + }, + "Changwon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 517410 + } + ] + }, + "Cheonan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 417835 + } + ] + }, + "Cheongju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 586700 + } + ] + }, + "Chuncheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 252547 + } + ] + }, + "Chungju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 217927 + } + ] + }, + "Gangneung (kangnung)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 228232 + } + ] + }, + "Geoje": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 168022 + } + ] + }, + "Gimcheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 147855 + } + ] + }, + "Gimhae (kimhae)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 331979 + } + ] + }, + "Gimje": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 102589 + } + ] + }, + "Gongju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 130376 + } + ] + }, + "Goyang": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 763971 + } + ] + }, + "Gumi (kumi)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 341550 + } + ] + }, + "Gunpo (kunpo)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 263760 + } + ] + }, + "Gunsan (kunsan)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 272715 + } + ] + }, + "Gwangmyeong (kwangmyong)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 334089 + } + ] + }, + "Gwangyang": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 132639 + } + ] + }, + "Gyeongju (kyongju)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 275842 + } + ] + }, + "Gyeongsan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 228206 + } + ] + }, + "Iksan (iri)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 323687 + } + ] + }, + "Jecheon (chechon)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 143710 + } + ] + }, + "Jeju (cheju)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 279996 + } + ] + }, + "Jeongeup": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 129152 + } + ] + }, + "Jeonju (chonchu)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 616468 + } + ] + }, + "Jinhae (chinhae)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 127578 + } + ] + }, + "Jinju (chinju)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 339791 + } + ] + }, + "Masan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 434371 + } + ] + }, + "Miryang": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 115962 + } + ] + }, + "Mokpo": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 250480 + } + ] + }, + "Nonsan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 137452 + } + ] + }, + "Pohang": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 515714 + } + ] + }, + "Sacheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 111078 + } + ] + }, + "Sangju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 116493 + } + ] + }, + "Seongnam": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 914590 + } + ] + }, + "Seosan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 143154 + } + ] + }, + "Suncheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 265930 + } + ] + }, + "Suwon (puwan)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 946704 + } + ] + }, + "Tongyeong": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 123842 + } + ] + }, + "Uijeongbu (eujeongbu)": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 355380 + } + ] + }, + "Wonju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 268352 + } + ] + }, + "Yangsan": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 191975 + } + ] + }, + "Yeongcheon": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 111392 + } + ] + }, + "Yeongju": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 126507 + } + ] + }, + "Yeosu": { + "country": "Republic of Korea", + "population": [ + { + "year": 2000, + "value": 303233 + } + ] + }, + "Balti (beltsy)": { + "country": "Republic of Moldova", + "population": [ + { + "year": 2012, + "value": 144507 + }, + { + "year": 2011, + "value": 143645 + }, + { + "year": 2010, + "value": 143229 + }, + { + "year": 2010, + "value": 148128 + }, + { + "year": 2008, + "value": 143204 + }, + { + "year": 2008, + "value": 148108 + }, + { + "year": 2007, + "value": 142703 + }, + { + "year": 2007, + "value": 142200 + }, + { + "year": 2007, + "value": 147100 + }, + { + "year": 2007, + "value": 147607 + }, + { + "year": 2004, + "value": 122669 + }, + { + "year": 2004, + "value": 144200 + }, + { + "year": 2004, + "value": 4892 + }, + { + "year": 2004, + "value": 148900 + }, + { + "year": 2001, + "value": 144371 + } + ] + }, + "Chisinau (kishinev)": { + "country": "Republic of Moldova", + "population": [ + { + "year": 2012, + "value": 669693 + }, + { + "year": 2012, + "value": 726075 + }, + { + "year": 2011, + "value": 664686 + }, + { + "year": 2011, + "value": 721541 + }, + { + "year": 2010, + "value": 663200 + }, + { + "year": 2010, + "value": 785917 + }, + { + "year": 2008, + "value": 663127 + }, + { + "year": 2008, + "value": 785344 + }, + { + "year": 2007, + "value": 660726 + }, + { + "year": 2007, + "value": 658398 + }, + { + "year": 2007, + "value": 780298 + }, + { + "year": 2007, + "value": 782693 + }, + { + "year": 2004, + "value": 589445 + }, + { + "year": 2004, + "value": 661200 + }, + { + "year": 2004, + "value": 122773 + }, + { + "year": 2004, + "value": 780100 + }, + { + "year": 2001, + "value": 654927 + } + ] + }, + "Juba": { + "country": "Republic of South Sudan", + "population": [ + { + "year": 2008, + "value": 230195 + } + ] + }, + "Malakal": { + "country": "Republic of South Sudan", + "population": [ + { + "year": 2008, + "value": 114528 + } + ] + }, + "Wau": { + "country": "Republic of South Sudan", + "population": [ + { + "year": 2008, + "value": 118331 + } + ] + }, + "Saint-paul": { + "country": "R\u00e9union", + "population": [ + { + "year": 2010, + "value": 103346 + }, + { + "year": 2010, + "value": 172137 + } + ] + }, + "Arad": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 162984 + }, + { + "year": 2011, + "value": 164208 + }, + { + "year": 2010, + "value": 164665 + }, + { + "year": 2009, + "value": 165477 + }, + { + "year": 2008, + "value": 166237 + }, + { + "year": 2007, + "value": 167238 + }, + { + "year": 2006, + "value": 167980 + }, + { + "year": 2006, + "value": 168052 + }, + { + "year": 2005, + "value": 169327 + }, + { + "year": 2003, + "value": 170944 + }, + { + "year": 2002, + "value": 172827 + } + ] + }, + "Bacau": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 172952 + }, + { + "year": 2011, + "value": 174182 + }, + { + "year": 2010, + "value": 175546 + }, + { + "year": 2009, + "value": 176366 + }, + { + "year": 2008, + "value": 176743 + }, + { + "year": 2007, + "value": 178203 + }, + { + "year": 2006, + "value": 179507 + }, + { + "year": 2006, + "value": 180249 + }, + { + "year": 2005, + "value": 181126 + }, + { + "year": 2003, + "value": 182446 + }, + { + "year": 2002, + "value": 175500 + } + ] + }, + "Baia mare": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 136480 + }, + { + "year": 2011, + "value": 137455 + }, + { + "year": 2010, + "value": 138182 + }, + { + "year": 2009, + "value": 138722 + }, + { + "year": 2008, + "value": 138932 + }, + { + "year": 2007, + "value": 139870 + }, + { + "year": 2006, + "value": 140581 + }, + { + "year": 2006, + "value": 141097 + }, + { + "year": 2005, + "value": 140885 + }, + { + "year": 2003, + "value": 142291 + }, + { + "year": 2002, + "value": 136254 + } + ] + }, + "Botosani": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 113107 + }, + { + "year": 2011, + "value": 114799 + }, + { + "year": 2010, + "value": 114953 + }, + { + "year": 2009, + "value": 114506 + }, + { + "year": 2008, + "value": 114885 + }, + { + "year": 2007, + "value": 115739 + }, + { + "year": 2006, + "value": 116286 + }, + { + "year": 2006, + "value": 118038 + }, + { + "year": 2005, + "value": 117563 + }, + { + "year": 2003, + "value": 117011 + }, + { + "year": 2002, + "value": 115070 + } + ] + }, + "Braila": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 206599 + }, + { + "year": 2011, + "value": 208464 + }, + { + "year": 2010, + "value": 210245 + }, + { + "year": 2009, + "value": 211884 + }, + { + "year": 2008, + "value": 212981 + }, + { + "year": 2007, + "value": 215316 + }, + { + "year": 2006, + "value": 216814 + }, + { + "year": 2006, + "value": 218053 + }, + { + "year": 2005, + "value": 218984 + }, + { + "year": 2003, + "value": 220933 + }, + { + "year": 2002, + "value": 216292 + } + ] + }, + "Brasov": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 275514 + }, + { + "year": 2011, + "value": 275901 + }, + { + "year": 2010, + "value": 276914 + }, + { + "year": 2009, + "value": 278003 + }, + { + "year": 2008, + "value": 278712 + }, + { + "year": 2007, + "value": 277945 + }, + { + "year": 2006, + "value": 281375 + }, + { + "year": 2006, + "value": 282257 + }, + { + "year": 2005, + "value": 283328 + }, + { + "year": 2003, + "value": 286327 + }, + { + "year": 2002, + "value": 284246 + } + ] + }, + "Bucuresti": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 1912515 + }, + { + "year": 2011, + "value": 1919352 + }, + { + "year": 2010, + "value": 1942254 + }, + { + "year": 2009, + "value": 1944226 + }, + { + "year": 2008, + "value": 1943981 + }, + { + "year": 2007, + "value": 1931838 + }, + { + "year": 2006, + "value": 1931236 + }, + { + "year": 2006, + "value": 1930390 + }, + { + "year": 2005, + "value": 1927448 + }, + { + "year": 2003, + "value": 1930335 + }, + { + "year": 2002, + "value": 1926334 + } + ] + }, + "Buzau": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 129368 + }, + { + "year": 2011, + "value": 130320 + }, + { + "year": 2010, + "value": 131377 + }, + { + "year": 2009, + "value": 131905 + }, + { + "year": 2008, + "value": 132368 + }, + { + "year": 2007, + "value": 134619 + }, + { + "year": 2006, + "value": 135861 + }, + { + "year": 2006, + "value": 136448 + }, + { + "year": 2005, + "value": 137042 + }, + { + "year": 2003, + "value": 138286 + }, + { + "year": 2002, + "value": 134227 + } + ] + }, + "Cluj-napoca": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 303047 + }, + { + "year": 2011, + "value": 301913 + }, + { + "year": 2010, + "value": 305636 + }, + { + "year": 2009, + "value": 306009 + }, + { + "year": 2008, + "value": 308763 + }, + { + "year": 2007, + "value": 310243 + }, + { + "year": 2006, + "value": 305620 + }, + { + "year": 2006, + "value": 297568 + }, + { + "year": 2005, + "value": 311528 + }, + { + "year": 2003, + "value": 297461 + }, + { + "year": 2002, + "value": 317953 + } + ] + }, + "Constanta": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 297503 + }, + { + "year": 2011, + "value": 299824 + }, + { + "year": 2010, + "value": 301221 + }, + { + "year": 2009, + "value": 302040 + }, + { + "year": 2008, + "value": 302242 + }, + { + "year": 2007, + "value": 304279 + }, + { + "year": 2006, + "value": 305550 + }, + { + "year": 2006, + "value": 306185 + }, + { + "year": 2005, + "value": 306860 + }, + { + "year": 2003, + "value": 308910 + }, + { + "year": 2002, + "value": 306288 + } + ] + }, + "Craiova": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 293567 + }, + { + "year": 2011, + "value": 297510 + }, + { + "year": 2010, + "value": 298740 + }, + { + "year": 2009, + "value": 298643 + }, + { + "year": 2008, + "value": 297539 + }, + { + "year": 2007, + "value": 299429 + }, + { + "year": 2006, + "value": 300587 + }, + { + "year": 2006, + "value": 299198 + }, + { + "year": 2005, + "value": 299494 + }, + { + "year": 2003, + "value": 299641 + }, + { + "year": 2002, + "value": 291443 + } + ] + }, + "Drobeta turnu-severin": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 102839 + }, + { + "year": 2011, + "value": 105232 + }, + { + "year": 2010, + "value": 105739 + }, + { + "year": 2009, + "value": 106061 + }, + { + "year": 2008, + "value": 106451 + }, + { + "year": 2007, + "value": 107882 + }, + { + "year": 2006, + "value": 109134 + }, + { + "year": 2006, + "value": 109797 + }, + { + "year": 2005, + "value": 110086 + }, + { + "year": 2003, + "value": 110727 + } + ] + }, + "Focsani": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 97186 + }, + { + "year": 2011, + "value": 97714 + }, + { + "year": 2010, + "value": 98045 + }, + { + "year": 2009, + "value": 98123 + }, + { + "year": 2008, + "value": 98646 + }, + { + "year": 2007, + "value": 99907 + }, + { + "year": 2006, + "value": 100782 + }, + { + "year": 2006, + "value": 101170 + }, + { + "year": 2005, + "value": 101384 + }, + { + "year": 2003, + "value": 101891 + } + ] + }, + "Galati": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 286530 + }, + { + "year": 2011, + "value": 287046 + }, + { + "year": 2010, + "value": 290593 + }, + { + "year": 2009, + "value": 290733 + }, + { + "year": 2008, + "value": 291608 + }, + { + "year": 2007, + "value": 293523 + }, + { + "year": 2006, + "value": 296697 + }, + { + "year": 2006, + "value": 297078 + }, + { + "year": 2005, + "value": 299205 + }, + { + "year": 2003, + "value": 299451 + }, + { + "year": 2002, + "value": 298861 + } + ] + }, + "Iasi": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 318871 + }, + { + "year": 2011, + "value": 302971 + }, + { + "year": 2010, + "value": 309631 + }, + { + "year": 2009, + "value": 315649 + }, + { + "year": 2008, + "value": 313994 + }, + { + "year": 2007, + "value": 315214 + }, + { + "year": 2006, + "value": 316716 + }, + { + "year": 2006, + "value": 305978 + }, + { + "year": 2005, + "value": 307783 + }, + { + "year": 2003, + "value": 319075 + }, + { + "year": 2002, + "value": 320888 + } + ] + }, + "Oradea": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 201547 + }, + { + "year": 2011, + "value": 204358 + }, + { + "year": 2010, + "value": 204625 + }, + { + "year": 2009, + "value": 204822 + }, + { + "year": 2008, + "value": 204578 + }, + { + "year": 2007, + "value": 205077 + }, + { + "year": 2006, + "value": 205956 + }, + { + "year": 2006, + "value": 205901 + }, + { + "year": 2005, + "value": 206463 + }, + { + "year": 2003, + "value": 207270 + }, + { + "year": 2002, + "value": 206614 + } + ] + }, + "Piatra neamt": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 104605 + }, + { + "year": 2011, + "value": 105892 + }, + { + "year": 2010, + "value": 106611 + }, + { + "year": 2009, + "value": 106922 + }, + { + "year": 2008, + "value": 107126 + }, + { + "year": 2007, + "value": 108085 + }, + { + "year": 2006, + "value": 108940 + }, + { + "year": 2006, + "value": 109820 + }, + { + "year": 2005, + "value": 110288 + }, + { + "year": 2003, + "value": 111063 + }, + { + "year": 2002, + "value": 102694 + } + ] + }, + "Pitesti": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 164687 + }, + { + "year": 2011, + "value": 165733 + }, + { + "year": 2010, + "value": 166594 + }, + { + "year": 2009, + "value": 166637 + }, + { + "year": 2008, + "value": 167317 + }, + { + "year": 2007, + "value": 168958 + }, + { + "year": 2006, + "value": 170217 + }, + { + "year": 2006, + "value": 170575 + }, + { + "year": 2005, + "value": 171098 + }, + { + "year": 2003, + "value": 172627 + }, + { + "year": 2002, + "value": 168458 + } + ] + }, + "Ploiesti": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 224406 + }, + { + "year": 2011, + "value": 225636 + }, + { + "year": 2010, + "value": 227194 + }, + { + "year": 2009, + "value": 228378 + }, + { + "year": 2008, + "value": 229258 + }, + { + "year": 2007, + "value": 230240 + }, + { + "year": 2006, + "value": 231620 + }, + { + "year": 2006, + "value": 232422 + }, + { + "year": 2005, + "value": 234739 + }, + { + "year": 2003, + "value": 236836 + }, + { + "year": 2002, + "value": 232527 + } + ] + }, + "Rimnicu vilcea": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 110527 + }, + { + "year": 2011, + "value": 110697 + }, + { + "year": 2010, + "value": 110731 + }, + { + "year": 2009, + "value": 110480 + }, + { + "year": 2008, + "value": 110447 + }, + { + "year": 2007, + "value": 111342 + }, + { + "year": 2006, + "value": 112446 + }, + { + "year": 2006, + "value": 111658 + }, + { + "year": 2005, + "value": 112384 + }, + { + "year": 2003, + "value": 112804 + } + ] + }, + "Satu-mare": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 109728 + }, + { + "year": 2011, + "value": 110930 + }, + { + "year": 2010, + "value": 111877 + }, + { + "year": 2009, + "value": 112396 + }, + { + "year": 2008, + "value": 112860 + }, + { + "year": 2007, + "value": 113688 + }, + { + "year": 2006, + "value": 115223 + }, + { + "year": 2006, + "value": 114678 + }, + { + "year": 2005, + "value": 115655 + }, + { + "year": 2003, + "value": 117477 + }, + { + "year": 2002, + "value": 113697 + } + ] + }, + "Sibiu": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 425906 + }, + { + "year": 2011, + "value": 154224 + }, + { + "year": 2010, + "value": 154220 + }, + { + "year": 2009, + "value": 154871 + }, + { + "year": 2008, + "value": 153406 + }, + { + "year": 2007, + "value": 154458 + }, + { + "year": 2006, + "value": 154549 + }, + { + "year": 2006, + "value": 154452 + }, + { + "year": 2005, + "value": 154543 + }, + { + "year": 2003, + "value": 155950 + }, + { + "year": 2002, + "value": 154841 + } + ] + }, + "Suceava": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 105624 + }, + { + "year": 2011, + "value": 106682 + }, + { + "year": 2010, + "value": 107317 + }, + { + "year": 2009, + "value": 106792 + }, + { + "year": 2008, + "value": 106753 + }, + { + "year": 2007, + "value": 106397 + }, + { + "year": 2006, + "value": 106797 + }, + { + "year": 2006, + "value": 106508 + }, + { + "year": 2005, + "value": 106831 + }, + { + "year": 2003, + "value": 108076 + }, + { + "year": 2002, + "value": 105865 + } + ] + }, + "Timisoara": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 306462 + }, + { + "year": 2011, + "value": 307561 + }, + { + "year": 2010, + "value": 311428 + }, + { + "year": 2009, + "value": 312113 + }, + { + "year": 2008, + "value": 311481 + }, + { + "year": 2007, + "value": 307347 + }, + { + "year": 2006, + "value": 303224 + }, + { + "year": 2006, + "value": 303796 + }, + { + "year": 2005, + "value": 303908 + }, + { + "year": 2003, + "value": 305977 + }, + { + "year": 2002, + "value": 317660 + } + ] + }, + "Tirgu-mures": { + "country": "Romania", + "population": [ + { + "year": 2012, + "value": 142327 + }, + { + "year": 2011, + "value": 143221 + }, + { + "year": 2010, + "value": 143939 + }, + { + "year": 2009, + "value": 144590 + }, + { + "year": 2008, + "value": 144806 + }, + { + "year": 2007, + "value": 145943 + }, + { + "year": 2006, + "value": 147000 + }, + { + "year": 2006, + "value": 146448 + }, + { + "year": 2005, + "value": 147734 + }, + { + "year": 2003, + "value": 149047 + }, + { + "year": 2002, + "value": 128612 + } + ] + }, + "Abakan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 168655 + }, + { + "year": 2011, + "value": 166666 + }, + { + "year": 2010, + "value": 165214 + }, + { + "year": 2010, + "value": 165214 + }, + { + "year": 2009, + "value": 163490 + }, + { + "year": 2008, + "value": 163276 + }, + { + "year": 2007, + "value": 163146 + }, + { + "year": 2007, + "value": 112508 + }, + { + "year": 2006, + "value": 163546 + }, + { + "year": 2004, + "value": 164674 + } + ] + }, + "Achinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 107943 + }, + { + "year": 2012, + "value": 109229 + }, + { + "year": 2011, + "value": 108705 + }, + { + "year": 2010, + "value": 109155 + }, + { + "year": 2010, + "value": 110448 + }, + { + "year": 2009, + "value": 110225 + }, + { + "year": 2009, + "value": 111621 + }, + { + "year": 2008, + "value": 110587 + }, + { + "year": 2008, + "value": 111868 + }, + { + "year": 2007, + "value": 111230 + }, + { + "year": 2006, + "value": 112172 + }, + { + "year": 2006, + "value": 113455 + }, + { + "year": 2004, + "value": 115461 + }, + { + "year": 2004, + "value": 117429 + } + ] + }, + "Almetievsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 148384 + }, + { + "year": 2011, + "value": 147095 + }, + { + "year": 2010, + "value": 146393 + }, + { + "year": 2010, + "value": 146393 + }, + { + "year": 2009, + "value": 142037 + }, + { + "year": 2008, + "value": 141946 + }, + { + "year": 2007, + "value": 141917 + }, + { + "year": 2006, + "value": 141781 + }, + { + "year": 2004, + "value": 142173 + }, + { + "year": 2004, + "value": 153121 + } + ] + }, + "Anapa": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 156928 + }, + { + "year": 2011, + "value": 150843 + } + ] + }, + "Angarsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 231944 + }, + { + "year": 2011, + "value": 232958 + }, + { + "year": 2010, + "value": 233567 + }, + { + "year": 2010, + "value": 233567 + }, + { + "year": 2009, + "value": 241031 + }, + { + "year": 2008, + "value": 242008 + }, + { + "year": 2007, + "value": 243339 + }, + { + "year": 2006, + "value": 244919 + }, + { + "year": 2004, + "value": 247931 + } + ] + }, + "Arkhangelsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 350258 + }, + { + "year": 2012, + "value": 357264 + }, + { + "year": 2011, + "value": 349088 + }, + { + "year": 2011, + "value": 356073 + }, + { + "year": 2010, + "value": 348783 + }, + { + "year": 2010, + "value": 355781 + }, + { + "year": 2009, + "value": 348352 + }, + { + "year": 2008, + "value": 348523 + }, + { + "year": 2008, + "value": 354452 + }, + { + "year": 2007, + "value": 348661 + }, + { + "year": 2007, + "value": 354632 + }, + { + "year": 2006, + "value": 349175 + }, + { + "year": 2006, + "value": 355198 + }, + { + "year": 2004, + "value": 351626 + }, + { + "year": 2004, + "value": 358567 + } + ] + }, + "Armavir": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 190831 + }, + { + "year": 2012, + "value": 209742 + }, + { + "year": 2011, + "value": 189576 + }, + { + "year": 2011, + "value": 208698 + }, + { + "year": 2010, + "value": 188832 + }, + { + "year": 2010, + "value": 208103 + }, + { + "year": 2009, + "value": 188066 + }, + { + "year": 2009, + "value": 207349 + }, + { + "year": 2008, + "value": 188702 + }, + { + "year": 2008, + "value": 207656 + }, + { + "year": 2007, + "value": 189554 + }, + { + "year": 2007, + "value": 208258 + }, + { + "year": 2006, + "value": 190351 + }, + { + "year": 2006, + "value": 208822 + }, + { + "year": 2004, + "value": 191679 + }, + { + "year": 2004, + "value": 210197 + } + ] + }, + "Artem (primorskiy krai)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 102605 + }, + { + "year": 2012, + "value": 112102 + }, + { + "year": 2011, + "value": 102635 + }, + { + "year": 2011, + "value": 112144 + }, + { + "year": 2010, + "value": 102603 + }, + { + "year": 2010, + "value": 112061 + }, + { + "year": 2009, + "value": 102046 + }, + { + "year": 2009, + "value": 111774 + }, + { + "year": 2008, + "value": 102387 + }, + { + "year": 2008, + "value": 111864 + }, + { + "year": 2007, + "value": 102381 + }, + { + "year": 2007, + "value": 111821 + }, + { + "year": 2006, + "value": 111659 + }, + { + "year": 2004, + "value": 111466 + } + ] + }, + "Arzamas": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 105506 + }, + { + "year": 2011, + "value": 105958 + }, + { + "year": 2010, + "value": 106362 + }, + { + "year": 2010, + "value": 106362 + }, + { + "year": 2009, + "value": 105564 + }, + { + "year": 2008, + "value": 105931 + }, + { + "year": 2007, + "value": 106184 + }, + { + "year": 2006, + "value": 106563 + }, + { + "year": 2004, + "value": 107585 + } + ] + }, + "Astrakhan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 526363 + }, + { + "year": 2011, + "value": 522893 + }, + { + "year": 2010, + "value": 520339 + }, + { + "year": 2010, + "value": 520339 + }, + { + "year": 2009, + "value": 505126 + }, + { + "year": 2008, + "value": 503614 + }, + { + "year": 2007, + "value": 501638 + }, + { + "year": 2006, + "value": 499570 + }, + { + "year": 2004, + "value": 501319 + } + ] + }, + "Balakovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 196918 + }, + { + "year": 2011, + "value": 198446 + }, + { + "year": 2010, + "value": 199690 + }, + { + "year": 2010, + "value": 200981 + }, + { + "year": 2009, + "value": 197694 + }, + { + "year": 2009, + "value": 199256 + }, + { + "year": 2008, + "value": 198389 + }, + { + "year": 2008, + "value": 199611 + }, + { + "year": 2007, + "value": 198914 + }, + { + "year": 2007, + "value": 200155 + }, + { + "year": 2006, + "value": 199135 + }, + { + "year": 2006, + "value": 200396 + }, + { + "year": 2004, + "value": 199572 + }, + { + "year": 2004, + "value": 200923 + } + ] + }, + "Balashikha": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 228567 + }, + { + "year": 2012, + "value": 238284 + }, + { + "year": 2011, + "value": 219241 + }, + { + "year": 2011, + "value": 228914 + }, + { + "year": 2010, + "value": 215494 + }, + { + "year": 2010, + "value": 215494 + }, + { + "year": 2009, + "value": 195244 + }, + { + "year": 2008, + "value": 190761 + }, + { + "year": 2007, + "value": 186792 + }, + { + "year": 2006, + "value": 183839 + }, + { + "year": 2004, + "value": 181481 + } + ] + }, + "Barnaul": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 625679 + }, + { + "year": 2012, + "value": 686306 + }, + { + "year": 2011, + "value": 617337 + }, + { + "year": 2010, + "value": 612401 + }, + { + "year": 2010, + "value": 670332 + }, + { + "year": 2009, + "value": 597296 + }, + { + "year": 2009, + "value": 650650 + }, + { + "year": 2008, + "value": 596984 + }, + { + "year": 2008, + "value": 649177 + }, + { + "year": 2007, + "value": 598671 + }, + { + "year": 2007, + "value": 648699 + }, + { + "year": 2006, + "value": 602160 + }, + { + "year": 2006, + "value": 651530 + }, + { + "year": 2004, + "value": 631221 + }, + { + "year": 2004, + "value": 660101 + } + ] + }, + "Bataisk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 115016 + }, + { + "year": 2011, + "value": 113368 + }, + { + "year": 2010, + "value": 111843 + }, + { + "year": 2010, + "value": 111843 + }, + { + "year": 2009, + "value": 103195 + }, + { + "year": 2008, + "value": 101718 + }, + { + "year": 2007, + "value": 102146 + }, + { + "year": 2006, + "value": 103560 + }, + { + "year": 2004, + "value": 104832 + } + ] + }, + "Belgorod": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 369815 + }, + { + "year": 2011, + "value": 361883 + }, + { + "year": 2010, + "value": 356402 + }, + { + "year": 2010, + "value": 356402 + }, + { + "year": 2009, + "value": 360559 + }, + { + "year": 2008, + "value": 355665 + }, + { + "year": 2007, + "value": 350598 + }, + { + "year": 2006, + "value": 346194 + }, + { + "year": 2004, + "value": 340943 + } + ] + }, + "Belovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 132144 + }, + { + "year": 2011, + "value": 133446 + }, + { + "year": 2009, + "value": 135496 + }, + { + "year": 2008, + "value": 135969 + }, + { + "year": 2007, + "value": 136906 + }, + { + "year": 2006, + "value": 145712 + } + ] + }, + "Berezniki": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 153806 + }, + { + "year": 2011, + "value": 155468 + }, + { + "year": 2010, + "value": 156466 + }, + { + "year": 2010, + "value": 156466 + }, + { + "year": 2009, + "value": 164485 + }, + { + "year": 2008, + "value": 165412 + }, + { + "year": 2007, + "value": 166477 + }, + { + "year": 2006, + "value": 167649 + }, + { + "year": 2004, + "value": 169910 + }, + { + "year": 2004, + "value": 172837 + } + ] + }, + "Biisk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 206327 + }, + { + "year": 2012, + "value": 215780 + }, + { + "year": 2011, + "value": 208710 + }, + { + "year": 2010, + "value": 210115 + }, + { + "year": 2010, + "value": 219328 + }, + { + "year": 2009, + "value": 215517 + }, + { + "year": 2009, + "value": 221491 + }, + { + "year": 2008, + "value": 220625 + }, + { + "year": 2008, + "value": 222196 + }, + { + "year": 2007, + "value": 222249 + }, + { + "year": 2007, + "value": 223706 + }, + { + "year": 2006, + "value": 224190 + }, + { + "year": 2006, + "value": 225678 + }, + { + "year": 2004, + "value": 227640 + }, + { + "year": 2004, + "value": 230167 + } + ] + }, + "Blagoveshchensk (amurskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 216691 + }, + { + "year": 2012, + "value": 222065 + }, + { + "year": 2011, + "value": 215057 + }, + { + "year": 2011, + "value": 220477 + }, + { + "year": 2010, + "value": 214390 + }, + { + "year": 2010, + "value": 219847 + }, + { + "year": 2009, + "value": 206561 + }, + { + "year": 2009, + "value": 211827 + }, + { + "year": 2008, + "value": 206993 + }, + { + "year": 2008, + "value": 212188 + }, + { + "year": 2007, + "value": 208197 + }, + { + "year": 2007, + "value": 213423 + }, + { + "year": 2006, + "value": 210616 + }, + { + "year": 2006, + "value": 215892 + }, + { + "year": 2004, + "value": 217716 + }, + { + "year": 2004, + "value": 221880 + } + ] + }, + "Bor": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 122201 + }, + { + "year": 2011, + "value": 121378 + } + ] + }, + "Bratsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 242604 + }, + { + "year": 2011, + "value": 245136 + }, + { + "year": 2010, + "value": 246319 + }, + { + "year": 2010, + "value": 246319 + }, + { + "year": 2009, + "value": 250351 + }, + { + "year": 2008, + "value": 251529 + }, + { + "year": 2007, + "value": 252584 + }, + { + "year": 2006, + "value": 254018 + }, + { + "year": 2004, + "value": 256552 + } + ] + }, + "Bryansk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 411798 + }, + { + "year": 2012, + "value": 430987 + }, + { + "year": 2011, + "value": 413914 + }, + { + "year": 2011, + "value": 433297 + }, + { + "year": 2010, + "value": 415721 + }, + { + "year": 2010, + "value": 435245 + }, + { + "year": 2009, + "value": 410508 + }, + { + "year": 2009, + "value": 430172 + }, + { + "year": 2008, + "value": 412839 + }, + { + "year": 2008, + "value": 431241 + }, + { + "year": 2007, + "value": 415063 + }, + { + "year": 2007, + "value": 433485 + }, + { + "year": 2006, + "value": 418097 + }, + { + "year": 2006, + "value": 436508 + }, + { + "year": 2004, + "value": 424057 + }, + { + "year": 2004, + "value": 444629 + } + ] + }, + "Chaykovsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 82883 + }, + { + "year": 2009, + "value": 108654 + }, + { + "year": 2008, + "value": 108636 + }, + { + "year": 2007, + "value": 108630 + }, + { + "year": 2006, + "value": 108713 + } + ] + }, + "Cheboksary": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 462669 + }, + { + "year": 2012, + "value": 473189 + }, + { + "year": 2011, + "value": 457820 + }, + { + "year": 2011, + "value": 468327 + }, + { + "year": 2010, + "value": 453721 + }, + { + "year": 2010, + "value": 464208 + }, + { + "year": 2009, + "value": 446180 + }, + { + "year": 2009, + "value": 456054 + }, + { + "year": 2008, + "value": 443001 + }, + { + "year": 2008, + "value": 454615 + }, + { + "year": 2007, + "value": 441425 + }, + { + "year": 2007, + "value": 453032 + }, + { + "year": 2006, + "value": 441836 + }, + { + "year": 2006, + "value": 453493 + }, + { + "year": 2004, + "value": 442616 + }, + { + "year": 2004, + "value": 454011 + } + ] + }, + "Chelyabinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1149829 + }, + { + "year": 2011, + "value": 1137283 + }, + { + "year": 2010, + "value": 1130132 + }, + { + "year": 2010, + "value": 1130132 + }, + { + "year": 2009, + "value": 1094804 + }, + { + "year": 2008, + "value": 1093097 + }, + { + "year": 2007, + "value": 1091992 + }, + { + "year": 2006, + "value": 1092231 + }, + { + "year": 2004, + "value": 1095053 + } + ] + }, + "Cherepovets": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 315186 + }, + { + "year": 2011, + "value": 313775 + }, + { + "year": 2010, + "value": 312310 + }, + { + "year": 2010, + "value": 312310 + }, + { + "year": 2009, + "value": 309589 + }, + { + "year": 2008, + "value": 308530 + }, + { + "year": 2007, + "value": 307915 + }, + { + "year": 2006, + "value": 308115 + }, + { + "year": 2004, + "value": 309469 + } + ] + }, + "Cherkessk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 126884 + }, + { + "year": 2011, + "value": 128139 + }, + { + "year": 2010, + "value": 129069 + }, + { + "year": 2010, + "value": 129069 + }, + { + "year": 2009, + "value": 116594 + }, + { + "year": 2008, + "value": 116521 + }, + { + "year": 2007, + "value": 116290 + }, + { + "year": 2006, + "value": 116610 + }, + { + "year": 2004, + "value": 117139 + } + ] + }, + "Chita": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 329391 + }, + { + "year": 2012, + "value": 329868 + }, + { + "year": 2011, + "value": 326328 + }, + { + "year": 2011, + "value": 326814 + }, + { + "year": 2010, + "value": 324444 + }, + { + "year": 2010, + "value": 324942 + }, + { + "year": 2009, + "value": 307950 + }, + { + "year": 2008, + "value": 306607 + }, + { + "year": 2008, + "value": 306876 + }, + { + "year": 2007, + "value": 305957 + }, + { + "year": 2007, + "value": 306296 + }, + { + "year": 2006, + "value": 306018 + }, + { + "year": 2006, + "value": 306404 + }, + { + "year": 2004, + "value": 308492 + }, + { + "year": 2004, + "value": 310773 + } + ] + }, + "Derbent": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 119647 + }, + { + "year": 2011, + "value": 119396 + }, + { + "year": 2010, + "value": 119200 + }, + { + "year": 2010, + "value": 119200 + }, + { + "year": 2009, + "value": 111562 + }, + { + "year": 2008, + "value": 109817 + }, + { + "year": 2007, + "value": 108351 + }, + { + "year": 2006, + "value": 106981 + }, + { + "year": 2004, + "value": 104844 + } + ] + }, + "Dimitrovgrad": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 120750 + }, + { + "year": 2011, + "value": 121875 + }, + { + "year": 2010, + "value": 122580 + }, + { + "year": 2010, + "value": 122580 + }, + { + "year": 2009, + "value": 127724 + }, + { + "year": 2008, + "value": 127772 + }, + { + "year": 2007, + "value": 127286 + }, + { + "year": 2006, + "value": 127510 + }, + { + "year": 2004, + "value": 129076 + } + ] + }, + "Domodedovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 142743 + }, + { + "year": 2011, + "value": 138181 + } + ] + }, + "Dzerzhinsk (nizhegorodskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 238327 + }, + { + "year": 2012, + "value": 248649 + }, + { + "year": 2011, + "value": 239822 + }, + { + "year": 2011, + "value": 250090 + }, + { + "year": 2010, + "value": 240742 + }, + { + "year": 2010, + "value": 251016 + }, + { + "year": 2009, + "value": 245145 + }, + { + "year": 2009, + "value": 254440 + }, + { + "year": 2008, + "value": 246758 + }, + { + "year": 2008, + "value": 255289 + }, + { + "year": 2007, + "value": 248713 + }, + { + "year": 2007, + "value": 257352 + }, + { + "year": 2006, + "value": 251197 + }, + { + "year": 2006, + "value": 259982 + }, + { + "year": 2004, + "value": 255714 + }, + { + "year": 2004, + "value": 266400 + } + ] + }, + "Ekaterinburg": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1386909 + }, + { + "year": 2012, + "value": 1420285 + }, + { + "year": 2011, + "value": 1365266 + }, + { + "year": 2011, + "value": 1398690 + }, + { + "year": 2010, + "value": 1349772 + }, + { + "year": 2010, + "value": 1383179 + }, + { + "year": 2009, + "value": 1338052 + }, + { + "year": 2009, + "value": 1363838 + }, + { + "year": 2008, + "value": 1327609 + }, + { + "year": 2008, + "value": 1359107 + }, + { + "year": 2007, + "value": 1319028 + }, + { + "year": 2007, + "value": 1350353 + }, + { + "year": 2006, + "value": 1311764 + }, + { + "year": 2006, + "value": 1342977 + }, + { + "year": 2004, + "value": 1304251 + }, + { + "year": 2004, + "value": 1334917 + } + ] + }, + "Elektrostal": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 156136 + }, + { + "year": 2011, + "value": 155477 + }, + { + "year": 2010, + "value": 155196 + }, + { + "year": 2010, + "value": 155196 + }, + { + "year": 2009, + "value": 146349 + }, + { + "year": 2008, + "value": 146048 + }, + { + "year": 2007, + "value": 145861 + }, + { + "year": 2006, + "value": 146064 + }, + { + "year": 2004, + "value": 146429 + } + ] + }, + "Elets": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 107347 + }, + { + "year": 2011, + "value": 107989 + }, + { + "year": 2010, + "value": 108404 + }, + { + "year": 2010, + "value": 108404 + }, + { + "year": 2009, + "value": 110825 + }, + { + "year": 2008, + "value": 111701 + }, + { + "year": 2007, + "value": 112458 + }, + { + "year": 2006, + "value": 113084 + }, + { + "year": 2004, + "value": 114511 + } + ] + }, + "Elista": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 104177 + }, + { + "year": 2012, + "value": 108753 + }, + { + "year": 2011, + "value": 103815 + }, + { + "year": 2011, + "value": 108349 + }, + { + "year": 2010, + "value": 103749 + }, + { + "year": 2010, + "value": 108289 + }, + { + "year": 2009, + "value": 102929 + }, + { + "year": 2009, + "value": 106730 + }, + { + "year": 2008, + "value": 102731 + }, + { + "year": 2008, + "value": 106664 + }, + { + "year": 2007, + "value": 102702 + }, + { + "year": 2007, + "value": 106664 + }, + { + "year": 2006, + "value": 102895 + }, + { + "year": 2006, + "value": 106916 + }, + { + "year": 2004, + "value": 103349 + }, + { + "year": 2004, + "value": 107754 + } + ] + }, + "Engels": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 210190 + }, + { + "year": 2012, + "value": 211825 + }, + { + "year": 2011, + "value": 205159 + }, + { + "year": 2010, + "value": 202419 + }, + { + "year": 2010, + "value": 240187 + }, + { + "year": 2009, + "value": 208004 + }, + { + "year": 2009, + "value": 243627 + }, + { + "year": 2008, + "value": 205630 + }, + { + "year": 2008, + "value": 242330 + }, + { + "year": 2007, + "value": 202615 + }, + { + "year": 2007, + "value": 239017 + }, + { + "year": 2006, + "value": 197827 + }, + { + "year": 2006, + "value": 233919 + }, + { + "year": 2004, + "value": 191953 + }, + { + "year": 2004, + "value": 227888 + } + ] + }, + "Esentuky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 101851 + }, + { + "year": 2011, + "value": 101289 + }, + { + "year": 2010, + "value": 100996 + }, + { + "year": 2010, + "value": 100996 + } + ] + }, + "Groznyi": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 276524 + }, + { + "year": 2011, + "value": 273906 + }, + { + "year": 2010, + "value": 271573 + }, + { + "year": 2010, + "value": 271573 + }, + { + "year": 2009, + "value": 241009 + }, + { + "year": 2008, + "value": 228658 + }, + { + "year": 2007, + "value": 224070 + }, + { + "year": 2006, + "value": 220120 + }, + { + "year": 2004, + "value": 215675 + } + ] + }, + "Hasaviurt": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 133188 + }, + { + "year": 2011, + "value": 131902 + }, + { + "year": 2010, + "value": 131187 + }, + { + "year": 2010, + "value": 131187 + }, + { + "year": 2009, + "value": 128977 + }, + { + "year": 2008, + "value": 127736 + }, + { + "year": 2007, + "value": 126560 + }, + { + "year": 2006, + "value": 125526 + }, + { + "year": 2004, + "value": 124001 + } + ] + }, + "Irkutsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 601993 + }, + { + "year": 2011, + "value": 593898 + }, + { + "year": 2010, + "value": 587891 + }, + { + "year": 2010, + "value": 587891 + }, + { + "year": 2009, + "value": 579988 + }, + { + "year": 2008, + "value": 577542 + }, + { + "year": 2007, + "value": 575843 + }, + { + "year": 2006, + "value": 576973 + }, + { + "year": 2004, + "value": 582547 + } + ] + }, + "Ivanovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 408952 + }, + { + "year": 2011, + "value": 408614 + }, + { + "year": 2010, + "value": 408330 + }, + { + "year": 2010, + "value": 408330 + }, + { + "year": 2009, + "value": 403797 + }, + { + "year": 2008, + "value": 405502 + }, + { + "year": 2007, + "value": 407716 + }, + { + "year": 2006, + "value": 411012 + }, + { + "year": 2004, + "value": 418248 + } + ] + }, + "Izhevsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 631182 + }, + { + "year": 2011, + "value": 628495 + }, + { + "year": 2010, + "value": 627734 + }, + { + "year": 2010, + "value": 627734 + }, + { + "year": 2009, + "value": 610838 + }, + { + "year": 2008, + "value": 612169 + }, + { + "year": 2007, + "value": 614479 + }, + { + "year": 2006, + "value": 617558 + }, + { + "year": 2004, + "value": 623436 + } + ] + }, + "Kaliningrad (kaliningradskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 437456 + }, + { + "year": 2011, + "value": 432536 + }, + { + "year": 2010, + "value": 431902 + }, + { + "year": 2010, + "value": 431902 + }, + { + "year": 2009, + "value": 419815 + }, + { + "year": 2008, + "value": 421079 + }, + { + "year": 2007, + "value": 422013 + }, + { + "year": 2006, + "value": 423007 + }, + { + "year": 2004, + "value": 425617 + } + ] + }, + "Kaluga": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 328871 + }, + { + "year": 2012, + "value": 344766 + }, + { + "year": 2011, + "value": 325436 + }, + { + "year": 2011, + "value": 340855 + }, + { + "year": 2010, + "value": 324698 + }, + { + "year": 2010, + "value": 339488 + }, + { + "year": 2009, + "value": 327323 + }, + { + "year": 2009, + "value": 341670 + }, + { + "year": 2008, + "value": 326967 + }, + { + "year": 2008, + "value": 341432 + }, + { + "year": 2007, + "value": 327228 + }, + { + "year": 2007, + "value": 341339 + }, + { + "year": 2006, + "value": 328300 + }, + { + "year": 2006, + "value": 342234 + }, + { + "year": 2004, + "value": 329453 + }, + { + "year": 2004, + "value": 346373 + } + ] + }, + "Kamensk-uralsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 172639 + }, + { + "year": 2012, + "value": 174493 + }, + { + "year": 2011, + "value": 173876 + }, + { + "year": 2011, + "value": 175743 + }, + { + "year": 2010, + "value": 174689 + }, + { + "year": 2010, + "value": 176572 + }, + { + "year": 2009, + "value": 179600 + }, + { + "year": 2009, + "value": 181619 + }, + { + "year": 2008, + "value": 180534 + }, + { + "year": 2008, + "value": 182032 + }, + { + "year": 2007, + "value": 181272 + }, + { + "year": 2007, + "value": 182797 + }, + { + "year": 2006, + "value": 182051 + }, + { + "year": 2006, + "value": 183591 + }, + { + "year": 2004, + "value": 183313 + }, + { + "year": 2004, + "value": 185559 + } + ] + }, + "Kamyshin": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 117352 + }, + { + "year": 2011, + "value": 118629 + }, + { + "year": 2010, + "value": 119565 + }, + { + "year": 2010, + "value": 119565 + }, + { + "year": 2009, + "value": 116640 + }, + { + "year": 2008, + "value": 117915 + }, + { + "year": 2007, + "value": 119265 + }, + { + "year": 2006, + "value": 120903 + }, + { + "year": 2004, + "value": 123747 + } + ] + }, + "Kaspiysk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 102421 + }, + { + "year": 2011, + "value": 100970 + }, + { + "year": 2010, + "value": 100129 + }, + { + "year": 2010, + "value": 100129 + } + ] + }, + "Kazan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1168745 + }, + { + "year": 2011, + "value": 1153366 + }, + { + "year": 2010, + "value": 1143535 + }, + { + "year": 2010, + "value": 1143535 + }, + { + "year": 2009, + "value": 1133642 + }, + { + "year": 2008, + "value": 1125478 + }, + { + "year": 2007, + "value": 1118116 + }, + { + "year": 2006, + "value": 1114325 + }, + { + "year": 2004, + "value": 1110022 + }, + { + "year": 2004, + "value": 1108469 + } + ] + }, + "Kemerovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 538188 + }, + { + "year": 2011, + "value": 534494 + }, + { + "year": 2010, + "value": 532981 + }, + { + "year": 2010, + "value": 532981 + }, + { + "year": 2009, + "value": 520892 + }, + { + "year": 2008, + "value": 520310 + }, + { + "year": 2007, + "value": 519924 + }, + { + "year": 2006, + "value": 519984 + }, + { + "year": 2004, + "value": 522641 + } + ] + }, + "Khabarovsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 589596 + }, + { + "year": 2011, + "value": 581655 + }, + { + "year": 2010, + "value": 577441 + }, + { + "year": 2010, + "value": 577441 + }, + { + "year": 2009, + "value": 579917 + }, + { + "year": 2008, + "value": 578256 + }, + { + "year": 2007, + "value": 577377 + }, + { + "year": 2006, + "value": 577737 + }, + { + "year": 2004, + "value": 579047 + } + ] + }, + "Khimki": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 218275 + }, + { + "year": 2011, + "value": 212173 + }, + { + "year": 2010, + "value": 207425 + }, + { + "year": 2010, + "value": 207425 + }, + { + "year": 2009, + "value": 187403 + }, + { + "year": 2008, + "value": 184912 + }, + { + "year": 2007, + "value": 182276 + }, + { + "year": 2006, + "value": 180535 + }, + { + "year": 2004, + "value": 179681 + } + ] + }, + "Kirov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 480594 + }, + { + "year": 2012, + "value": 505346 + }, + { + "year": 2011, + "value": 476046 + }, + { + "year": 2011, + "value": 500694 + }, + { + "year": 2010, + "value": 473695 + }, + { + "year": 2010, + "value": 498381 + }, + { + "year": 2009, + "value": 463960 + }, + { + "year": 2009, + "value": 485974 + }, + { + "year": 2008, + "value": 464311 + }, + { + "year": 2008, + "value": 486119 + }, + { + "year": 2007, + "value": 465411 + }, + { + "year": 2007, + "value": 487166 + }, + { + "year": 2006, + "value": 467361 + }, + { + "year": 2006, + "value": 489236 + }, + { + "year": 2004, + "value": 448509 + }, + { + "year": 2004, + "value": 495760 + } + ] + }, + "Kiselevsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 101180 + }, + { + "year": 2011, + "value": 102261 + }, + { + "year": 2009, + "value": 103880 + }, + { + "year": 2009, + "value": 108924 + }, + { + "year": 2008, + "value": 103814 + }, + { + "year": 2008, + "value": 108658 + }, + { + "year": 2007, + "value": 103595 + }, + { + "year": 2007, + "value": 108173 + }, + { + "year": 2006, + "value": 103511 + }, + { + "year": 2006, + "value": 108087 + }, + { + "year": 2004, + "value": 104113 + }, + { + "year": 2004, + "value": 106804 + } + ] + }, + "Kislovodsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 129313 + }, + { + "year": 2012, + "value": 136142 + }, + { + "year": 2011, + "value": 128883 + }, + { + "year": 2011, + "value": 135693 + }, + { + "year": 2010, + "value": 128553 + }, + { + "year": 2010, + "value": 135368 + }, + { + "year": 2009, + "value": 129423 + }, + { + "year": 2009, + "value": 135311 + }, + { + "year": 2008, + "value": 129358 + }, + { + "year": 2008, + "value": 135167 + }, + { + "year": 2007, + "value": 128880 + }, + { + "year": 2007, + "value": 134607 + }, + { + "year": 2006, + "value": 128618 + }, + { + "year": 2006, + "value": 134250 + }, + { + "year": 2004, + "value": 128857 + }, + { + "year": 2004, + "value": 134609 + } + ] + }, + "Kolomna": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 144838 + }, + { + "year": 2011, + "value": 144848 + }, + { + "year": 2010, + "value": 144589 + }, + { + "year": 2010, + "value": 144589 + }, + { + "year": 2009, + "value": 148428 + }, + { + "year": 2008, + "value": 148211 + }, + { + "year": 2007, + "value": 147958 + }, + { + "year": 2006, + "value": 147970 + }, + { + "year": 2004, + "value": 148762 + } + ] + }, + "Komsomolsk-na-amure": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 259081 + }, + { + "year": 2011, + "value": 261797 + }, + { + "year": 2010, + "value": 263906 + }, + { + "year": 2010, + "value": 263906 + }, + { + "year": 2009, + "value": 270395 + }, + { + "year": 2008, + "value": 271704 + }, + { + "year": 2007, + "value": 272007 + }, + { + "year": 2006, + "value": 272429 + }, + { + "year": 2004, + "value": 275908 + } + ] + }, + "Kopeysk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 139161 + }, + { + "year": 2012, + "value": 141291 + }, + { + "year": 2011, + "value": 138043 + }, + { + "year": 2011, + "value": 140178 + }, + { + "year": 2010, + "value": 137601 + }, + { + "year": 2010, + "value": 139756 + }, + { + "year": 2009, + "value": 136846 + }, + { + "year": 2009, + "value": 139206 + }, + { + "year": 2008, + "value": 137162 + }, + { + "year": 2008, + "value": 139283 + }, + { + "year": 2007, + "value": 137307 + }, + { + "year": 2007, + "value": 139455 + }, + { + "year": 2006, + "value": 139779 + } + ] + }, + "Korolev (moskovskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 186460 + }, + { + "year": 2011, + "value": 184496 + }, + { + "year": 2010, + "value": 183402 + }, + { + "year": 2010, + "value": 183402 + }, + { + "year": 2009, + "value": 175661 + }, + { + "year": 2008, + "value": 174970 + }, + { + "year": 2007, + "value": 174090 + }, + { + "year": 2006, + "value": 173196 + }, + { + "year": 2004, + "value": 171640 + } + ] + }, + "Kostroma": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 270366 + }, + { + "year": 2011, + "value": 268964 + }, + { + "year": 2010, + "value": 268742 + }, + { + "year": 2010, + "value": 268742 + }, + { + "year": 2009, + "value": 270093 + }, + { + "year": 2008, + "value": 271081 + }, + { + "year": 2007, + "value": 272540 + }, + { + "year": 2006, + "value": 273933 + }, + { + "year": 2004, + "value": 275949 + } + ] + }, + "Kovrov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 346922 + }, + { + "year": 2011, + "value": 144219 + }, + { + "year": 2010, + "value": 145214 + }, + { + "year": 2010, + "value": 145214 + }, + { + "year": 2009, + "value": 148896 + }, + { + "year": 2008, + "value": 149912 + }, + { + "year": 2007, + "value": 150661 + }, + { + "year": 2006, + "value": 151272 + }, + { + "year": 2004, + "value": 152776 + } + ] + }, + "Krasnodar": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 773970 + }, + { + "year": 2012, + "value": 861181 + }, + { + "year": 2011, + "value": 755210 + }, + { + "year": 2011, + "value": 842611 + }, + { + "year": 2010, + "value": 744995 + }, + { + "year": 2010, + "value": 832532 + }, + { + "year": 2009, + "value": 712056 + }, + { + "year": 2009, + "value": 781278 + }, + { + "year": 2008, + "value": 710210 + }, + { + "year": 2008, + "value": 780918 + }, + { + "year": 2007, + "value": 709345 + }, + { + "year": 2007, + "value": 779766 + }, + { + "year": 2006, + "value": 709686 + }, + { + "year": 2006, + "value": 779319 + }, + { + "year": 2004, + "value": 715417 + }, + { + "year": 2004, + "value": 785803 + } + ] + }, + "Krasnogorsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 125198 + }, + { + "year": 2012, + "value": 125787 + }, + { + "year": 2011, + "value": 120428 + }, + { + "year": 2010, + "value": 116896 + }, + { + "year": 2010, + "value": 117516 + } + ] + }, + "Krasnoyarsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1006856 + }, + { + "year": 2012, + "value": 1007654 + }, + { + "year": 2011, + "value": 988061 + }, + { + "year": 2010, + "value": 973826 + }, + { + "year": 2010, + "value": 974591 + }, + { + "year": 2009, + "value": 955134 + }, + { + "year": 2008, + "value": 942123 + }, + { + "year": 2008, + "value": 942832 + }, + { + "year": 2007, + "value": 931800 + }, + { + "year": 2007, + "value": 932512 + }, + { + "year": 2006, + "value": 924046 + }, + { + "year": 2006, + "value": 924768 + }, + { + "year": 2004, + "value": 917195 + } + ] + }, + "Kurgan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 326729 + }, + { + "year": 2011, + "value": 330351 + }, + { + "year": 2010, + "value": 333606 + }, + { + "year": 2010, + "value": 333606 + }, + { + "year": 2009, + "value": 322529 + }, + { + "year": 2008, + "value": 323394 + }, + { + "year": 2007, + "value": 325272 + }, + { + "year": 2006, + "value": 328206 + }, + { + "year": 2004, + "value": 334294 + } + ] + }, + "Kursk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 425950 + }, + { + "year": 2011, + "value": 420022 + }, + { + "year": 2010, + "value": 415159 + }, + { + "year": 2010, + "value": 415159 + }, + { + "year": 2009, + "value": 412184 + }, + { + "year": 2008, + "value": 409494 + }, + { + "year": 2007, + "value": 407027 + }, + { + "year": 2006, + "value": 405705 + }, + { + "year": 2004, + "value": 406410 + } + ] + }, + "Kyzyl": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 112659 + }, + { + "year": 2011, + "value": 111119 + }, + { + "year": 2010, + "value": 109918 + }, + { + "year": 2010, + "value": 109918 + }, + { + "year": 2009, + "value": 109146 + }, + { + "year": 2008, + "value": 108188 + }, + { + "year": 2007, + "value": 108192 + }, + { + "year": 2006, + "value": 108720 + }, + { + "year": 2004, + "value": 108107 + } + ] + }, + "Leninsk-kuznetsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 100073 + }, + { + "year": 2012, + "value": 102285 + }, + { + "year": 2011, + "value": 100975 + }, + { + "year": 2011, + "value": 103224 + }, + { + "year": 2010, + "value": 101666 + }, + { + "year": 2010, + "value": 103938 + }, + { + "year": 2009, + "value": 104689 + }, + { + "year": 2009, + "value": 107150 + }, + { + "year": 2008, + "value": 105095 + }, + { + "year": 2008, + "value": 107425 + }, + { + "year": 2007, + "value": 105898 + }, + { + "year": 2007, + "value": 108249 + }, + { + "year": 2006, + "value": 107141 + }, + { + "year": 2006, + "value": 109516 + }, + { + "year": 2004, + "value": 109313 + }, + { + "year": 2004, + "value": 143389 + } + ] + }, + "Lipetsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 508585 + }, + { + "year": 2011, + "value": 508478 + }, + { + "year": 2010, + "value": 508887 + }, + { + "year": 2010, + "value": 508887 + }, + { + "year": 2009, + "value": 502275 + }, + { + "year": 2008, + "value": 502506 + }, + { + "year": 2007, + "value": 502558 + }, + { + "year": 2006, + "value": 502735 + }, + { + "year": 2004, + "value": 503112 + } + ] + }, + "Lyubertsy": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 178884 + }, + { + "year": 2011, + "value": 174763 + }, + { + "year": 2010, + "value": 172525 + }, + { + "year": 2010, + "value": 172525 + }, + { + "year": 2009, + "value": 158426 + }, + { + "year": 2008, + "value": 158813 + }, + { + "year": 2007, + "value": 158911 + }, + { + "year": 2006, + "value": 158800 + }, + { + "year": 2004, + "value": 157739 + } + ] + }, + "Magadan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 95263 + }, + { + "year": 2012, + "value": 101933 + }, + { + "year": 2011, + "value": 102351 + }, + { + "year": 2009, + "value": 98920 + }, + { + "year": 2009, + "value": 106417 + }, + { + "year": 2008, + "value": 99294 + }, + { + "year": 2008, + "value": 106758 + }, + { + "year": 2007, + "value": 99909 + }, + { + "year": 2007, + "value": 107355 + }, + { + "year": 2006, + "value": 100108 + }, + { + "year": 2006, + "value": 107438 + }, + { + "year": 2004, + "value": 99836 + }, + { + "year": 2004, + "value": 106931 + } + ] + }, + "Magnitogorsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 410733 + }, + { + "year": 2011, + "value": 408744 + }, + { + "year": 2010, + "value": 407775 + }, + { + "year": 2010, + "value": 407775 + }, + { + "year": 2009, + "value": 409679 + }, + { + "year": 2008, + "value": 409216 + }, + { + "year": 2007, + "value": 409767 + }, + { + "year": 2006, + "value": 411861 + }, + { + "year": 2004, + "value": 416656 + } + ] + }, + "Maikop": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 144579 + }, + { + "year": 2012, + "value": 167281 + }, + { + "year": 2011, + "value": 144271 + }, + { + "year": 2011, + "value": 166685 + }, + { + "year": 2010, + "value": 144249 + }, + { + "year": 2010, + "value": 166540 + }, + { + "year": 2009, + "value": 154647 + }, + { + "year": 2009, + "value": 173226 + }, + { + "year": 2008, + "value": 154011 + }, + { + "year": 2008, + "value": 172663 + }, + { + "year": 2007, + "value": 155079 + }, + { + "year": 2007, + "value": 173741 + }, + { + "year": 2006, + "value": 156730 + }, + { + "year": 2006, + "value": 175480 + }, + { + "year": 2004, + "value": 157223 + }, + { + "year": 2004, + "value": 175861 + } + ] + }, + "Makhachkala": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 575243 + }, + { + "year": 2012, + "value": 701753 + }, + { + "year": 2011, + "value": 573673 + }, + { + "year": 2011, + "value": 699259 + }, + { + "year": 2010, + "value": 572076 + }, + { + "year": 2010, + "value": 696885 + }, + { + "year": 2009, + "value": 467267 + }, + { + "year": 2009, + "value": 554093 + }, + { + "year": 2008, + "value": 465031 + }, + { + "year": 2008, + "value": 552578 + }, + { + "year": 2007, + "value": 465566 + }, + { + "year": 2007, + "value": 551955 + }, + { + "year": 2006, + "value": 466626 + }, + { + "year": 2006, + "value": 552170 + }, + { + "year": 2004, + "value": 465026 + }, + { + "year": 2004, + "value": 548414 + } + ] + }, + "Mezhdurechensk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 100278 + }, + { + "year": 2012, + "value": 102465 + }, + { + "year": 2011, + "value": 101150 + }, + { + "year": 2011, + "value": 103389 + }, + { + "year": 2010, + "value": 101678 + }, + { + "year": 2010, + "value": 101678 + }, + { + "year": 2009, + "value": 103905 + }, + { + "year": 2008, + "value": 103878 + }, + { + "year": 2007, + "value": 103654 + }, + { + "year": 2006, + "value": 103592 + }, + { + "year": 2004, + "value": 103040 + } + ] + }, + "Miass": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 150806 + }, + { + "year": 2012, + "value": 166205 + }, + { + "year": 2011, + "value": 151268 + }, + { + "year": 2011, + "value": 166274 + }, + { + "year": 2010, + "value": 151751 + }, + { + "year": 2010, + "value": 166452 + }, + { + "year": 2009, + "value": 152281 + }, + { + "year": 2009, + "value": 167115 + }, + { + "year": 2008, + "value": 152543 + }, + { + "year": 2008, + "value": 167009 + }, + { + "year": 2007, + "value": 153114 + }, + { + "year": 2007, + "value": 167207 + }, + { + "year": 2006, + "value": 154088 + }, + { + "year": 2006, + "value": 167713 + }, + { + "year": 2004, + "value": 155707 + }, + { + "year": 2004, + "value": 169698 + } + ] + }, + "Moskva": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 11918057 + }, + { + "year": 2011, + "value": 11577022 + }, + { + "year": 2010, + "value": 11503501 + }, + { + "year": 2010, + "value": 11503501 + }, + { + "year": 2009, + "value": 10536005 + }, + { + "year": 2008, + "value": 10489644 + }, + { + "year": 2007, + "value": 10456490 + }, + { + "year": 2006, + "value": 10433869 + }, + { + "year": 2004, + "value": 10406578 + } + ] + }, + "Murmansk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 303754 + }, + { + "year": 2011, + "value": 305969 + }, + { + "year": 2010, + "value": 307257 + }, + { + "year": 2010, + "value": 307257 + }, + { + "year": 2009, + "value": 310286 + }, + { + "year": 2008, + "value": 312976 + }, + { + "year": 2007, + "value": 316126 + }, + { + "year": 2006, + "value": 319244 + }, + { + "year": 2004, + "value": 325101 + } + ] + }, + "Murom": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 113330 + }, + { + "year": 2012, + "value": 122545 + }, + { + "year": 2011, + "value": 114955 + }, + { + "year": 2011, + "value": 124142 + }, + { + "year": 2010, + "value": 116075 + }, + { + "year": 2010, + "value": 116075 + }, + { + "year": 2009, + "value": 117607 + }, + { + "year": 2008, + "value": 118828 + }, + { + "year": 2007, + "value": 120100 + }, + { + "year": 2006, + "value": 121445 + }, + { + "year": 2004, + "value": 123627 + } + ] + }, + "Mytishchi": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 176825 + }, + { + "year": 2012, + "value": 185204 + }, + { + "year": 2011, + "value": 174174 + }, + { + "year": 2010, + "value": 173160 + }, + { + "year": 2010, + "value": 181358 + }, + { + "year": 2009, + "value": 164469 + }, + { + "year": 2008, + "value": 163873 + }, + { + "year": 2007, + "value": 163061 + }, + { + "year": 2006, + "value": 162240 + }, + { + "year": 2004, + "value": 161517 + } + ] + }, + "Naberezhnye tchelny": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 517831 + }, + { + "year": 2011, + "value": 515205 + }, + { + "year": 2010, + "value": 513193 + }, + { + "year": 2010, + "value": 513193 + }, + { + "year": 2009, + "value": 509084 + }, + { + "year": 2008, + "value": 506994 + }, + { + "year": 2007, + "value": 506244 + }, + { + "year": 2006, + "value": 506778 + }, + { + "year": 2004, + "value": 507945 + }, + { + "year": 2004, + "value": 511821 + } + ] + }, + "Nakhodka": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 158649 + }, + { + "year": 2012, + "value": 159633 + }, + { + "year": 2011, + "value": 159224 + }, + { + "year": 2011, + "value": 160242 + }, + { + "year": 2010, + "value": 159719 + }, + { + "year": 2010, + "value": 160760 + }, + { + "year": 2009, + "value": 166108 + }, + { + "year": 2009, + "value": 167542 + }, + { + "year": 2008, + "value": 167514 + }, + { + "year": 2008, + "value": 168502 + }, + { + "year": 2007, + "value": 169251 + }, + { + "year": 2007, + "value": 170250 + }, + { + "year": 2006, + "value": 170850 + }, + { + "year": 2006, + "value": 171859 + }, + { + "year": 2004, + "value": 173522 + }, + { + "year": 2004, + "value": 87299 + } + ] + }, + "Naltchik": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 239230 + }, + { + "year": 2012, + "value": 265051 + }, + { + "year": 2011, + "value": 239614 + }, + { + "year": 2011, + "value": 265521 + }, + { + "year": 2010, + "value": 240203 + }, + { + "year": 2010, + "value": 266033 + }, + { + "year": 2009, + "value": 269128 + }, + { + "year": 2009, + "value": 295269 + }, + { + "year": 2008, + "value": 269434 + }, + { + "year": 2008, + "value": 295373 + }, + { + "year": 2007, + "value": 269999 + }, + { + "year": 2007, + "value": 295779 + }, + { + "year": 2006, + "value": 270898 + }, + { + "year": 2006, + "value": 296620 + }, + { + "year": 2004, + "value": 272776 + }, + { + "year": 2004, + "value": 298756 + } + ] + }, + "Nazran": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 100574 + }, + { + "year": 2009, + "value": 138099 + }, + { + "year": 2008, + "value": 135636 + }, + { + "year": 2007, + "value": 133253 + }, + { + "year": 2006, + "value": 131244 + }, + { + "year": 2004, + "value": 128776 + } + ] + }, + "Neftekamsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 123202 + }, + { + "year": 2012, + "value": 135013 + }, + { + "year": 2011, + "value": 122572 + }, + { + "year": 2011, + "value": 134419 + }, + { + "year": 2010, + "value": 121733 + }, + { + "year": 2010, + "value": 133535 + }, + { + "year": 2009, + "value": 119127 + }, + { + "year": 2009, + "value": 130388 + }, + { + "year": 2008, + "value": 118364 + }, + { + "year": 2008, + "value": 129895 + }, + { + "year": 2007, + "value": 117903 + }, + { + "year": 2007, + "value": 129177 + }, + { + "year": 2006, + "value": 118049 + }, + { + "year": 2006, + "value": 129121 + }, + { + "year": 2004, + "value": 119086 + }, + { + "year": 2004, + "value": 129848 + } + ] + }, + "Nefteyugansk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 125528 + }, + { + "year": 2011, + "value": 124229 + }, + { + "year": 2010, + "value": 122855 + }, + { + "year": 2010, + "value": 122855 + }, + { + "year": 2009, + "value": 118220 + }, + { + "year": 2008, + "value": 116486 + }, + { + "year": 2007, + "value": 115186 + }, + { + "year": 2006, + "value": 113819 + }, + { + "year": 2004, + "value": 111518 + } + ] + }, + "Nevinnomyssk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 117949 + }, + { + "year": 2011, + "value": 118219 + }, + { + "year": 2010, + "value": 118360 + }, + { + "year": 2010, + "value": 118360 + }, + { + "year": 2009, + "value": 128219 + }, + { + "year": 2008, + "value": 128817 + }, + { + "year": 2007, + "value": 129157 + }, + { + "year": 2006, + "value": 129591 + }, + { + "year": 2004, + "value": 130732 + } + ] + }, + "Nizhnekamsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 235179 + }, + { + "year": 2012, + "value": 235279 + }, + { + "year": 2011, + "value": 234508 + }, + { + "year": 2010, + "value": 234044 + }, + { + "year": 2010, + "value": 234163 + }, + { + "year": 2009, + "value": 226846 + }, + { + "year": 2008, + "value": 226473 + }, + { + "year": 2007, + "value": 226498 + }, + { + "year": 2006, + "value": 226778 + }, + { + "year": 2004, + "value": 226998 + } + ] + }, + "Nizhnevartovsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 261011 + }, + { + "year": 2011, + "value": 255634 + }, + { + "year": 2010, + "value": 251694 + }, + { + "year": 2010, + "value": 251694 + }, + { + "year": 2009, + "value": 247125 + }, + { + "year": 2008, + "value": 244701 + }, + { + "year": 2007, + "value": 242744 + }, + { + "year": 2006, + "value": 241402 + }, + { + "year": 2004, + "value": 240067 + } + ] + }, + "Nizhny novgorod": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1257260 + }, + { + "year": 2012, + "value": 1266231 + }, + { + "year": 2011, + "value": 1253524 + }, + { + "year": 2011, + "value": 1262589 + }, + { + "year": 2010, + "value": 1250619 + }, + { + "year": 2010, + "value": 1259738 + }, + { + "year": 2009, + "value": 1271786 + }, + { + "year": 2009, + "value": 1280355 + }, + { + "year": 2008, + "value": 1273618 + }, + { + "year": 2008, + "value": 1281517 + }, + { + "year": 2007, + "value": 1276524 + }, + { + "year": 2007, + "value": 1284555 + }, + { + "year": 2006, + "value": 1280949 + }, + { + "year": 2006, + "value": 1289112 + }, + { + "year": 2004, + "value": 1289477 + }, + { + "year": 2004, + "value": 1301325 + } + ] + }, + "Nizhny tagil": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 358651 + }, + { + "year": 2012, + "value": 362185 + }, + { + "year": 2011, + "value": 360123 + }, + { + "year": 2011, + "value": 363718 + }, + { + "year": 2010, + "value": 361811 + }, + { + "year": 2010, + "value": 361811 + }, + { + "year": 2009, + "value": 373631 + }, + { + "year": 2008, + "value": 375097 + }, + { + "year": 2007, + "value": 376622 + }, + { + "year": 2006, + "value": 378626 + }, + { + "year": 2004, + "value": 383094 + } + ] + }, + "Noginsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 101779 + }, + { + "year": 2012, + "value": 103843 + }, + { + "year": 2011, + "value": 100929 + }, + { + "year": 2010, + "value": 100072 + }, + { + "year": 2010, + "value": 102087 + }, + { + "year": 2009, + "value": 115793 + }, + { + "year": 2008, + "value": 115710 + }, + { + "year": 2007, + "value": 115862 + }, + { + "year": 2006, + "value": 116111 + }, + { + "year": 2004, + "value": 116913 + } + ] + }, + "Norilsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 177506 + }, + { + "year": 2012, + "value": 178363 + }, + { + "year": 2011, + "value": 176242 + }, + { + "year": 2010, + "value": 175365 + }, + { + "year": 2010, + "value": 176252 + }, + { + "year": 2009, + "value": 202956 + }, + { + "year": 2009, + "value": 205013 + }, + { + "year": 2008, + "value": 205145 + }, + { + "year": 2008, + "value": 206236 + }, + { + "year": 2007, + "value": 207853 + }, + { + "year": 2007, + "value": 208970 + }, + { + "year": 2006, + "value": 211256 + }, + { + "year": 2006, + "value": 212426 + }, + { + "year": 2004, + "value": 131935 + }, + { + "year": 2004, + "value": 219578 + } + ] + }, + "Novocheboksarsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 124288 + }, + { + "year": 2011, + "value": 124071 + }, + { + "year": 2011, + "value": 124366 + }, + { + "year": 2010, + "value": 124097 + }, + { + "year": 2010, + "value": 124392 + }, + { + "year": 2009, + "value": 127130 + }, + { + "year": 2009, + "value": 127161 + }, + { + "year": 2008, + "value": 126614 + }, + { + "year": 2008, + "value": 126895 + }, + { + "year": 2007, + "value": 126176 + }, + { + "year": 2007, + "value": 126463 + }, + { + "year": 2006, + "value": 125745 + }, + { + "year": 2006, + "value": 126031 + }, + { + "year": 2004, + "value": 125467 + }, + { + "year": 2004, + "value": 125682 + } + ] + }, + "Novocherkassk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 171081 + }, + { + "year": 2011, + "value": 169008 + }, + { + "year": 2010, + "value": 168746 + }, + { + "year": 2010, + "value": 168746 + }, + { + "year": 2009, + "value": 176620 + }, + { + "year": 2008, + "value": 176771 + }, + { + "year": 2007, + "value": 177508 + }, + { + "year": 2006, + "value": 178743 + }, + { + "year": 2004, + "value": 180808 + } + ] + }, + "Novokuybishevsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 107244 + }, + { + "year": 2012, + "value": 109521 + }, + { + "year": 2011, + "value": 107947 + }, + { + "year": 2011, + "value": 110229 + }, + { + "year": 2010, + "value": 108438 + }, + { + "year": 2010, + "value": 110729 + }, + { + "year": 2009, + "value": 110563 + }, + { + "year": 2009, + "value": 112739 + }, + { + "year": 2008, + "value": 110876 + }, + { + "year": 2008, + "value": 112889 + }, + { + "year": 2007, + "value": 111249 + }, + { + "year": 2007, + "value": 113299 + }, + { + "year": 2006, + "value": 111661 + }, + { + "year": 2006, + "value": 113740 + }, + { + "year": 2004, + "value": 111849 + }, + { + "year": 2004, + "value": 114188 + } + ] + }, + "Novokuznetsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 549383 + }, + { + "year": 2011, + "value": 548858 + }, + { + "year": 2010, + "value": 547904 + }, + { + "year": 2010, + "value": 547904 + }, + { + "year": 2009, + "value": 563389 + }, + { + "year": 2008, + "value": 562743 + }, + { + "year": 2007, + "value": 561547 + }, + { + "year": 2006, + "value": 561647 + }, + { + "year": 2004, + "value": 563257 + } + ] + }, + "Novomoskovsk (tulskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 129555 + }, + { + "year": 2012, + "value": 141893 + }, + { + "year": 2011, + "value": 130672 + }, + { + "year": 2011, + "value": 143097 + }, + { + "year": 2010, + "value": 131386 + }, + { + "year": 2010, + "value": 131386 + }, + { + "year": 2009, + "value": 131969 + }, + { + "year": 2008, + "value": 128389 + }, + { + "year": 2007, + "value": 124901 + }, + { + "year": 2006, + "value": 126743 + }, + { + "year": 2004, + "value": 129816 + } + ] + }, + "Novorossiysk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 248857 + }, + { + "year": 2012, + "value": 305421 + }, + { + "year": 2011, + "value": 244649 + }, + { + "year": 2011, + "value": 300982 + }, + { + "year": 2010, + "value": 241952 + }, + { + "year": 2010, + "value": 298253 + }, + { + "year": 2009, + "value": 228491 + }, + { + "year": 2009, + "value": 282574 + }, + { + "year": 2008, + "value": 228085 + }, + { + "year": 2008, + "value": 281831 + }, + { + "year": 2007, + "value": 228544 + }, + { + "year": 2007, + "value": 281110 + }, + { + "year": 2006, + "value": 229931 + }, + { + "year": 2006, + "value": 281468 + }, + { + "year": 2004, + "value": 231066 + }, + { + "year": 2004, + "value": 281270 + } + ] + }, + "Novoshakhtinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 110243 + }, + { + "year": 2011, + "value": 110636 + }, + { + "year": 2010, + "value": 111075 + }, + { + "year": 2010, + "value": 111075 + }, + { + "year": 2009, + "value": 113644 + }, + { + "year": 2008, + "value": 114183 + }, + { + "year": 2007, + "value": 114573 + }, + { + "year": 2006, + "value": 114989 + }, + { + "year": 2004, + "value": 116191 + } + ] + }, + "Novosibirsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1511369 + }, + { + "year": 2011, + "value": 1487029 + }, + { + "year": 2010, + "value": 1473754 + }, + { + "year": 2010, + "value": 1473754 + }, + { + "year": 2009, + "value": 1403164 + }, + { + "year": 2008, + "value": 1393852 + }, + { + "year": 2007, + "value": 1391216 + }, + { + "year": 2006, + "value": 1394469 + }, + { + "year": 2004, + "value": 1405569 + } + ] + }, + "Novotroitsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 103061 + }, + { + "year": 2011, + "value": 104477 + }, + { + "year": 2009, + "value": 101129 + }, + { + "year": 2009, + "value": 108980 + }, + { + "year": 2008, + "value": 101764 + }, + { + "year": 2008, + "value": 109405 + }, + { + "year": 2007, + "value": 102694 + }, + { + "year": 2007, + "value": 110232 + }, + { + "year": 2006, + "value": 103551 + }, + { + "year": 2006, + "value": 110994 + }, + { + "year": 2004, + "value": 104891 + }, + { + "year": 2004, + "value": 112639 + } + ] + }, + "Novy urengoy": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 114332 + }, + { + "year": 2011, + "value": 108811 + }, + { + "year": 2010, + "value": 104107 + }, + { + "year": 2010, + "value": 104107 + }, + { + "year": 2009, + "value": 119142 + }, + { + "year": 2008, + "value": 118518 + }, + { + "year": 2007, + "value": 117672 + } + ] + }, + "Noyabrsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 108662 + }, + { + "year": 2011, + "value": 109912 + }, + { + "year": 2010, + "value": 110620 + }, + { + "year": 2010, + "value": 110620 + }, + { + "year": 2009, + "value": 110727 + }, + { + "year": 2008, + "value": 110434 + }, + { + "year": 2007, + "value": 110121 + } + ] + }, + "Obninsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 105722 + }, + { + "year": 2011, + "value": 105052 + }, + { + "year": 2010, + "value": 104739 + }, + { + "year": 2010, + "value": 104739 + }, + { + "year": 2009, + "value": 105562 + }, + { + "year": 2008, + "value": 105513 + }, + { + "year": 2007, + "value": 105430 + }, + { + "year": 2006, + "value": 105363 + }, + { + "year": 2004, + "value": 105264 + } + ] + }, + "Odintsovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 137706 + }, + { + "year": 2012, + "value": 143848 + }, + { + "year": 2011, + "value": 138118 + }, + { + "year": 2010, + "value": 138930 + }, + { + "year": 2010, + "value": 145227 + }, + { + "year": 2009, + "value": 118803 + }, + { + "year": 2008, + "value": 128466 + }, + { + "year": 2007, + "value": 129541 + }, + { + "year": 2006, + "value": 130939 + }, + { + "year": 2004, + "value": 133208 + } + ] + }, + "Oktyabrsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 111109 + }, + { + "year": 2011, + "value": 110162 + }, + { + "year": 2010, + "value": 109474 + }, + { + "year": 2010, + "value": 109474 + }, + { + "year": 2009, + "value": 109383 + }, + { + "year": 2008, + "value": 108627 + }, + { + "year": 2007, + "value": 107934 + }, + { + "year": 2006, + "value": 107723 + }, + { + "year": 2004, + "value": 108158 + } + ] + }, + "Omsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1158627 + }, + { + "year": 2011, + "value": 1155352 + }, + { + "year": 2010, + "value": 1154116 + }, + { + "year": 2010, + "value": 1154116 + }, + { + "year": 2009, + "value": 1128398 + }, + { + "year": 2008, + "value": 1130110 + }, + { + "year": 2007, + "value": 1132937 + }, + { + "year": 2006, + "value": 1136799 + }, + { + "year": 2004, + "value": 1142773 + } + ] + }, + "Orekhovo-zuevo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 121341 + }, + { + "year": 2011, + "value": 120977 + }, + { + "year": 2010, + "value": 120670 + }, + { + "year": 2010, + "value": 120670 + }, + { + "year": 2009, + "value": 121360 + }, + { + "year": 2008, + "value": 121633 + }, + { + "year": 2007, + "value": 121813 + }, + { + "year": 2006, + "value": 122035 + }, + { + "year": 2004, + "value": 122226 + } + ] + }, + "Orel": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 318642 + }, + { + "year": 2011, + "value": 318114 + }, + { + "year": 2010, + "value": 317747 + }, + { + "year": 2010, + "value": 317747 + }, + { + "year": 2009, + "value": 317946 + }, + { + "year": 2008, + "value": 319913 + }, + { + "year": 2007, + "value": 321872 + }, + { + "year": 2006, + "value": 324458 + }, + { + "year": 2004, + "value": 329352 + } + ] + }, + "Orenburg": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 555420 + }, + { + "year": 2012, + "value": 571041 + }, + { + "year": 2011, + "value": 551747 + }, + { + "year": 2011, + "value": 567321 + }, + { + "year": 2010, + "value": 548331 + }, + { + "year": 2010, + "value": 563876 + }, + { + "year": 2009, + "value": 525025 + }, + { + "year": 2009, + "value": 539180 + }, + { + "year": 2008, + "value": 525422 + }, + { + "year": 2008, + "value": 540230 + }, + { + "year": 2007, + "value": 528014 + }, + { + "year": 2007, + "value": 542955 + }, + { + "year": 2006, + "value": 531731 + }, + { + "year": 2006, + "value": 546903 + }, + { + "year": 2004, + "value": 538626 + }, + { + "year": 2004, + "value": 556176 + } + ] + }, + "Orsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 237194 + }, + { + "year": 2012, + "value": 241327 + }, + { + "year": 2011, + "value": 238804 + }, + { + "year": 2011, + "value": 242987 + }, + { + "year": 2010, + "value": 239800 + }, + { + "year": 2010, + "value": 244004 + }, + { + "year": 2009, + "value": 245035 + }, + { + "year": 2009, + "value": 249464 + }, + { + "year": 2008, + "value": 245273 + }, + { + "year": 2008, + "value": 249737 + }, + { + "year": 2007, + "value": 245804 + }, + { + "year": 2006, + "value": 246540 + }, + { + "year": 2006, + "value": 251006 + }, + { + "year": 2004, + "value": 247576 + }, + { + "year": 2004, + "value": 252765 + } + ] + }, + "Penza": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 519948 + }, + { + "year": 2011, + "value": 518785 + }, + { + "year": 2010, + "value": 517311 + }, + { + "year": 2010, + "value": 517311 + }, + { + "year": 2009, + "value": 506672 + }, + { + "year": 2008, + "value": 507435 + }, + { + "year": 2007, + "value": 508510 + }, + { + "year": 2006, + "value": 509597 + }, + { + "year": 2004, + "value": 512896 + }, + { + "year": 2004, + "value": 514331 + } + ] + }, + "Perm": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1007272 + }, + { + "year": 2012, + "value": 1007285 + }, + { + "year": 2011, + "value": 996094 + }, + { + "year": 2011, + "value": 996102 + }, + { + "year": 2010, + "value": 991162 + }, + { + "year": 2010, + "value": 991170 + }, + { + "year": 2009, + "value": 986146 + }, + { + "year": 2008, + "value": 986514 + }, + { + "year": 2008, + "value": 986526 + }, + { + "year": 2007, + "value": 988695 + }, + { + "year": 2007, + "value": 988706 + }, + { + "year": 2006, + "value": 991741 + }, + { + "year": 2006, + "value": 991748 + }, + { + "year": 2004, + "value": 989499 + }, + { + "year": 2004, + "value": 1001241 + } + ] + }, + "Pervouralsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 125421 + }, + { + "year": 2012, + "value": 149796 + }, + { + "year": 2011, + "value": 124995 + }, + { + "year": 2010, + "value": 124528 + }, + { + "year": 2010, + "value": 148875 + }, + { + "year": 2009, + "value": 134378 + }, + { + "year": 2009, + "value": 159186 + }, + { + "year": 2008, + "value": 134190 + }, + { + "year": 2008, + "value": 159100 + }, + { + "year": 2007, + "value": 133801 + }, + { + "year": 2007, + "value": 158831 + }, + { + "year": 2006, + "value": 133240 + }, + { + "year": 2006, + "value": 158423 + }, + { + "year": 2004, + "value": 132744 + }, + { + "year": 2004, + "value": 157568 + } + ] + }, + "Petropavlovsk-kamchatsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 180702 + }, + { + "year": 2011, + "value": 179748 + }, + { + "year": 2010, + "value": 179780 + }, + { + "year": 2010, + "value": 179780 + }, + { + "year": 2009, + "value": 194284 + }, + { + "year": 2008, + "value": 194526 + }, + { + "year": 2007, + "value": 195016 + }, + { + "year": 2006, + "value": 195168 + }, + { + "year": 2004, + "value": 195982 + } + ] + }, + "Petrozavodsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 267102 + }, + { + "year": 2011, + "value": 263679 + }, + { + "year": 2010, + "value": 261987 + }, + { + "year": 2010, + "value": 261987 + }, + { + "year": 2009, + "value": 270857 + }, + { + "year": 2008, + "value": 269948 + }, + { + "year": 2007, + "value": 267524 + }, + { + "year": 2006, + "value": 265663 + }, + { + "year": 2004, + "value": 266011 + }, + { + "year": 2004, + "value": 266511 + } + ] + }, + "Podolsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 200059 + }, + { + "year": 2011, + "value": 191009 + }, + { + "year": 2010, + "value": 187961 + }, + { + "year": 2010, + "value": 187961 + }, + { + "year": 2009, + "value": 182763 + }, + { + "year": 2008, + "value": 181203 + }, + { + "year": 2007, + "value": 179683 + }, + { + "year": 2006, + "value": 179459 + }, + { + "year": 2004, + "value": 180040 + } + ] + }, + "Prokopyevsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 206023 + }, + { + "year": 2011, + "value": 208419 + }, + { + "year": 2010, + "value": 210130 + }, + { + "year": 2010, + "value": 210130 + }, + { + "year": 2009, + "value": 211512 + }, + { + "year": 2009, + "value": 212029 + }, + { + "year": 2008, + "value": 212626 + }, + { + "year": 2007, + "value": 213960 + }, + { + "year": 2007, + "value": 215167 + }, + { + "year": 2006, + "value": 215689 + }, + { + "year": 2006, + "value": 216903 + }, + { + "year": 2004, + "value": 218850 + }, + { + "year": 2004, + "value": 221300 + } + ] + }, + "Pskov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 205062 + }, + { + "year": 2011, + "value": 203428 + }, + { + "year": 2010, + "value": 203279 + }, + { + "year": 2010, + "value": 203279 + }, + { + "year": 2009, + "value": 192397 + }, + { + "year": 2008, + "value": 193607 + }, + { + "year": 2007, + "value": 194516 + }, + { + "year": 2006, + "value": 195952 + }, + { + "year": 2004, + "value": 200080 + } + ] + }, + "Pushkino": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 104020 + }, + { + "year": 2011, + "value": 103076 + }, + { + "year": 2010, + "value": 102874 + }, + { + "year": 2010, + "value": 102874 + } + ] + }, + "Pyatigorsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 144603 + }, + { + "year": 2012, + "value": 212968 + }, + { + "year": 2011, + "value": 143224 + }, + { + "year": 2011, + "value": 211718 + }, + { + "year": 2010, + "value": 142511 + }, + { + "year": 2010, + "value": 211078 + }, + { + "year": 2009, + "value": 141983 + }, + { + "year": 2009, + "value": 208827 + }, + { + "year": 2008, + "value": 140595 + }, + { + "year": 2008, + "value": 207954 + }, + { + "year": 2007, + "value": 139706 + }, + { + "year": 2007, + "value": 206270 + }, + { + "year": 2006, + "value": 139420 + }, + { + "year": 2006, + "value": 205403 + }, + { + "year": 2004, + "value": 139729 + }, + { + "year": 2004, + "value": 204773 + } + ] + }, + "Rostov-na-donu": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1100091 + }, + { + "year": 2011, + "value": 1093701 + }, + { + "year": 2010, + "value": 1089261 + }, + { + "year": 2010, + "value": 1089261 + }, + { + "year": 2009, + "value": 1048558 + }, + { + "year": 2008, + "value": 1048853 + }, + { + "year": 2007, + "value": 1050172 + }, + { + "year": 2006, + "value": 1053254 + }, + { + "year": 2004, + "value": 1057958 + } + ] + }, + "Rubtsovsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 146075 + }, + { + "year": 2011, + "value": 146629 + }, + { + "year": 2010, + "value": 147002 + }, + { + "year": 2010, + "value": 147002 + }, + { + "year": 2009, + "value": 155227 + }, + { + "year": 2008, + "value": 155766 + }, + { + "year": 2007, + "value": 156727 + }, + { + "year": 2006, + "value": 157942 + }, + { + "year": 2004, + "value": 160430 + } + ] + }, + "Ryazan": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 526919 + }, + { + "year": 2011, + "value": 525108 + }, + { + "year": 2010, + "value": 524927 + }, + { + "year": 2010, + "value": 524927 + }, + { + "year": 2009, + "value": 509699 + }, + { + "year": 2008, + "value": 510411 + }, + { + "year": 2007, + "value": 511512 + }, + { + "year": 2006, + "value": 512744 + }, + { + "year": 2004, + "value": 515938 + } + ] + }, + "Rybinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 197359 + }, + { + "year": 2011, + "value": 199229 + }, + { + "year": 2010, + "value": 200771 + }, + { + "year": 2010, + "value": 200771 + }, + { + "year": 2009, + "value": 207732 + }, + { + "year": 2008, + "value": 209837 + }, + { + "year": 2007, + "value": 211962 + }, + { + "year": 2006, + "value": 213968 + }, + { + "year": 2004, + "value": 217475 + } + ] + }, + "Salavat": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 155174 + }, + { + "year": 2011, + "value": 155786 + }, + { + "year": 2010, + "value": 156095 + }, + { + "year": 2010, + "value": 156095 + }, + { + "year": 2009, + "value": 155687 + }, + { + "year": 2008, + "value": 155852 + }, + { + "year": 2007, + "value": 156098 + }, + { + "year": 2006, + "value": 156616 + }, + { + "year": 2004, + "value": 157932 + } + ] + }, + "Samara (samarskaya oblast)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1170381 + }, + { + "year": 2012, + "value": 1170485 + }, + { + "year": 2011, + "value": 1167842 + }, + { + "year": 2011, + "value": 1167948 + }, + { + "year": 2010, + "value": 1164685 + }, + { + "year": 2010, + "value": 1164814 + }, + { + "year": 2009, + "value": 1134235 + }, + { + "year": 2009, + "value": 1134761 + }, + { + "year": 2008, + "value": 1135069 + }, + { + "year": 2008, + "value": 1135115 + }, + { + "year": 2007, + "value": 1137208 + }, + { + "year": 2007, + "value": 1137254 + }, + { + "year": 2006, + "value": 1141173 + }, + { + "year": 2006, + "value": 1141234 + }, + { + "year": 2004, + "value": 1133418 + }, + { + "year": 2004, + "value": 1157191 + } + ] + }, + "Saransk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 298103 + }, + { + "year": 2012, + "value": 326473 + }, + { + "year": 2011, + "value": 298014 + }, + { + "year": 2011, + "value": 326000 + }, + { + "year": 2010, + "value": 297415 + }, + { + "year": 2010, + "value": 324973 + }, + { + "year": 2009, + "value": 296209 + }, + { + "year": 2009, + "value": 323116 + }, + { + "year": 2008, + "value": 295696 + }, + { + "year": 2008, + "value": 322723 + }, + { + "year": 2007, + "value": 295366 + }, + { + "year": 2007, + "value": 322412 + }, + { + "year": 2006, + "value": 296243 + }, + { + "year": 2006, + "value": 323329 + }, + { + "year": 2004, + "value": 299154 + }, + { + "year": 2004, + "value": 327597 + } + ] + }, + "Sarapyul": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 100362 + }, + { + "year": 2011, + "value": 100931 + }, + { + "year": 2010, + "value": 101381 + }, + { + "year": 2010, + "value": 101381 + }, + { + "year": 2009, + "value": 98521 + }, + { + "year": 2008, + "value": 99108 + }, + { + "year": 2007, + "value": 99595 + }, + { + "year": 2006, + "value": 99855 + }, + { + "year": 2004, + "value": 100950 + } + ] + }, + "Saratov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 838321 + }, + { + "year": 2011, + "value": 837199 + }, + { + "year": 2010, + "value": 837900 + }, + { + "year": 2010, + "value": 837900 + }, + { + "year": 2009, + "value": 829073 + }, + { + "year": 2008, + "value": 833525 + }, + { + "year": 2007, + "value": 838769 + }, + { + "year": 2006, + "value": 845758 + }, + { + "year": 2004, + "value": 857961 + } + ] + }, + "Sergiev posad": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 109076 + }, + { + "year": 2012, + "value": 115858 + }, + { + "year": 2011, + "value": 110276 + }, + { + "year": 2010, + "value": 111179 + }, + { + "year": 2010, + "value": 118025 + }, + { + "year": 2009, + "value": 106680 + }, + { + "year": 2008, + "value": 108389 + }, + { + "year": 2007, + "value": 110206 + }, + { + "year": 2006, + "value": 111937 + }, + { + "year": 2004, + "value": 114054 + } + ] + }, + "Serov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 107904 + }, + { + "year": 2011, + "value": 108192 + }, + { + "year": 2009, + "value": 98243 + }, + { + "year": 2009, + "value": 100278 + }, + { + "year": 2008, + "value": 98454 + }, + { + "year": 2008, + "value": 100331 + }, + { + "year": 2007, + "value": 98487 + }, + { + "year": 2007, + "value": 100368 + }, + { + "year": 2006, + "value": 98257 + }, + { + "year": 2006, + "value": 100153 + }, + { + "year": 2004, + "value": 98683 + }, + { + "year": 2004, + "value": 100819 + } + ] + }, + "Serpukhov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 126729 + }, + { + "year": 2011, + "value": 126775 + }, + { + "year": 2010, + "value": 127041 + }, + { + "year": 2010, + "value": 127041 + }, + { + "year": 2009, + "value": 123265 + }, + { + "year": 2008, + "value": 123623 + }, + { + "year": 2007, + "value": 124016 + }, + { + "year": 2006, + "value": 124615 + }, + { + "year": 2004, + "value": 126695 + } + ] + }, + "Severodvinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 189313 + }, + { + "year": 2012, + "value": 190513 + }, + { + "year": 2011, + "value": 190983 + }, + { + "year": 2011, + "value": 192221 + }, + { + "year": 2010, + "value": 192353 + }, + { + "year": 2010, + "value": 193607 + }, + { + "year": 2009, + "value": 188170 + }, + { + "year": 2008, + "value": 190112 + }, + { + "year": 2007, + "value": 192308 + }, + { + "year": 2006, + "value": 194233 + }, + { + "year": 2006, + "value": 196125 + }, + { + "year": 2004, + "value": 197363 + }, + { + "year": 2004, + "value": 200241 + } + ] + }, + "Seversk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 109630 + }, + { + "year": 2012, + "value": 116340 + }, + { + "year": 2011, + "value": 109089 + }, + { + "year": 2011, + "value": 115824 + }, + { + "year": 2010, + "value": 108590 + }, + { + "year": 2010, + "value": 115331 + }, + { + "year": 2009, + "value": 106991 + }, + { + "year": 2008, + "value": 107100 + }, + { + "year": 2007, + "value": 107121 + }, + { + "year": 2006, + "value": 107340 + }, + { + "year": 2006, + "value": 113967 + }, + { + "year": 2004, + "value": 108090 + }, + { + "year": 2004, + "value": 114850 + } + ] + }, + "Shakhty": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 238031 + }, + { + "year": 2011, + "value": 239208 + }, + { + "year": 2010, + "value": 239987 + }, + { + "year": 2010, + "value": 239987 + }, + { + "year": 2009, + "value": 245467 + }, + { + "year": 2008, + "value": 245071 + }, + { + "year": 2007, + "value": 245127 + }, + { + "year": 2006, + "value": 246806 + }, + { + "year": 2004, + "value": 249110 + } + ] + }, + "Shchelkovo": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 111406 + }, + { + "year": 2012, + "value": 113726 + }, + { + "year": 2011, + "value": 110159 + }, + { + "year": 2010, + "value": 110411 + }, + { + "year": 2010, + "value": 112763 + }, + { + "year": 2009, + "value": 110972 + }, + { + "year": 2008, + "value": 113352 + }, + { + "year": 2007, + "value": 112903 + }, + { + "year": 2006, + "value": 112930 + }, + { + "year": 2004, + "value": 112872 + } + ] + }, + "Smolensk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 330451 + }, + { + "year": 2011, + "value": 328295 + }, + { + "year": 2010, + "value": 326861 + }, + { + "year": 2010, + "value": 326861 + }, + { + "year": 2009, + "value": 315029 + }, + { + "year": 2008, + "value": 316057 + }, + { + "year": 2007, + "value": 317126 + }, + { + "year": 2006, + "value": 317821 + }, + { + "year": 2004, + "value": 319329 + } + ] + }, + "Sochi": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 364171 + }, + { + "year": 2012, + "value": 441407 + }, + { + "year": 2011, + "value": 352293 + }, + { + "year": 2011, + "value": 429560 + }, + { + "year": 2010, + "value": 343334 + }, + { + "year": 2010, + "value": 420589 + }, + { + "year": 2009, + "value": 339925 + }, + { + "year": 2009, + "value": 410987 + }, + { + "year": 2008, + "value": 336114 + }, + { + "year": 2008, + "value": 408912 + }, + { + "year": 2007, + "value": 332670 + }, + { + "year": 2006, + "value": 330264 + }, + { + "year": 2006, + "value": 400166 + }, + { + "year": 2004, + "value": 328525 + }, + { + "year": 2004, + "value": 396997 + } + ] + }, + "St. petersburg": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 4990602 + }, + { + "year": 2011, + "value": 4926282 + }, + { + "year": 2010, + "value": 4879566 + }, + { + "year": 2010, + "value": 4879566 + }, + { + "year": 2009, + "value": 4591065 + }, + { + "year": 2008, + "value": 4574950 + }, + { + "year": 2007, + "value": 4569616 + }, + { + "year": 2006, + "value": 4575902 + }, + { + "year": 2004, + "value": 4600000 + } + ] + }, + "Stary oskol": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 220719 + }, + { + "year": 2012, + "value": 256790 + }, + { + "year": 2011, + "value": 220768 + }, + { + "year": 2011, + "value": 256465 + }, + { + "year": 2010, + "value": 221085 + }, + { + "year": 2010, + "value": 221085 + }, + { + "year": 2009, + "value": 221324 + }, + { + "year": 2008, + "value": 220644 + }, + { + "year": 2007, + "value": 219682 + }, + { + "year": 2006, + "value": 218657 + }, + { + "year": 2004, + "value": 217420 + } + ] + }, + "Stavropol": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 408361 + }, + { + "year": 2012, + "value": 408560 + }, + { + "year": 2011, + "value": 401894 + }, + { + "year": 2011, + "value": 402101 + }, + { + "year": 2010, + "value": 398539 + }, + { + "year": 2010, + "value": 398754 + }, + { + "year": 2009, + "value": 367577 + }, + { + "year": 2008, + "value": 364877 + }, + { + "year": 2008, + "value": 365077 + }, + { + "year": 2007, + "value": 361721 + }, + { + "year": 2007, + "value": 361920 + }, + { + "year": 2006, + "value": 359072 + }, + { + "year": 2006, + "value": 359269 + }, + { + "year": 2004, + "value": 355914 + }, + { + "year": 2004, + "value": 355806 + } + ] + }, + "Sterlitamak": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 275087 + }, + { + "year": 2011, + "value": 274019 + }, + { + "year": 2010, + "value": 273486 + }, + { + "year": 2010, + "value": 273486 + }, + { + "year": 2009, + "value": 270635 + }, + { + "year": 2008, + "value": 269016 + }, + { + "year": 2007, + "value": 267260 + }, + { + "year": 2006, + "value": 265854 + }, + { + "year": 2004, + "value": 264950 + } + ] + }, + "Surgut": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 321062 + }, + { + "year": 2011, + "value": 312566 + }, + { + "year": 2010, + "value": 306675 + }, + { + "year": 2010, + "value": 306675 + }, + { + "year": 2009, + "value": 300314 + }, + { + "year": 2008, + "value": 296333 + }, + { + "year": 2007, + "value": 292021 + }, + { + "year": 2006, + "value": 290221 + }, + { + "year": 2004, + "value": 291750 + } + ] + }, + "Syktivkar": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 239341 + }, + { + "year": 2012, + "value": 255283 + }, + { + "year": 2011, + "value": 237166 + }, + { + "year": 2011, + "value": 253044 + }, + { + "year": 2010, + "value": 235006 + }, + { + "year": 2010, + "value": 250874 + }, + { + "year": 2009, + "value": 234403 + }, + { + "year": 2009, + "value": 248233 + }, + { + "year": 2008, + "value": 231971 + }, + { + "year": 2008, + "value": 247245 + }, + { + "year": 2007, + "value": 230075 + }, + { + "year": 2007, + "value": 245371 + }, + { + "year": 2006, + "value": 229247 + }, + { + "year": 2006, + "value": 244645 + }, + { + "year": 2004, + "value": 228928 + }, + { + "year": 2004, + "value": 244354 + } + ] + }, + "Syzran": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 177404 + }, + { + "year": 2012, + "value": 178205 + }, + { + "year": 2011, + "value": 178294 + }, + { + "year": 2011, + "value": 179091 + }, + { + "year": 2010, + "value": 178750 + }, + { + "year": 2010, + "value": 179558 + }, + { + "year": 2009, + "value": 178804 + }, + { + "year": 2009, + "value": 179663 + }, + { + "year": 2008, + "value": 178979 + }, + { + "year": 2008, + "value": 179757 + }, + { + "year": 2007, + "value": 179405 + }, + { + "year": 2007, + "value": 180222 + }, + { + "year": 2006, + "value": 180617 + }, + { + "year": 2006, + "value": 181473 + }, + { + "year": 2004, + "value": 183518 + } + ] + }, + "Taganrog": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 255671 + }, + { + "year": 2011, + "value": 256888 + }, + { + "year": 2010, + "value": 257681 + }, + { + "year": 2010, + "value": 257681 + }, + { + "year": 2009, + "value": 256353 + }, + { + "year": 2008, + "value": 259151 + }, + { + "year": 2007, + "value": 262541 + }, + { + "year": 2006, + "value": 266511 + }, + { + "year": 2004, + "value": 272953 + } + ] + }, + "Tambov": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 281348 + }, + { + "year": 2011, + "value": 280485 + }, + { + "year": 2010, + "value": 280161 + }, + { + "year": 2010, + "value": 280161 + }, + { + "year": 2009, + "value": 278044 + }, + { + "year": 2008, + "value": 279195 + }, + { + "year": 2007, + "value": 280797 + }, + { + "year": 2006, + "value": 283144 + }, + { + "year": 2004, + "value": 287216 + } + ] + }, + "Tobolsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 101955 + }, + { + "year": 2011, + "value": 102754 + }, + { + "year": 2009, + "value": 99102 + }, + { + "year": 2009, + "value": 103411 + }, + { + "year": 2008, + "value": 99506 + }, + { + "year": 2008, + "value": 103691 + }, + { + "year": 2007, + "value": 99904 + }, + { + "year": 2007, + "value": 104121 + }, + { + "year": 2006, + "value": 100312 + }, + { + "year": 2006, + "value": 104544 + }, + { + "year": 2004, + "value": 105848 + } + ] + }, + "Tolyatti": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 719363 + }, + { + "year": 2011, + "value": 719599 + }, + { + "year": 2010, + "value": 719632 + }, + { + "year": 2010, + "value": 719632 + }, + { + "year": 2009, + "value": 721049 + }, + { + "year": 2008, + "value": 712904 + }, + { + "year": 2008, + "value": 719363 + }, + { + "year": 2007, + "value": 705380 + }, + { + "year": 2007, + "value": 718207 + }, + { + "year": 2006, + "value": 705084 + }, + { + "year": 2006, + "value": 717760 + }, + { + "year": 2004, + "value": 704792 + }, + { + "year": 2004, + "value": 716759 + } + ] + }, + "Tomsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 543596 + }, + { + "year": 2012, + "value": 565000 + }, + { + "year": 2011, + "value": 532624 + }, + { + "year": 2011, + "value": 554010 + }, + { + "year": 2010, + "value": 524669 + }, + { + "year": 2010, + "value": 546049 + }, + { + "year": 2009, + "value": 505194 + }, + { + "year": 2009, + "value": 521583 + }, + { + "year": 2008, + "value": 499151 + }, + { + "year": 2008, + "value": 518827 + }, + { + "year": 2007, + "value": 494754 + }, + { + "year": 2007, + "value": 514318 + }, + { + "year": 2006, + "value": 491442 + }, + { + "year": 2006, + "value": 511064 + }, + { + "year": 2004, + "value": 487357 + } + ] + }, + "Tula": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 496656 + }, + { + "year": 2011, + "value": 499933 + }, + { + "year": 2010, + "value": 501169 + }, + { + "year": 2010, + "value": 501169 + }, + { + "year": 2009, + "value": 494017 + }, + { + "year": 2008, + "value": 498033 + }, + { + "year": 2007, + "value": 501997 + }, + { + "year": 2006, + "value": 506495 + }, + { + "year": 2004, + "value": 406726 + }, + { + "year": 2004, + "value": 518393 + } + ] + }, + "Tver": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 407896 + }, + { + "year": 2011, + "value": 405474 + }, + { + "year": 2010, + "value": 403606 + }, + { + "year": 2010, + "value": 403606 + }, + { + "year": 2009, + "value": 409707 + }, + { + "year": 2008, + "value": 408129 + }, + { + "year": 2007, + "value": 406388 + }, + { + "year": 2006, + "value": 405573 + }, + { + "year": 2004, + "value": 406726 + } + ] + }, + "Tyumen": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 621918 + }, + { + "year": 2012, + "value": 644799 + }, + { + "year": 2011, + "value": 597283 + }, + { + "year": 2011, + "value": 620207 + }, + { + "year": 2010, + "value": 581907 + }, + { + "year": 2010, + "value": 604816 + }, + { + "year": 2009, + "value": 575286 + }, + { + "year": 2009, + "value": 599036 + }, + { + "year": 2008, + "value": 565182 + }, + { + "year": 2008, + "value": 593813 + }, + { + "year": 2007, + "value": 554942 + }, + { + "year": 2007, + "value": 583458 + }, + { + "year": 2006, + "value": 546167 + }, + { + "year": 2006, + "value": 574591 + }, + { + "year": 2004, + "value": 538320 + }, + { + "year": 2004, + "value": 565397 + } + ] + }, + "Ufa": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1075007 + }, + { + "year": 2012, + "value": 1084420 + }, + { + "year": 2011, + "value": 1068956 + }, + { + "year": 2011, + "value": 1078309 + }, + { + "year": 2010, + "value": 1062319 + }, + { + "year": 2010, + "value": 1071640 + }, + { + "year": 2009, + "value": 1027827 + }, + { + "year": 2009, + "value": 1032051 + }, + { + "year": 2008, + "value": 1023150 + }, + { + "year": 2008, + "value": 1030361 + }, + { + "year": 2007, + "value": 1022017 + }, + { + "year": 2007, + "value": 1029220 + }, + { + "year": 2006, + "value": 1026097 + }, + { + "year": 2006, + "value": 1033276 + }, + { + "year": 2004, + "value": 1036026 + }, + { + "year": 2004, + "value": 1041813 + } + ] + }, + "Uhta": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 99680 + }, + { + "year": 2012, + "value": 121479 + }, + { + "year": 2011, + "value": 99874 + }, + { + "year": 2011, + "value": 121850 + }, + { + "year": 2009, + "value": 103541 + }, + { + "year": 2009, + "value": 126990 + }, + { + "year": 2008, + "value": 103416 + }, + { + "year": 2008, + "value": 127064 + }, + { + "year": 2007, + "value": 103464 + }, + { + "year": 2007, + "value": 127167 + }, + { + "year": 2006, + "value": 103389 + }, + { + "year": 2006, + "value": 127110 + }, + { + "year": 2004, + "value": 103064 + }, + { + "year": 2004, + "value": 126936 + } + ] + }, + "Ulan-ude": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 413850 + }, + { + "year": 2011, + "value": 408757 + }, + { + "year": 2010, + "value": 404426 + }, + { + "year": 2010, + "value": 404426 + }, + { + "year": 2009, + "value": 358682 + }, + { + "year": 2009, + "value": 373272 + }, + { + "year": 2008, + "value": 340546 + }, + { + "year": 2008, + "value": 372837 + }, + { + "year": 2007, + "value": 341913 + }, + { + "year": 2007, + "value": 372858 + }, + { + "year": 2006, + "value": 345398 + }, + { + "year": 2006, + "value": 375168 + }, + { + "year": 2004, + "value": 352623 + }, + { + "year": 2004, + "value": 382528 + } + ] + }, + "Ulyanovsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 614878 + }, + { + "year": 2012, + "value": 637637 + }, + { + "year": 2011, + "value": 614324 + }, + { + "year": 2011, + "value": 637091 + }, + { + "year": 2010, + "value": 614786 + }, + { + "year": 2010, + "value": 637564 + }, + { + "year": 2009, + "value": 603285 + }, + { + "year": 2009, + "value": 624871 + }, + { + "year": 2008, + "value": 605377 + }, + { + "year": 2008, + "value": 626460 + }, + { + "year": 2007, + "value": 609339 + }, + { + "year": 2007, + "value": 630390 + }, + { + "year": 2006, + "value": 614447 + }, + { + "year": 2006, + "value": 635526 + }, + { + "year": 2004, + "value": 623139 + }, + { + "year": 2004, + "value": 646996 + } + ] + }, + "Ussuriisk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 163465 + }, + { + "year": 2012, + "value": 189502 + }, + { + "year": 2011, + "value": 159898 + }, + { + "year": 2011, + "value": 185945 + }, + { + "year": 2010, + "value": 158004 + }, + { + "year": 2010, + "value": 184046 + }, + { + "year": 2009, + "value": 153268 + }, + { + "year": 2009, + "value": 180745 + }, + { + "year": 2008, + "value": 153512 + }, + { + "year": 2008, + "value": 180644 + }, + { + "year": 2007, + "value": 153661 + }, + { + "year": 2007, + "value": 180943 + }, + { + "year": 2006, + "value": 154326 + }, + { + "year": 2006, + "value": 168049 + }, + { + "year": 2004, + "value": 156029 + } + ] + }, + "Velikie luky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 98141 + }, + { + "year": 2009, + "value": 98770 + }, + { + "year": 2008, + "value": 99799 + }, + { + "year": 2007, + "value": 100717 + }, + { + "year": 2006, + "value": 101738 + }, + { + "year": 2004, + "value": 103463 + } + ] + }, + "Velikiy novgorod": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 219941 + }, + { + "year": 2011, + "value": 219311 + }, + { + "year": 2010, + "value": 218717 + }, + { + "year": 2010, + "value": 218717 + }, + { + "year": 2009, + "value": 215064 + }, + { + "year": 2008, + "value": 215762 + }, + { + "year": 2007, + "value": 216436 + }, + { + "year": 2006, + "value": 217199 + }, + { + "year": 2004, + "value": 218815 + } + ] + }, + "Vladikavkaz (osetinskaya assr)": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 309173 + }, + { + "year": 2012, + "value": 327448 + }, + { + "year": 2011, + "value": 310817 + }, + { + "year": 2011, + "value": 329203 + }, + { + "year": 2010, + "value": 311693 + }, + { + "year": 2010, + "value": 330148 + }, + { + "year": 2009, + "value": 312324 + }, + { + "year": 2009, + "value": 330012 + }, + { + "year": 2008, + "value": 312599 + }, + { + "year": 2008, + "value": 330089 + }, + { + "year": 2007, + "value": 313266 + }, + { + "year": 2007, + "value": 330580 + }, + { + "year": 2006, + "value": 313914 + }, + { + "year": 2006, + "value": 331126 + }, + { + "year": 2004, + "value": 314483 + }, + { + "year": 2004, + "value": 331840 + } + ] + }, + "Vladimir": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 346922 + }, + { + "year": 2012, + "value": 349525 + }, + { + "year": 2011, + "value": 345928 + }, + { + "year": 2011, + "value": 348553 + }, + { + "year": 2010, + "value": 345373 + }, + { + "year": 2010, + "value": 348031 + }, + { + "year": 2009, + "value": 338724 + }, + { + "year": 2008, + "value": 339637 + }, + { + "year": 2007, + "value": 339675 + }, + { + "year": 2006, + "value": 340267 + }, + { + "year": 2004, + "value": 310496 + }, + { + "year": 2004, + "value": 332587 + } + ] + }, + "Vladivostok": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 598927 + }, + { + "year": 2012, + "value": 624281 + }, + { + "year": 2011, + "value": 594351 + }, + { + "year": 2011, + "value": 619351 + }, + { + "year": 2010, + "value": 592034 + }, + { + "year": 2010, + "value": 616807 + }, + { + "year": 2009, + "value": 578416 + }, + { + "year": 2009, + "value": 605227 + }, + { + "year": 2008, + "value": 578709 + }, + { + "year": 2008, + "value": 605308 + }, + { + "year": 2007, + "value": 579811 + }, + { + "year": 2007, + "value": 606360 + }, + { + "year": 2006, + "value": 582246 + }, + { + "year": 2006, + "value": 608777 + }, + { + "year": 2004, + "value": 586829 + }, + { + "year": 2004, + "value": 615093 + } + ] + }, + "Volgodonsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 170189 + }, + { + "year": 2011, + "value": 170484 + }, + { + "year": 2010, + "value": 170841 + }, + { + "year": 2010, + "value": 170841 + }, + { + "year": 2009, + "value": 169066 + }, + { + "year": 2008, + "value": 169338 + }, + { + "year": 2007, + "value": 169882 + }, + { + "year": 2006, + "value": 170490 + }, + { + "year": 2004, + "value": 171370 + } + ] + }, + "Volgograd": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 1018762 + }, + { + "year": 2011, + "value": 1019778 + }, + { + "year": 2010, + "value": 1021215 + }, + { + "year": 2010, + "value": 1021215 + }, + { + "year": 2009, + "value": 980763 + }, + { + "year": 2009, + "value": 1017081 + }, + { + "year": 2008, + "value": 982901 + }, + { + "year": 2008, + "value": 1017888 + }, + { + "year": 2007, + "value": 985126 + }, + { + "year": 2007, + "value": 1019750 + }, + { + "year": 2006, + "value": 988997 + }, + { + "year": 2006, + "value": 1023299 + }, + { + "year": 2004, + "value": 999122 + }, + { + "year": 2004, + "value": 1035269 + } + ] + }, + "Vologda": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 305397 + }, + { + "year": 2012, + "value": 313679 + }, + { + "year": 2011, + "value": 303357 + }, + { + "year": 2011, + "value": 311226 + }, + { + "year": 2010, + "value": 301755 + }, + { + "year": 2010, + "value": 309290 + }, + { + "year": 2009, + "value": 286071 + }, + { + "year": 2009, + "value": 293587 + }, + { + "year": 2008, + "value": 286152 + }, + { + "year": 2008, + "value": 293631 + }, + { + "year": 2007, + "value": 286199 + }, + { + "year": 2007, + "value": 293764 + }, + { + "year": 2006, + "value": 286623 + }, + { + "year": 2006, + "value": 294311 + }, + { + "year": 2004, + "value": 288404 + }, + { + "year": 2004, + "value": 297508 + } + ] + }, + "Volzhsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 320761 + }, + { + "year": 2012, + "value": 327460 + }, + { + "year": 2011, + "value": 314183 + }, + { + "year": 2011, + "value": 327562 + }, + { + "year": 2010, + "value": 314255 + }, + { + "year": 2010, + "value": 327089 + }, + { + "year": 2009, + "value": 305161 + }, + { + "year": 2009, + "value": 316435 + }, + { + "year": 2008, + "value": 305982 + }, + { + "year": 2008, + "value": 316850 + }, + { + "year": 2007, + "value": 306842 + }, + { + "year": 2007, + "value": 317730 + }, + { + "year": 2006, + "value": 307893 + }, + { + "year": 2006, + "value": 318783 + }, + { + "year": 2004, + "value": 309428 + }, + { + "year": 2004, + "value": 320865 + } + ] + }, + "Voronezh": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 997447 + }, + { + "year": 2011, + "value": 985390 + }, + { + "year": 2010, + "value": 889680 + }, + { + "year": 2010, + "value": 975373 + }, + { + "year": 2009, + "value": 845558 + }, + { + "year": 2009, + "value": 924062 + }, + { + "year": 2008, + "value": 841709 + }, + { + "year": 2007, + "value": 840309 + }, + { + "year": 2006, + "value": 843531 + }, + { + "year": 2006, + "value": 923678 + }, + { + "year": 2004, + "value": 848751 + }, + { + "year": 2004, + "value": 929340 + } + ] + }, + "Yakutsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 282419 + }, + { + "year": 2012, + "value": 298926 + }, + { + "year": 2011, + "value": 274429 + }, + { + "year": 2011, + "value": 290911 + }, + { + "year": 2010, + "value": 269601 + }, + { + "year": 2010, + "value": 295664 + }, + { + "year": 2009, + "value": 266026 + }, + { + "year": 2009, + "value": 284115 + }, + { + "year": 2008, + "value": 259926 + }, + { + "year": 2008, + "value": 280180 + }, + { + "year": 2007, + "value": 250700 + }, + { + "year": 2007, + "value": 271374 + }, + { + "year": 2006, + "value": 242414 + }, + { + "year": 2006, + "value": 263451 + }, + { + "year": 2004, + "value": 235560 + }, + { + "year": 2004, + "value": 254635 + } + ] + }, + "Yaroslavl": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 597161 + }, + { + "year": 2011, + "value": 593265 + }, + { + "year": 2010, + "value": 591486 + }, + { + "year": 2010, + "value": 591486 + }, + { + "year": 2009, + "value": 606612 + }, + { + "year": 2008, + "value": 605756 + }, + { + "year": 2007, + "value": 604589 + }, + { + "year": 2006, + "value": 603872 + }, + { + "year": 2004, + "value": 605219 + } + ] + }, + "Yoshkar-ola": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 254987 + }, + { + "year": 2012, + "value": 265626 + }, + { + "year": 2011, + "value": 250867 + }, + { + "year": 2011, + "value": 261377 + }, + { + "year": 2010, + "value": 248782 + }, + { + "year": 2010, + "value": 259256 + }, + { + "year": 2009, + "value": 248705 + }, + { + "year": 2009, + "value": 260460 + }, + { + "year": 2008, + "value": 248662 + }, + { + "year": 2008, + "value": 266129 + }, + { + "year": 2007, + "value": 249212 + }, + { + "year": 2007, + "value": 273037 + }, + { + "year": 2006, + "value": 250605 + }, + { + "year": 2006, + "value": 275453 + }, + { + "year": 2004, + "value": 253407 + }, + { + "year": 2004, + "value": 279294 + } + ] + }, + "Yuzhno-sakhalinsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 188242 + }, + { + "year": 2012, + "value": 195104 + }, + { + "year": 2011, + "value": 183959 + }, + { + "year": 2011, + "value": 191072 + }, + { + "year": 2010, + "value": 181728 + }, + { + "year": 2010, + "value": 189010 + }, + { + "year": 2009, + "value": 174753 + }, + { + "year": 2009, + "value": 182239 + }, + { + "year": 2008, + "value": 174269 + }, + { + "year": 2008, + "value": 181812 + }, + { + "year": 2007, + "value": 173492 + }, + { + "year": 2007, + "value": 181034 + }, + { + "year": 2006, + "value": 173275 + }, + { + "year": 2006, + "value": 180799 + }, + { + "year": 2004, + "value": 173618 + }, + { + "year": 2004, + "value": 181433 + } + ] + }, + "Zheleznodorozhny": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 138814 + }, + { + "year": 2011, + "value": 133865 + }, + { + "year": 2010, + "value": 131257 + }, + { + "year": 2010, + "value": 131257 + }, + { + "year": 2009, + "value": 126908 + }, + { + "year": 2008, + "value": 123944 + }, + { + "year": 2007, + "value": 120768 + }, + { + "year": 2006, + "value": 117705 + }, + { + "year": 2004, + "value": 115289 + } + ] + }, + "Zhukovsky": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 106555 + }, + { + "year": 2011, + "value": 105524 + }, + { + "year": 2010, + "value": 104736 + }, + { + "year": 2010, + "value": 104736 + }, + { + "year": 2009, + "value": 104557 + }, + { + "year": 2008, + "value": 103717 + }, + { + "year": 2007, + "value": 102548 + }, + { + "year": 2006, + "value": 101646 + }, + { + "year": 2004, + "value": 101171 + } + ] + }, + "Zlatoust": { + "country": "Russian Federation", + "population": [ + { + "year": 2012, + "value": 172972 + }, + { + "year": 2012, + "value": 175178 + }, + { + "year": 2011, + "value": 174214 + }, + { + "year": 2011, + "value": 176411 + }, + { + "year": 2010, + "value": 174962 + }, + { + "year": 2010, + "value": 177155 + }, + { + "year": 2009, + "value": 190378 + }, + { + "year": 2008, + "value": 188359 + }, + { + "year": 2008, + "value": 190776 + }, + { + "year": 2007, + "value": 189059 + }, + { + "year": 2007, + "value": 191465 + }, + { + "year": 2006, + "value": 189842 + }, + { + "year": 2006, + "value": 192258 + }, + { + "year": 2004, + "value": 191531 + }, + { + "year": 2004, + "value": 194575 + } + ] + }, + "Gubkin": { + "country": "Russian Federation", + "population": [ + { + "year": 2011, + "value": 121852 + } + ] + }, + "Asbest": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 102728 + }, + { + "year": 2008, + "value": 102989 + }, + { + "year": 2007, + "value": 103581 + }, + { + "year": 2006, + "value": 104445 + } + ] + }, + "Glazov": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 96843 + }, + { + "year": 2008, + "value": 97635 + }, + { + "year": 2007, + "value": 98878 + }, + { + "year": 2006, + "value": 99997 + }, + { + "year": 2004, + "value": 100774 + } + ] + }, + "Kansk": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 96945 + }, + { + "year": 2008, + "value": 98143 + }, + { + "year": 2007, + "value": 99650 + }, + { + "year": 2006, + "value": 100963 + }, + { + "year": 2004, + "value": 102001 + } + ] + }, + "Solikamsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 95703 + }, + { + "year": 2008, + "value": 96746 + }, + { + "year": 2007, + "value": 97737 + }, + { + "year": 2006, + "value": 98761 + }, + { + "year": 2004, + "value": 100443 + } + ] + }, + "Ust-ulimsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 96699 + }, + { + "year": 2008, + "value": 97533 + }, + { + "year": 2007, + "value": 98286 + }, + { + "year": 2006, + "value": 98937 + }, + { + "year": 2004, + "value": 99778 + } + ] + }, + "Vorkuta": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 113396 + }, + { + "year": 2008, + "value": 115167 + }, + { + "year": 2007, + "value": 118495 + }, + { + "year": 2006, + "value": 121950 + }, + { + "year": 2004, + "value": 128805 + } + ] + }, + "Zelenodolsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 99089 + }, + { + "year": 2008, + "value": 99092 + }, + { + "year": 2007, + "value": 99047 + }, + { + "year": 2006, + "value": 99118 + }, + { + "year": 2004, + "value": 99647 + } + ] + }, + "Zheleznogorsk": { + "country": "Russian Federation", + "population": [ + { + "year": 2009, + "value": 102169 + }, + { + "year": 2008, + "value": 102395 + }, + { + "year": 2007, + "value": 102695 + }, + { + "year": 2006, + "value": 102899 + } + ] + }, + "Butare": { + "country": "Rwanda", + "population": [ + { + "year": 2002, + "value": 137334 + } + ] + }, + "Gitarama": { + "country": "Rwanda", + "population": [ + { + "year": 2002, + "value": 137995 + } + ] + }, + "Kigali": { + "country": "Rwanda", + "population": [ + { + "year": 2002, + "value": 603049 + }, + { + "year": 1991, + "value": 233640 + } + ] + }, + "Jamestown": { + "country": "Saint Helena ex. dep.", + "population": [ + { + "year": 2008, + "value": 714 + }, + { + "year": 1998, + "value": 884 + } + ] + }, + "Basseterre": { + "country": "Saint Kitts and Nevis", + "population": [ + { + "year": 1980, + "value": 14161 + } + ] + }, + "Castries": { + "country": "Saint Lucia", + "population": [ + { + "year": 2001, + "value": 11092 + } + ] + }, + "Saint-pierre": { + "country": "Saint Pierre and Miquelon", + "population": [ + { + "year": 1999, + "value": 5618 + } + ] + }, + "Kingstown": { + "country": "Saint Vincent and the Grenadines", + "population": [ + { + "year": 1991, + "value": 15466 + } + ] + }, + "Apia": { + "country": "Samoa", + "population": [ + { + "year": 2011, + "value": 36735 + }, + { + "year": 2006, + "value": 37708 + }, + { + "year": 2001, + "value": 38836 + } + ] + }, + "San marino": { + "country": "San Marino", + "population": [ + { + "year": 2013, + "value": 4438 + }, + { + "year": 2004, + "value": 4464 + }, + { + "year": 2003, + "value": 4479 + } + ] + }, + "Sao tome": { + "country": "Sao Tome and Principe", + "population": [ + { + "year": 2001, + "value": 49957 + }, + { + "year": 1991, + "value": 43400 + } + ] + }, + "Abha": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 201912 + }, + { + "year": 1992, + "value": 112148 + } + ] + }, + "Ad-dammam": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 744321 + }, + { + "year": 1992, + "value": 482117 + } + ] + }, + "Al-hawiyah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 132078 + } + ] + }, + "Al-hufuf": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 287841 + }, + { + "year": 1992, + "value": 225840 + } + ] + }, + "Al-jubayl": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 222544 + } + ] + }, + "Al-kharj": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 200958 + }, + { + "year": 1992, + "value": 148687 + } + ] + }, + "Al-khubar": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 165799 + }, + { + "year": 1992, + "value": 142981 + } + ] + }, + "Al-madinah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 918889 + }, + { + "year": 1992, + "value": 609318 + } + ] + }, + "Al-mubarraz": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 285067 + }, + { + "year": 1992, + "value": 219097 + } + ] + }, + "Al-qurrayyat": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 100436 + } + ] + }, + "Ar'ar": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 145237 + }, + { + "year": 1992, + "value": 105752 + } + ] + }, + "Ath-thuqbah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 191826 + }, + { + "year": 1992, + "value": 126014 + } + ] + }, + "At-ta'if": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 521273 + }, + { + "year": 1992, + "value": 408129 + } + ] + }, + "Buraydah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 378422 + }, + { + "year": 1992, + "value": 240091 + } + ] + }, + "Hafar al-batin": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 231978 + }, + { + "year": 1992, + "value": 138401 + } + ] + }, + "Ha'il": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 267005 + }, + { + "year": 1992, + "value": 175518 + } + ] + }, + "Jiddah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 2801481 + }, + { + "year": 1992, + "value": 2021095 + } + ] + }, + "Jizan": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 100694 + } + ] + }, + "Khamis mushayt": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 372695 + }, + { + "year": 1992, + "value": 217990 + } + ] + }, + "Makkah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 1294168 + }, + { + "year": 1992, + "value": 952429 + } + ] + }, + "Najran (aba as-suud)": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 246880 + } + ] + }, + "Riyadh": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 4087152 + }, + { + "year": 1992, + "value": 2723222 + } + ] + }, + "Sekaka": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 122686 + } + ] + }, + "Unayzah": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 128930 + } + ] + }, + "Yanbu al-bahr": { + "country": "Saudi Arabia", + "population": [ + { + "year": 2004, + "value": 188430 + } + ] + }, + "Dakar": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 1056009 + }, + { + "year": 2007, + "value": 1075582 + }, + { + "year": 1999, + "value": 879703 + }, + { + "year": 1999, + "value": 1976533 + } + ] + }, + "Diourbel": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 279667 + }, + { + "year": 2007, + "value": 101215 + } + ] + }, + "Guediawaye": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 317464 + }, + { + "year": 2007, + "value": 293737 + } + ] + }, + "Kaolack": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 410577 + }, + { + "year": 2007, + "value": 185976 + }, + { + "year": 1999, + "value": 227915 + } + ] + }, + "Mbour": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 605346 + }, + { + "year": 2007, + "value": 181825 + }, + { + "year": 1999, + "value": 135619 + } + ] + }, + "Pikine": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 941245 + }, + { + "year": 2007, + "value": 874062 + }, + { + "year": 1999, + "value": 1096830 + } + ] + }, + "Rufisque": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 333032 + }, + { + "year": 2007, + "value": 162055 + } + ] + }, + "Saint louis": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 277245 + }, + { + "year": 2007, + "value": 171263 + }, + { + "year": 1999, + "value": 147961 + } + ] + }, + "Thi\u00e8s": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 618436 + }, + { + "year": 2007, + "value": 181825 + }, + { + "year": 1999, + "value": 256113 + } + ] + }, + "Ziguinchor": { + "country": "Senegal", + "population": [ + { + "year": 2011, + "value": 337295 + }, + { + "year": 2007, + "value": 158370 + }, + { + "year": 1999, + "value": 199871 + } + ] + }, + "Beograd (belgrade)": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 1350987 + }, + { + "year": 2012, + "value": 1664218 + }, + { + "year": 2011, + "value": 1346930 + }, + { + "year": 2011, + "value": 1647490 + }, + { + "year": 2010, + "value": 1338998 + }, + { + "year": 2010, + "value": 1639505 + }, + { + "year": 2009, + "value": 1330536 + }, + { + "year": 2009, + "value": 1630582 + }, + { + "year": 2008, + "value": 1322629 + }, + { + "year": 2008, + "value": 1621396 + }, + { + "year": 2007, + "value": 1313994 + }, + { + "year": 2007, + "value": 1611333 + }, + { + "year": 2006, + "value": 1306168 + }, + { + "year": 2006, + "value": 1602861 + }, + { + "year": 2005, + "value": 1251650 + }, + { + "year": 2005, + "value": 1596919 + }, + { + "year": 2003, + "value": 1297142 + }, + { + "year": 2003, + "value": 1594977 + }, + { + "year": 2002, + "value": 1119642 + }, + { + "year": 2002, + "value": 1576124 + } + ] + }, + "Cacak": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 73100 + }, + { + "year": 2012, + "value": 114763 + }, + { + "year": 2011, + "value": 73803 + }, + { + "year": 2011, + "value": 14973 + }, + { + "year": 2010, + "value": 73891 + }, + { + "year": 2010, + "value": 115303 + }, + { + "year": 2009, + "value": 73847 + }, + { + "year": 2009, + "value": 115612 + }, + { + "year": 2008, + "value": 73770 + }, + { + "year": 2008, + "value": 115918 + }, + { + "year": 2007, + "value": 73739 + }, + { + "year": 2007, + "value": 116254 + }, + { + "year": 2006, + "value": 73667 + }, + { + "year": 2006, + "value": 116534 + }, + { + "year": 2005, + "value": 73619 + }, + { + "year": 2005, + "value": 116865 + }, + { + "year": 2003, + "value": 73693 + }, + { + "year": 2003, + "value": 117578 + } + ] + }, + "Kragujevac": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 150841 + }, + { + "year": 2012, + "value": 179274 + }, + { + "year": 2011, + "value": 147081 + }, + { + "year": 2011, + "value": 174100 + }, + { + "year": 2010, + "value": 146985 + }, + { + "year": 2010, + "value": 174229 + }, + { + "year": 2009, + "value": 146839 + }, + { + "year": 2009, + "value": 174318 + }, + { + "year": 2008, + "value": 146689 + }, + { + "year": 2008, + "value": 174386 + }, + { + "year": 2007, + "value": 146681 + }, + { + "year": 2007, + "value": 174626 + }, + { + "year": 2006, + "value": 146764 + }, + { + "year": 2006, + "value": 174920 + }, + { + "year": 2005, + "value": 146839 + }, + { + "year": 2005, + "value": 175198 + }, + { + "year": 2003, + "value": 146568 + }, + { + "year": 2003, + "value": 175598 + }, + { + "year": 2002, + "value": 146373 + }, + { + "year": 2002, + "value": 175802 + } + ] + }, + "Kraljevo": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 68494 + }, + { + "year": 2012, + "value": 124679 + }, + { + "year": 2011, + "value": 64315 + }, + { + "year": 2011, + "value": 117701 + }, + { + "year": 2010, + "value": 64359 + }, + { + "year": 2010, + "value": 118343 + }, + { + "year": 2009, + "value": 64362 + }, + { + "year": 2009, + "value": 118959 + }, + { + "year": 2008, + "value": 64394 + }, + { + "year": 2008, + "value": 119517 + }, + { + "year": 2007, + "value": 64307 + }, + { + "year": 2007, + "value": 119994 + }, + { + "year": 2006, + "value": 64044 + }, + { + "year": 2006, + "value": 120304 + }, + { + "year": 2005, + "value": 63780 + }, + { + "year": 2005, + "value": 120625 + }, + { + "year": 2003, + "value": 63583 + }, + { + "year": 2003, + "value": 121595 + } + ] + }, + "Kru\u0161evac": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 58715 + }, + { + "year": 2012, + "value": 127892 + }, + { + "year": 2011, + "value": 57252 + }, + { + "year": 2011, + "value": 126012 + }, + { + "year": 2010, + "value": 57179 + }, + { + "year": 2010, + "value": 126860 + }, + { + "year": 2009, + "value": 57047 + }, + { + "year": 2009, + "value": 127551 + }, + { + "year": 2008, + "value": 57040 + }, + { + "year": 2008, + "value": 128196 + }, + { + "year": 2007, + "value": 57016 + }, + { + "year": 2007, + "value": 128758 + }, + { + "year": 2006, + "value": 56955 + }, + { + "year": 2006, + "value": 129370 + }, + { + "year": 2005, + "value": 56976 + }, + { + "year": 2005, + "value": 130083 + }, + { + "year": 2003, + "value": 57230 + }, + { + "year": 2003, + "value": 131116 + } + ] + }, + "Leskovac": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 64958 + }, + { + "year": 2012, + "value": 143023 + }, + { + "year": 2011, + "value": 67097 + }, + { + "year": 2011, + "value": 146640 + }, + { + "year": 2010, + "value": 64516 + }, + { + "year": 2010, + "value": 147959 + }, + { + "year": 2009, + "value": 67798 + }, + { + "year": 2009, + "value": 149279 + }, + { + "year": 2008, + "value": 68185 + }, + { + "year": 2008, + "value": 150653 + }, + { + "year": 2007, + "value": 68537 + }, + { + "year": 2007, + "value": 151964 + }, + { + "year": 2006, + "value": 68721 + }, + { + "year": 2006, + "value": 153084 + }, + { + "year": 2005, + "value": 68763 + }, + { + "year": 2005, + "value": 154113 + }, + { + "year": 2003, + "value": 68970 + }, + { + "year": 2003, + "value": 155679 + } + ] + }, + "Ni\u0161": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 187415 + }, + { + "year": 2012, + "value": 259790 + }, + { + "year": 2011, + "value": 182801 + }, + { + "year": 2011, + "value": 255612 + }, + { + "year": 2010, + "value": 184635 + }, + { + "year": 2010, + "value": 255699 + }, + { + "year": 2009, + "value": 177863 + }, + { + "year": 2009, + "value": 255479 + }, + { + "year": 2008, + "value": 182317 + }, + { + "year": 2008, + "value": 255295 + }, + { + "year": 2007, + "value": 182090 + }, + { + "year": 2007, + "value": 254970 + }, + { + "year": 2006, + "value": 181317 + }, + { + "year": 2006, + "value": 254164 + }, + { + "year": 2005, + "value": 180409 + }, + { + "year": 2005, + "value": 263214 + }, + { + "year": 2003, + "value": 174092 + }, + { + "year": 2003, + "value": 251362 + }, + { + "year": 2002, + "value": 173724 + }, + { + "year": 2002, + "value": 235159 + } + ] + }, + "Novi sad": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 252459 + }, + { + "year": 2012, + "value": 309762 + }, + { + "year": 2011, + "value": 265387 + }, + { + "year": 2011, + "value": 333268 + }, + { + "year": 2010, + "value": 262856 + }, + { + "year": 2010, + "value": 330527 + }, + { + "year": 2009, + "value": 259803 + }, + { + "year": 2009, + "value": 327175 + }, + { + "year": 2008, + "value": 256779 + }, + { + "year": 2008, + "value": 323708 + }, + { + "year": 2007, + "value": 252881 + }, + { + "year": 2007, + "value": 319259 + }, + { + "year": 2006, + "value": 248241 + }, + { + "year": 2006, + "value": 314192 + }, + { + "year": 2005, + "value": 246081 + }, + { + "year": 2005, + "value": 310185 + }, + { + "year": 2003, + "value": 243232 + }, + { + "year": 2003, + "value": 309608 + }, + { + "year": 2002, + "value": 191405 + }, + { + "year": 2002, + "value": 299294 + } + ] + }, + "Pancevo": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 90422 + }, + { + "year": 2012, + "value": 122916 + }, + { + "year": 2011, + "value": 90027 + }, + { + "year": 2011, + "value": 123021 + }, + { + "year": 2010, + "value": 90481 + }, + { + "year": 2010, + "value": 123700 + }, + { + "year": 2009, + "value": 90908 + }, + { + "year": 2009, + "value": 124362 + }, + { + "year": 2008, + "value": 91395 + }, + { + "year": 2008, + "value": 125038 + }, + { + "year": 2007, + "value": 91907 + }, + { + "year": 2007, + "value": 125769 + }, + { + "year": 2006, + "value": 92283 + }, + { + "year": 2006, + "value": 126388 + }, + { + "year": 2005, + "value": 92397 + }, + { + "year": 2005, + "value": 126716 + }, + { + "year": 2003, + "value": 93563 + }, + { + "year": 2003, + "value": 128447 + } + ] + }, + "\u0160abac": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 53871 + }, + { + "year": 2012, + "value": 115287 + }, + { + "year": 2011, + "value": 54063 + }, + { + "year": 2011, + "value": 117388 + }, + { + "year": 2010, + "value": 54111 + }, + { + "year": 2010, + "value": 118040 + }, + { + "year": 2009, + "value": 54167 + }, + { + "year": 2009, + "value": 118720 + }, + { + "year": 2008, + "value": 54303 + }, + { + "year": 2008, + "value": 119386 + }, + { + "year": 2007, + "value": 54468 + }, + { + "year": 2007, + "value": 120000 + }, + { + "year": 2006, + "value": 54621 + }, + { + "year": 2006, + "value": 120626 + }, + { + "year": 2005, + "value": 54766 + }, + { + "year": 2005, + "value": 121287 + }, + { + "year": 2003, + "value": 55288 + }, + { + "year": 2003, + "value": 123155 + } + ] + }, + "Smederevo": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 64025 + }, + { + "year": 2012, + "value": 107652 + }, + { + "year": 2011, + "value": 63068 + }, + { + "year": 2011, + "value": 107170 + }, + { + "year": 2010, + "value": 63135 + }, + { + "year": 2010, + "value": 107638 + }, + { + "year": 2009, + "value": 63180 + }, + { + "year": 2009, + "value": 108046 + }, + { + "year": 2008, + "value": 63334 + }, + { + "year": 2008, + "value": 108504 + }, + { + "year": 2007, + "value": 63526 + }, + { + "year": 2007, + "value": 109007 + }, + { + "year": 2006, + "value": 63577 + }, + { + "year": 2006, + "value": 109379 + }, + { + "year": 2005, + "value": 63510 + }, + { + "year": 2005, + "value": 109631 + }, + { + "year": 2003, + "value": 63260 + }, + { + "year": 2003, + "value": 109977 + } + ] + }, + "Subotica": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 105329 + }, + { + "year": 2012, + "value": 140847 + }, + { + "year": 2011, + "value": 106468 + }, + { + "year": 2011, + "value": 143179 + }, + { + "year": 2010, + "value": 106734 + }, + { + "year": 2010, + "value": 143919 + }, + { + "year": 2009, + "value": 106911 + }, + { + "year": 2009, + "value": 144540 + }, + { + "year": 2008, + "value": 107088 + }, + { + "year": 2008, + "value": 145169 + }, + { + "year": 2007, + "value": 107157 + }, + { + "year": 2007, + "value": 145752 + }, + { + "year": 2006, + "value": 107134 + }, + { + "year": 2006, + "value": 146238 + }, + { + "year": 2005, + "value": 107133 + }, + { + "year": 2005, + "value": 146765 + }, + { + "year": 2003, + "value": 108714 + }, + { + "year": 2003, + "value": 149257 + } + ] + }, + "Zrenjanin": { + "country": "Serbia", + "population": [ + { + "year": 2012, + "value": 76180 + }, + { + "year": 2012, + "value": 122508 + }, + { + "year": 2011, + "value": 76336 + }, + { + "year": 2011, + "value": 123536 + }, + { + "year": 2010, + "value": 76726 + }, + { + "year": 2010, + "value": 124501 + }, + { + "year": 2009, + "value": 77031 + }, + { + "year": 2009, + "value": 125391 + }, + { + "year": 2008, + "value": 77362 + }, + { + "year": 2008, + "value": 126325 + }, + { + "year": 2007, + "value": 77778 + }, + { + "year": 2007, + "value": 127416 + }, + { + "year": 2006, + "value": 78252 + }, + { + "year": 2006, + "value": 128527 + }, + { + "year": 2005, + "value": 78772 + }, + { + "year": 2005, + "value": 129568 + }, + { + "year": 2003, + "value": 80162 + }, + { + "year": 2003, + "value": 132430 + } + ] + }, + "Freetown": { + "country": "Sierra Leone", + "population": [ + { + "year": 1985, + "value": 469776 + } + ] + }, + "Singapore": { + "country": "Singapore", + "population": [ + { + "year": 2013, + "value": 5399200 + }, + { + "year": 2012, + "value": 5312400 + }, + { + "year": 2011, + "value": 5183700 + }, + { + "year": 2010, + "value": 3771721 + }, + { + "year": 2010, + "value": 5076700 + }, + { + "year": 2009, + "value": 4987600 + }, + { + "year": 2008, + "value": 4839400 + }, + { + "year": 2007, + "value": 4588600 + }, + { + "year": 2006, + "value": 4483900 + }, + { + "year": 2005, + "value": 4341800 + }, + { + "year": 2004, + "value": 4238300 + }, + { + "year": 1998, + "value": 3866000 + } + ] + }, + "Bratislava": { + "country": "Slovakia", + "population": [ + { + "year": 2012, + "value": 414390 + }, + { + "year": 2011, + "value": 411228 + }, + { + "year": 2011, + "value": 411842 + }, + { + "year": 2010, + "value": 432060 + }, + { + "year": 2009, + "value": 429692 + }, + { + "year": 2008, + "value": 427770 + }, + { + "year": 2007, + "value": 426808 + }, + { + "year": 2006, + "value": 425609 + }, + { + "year": 2005, + "value": 425293 + }, + { + "year": 2004, + "value": 425101 + }, + { + "year": 2002, + "value": 427425 + }, + { + "year": 2001, + "value": 428672 + } + ] + }, + "Kosice": { + "country": "Slovakia", + "population": [ + { + "year": 2012, + "value": 240426 + }, + { + "year": 2011, + "value": 240433 + }, + { + "year": 2011, + "value": 240602 + }, + { + "year": 2010, + "value": 233967 + }, + { + "year": 2009, + "value": 233810 + }, + { + "year": 2008, + "value": 233847 + }, + { + "year": 2007, + "value": 234663 + }, + { + "year": 2006, + "value": 234904 + }, + { + "year": 2005, + "value": 234937 + }, + { + "year": 2004, + "value": 235188 + }, + { + "year": 2002, + "value": 235832 + }, + { + "year": 2001, + "value": 236093 + } + ] + }, + "Ljubljana": { + "country": "Slovenia", + "population": [ + { + "year": 2012, + "value": 272140 + }, + { + "year": 2012, + "value": 273912 + }, + { + "year": 2011, + "value": 272220 + }, + { + "year": 2011, + "value": 271937 + }, + { + "year": 2011, + "value": 274319 + }, + { + "year": 2011, + "value": 273659 + }, + { + "year": 2010, + "value": 272226 + }, + { + "year": 2010, + "value": 273965 + }, + { + "year": 2009, + "value": 270568 + }, + { + "year": 2009, + "value": 272311 + }, + { + "year": 2008, + "value": 265183 + }, + { + "year": 2008, + "value": 266904 + }, + { + "year": 2007, + "value": 250953 + }, + { + "year": 2007, + "value": 252639 + }, + { + "year": 2006, + "value": 246472 + }, + { + "year": 2006, + "value": 248139 + }, + { + "year": 2005, + "value": 247167 + }, + { + "year": 2005, + "value": 248833 + }, + { + "year": 2004, + "value": 248148 + }, + { + "year": 2004, + "value": 249810 + }, + { + "year": 2003, + "value": 248956 + }, + { + "year": 2003, + "value": 250603 + }, + { + "year": 2002, + "value": 258873 + }, + { + "year": 2002, + "value": 260543 + } + ] + }, + "Maribor": { + "country": "Slovenia", + "population": [ + { + "year": 2012, + "value": 94318 + }, + { + "year": 2012, + "value": 108275 + }, + { + "year": 2011, + "value": 95171 + }, + { + "year": 2011, + "value": 94559 + }, + { + "year": 2011, + "value": 109118 + }, + { + "year": 2011, + "value": 108515 + }, + { + "year": 2010, + "value": 95107 + }, + { + "year": 2010, + "value": 109039 + }, + { + "year": 2009, + "value": 96090 + }, + { + "year": 2009, + "value": 110006 + }, + { + "year": 2008, + "value": 93899 + }, + { + "year": 2008, + "value": 108861 + }, + { + "year": 2007, + "value": 88679 + }, + { + "year": 2007, + "value": 106245 + }, + { + "year": 2006, + "value": 89951 + }, + { + "year": 2006, + "value": 104767 + }, + { + "year": 2005, + "value": 91191 + }, + { + "year": 2005, + "value": 105913 + }, + { + "year": 2004, + "value": 92085 + }, + { + "year": 2004, + "value": 106775 + }, + { + "year": 2003, + "value": 92951 + }, + { + "year": 2003, + "value": 107538 + }, + { + "year": 2002, + "value": 93847 + }, + { + "year": 2002, + "value": 108241 + } + ] + }, + "Honiara": { + "country": "Solomon Islands", + "population": [ + { + "year": 2009, + "value": 64609 + }, + { + "year": 2009, + "value": 80082 + }, + { + "year": 1999, + "value": 49107 + }, + { + "year": 1999, + "value": 52120 + } + ] + }, + "Alexandra": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 171284 + } + ] + }, + "Benoni": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 366343 + } + ] + }, + "Bloemfontein": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 350504 + } + ] + }, + "Boksburg": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 263179 + } + ] + }, + "Botshabelo": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 177971 + } + ] + }, + "Cape town": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 987007 + } + ] + }, + "Durban": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 669242 + } + ] + }, + "Germiston": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 164252 + } + ] + }, + "Johannesburg": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 752349 + } + ] + }, + "Kathlehong": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 344803 + } + ] + }, + "Kempton park": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 344426 + } + ] + }, + "Khayelitsa": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 314239 + } + ] + }, + "Kimberley": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 206070 + } + ] + }, + "Mangaung": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 176525 + } + ] + }, + "Pietermaritzburg": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 405385 + } + ] + }, + "Port elizabeth": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 775255 + } + ] + }, + "Pretoria": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 692348 + } + ] + }, + "Roodepoort": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 279340 + } + ] + }, + "Soweto": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 904165 + } + ] + }, + "Springs": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 163304 + } + ] + }, + "Tembisa": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 237676 + } + ] + }, + "Umlazi": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 339715 + } + ] + }, + "Vereeniging": { + "country": "South Africa", + "population": [ + { + "year": 1996, + "value": 379638 + } + ] + }, + "Albacete": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 172583 + }, + { + "year": 2011, + "value": 172000 + }, + { + "year": 2011, + "value": 171931 + }, + { + "year": 2010, + "value": 170933 + }, + { + "year": 2009, + "value": 170096 + }, + { + "year": 2008, + "value": 166909 + }, + { + "year": 2006, + "value": 161508 + }, + { + "year": 2001, + "value": 148934 + }, + { + "year": 2001, + "value": 149434 + }, + { + "year": 2001, + "value": 198887 + } + ] + }, + "Alcal\u00e1 de henares": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 204374 + }, + { + "year": 2011, + "value": 200505 + }, + { + "year": 2011, + "value": 203805 + }, + { + "year": 2010, + "value": 203903 + }, + { + "year": 2009, + "value": 204347 + }, + { + "year": 2008, + "value": 203645 + }, + { + "year": 2006, + "value": 201380 + }, + { + "year": 2001, + "value": 176434 + } + ] + }, + "Alcobendas": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 111618 + }, + { + "year": 2011, + "value": 110350 + }, + { + "year": 2011, + "value": 110373 + }, + { + "year": 2010, + "value": 109893 + }, + { + "year": 2009, + "value": 109592 + }, + { + "year": 2008, + "value": 107514 + }, + { + "year": 2006, + "value": 104118 + } + ] + }, + "Alcorc\u00f3n": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 169541 + }, + { + "year": 2011, + "value": 167215 + }, + { + "year": 2011, + "value": 168916 + }, + { + "year": 2010, + "value": 168411 + }, + { + "year": 2009, + "value": 168133 + }, + { + "year": 2008, + "value": 167997 + }, + { + "year": 2006, + "value": 164633 + }, + { + "year": 2001, + "value": 153100 + } + ] + }, + "Algeciras": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 115597 + }, + { + "year": 2011, + "value": 117695 + }, + { + "year": 2011, + "value": 117364 + }, + { + "year": 2010, + "value": 117114 + }, + { + "year": 2009, + "value": 116313 + }, + { + "year": 2008, + "value": 115333 + }, + { + "year": 2006, + "value": 112937 + }, + { + "year": 2001, + "value": 101468 + } + ] + }, + "Alicante": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 334865 + }, + { + "year": 2011, + "value": 227415 + }, + { + "year": 2011, + "value": 334504 + }, + { + "year": 2010, + "value": 334374 + }, + { + "year": 2009, + "value": 334588 + }, + { + "year": 2008, + "value": 331750 + }, + { + "year": 2006, + "value": 322431 + }, + { + "year": 2001, + "value": 284580 + }, + { + "year": 2001, + "value": 279535 + }, + { + "year": 2001, + "value": 590669 + } + ] + }, + "Almer\u00eda": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 192070 + }, + { + "year": 2011, + "value": 189680 + }, + { + "year": 2011, + "value": 190896 + }, + { + "year": 2010, + "value": 190181 + }, + { + "year": 2009, + "value": 189412 + }, + { + "year": 2008, + "value": 187521 + }, + { + "year": 2006, + "value": 185309 + }, + { + "year": 2001, + "value": 166328 + }, + { + "year": 2001, + "value": 172055 + }, + { + "year": 2001, + "value": 204991 + } + ] + }, + "Badajoz": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 151446 + }, + { + "year": 2011, + "value": 151215 + }, + { + "year": 2011, + "value": 151918 + }, + { + "year": 2010, + "value": 150971 + }, + { + "year": 2009, + "value": 149355 + }, + { + "year": 2008, + "value": 146832 + }, + { + "year": 2006, + "value": 143748 + }, + { + "year": 2001, + "value": 133519 + }, + { + "year": 2001, + "value": 127736 + }, + { + "year": 2001, + "value": 255953 + } + ] + }, + "Badalona": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 220343 + }, + { + "year": 2011, + "value": 219240 + }, + { + "year": 2011, + "value": 220382 + }, + { + "year": 2010, + "value": 219336 + }, + { + "year": 2009, + "value": 219217 + }, + { + "year": 2008, + "value": 215329 + }, + { + "year": 2006, + "value": 221520 + }, + { + "year": 2001, + "value": 205836 + } + ] + }, + "Baracaldo": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 100436 + }, + { + "year": 2011, + "value": 100065 + } + ] + }, + "Barcelona": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 1616383 + }, + { + "year": 2011, + "value": 1611010 + }, + { + "year": 2011, + "value": 1618196 + }, + { + "year": 2010, + "value": 1617393 + }, + { + "year": 2009, + "value": 1620437 + }, + { + "year": 2008, + "value": 1615908 + }, + { + "year": 2006, + "value": 1605602 + }, + { + "year": 2001, + "value": 1503884 + }, + { + "year": 2001, + "value": 1392641 + }, + { + "year": 2001, + "value": 2208652 + }, + { + "year": 2011, + "value": 326460 + }, + { + "year": 1998, + "value": 301595 + } + ] + }, + "Bilbao": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 350493 + }, + { + "year": 2011, + "value": 351355 + }, + { + "year": 2011, + "value": 352165 + }, + { + "year": 2010, + "value": 352944 + }, + { + "year": 2009, + "value": 354024 + }, + { + "year": 2008, + "value": 353340 + }, + { + "year": 2006, + "value": 354145 + }, + { + "year": 2001, + "value": 349972 + }, + { + "year": 2001, + "value": 346683 + }, + { + "year": 2001, + "value": 546043 + } + ] + }, + "Burgos": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 179502 + }, + { + "year": 2011, + "value": 178865 + }, + { + "year": 2011, + "value": 179579 + }, + { + "year": 2010, + "value": 178913 + }, + { + "year": 2009, + "value": 178770 + }, + { + "year": 2008, + "value": 177879 + }, + { + "year": 2006, + "value": 173676 + }, + { + "year": 2001, + "value": 166187 + }, + { + "year": 2001, + "value": 161520 + }, + { + "year": 2001, + "value": 172264 + } + ] + }, + "C\u00e1diz": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 123469 + }, + { + "year": 2011, + "value": 124015 + }, + { + "year": 2011, + "value": 124420 + }, + { + "year": 2010, + "value": 125359 + }, + { + "year": 2009, + "value": 126296 + }, + { + "year": 2008, + "value": 127200 + }, + { + "year": 2006, + "value": 130561 + }, + { + "year": 2001, + "value": 133363 + }, + { + "year": 2001, + "value": 132872 + }, + { + "year": 2001, + "value": 221130 + } + ] + }, + "Castell\u00f3n de la plana": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 180195 + }, + { + "year": 2011, + "value": 176300 + }, + { + "year": 2011, + "value": 180159 + }, + { + "year": 2010, + "value": 180402 + }, + { + "year": 2009, + "value": 180348 + }, + { + "year": 2008, + "value": 177924 + }, + { + "year": 2006, + "value": 172110 + }, + { + "year": 2001, + "value": 147667 + }, + { + "year": 2001, + "value": 139009 + }, + { + "year": 2001, + "value": 210455 + } + ] + }, + "A coru\u00f1a": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 246035 + }, + { + "year": 2011, + "value": 245055 + }, + { + "year": 2011, + "value": 246087 + }, + { + "year": 2010, + "value": 246038 + }, + { + "year": 2009, + "value": 246052 + }, + { + "year": 2008, + "value": 245164 + }, + { + "year": 2006, + "value": 243320 + } + ] + }, + "Donostia - san sebasti\u00e1n": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 186455 + }, + { + "year": 2011, + "value": 185510 + }, + { + "year": 2011, + "value": 186297 + }, + { + "year": 2010, + "value": 185846 + }, + { + "year": 2009, + "value": 185432 + }, + { + "year": 2008, + "value": 184248 + }, + { + "year": 2006, + "value": 183308 + }, + { + "year": 2001, + "value": 178377 + }, + { + "year": 2001, + "value": 177831 + }, + { + "year": 2001, + "value": 297537 + } + ] + }, + "Dos hermanas": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 129257 + }, + { + "year": 2011, + "value": 128435 + }, + { + "year": 2011, + "value": 128085 + }, + { + "year": 2010, + "value": 126231 + }, + { + "year": 2009, + "value": 124015 + }, + { + "year": 2008, + "value": 120323 + }, + { + "year": 2006, + "value": 114672 + }, + { + "year": 2001, + "value": 101988 + } + ] + }, + "Elche": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 230406 + }, + { + "year": 2011, + "value": 329325 + }, + { + "year": 2011, + "value": 230471 + }, + { + "year": 2010, + "value": 230588 + }, + { + "year": 2009, + "value": 230467 + }, + { + "year": 2008, + "value": 228348 + }, + { + "year": 2006, + "value": 219032 + }, + { + "year": 2001, + "value": 194767 + } + ] + }, + "Fuenlabrada": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 197826 + }, + { + "year": 2011, + "value": 196985 + }, + { + "year": 2011, + "value": 198346 + }, + { + "year": 2010, + "value": 198767 + }, + { + "year": 2009, + "value": 198405 + }, + { + "year": 2008, + "value": 194791 + }, + { + "year": 2006, + "value": 193715 + }, + { + "year": 2001, + "value": 182705 + } + ] + }, + "Getafe": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 171903 + }, + { + "year": 2011, + "value": 168640 + }, + { + "year": 2011, + "value": 170698 + }, + { + "year": 2010, + "value": 169623 + }, + { + "year": 2009, + "value": 168147 + }, + { + "year": 2008, + "value": 164043 + }, + { + "year": 2006, + "value": 156320 + }, + { + "year": 2001, + "value": 151479 + } + ] + }, + "Gij\u00f3n": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 276504 + }, + { + "year": 2011, + "value": 276970 + }, + { + "year": 2011, + "value": 277646 + }, + { + "year": 2010, + "value": 277379 + }, + { + "year": 2009, + "value": 277376 + }, + { + "year": 2008, + "value": 275699 + }, + { + "year": 2006, + "value": 274472 + }, + { + "year": 2001, + "value": 266419 + } + ] + }, + "Granada": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 238418 + }, + { + "year": 2011, + "value": 241005 + }, + { + "year": 2011, + "value": 239558 + }, + { + "year": 2010, + "value": 239627 + }, + { + "year": 2009, + "value": 236740 + }, + { + "year": 2008, + "value": 236988 + }, + { + "year": 2006, + "value": 237929 + }, + { + "year": 2001, + "value": 240661 + }, + { + "year": 2001, + "value": 231577 + }, + { + "year": 2001, + "value": 357747 + } + ] + }, + "Hospitalet de llobregat": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 255557 + }, + { + "year": 2011, + "value": 256510 + }, + { + "year": 2011, + "value": 256561 + }, + { + "year": 2010, + "value": 257354 + }, + { + "year": 2009, + "value": 257840 + }, + { + "year": 2008, + "value": 253782 + }, + { + "year": 2006, + "value": 248150 + }, + { + "year": 2001, + "value": 239019 + } + ] + }, + "Huelva": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 148335 + }, + { + "year": 2011, + "value": 147810 + }, + { + "year": 2011, + "value": 148743 + }, + { + "year": 2010, + "value": 149114 + }, + { + "year": 2009, + "value": 149058 + }, + { + "year": 2008, + "value": 148027 + }, + { + "year": 2006, + "value": 145763 + }, + { + "year": 2001, + "value": 142284 + }, + { + "year": 2001, + "value": 138605 + }, + { + "year": 2001, + "value": 205400 + } + ] + }, + "Ja\u00e9n": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 116454 + }, + { + "year": 2011, + "value": 116470 + }, + { + "year": 2011, + "value": 116756 + }, + { + "year": 2010, + "value": 116786 + }, + { + "year": 2009, + "value": 116674 + }, + { + "year": 2008, + "value": 116417 + }, + { + "year": 2006, + "value": 116769 + }, + { + "year": 2001, + "value": 112590 + }, + { + "year": 2001, + "value": 106449 + }, + { + "year": 2001, + "value": 170354 + } + ] + }, + "J\u00e9rez de la frontera": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 211785 + }, + { + "year": 2011, + "value": 211785 + }, + { + "year": 2011, + "value": 211381 + }, + { + "year": 2010, + "value": 209879 + }, + { + "year": 2009, + "value": 208214 + }, + { + "year": 2008, + "value": 205364 + }, + { + "year": 2006, + "value": 199544 + }, + { + "year": 2001, + "value": 183273 + } + ] + }, + "Legan\u00e9s": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 187060 + }, + { + "year": 2011, + "value": 185760 + }, + { + "year": 2011, + "value": 186839 + }, + { + "year": 2010, + "value": 186890 + }, + { + "year": 2009, + "value": 186647 + }, + { + "year": 2008, + "value": 184209 + }, + { + "year": 2006, + "value": 182471 + }, + { + "year": 2001, + "value": 173584 + } + ] + }, + "Lleida": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 139822 + }, + { + "year": 2011, + "value": 137285 + }, + { + "year": 2011, + "value": 139125 + }, + { + "year": 2010, + "value": 137902 + }, + { + "year": 2009, + "value": 136653 + }, + { + "year": 2008, + "value": 131731 + }, + { + "year": 2006, + "value": 125677 + }, + { + "year": 2001, + "value": 112199 + }, + { + "year": 2001, + "value": 110770 + }, + { + "year": 2001, + "value": 142141 + } + ] + }, + "Logro\u00f1o": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 153234 + }, + { + "year": 2011, + "value": 152700 + }, + { + "year": 2011, + "value": 153022 + }, + { + "year": 2010, + "value": 152646 + }, + { + "year": 2009, + "value": 152379 + }, + { + "year": 2008, + "value": 150071 + }, + { + "year": 2006, + "value": 147036 + }, + { + "year": 2001, + "value": 133058 + }, + { + "year": 2001, + "value": 130024 + }, + { + "year": 2001, + "value": 146424 + } + ] + }, + "Madrid": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 3220387 + }, + { + "year": 2011, + "value": 3198645 + }, + { + "year": 2011, + "value": 3249283 + }, + { + "year": 2010, + "value": 3269044 + }, + { + "year": 2009, + "value": 3264497 + }, + { + "year": 2008, + "value": 3213271 + }, + { + "year": 2006, + "value": 3128600 + }, + { + "year": 2001, + "value": 2938723 + }, + { + "year": 2001, + "value": 2912705 + }, + { + "year": 2001, + "value": 3998829 + } + ] + }, + "M\u00e1laga": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 567956 + }, + { + "year": 2011, + "value": 561435 + }, + { + "year": 2011, + "value": 567732 + }, + { + "year": 2010, + "value": 568269 + }, + { + "year": 2009, + "value": 568406 + }, + { + "year": 2008, + "value": 566447 + }, + { + "year": 2006, + "value": 560631 + }, + { + "year": 2001, + "value": 524414 + }, + { + "year": 2001, + "value": 545966 + }, + { + "year": 2001, + "value": 645541 + } + ] + }, + "Marbella": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 141246 + }, + { + "year": 2011, + "value": 135125 + }, + { + "year": 2011, + "value": 139568 + }, + { + "year": 2010, + "value": 137492 + }, + { + "year": 2009, + "value": 135473 + }, + { + "year": 2008, + "value": 130549 + }, + { + "year": 2006, + "value": 125519 + }, + { + "year": 2001, + "value": 100036 + } + ] + }, + "Matar\u00f3": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 124092 + }, + { + "year": 2011, + "value": 123365 + }, + { + "year": 2011, + "value": 123976 + }, + { + "year": 2010, + "value": 123387 + }, + { + "year": 2009, + "value": 122314 + }, + { + "year": 2008, + "value": 119780 + }, + { + "year": 2006, + "value": 118748 + }, + { + "year": 2001, + "value": 106358 + } + ] + }, + "M\u00f3stoles": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 206241 + }, + { + "year": 2011, + "value": 203495 + }, + { + "year": 2011, + "value": 205523 + }, + { + "year": 2010, + "value": 205515 + }, + { + "year": 2009, + "value": 206247 + }, + { + "year": 2008, + "value": 206275 + }, + { + "year": 2006, + "value": 206301 + }, + { + "year": 2001, + "value": 196524 + } + ] + }, + "Murcia": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 439800 + }, + { + "year": 2011, + "value": 437665 + }, + { + "year": 2011, + "value": 441779 + }, + { + "year": 2010, + "value": 441774 + }, + { + "year": 2009, + "value": 439108 + }, + { + "year": 2008, + "value": 430571 + }, + { + "year": 2006, + "value": 416996 + }, + { + "year": 2001, + "value": 370745 + }, + { + "year": 2001, + "value": 353943 + }, + { + "year": 2001, + "value": 772211 + } + ] + }, + "Ourense": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 107570 + }, + { + "year": 2011, + "value": 107315 + }, + { + "year": 2011, + "value": 107800 + }, + { + "year": 2010, + "value": 108338 + }, + { + "year": 2009, + "value": 108208 + }, + { + "year": 2008, + "value": 107057 + }, + { + "year": 2006, + "value": 108137 + }, + { + "year": 2001, + "value": 107510 + }, + { + "year": 2001, + "value": 102896 + }, + { + "year": 2001, + "value": 131624 + } + ] + }, + "Oviedo": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 225531 + }, + { + "year": 2011, + "value": 225005 + }, + { + "year": 2011, + "value": 225682 + }, + { + "year": 2010, + "value": 225273 + }, + { + "year": 2009, + "value": 224580 + }, + { + "year": 2008, + "value": 220644 + }, + { + "year": 2006, + "value": 214883 + }, + { + "year": 2001, + "value": 201154 + }, + { + "year": 2001, + "value": 198989 + }, + { + "year": 2001, + "value": 370094 + } + ] + }, + "Palma de mallorca": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 402905 + }, + { + "year": 2011, + "value": 406483 + }, + { + "year": 2010, + "value": 405000 + }, + { + "year": 2009, + "value": 402976 + }, + { + "year": 2008, + "value": 396570 + }, + { + "year": 2006, + "value": 375048 + }, + { + "year": 2001, + "value": 333801 + }, + { + "year": 2001, + "value": 313766 + }, + { + "year": 2001, + "value": 439091 + } + ] + }, + "Palmas de gran canaria": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 382673 + }, + { + "year": 2011, + "value": 381270 + }, + { + "year": 2011, + "value": 382820 + }, + { + "year": 2010, + "value": 383326 + }, + { + "year": 2008, + "value": 381123 + }, + { + "year": 2006, + "value": 377056 + } + ] + }, + "Pamplona": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 197280 + }, + { + "year": 2011, + "value": 195945 + }, + { + "year": 2011, + "value": 197768 + }, + { + "year": 2010, + "value": 197710 + }, + { + "year": 2009, + "value": 197990 + }, + { + "year": 2008, + "value": 197275 + }, + { + "year": 2006, + "value": 195769 + }, + { + "year": 2001, + "value": 183964 + }, + { + "year": 2001, + "value": 164054 + }, + { + "year": 2001, + "value": 271477 + } + ] + }, + "Parla": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 124921 + }, + { + "year": 2011, + "value": 122045 + }, + { + "year": 2011, + "value": 123102 + }, + { + "year": 2010, + "value": 121089 + }, + { + "year": 2009, + "value": 117897 + }, + { + "year": 2008, + "value": 108051 + } + ] + }, + "Reus": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 107001 + }, + { + "year": 2011, + "value": 106850 + }, + { + "year": 2011, + "value": 106960 + }, + { + "year": 2010, + "value": 106666 + }, + { + "year": 2009, + "value": 106870 + }, + { + "year": 2008, + "value": 107770 + }, + { + "year": 2006, + "value": 101767 + }, + { + "year": 2001, + "value": 183788 + } + ] + }, + "Sabadell": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 207794 + }, + { + "year": 2011, + "value": 206950 + }, + { + "year": 2011, + "value": 207830 + }, + { + "year": 2010, + "value": 207530 + }, + { + "year": 2009, + "value": 206916 + }, + { + "year": 2008, + "value": 203969 + }, + { + "year": 2006, + "value": 200545 + }, + { + "year": 2001, + "value": 183788 + } + ] + }, + "San crist\u00f3bal de la laguna": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 152471 + }, + { + "year": 2011, + "value": 152025 + }, + { + "year": 2011, + "value": 153206 + }, + { + "year": 2010, + "value": 152705 + }, + { + "year": 2009, + "value": 151442 + }, + { + "year": 2008, + "value": 148375 + }, + { + "year": 2006, + "value": 142161 + }, + { + "year": 2001, + "value": 128822 + } + ] + }, + "Santa coloma de gramanet": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 120311 + }, + { + "year": 2011, + "value": 119390 + }, + { + "year": 2011, + "value": 120709 + }, + { + "year": 2010, + "value": 120442 + }, + { + "year": 2009, + "value": 119889 + }, + { + "year": 2008, + "value": 117336 + }, + { + "year": 2006, + "value": 119056 + }, + { + "year": 2001, + "value": 112992 + } + ] + }, + "Santa cruz de tenerife": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 206779 + }, + { + "year": 2011, + "value": 204475 + }, + { + "year": 2011, + "value": 214618 + }, + { + "year": 2010, + "value": 222457 + }, + { + "year": 2009, + "value": 222530 + }, + { + "year": 2008, + "value": 221956 + }, + { + "year": 2006, + "value": 223148 + }, + { + "year": 2001, + "value": 188477 + }, + { + "year": 2001, + "value": 200015 + }, + { + "year": 2001, + "value": 329651 + } + ] + }, + "Santander": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 177794 + }, + { + "year": 2011, + "value": 178095 + }, + { + "year": 2011, + "value": 179193 + }, + { + "year": 2010, + "value": 180755 + }, + { + "year": 2009, + "value": 182145 + }, + { + "year": 2008, + "value": 182302 + }, + { + "year": 2006, + "value": 182926 + }, + { + "year": 2001, + "value": 180717 + }, + { + "year": 2001, + "value": 177180 + }, + { + "year": 2001, + "value": 214160 + } + ] + }, + "Sevilla": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 701262 + }, + { + "year": 2011, + "value": 698040 + }, + { + "year": 2011, + "value": 702688 + }, + { + "year": 2010, + "value": 703610 + }, + { + "year": 2009, + "value": 703702 + }, + { + "year": 2008, + "value": 699759 + }, + { + "year": 2006, + "value": 704414 + }, + { + "year": 2001, + "value": 684633 + }, + { + "year": 2001, + "value": 686853 + }, + { + "year": 2001, + "value": 984092 + } + ] + }, + "Tarragona": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 133750 + }, + { + "year": 2011, + "value": 133225 + }, + { + "year": 2011, + "value": 134020 + }, + { + "year": 2010, + "value": 137135 + }, + { + "year": 2009, + "value": 140254 + }, + { + "year": 2008, + "value": 137536 + }, + { + "year": 2006, + "value": 131158 + }, + { + "year": 2001, + "value": 113129 + }, + { + "year": 2001, + "value": 115756 + }, + { + "year": 2001, + "value": 229074 + } + ] + }, + "Telde": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 101735 + }, + { + "year": 2011, + "value": 101080 + }, + { + "year": 2011, + "value": 101338 + }, + { + "year": 2010, + "value": 101138 + }, + { + "year": 2009, + "value": 100458 + } + ] + }, + "Terrassa": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 215367 + }, + { + "year": 2011, + "value": 214405 + }, + { + "year": 2011, + "value": 214688 + }, + { + "year": 2010, + "value": 213211 + }, + { + "year": 2009, + "value": 211833 + }, + { + "year": 2008, + "value": 206245 + }, + { + "year": 2006, + "value": 199817 + }, + { + "year": 2001, + "value": 173775 + } + ] + }, + "Torrej\u00f3n de ardoz": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 124546 + }, + { + "year": 2011, + "value": 123215 + }, + { + "year": 2011, + "value": 123960 + }, + { + "year": 2010, + "value": 120515 + }, + { + "year": 2009, + "value": 118302 + }, + { + "year": 2008, + "value": 116455 + }, + { + "year": 2006, + "value": 112114 + } + ] + }, + "Torrevieja": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 104463 + }, + { + "year": 2011, + "value": 102928 + }, + { + "year": 2010, + "value": 101614 + }, + { + "year": 2009, + "value": 101442 + }, + { + "year": 2008, + "value": 101381 + } + ] + }, + "Valladolid": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 310608 + }, + { + "year": 2011, + "value": 311680 + }, + { + "year": 2011, + "value": 312469 + }, + { + "year": 2010, + "value": 314480 + }, + { + "year": 2009, + "value": 316693 + }, + { + "year": 2008, + "value": 318461 + }, + { + "year": 2006, + "value": 319943 + }, + { + "year": 2001, + "value": 316580 + }, + { + "year": 2001, + "value": 309116 + }, + { + "year": 2001, + "value": 374085 + } + ] + }, + "Vigo": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 296917 + }, + { + "year": 2011, + "value": 295625 + }, + { + "year": 2011, + "value": 297298 + }, + { + "year": 2010, + "value": 297183 + }, + { + "year": 2009, + "value": 297228 + }, + { + "year": 2008, + "value": 295703 + }, + { + "year": 2006, + "value": 293255 + }, + { + "year": 2001, + "value": 280186 + } + ] + }, + "Vitoria-gasteiz": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 241805 + }, + { + "year": 2011, + "value": 240755 + }, + { + "year": 2011, + "value": 240893 + }, + { + "year": 2010, + "value": 238905 + }, + { + "year": 2009, + "value": 236954 + }, + { + "year": 2008, + "value": 232477 + }, + { + "year": 2006, + "value": 227568 + }, + { + "year": 2001, + "value": 216852 + }, + { + "year": 2001, + "value": 218746 + }, + { + "year": 2001, + "value": 224652 + } + ] + }, + "Zaragoza": { + "country": "Spain", + "population": [ + { + "year": 2012, + "value": 680814 + }, + { + "year": 2011, + "value": 678115 + }, + { + "year": 2011, + "value": 677175 + }, + { + "year": 2010, + "value": 674923 + }, + { + "year": 2009, + "value": 674719 + }, + { + "year": 2008, + "value": 666129 + }, + { + "year": 2006, + "value": 649181 + }, + { + "year": 2001, + "value": 614905 + }, + { + "year": 2001, + "value": 593204 + }, + { + "year": 2001, + "value": 679004 + } + ] + }, + "Palma": { + "country": "Spain", + "population": [ + { + "year": 2011, + "value": 402045 + } + ] + }, + "Las palmas de gran canaria": { + "country": "Spain", + "population": [ + { + "year": 2009, + "value": 382578 + }, + { + "year": 2006, + "value": 377056 + }, + { + "year": 2001, + "value": 354863 + }, + { + "year": 2001, + "value": 357601 + }, + { + "year": 2001, + "value": 504216 + } + ] + }, + "La coru\u00f1a": { + "country": "Spain", + "population": [ + { + "year": 2006, + "value": 243320 + }, + { + "year": 2001, + "value": 236379 + }, + { + "year": 2001, + "value": 235847 + }, + { + "year": 2001, + "value": 309029 + } + ] + }, + "Dehiwala-mount lavinia": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 210546 + } + ] + }, + "Kandy": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 109343 + } + ] + }, + "Moratuwa": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 177563 + } + ] + }, + "Negombo": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 121701 + } + ] + }, + "Sri jayawardanapura kotte": { + "country": "Sri Lanka", + "population": [ + { + "year": 2001, + "value": 116366 + } + ] + }, + "Gaza": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 438690 + } + ] + }, + "Hebron": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 159038 + } + ] + }, + "Jabalya": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 120859 + } + ] + }, + "Khan yunis": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 140046 + } + ] + }, + "Nablus": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 124215 + } + ] + }, + "Rafah": { + "country": "State of Palestine", + "population": [ + { + "year": 2007, + "value": 119763 + } + ] + }, + "Paramaribo": { + "country": "Suriname", + "population": [ + { + "year": 2004, + "value": 242946 + }, + { + "year": 2003, + "value": 243556 + } + ] + }, + "Mbabane": { + "country": "Swaziland", + "population": [ + { + "year": 1986, + "value": 38290 + } + ] + }, + "G\u00f6teborg": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 491629 + }, + { + "year": 2006, + "value": 487350 + }, + { + "year": 2006, + "value": 883764 + }, + { + "year": 1999, + "value": 462470 + }, + { + "year": 1999, + "value": 788970 + } + ] + }, + "Helsingborg": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 124187 + }, + { + "year": 2006, + "value": 122726 + }, + { + "year": 1999, + "value": 116870 + } + ] + }, + "J\u00f6nk\u00f6ping": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 122951 + }, + { + "year": 2006, + "value": 121580 + }, + { + "year": 1999, + "value": 116344 + } + ] + }, + "Link\u00f6ping": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 139473 + }, + { + "year": 2006, + "value": 138108 + }, + { + "year": 1999, + "value": 132500 + } + ] + }, + "Malm\u00f6": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 278522 + }, + { + "year": 2006, + "value": 273758 + }, + { + "year": 2006, + "value": 609356 + }, + { + "year": 1999, + "value": 257574 + }, + { + "year": 1999, + "value": 518506 + } + ] + }, + "Norrk\u00f6ping": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 126071 + }, + { + "year": 2006, + "value": 125053 + }, + { + "year": 1999, + "value": 122212 + } + ] + }, + "Orebro": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 129703 + }, + { + "year": 2006, + "value": 128356 + }, + { + "year": 1999, + "value": 123503 + } + ] + }, + "Stockholm": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 789024 + }, + { + "year": 2006, + "value": 776962 + }, + { + "year": 2006, + "value": 1904025 + }, + { + "year": 1999, + "value": 743703 + }, + { + "year": 1999, + "value": 1643366 + } + ] + }, + "Ume\u00e5": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 111503 + }, + { + "year": 2006, + "value": 110997 + }, + { + "year": 1999, + "value": 103970 + } + ] + }, + "Uppsala": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 186364 + }, + { + "year": 2006, + "value": 184248 + }, + { + "year": 1999, + "value": 188478 + } + ] + }, + "V\u00e4ster\u00e5s": { + "country": "Sweden", + "population": [ + { + "year": 2007, + "value": 133324 + }, + { + "year": 2006, + "value": 132427 + }, + { + "year": 1999, + "value": 125433 + } + ] + }, + "Baden-brugg": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 28931 + }, + { + "year": 2012, + "value": 119697 + }, + { + "year": 2011, + "value": 18189 + }, + { + "year": 2011, + "value": 28522 + }, + { + "year": 2011, + "value": 118824 + }, + { + "year": 2011, + "value": 118268 + }, + { + "year": 2009, + "value": 27790 + }, + { + "year": 2009, + "value": 26241 + }, + { + "year": 2009, + "value": 113089 + }, + { + "year": 2009, + "value": 114993 + }, + { + "year": 2008, + "value": 25855 + }, + { + "year": 2008, + "value": 111095 + }, + { + "year": 2007, + "value": 25558 + }, + { + "year": 2007, + "value": 109631 + }, + { + "year": 2006, + "value": 18318 + }, + { + "year": 2006, + "value": 108977 + } + ] + }, + "B\u00e2le": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 165041 + }, + { + "year": 2012, + "value": 502206 + }, + { + "year": 2011, + "value": 164516 + }, + { + "year": 2011, + "value": 163866 + }, + { + "year": 2011, + "value": 500562 + }, + { + "year": 2011, + "value": 499143 + }, + { + "year": 2009, + "value": 165489 + }, + { + "year": 2009, + "value": 164161 + }, + { + "year": 2009, + "value": 491952 + }, + { + "year": 2009, + "value": 496020 + }, + { + "year": 2008, + "value": 163234 + }, + { + "year": 2008, + "value": 488287 + }, + { + "year": 2007, + "value": 163438 + }, + { + "year": 2007, + "value": 486431 + }, + { + "year": 2006, + "value": 163930 + }, + { + "year": 2006, + "value": 486146 + }, + { + "year": 2001, + "value": 165356 + }, + { + "year": 2001, + "value": 401610 + }, + { + "year": 2000, + "value": 166558 + }, + { + "year": 2000, + "value": 479308 + } + ] + }, + "Berne": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 126598 + }, + { + "year": 2012, + "value": 358075 + }, + { + "year": 2011, + "value": 125681 + }, + { + "year": 2011, + "value": 125031 + }, + { + "year": 2011, + "value": 355601 + }, + { + "year": 2011, + "value": 354428 + }, + { + "year": 2009, + "value": 123154 + }, + { + "year": 2009, + "value": 122746 + }, + { + "year": 2009, + "value": 347409 + }, + { + "year": 2009, + "value": 349688 + }, + { + "year": 2008, + "value": 122496 + }, + { + "year": 2008, + "value": 345405 + }, + { + "year": 2007, + "value": 122256 + }, + { + "year": 2007, + "value": 344167 + }, + { + "year": 2006, + "value": 122178 + }, + { + "year": 2006, + "value": 343789 + }, + { + "year": 2001, + "value": 122427 + }, + { + "year": 2001, + "value": 320058 + }, + { + "year": 2000, + "value": 128634 + }, + { + "year": 2000, + "value": 349096 + } + ] + }, + "Fribourg": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 36156 + }, + { + "year": 2012, + "value": 108496 + }, + { + "year": 2011, + "value": 35680 + }, + { + "year": 2011, + "value": 35288 + }, + { + "year": 2011, + "value": 107276 + }, + { + "year": 2011, + "value": 106086 + }, + { + "year": 2009, + "value": 34273 + }, + { + "year": 2009, + "value": 33945 + }, + { + "year": 2009, + "value": 100426 + }, + { + "year": 2009, + "value": 102114 + } + ] + }, + "Gen\u00e8ve": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 188633 + }, + { + "year": 2012, + "value": 532128 + }, + { + "year": 2011, + "value": 188234 + }, + { + "year": 2011, + "value": 187852 + }, + { + "year": 2011, + "value": 530728 + }, + { + "year": 2011, + "value": 528585 + }, + { + "year": 2009, + "value": 184538 + }, + { + "year": 2009, + "value": 181540 + }, + { + "year": 2009, + "value": 508240 + }, + { + "year": 2009, + "value": 517151 + }, + { + "year": 2008, + "value": 179201 + }, + { + "year": 2008, + "value": 500354 + }, + { + "year": 2007, + "value": 178574 + }, + { + "year": 2007, + "value": 495262 + }, + { + "year": 2006, + "value": 178722 + }, + { + "year": 2006, + "value": 493445 + }, + { + "year": 2001, + "value": 175403 + }, + { + "year": 2001, + "value": 467040 + }, + { + "year": 2000, + "value": 177964 + }, + { + "year": 2000, + "value": 471314 + } + ] + }, + "Lausanne": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 129902 + }, + { + "year": 2012, + "value": 343727 + }, + { + "year": 2011, + "value": 129383 + }, + { + "year": 2011, + "value": 128602 + }, + { + "year": 2011, + "value": 342162 + }, + { + "year": 2011, + "value": 339487 + }, + { + "year": 2009, + "value": 124030 + }, + { + "year": 2009, + "value": 120677 + }, + { + "year": 2009, + "value": 320643 + }, + { + "year": 2009, + "value": 327562 + }, + { + "year": 2008, + "value": 118560 + }, + { + "year": 2008, + "value": 314991 + }, + { + "year": 2007, + "value": 117664 + }, + { + "year": 2007, + "value": 311494 + }, + { + "year": 2006, + "value": 117388 + }, + { + "year": 2006, + "value": 310028 + }, + { + "year": 2001, + "value": 115208 + }, + { + "year": 2001, + "value": 290881 + }, + { + "year": 2000, + "value": 124914 + }, + { + "year": 2000, + "value": 311441 + } + ] + }, + "Lugano": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 55594 + }, + { + "year": 2012, + "value": 135837 + }, + { + "year": 2011, + "value": 55151 + }, + { + "year": 2011, + "value": 54909 + }, + { + "year": 2011, + "value": 134593 + }, + { + "year": 2011, + "value": 133880 + }, + { + "year": 2009, + "value": 54727 + }, + { + "year": 2009, + "value": 53963 + }, + { + "year": 2009, + "value": 132221 + }, + { + "year": 2009, + "value": 134174 + }, + { + "year": 2008, + "value": 50139 + }, + { + "year": 2008, + "value": 129587 + }, + { + "year": 2007, + "value": 49449 + }, + { + "year": 2007, + "value": 127962 + }, + { + "year": 2006, + "value": 49223 + }, + { + "year": 2006, + "value": 127351 + } + ] + }, + "Luzern": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 78785 + }, + { + "year": 2012, + "value": 213036 + }, + { + "year": 2011, + "value": 78093 + }, + { + "year": 2011, + "value": 77792 + }, + { + "year": 2011, + "value": 211822 + }, + { + "year": 2011, + "value": 210809 + }, + { + "year": 2009, + "value": 76419 + }, + { + "year": 2009, + "value": 58791 + }, + { + "year": 2009, + "value": 203883 + }, + { + "year": 2009, + "value": 206453 + }, + { + "year": 2008, + "value": 58116 + }, + { + "year": 2008, + "value": 201316 + }, + { + "year": 2007, + "value": 57691 + }, + { + "year": 2007, + "value": 199683 + }, + { + "year": 2006, + "value": 57533 + }, + { + "year": 2006, + "value": 199202 + } + ] + }, + "Olten-zofingen": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 27965 + }, + { + "year": 2012, + "value": 112603 + }, + { + "year": 2011, + "value": 17076 + }, + { + "year": 2011, + "value": 27881 + }, + { + "year": 2011, + "value": 111878 + }, + { + "year": 2011, + "value": 111290 + }, + { + "year": 2009, + "value": 27411 + }, + { + "year": 2009, + "value": 27468 + }, + { + "year": 2009, + "value": 107356 + }, + { + "year": 2009, + "value": 108597 + }, + { + "year": 2008, + "value": 27292 + }, + { + "year": 2008, + "value": 106059 + }, + { + "year": 2007, + "value": 26971 + }, + { + "year": 2007, + "value": 105038 + }, + { + "year": 2006, + "value": 16633 + }, + { + "year": 2006, + "value": 104644 + } + ] + }, + "St. gallen": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 73808 + }, + { + "year": 2012, + "value": 151874 + }, + { + "year": 2011, + "value": 73505 + }, + { + "year": 2011, + "value": 73232 + }, + { + "year": 2011, + "value": 151359 + }, + { + "year": 2011, + "value": 150794 + }, + { + "year": 2009, + "value": 72313 + }, + { + "year": 2009, + "value": 71556 + }, + { + "year": 2009, + "value": 147594 + }, + { + "year": 2009, + "value": 149015 + }, + { + "year": 2008, + "value": 70724 + }, + { + "year": 2008, + "value": 146142 + }, + { + "year": 2007, + "value": 70319 + }, + { + "year": 2007, + "value": 145403 + }, + { + "year": 2006, + "value": 70316 + }, + { + "year": 2006, + "value": 145270 + } + ] + }, + "Winterthur": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 103771 + }, + { + "year": 2012, + "value": 143289 + }, + { + "year": 2011, + "value": 103075 + }, + { + "year": 2011, + "value": 102191 + }, + { + "year": 2011, + "value": 142392 + }, + { + "year": 2011, + "value": 141134 + }, + { + "year": 2009, + "value": 98774 + }, + { + "year": 2009, + "value": 97316 + }, + { + "year": 2009, + "value": 133717 + }, + { + "year": 2009, + "value": 135954 + }, + { + "year": 2008, + "value": 95550 + }, + { + "year": 2008, + "value": 131239 + }, + { + "year": 2007, + "value": 94094 + }, + { + "year": 2007, + "value": 129331 + }, + { + "year": 2006, + "value": 93546 + }, + { + "year": 2006, + "value": 128654 + } + ] + }, + "Zug": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 27219 + }, + { + "year": 2012, + "value": 111481 + }, + { + "year": 2011, + "value": 26901 + }, + { + "year": 2011, + "value": 26614 + }, + { + "year": 2011, + "value": 110722 + }, + { + "year": 2011, + "value": 109713 + }, + { + "year": 2009, + "value": 25743 + }, + { + "year": 2009, + "value": 25623 + }, + { + "year": 2009, + "value": 105402 + }, + { + "year": 2009, + "value": 106257 + }, + { + "year": 2008, + "value": 25161 + }, + { + "year": 2008, + "value": 103831 + }, + { + "year": 2007, + "value": 24507 + }, + { + "year": 2007, + "value": 102487 + } + ] + }, + "Z\u00fcrich": { + "country": "Switzerland", + "population": [ + { + "year": 2012, + "value": 378883 + }, + { + "year": 2012, + "value": 1210874 + }, + { + "year": 2011, + "value": 376990 + }, + { + "year": 2011, + "value": 374923 + }, + { + "year": 2011, + "value": 1203998 + }, + { + "year": 2011, + "value": 1196282 + }, + { + "year": 2009, + "value": 366765 + }, + { + "year": 2009, + "value": 361689 + }, + { + "year": 2009, + "value": 1143015 + }, + { + "year": 2009, + "value": 1162024 + }, + { + "year": 2008, + "value": 354191 + }, + { + "year": 2008, + "value": 1121711 + }, + { + "year": 2007, + "value": 348680 + }, + { + "year": 2007, + "value": 1106451 + }, + { + "year": 2006, + "value": 347517 + }, + { + "year": 2006, + "value": 1101710 + }, + { + "year": 2001, + "value": 339234 + }, + { + "year": 2001, + "value": 960310 + }, + { + "year": 2000, + "value": 363273 + }, + { + "year": 2000, + "value": 1080728 + } + ] + }, + "Dushanbe": { + "country": "Tajikistan", + "population": [ + { + "year": 2012, + "value": 756143 + }, + { + "year": 2011, + "value": 739556 + }, + { + "year": 2010, + "value": 724844 + }, + { + "year": 2007, + "value": 670167 + }, + { + "year": 1993, + "value": 528600 + } + ] + }, + "Khujand": { + "country": "Tajikistan", + "population": [ + { + "year": 2010, + "value": 162825 + }, + { + "year": 2007, + "value": 155316 + } + ] + }, + "Skopje": { + "country": "TFYR of Macedonia", + "population": [ + { + "year": 2012, + "value": 536271 + }, + { + "year": 2010, + "value": 531444 + }, + { + "year": 2009, + "value": 529051 + }, + { + "year": 2008, + "value": 526720 + }, + { + "year": 2007, + "value": 524470 + }, + { + "year": 2006, + "value": 522187 + }, + { + "year": 2002, + "value": 467257 + } + ] + }, + "Kumanovo": { + "country": "TFYR of Macedonia", + "population": [ + { + "year": 2008, + "value": 106626 + }, + { + "year": 2007, + "value": 106407 + } + ] + }, + "Amnat charoen": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 98173 + }, + { + "year": 2000, + "value": 64404 + }, + { + "year": 2000, + "value": 359360 + } + ] + }, + "Ang thong": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 109207 + }, + { + "year": 2000, + "value": 72523 + }, + { + "year": 2000, + "value": 269419 + } + ] + }, + "Bangkok": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 8305218 + }, + { + "year": 2000, + "value": 6355144 + }, + { + "year": 2000, + "value": 6355144 + } + ] + }, + "Buri ram": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 375999 + }, + { + "year": 2000, + "value": 206314 + }, + { + "year": 2000, + "value": 1493359 + } + ] + }, + "Chachoengsao": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 206250 + }, + { + "year": 2000, + "value": 133540 + }, + { + "year": 2000, + "value": 635153 + } + ] + }, + "Chai nat": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 205456 + }, + { + "year": 2000, + "value": 46669 + }, + { + "year": 2000, + "value": 359829 + } + ] + }, + "Chaiyaphum": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 205112 + }, + { + "year": 2000, + "value": 177167 + }, + { + "year": 2000, + "value": 1095360 + } + ] + }, + "Chanthaburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 243126 + }, + { + "year": 2000, + "value": 157446 + }, + { + "year": 2000, + "value": 480064 + } + ] + }, + "Chiang mai": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 967020 + }, + { + "year": 2000, + "value": 398169 + }, + { + "year": 2000, + "value": 1500127 + } + ] + }, + "Chiang rai": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 455732 + }, + { + "year": 2000, + "value": 199783 + }, + { + "year": 2000, + "value": 1129701 + } + ] + }, + "Chon buri": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 1158989 + }, + { + "year": 2000, + "value": 566877 + }, + { + "year": 2000, + "value": 1040865 + } + ] + }, + "Chumphon": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 147912 + }, + { + "year": 2000, + "value": 83367 + }, + { + "year": 2000, + "value": 446206 + } + ] + }, + "Kalasin": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 428940 + }, + { + "year": 2000, + "value": 188197 + }, + { + "year": 2000, + "value": 921366 + } + ] + }, + "Kamphaeng phet": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 211774 + }, + { + "year": 2000, + "value": 87250 + }, + { + "year": 2000, + "value": 674027 + } + ] + }, + "Kanchanaburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 292521 + }, + { + "year": 2000, + "value": 172373 + }, + { + "year": 2000, + "value": 734394 + } + ] + }, + "Khon kaen": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 703123 + }, + { + "year": 2000, + "value": 376915 + }, + { + "year": 2000, + "value": 1733434 + } + ] + }, + "Krabi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 52867 + }, + { + "year": 2000, + "value": 55323 + }, + { + "year": 2000, + "value": 336210 + } + ] + }, + "Lampang": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 372463 + }, + { + "year": 2000, + "value": 224994 + }, + { + "year": 2000, + "value": 782152 + } + ] + }, + "Loei": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 164180 + }, + { + "year": 2000, + "value": 102965 + }, + { + "year": 2000, + "value": 607083 + } + ] + }, + "Lop buri": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 235827 + }, + { + "year": 2000, + "value": 119956 + }, + { + "year": 2000, + "value": 745506 + } + ] + }, + "Lamphun": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 262832 + }, + { + "year": 2000, + "value": 99028 + }, + { + "year": 2000, + "value": 413299 + } + ] + }, + "Mae hong son": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 30928 + }, + { + "year": 2000, + "value": 21336 + }, + { + "year": 2000, + "value": 210537 + } + ] + }, + "Maha sarakham": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 153740 + }, + { + "year": 2000, + "value": 115896 + }, + { + "year": 2000, + "value": 947313 + } + ] + }, + "Mukdahan": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 180600 + }, + { + "year": 2000, + "value": 46941 + }, + { + "year": 2000, + "value": 310718 + } + ] + }, + "Nakhon nayok": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 27841 + }, + { + "year": 2000, + "value": 30407 + }, + { + "year": 2000, + "value": 241081 + } + ] + }, + "Nakhon phanom": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 123720 + }, + { + "year": 2000, + "value": 94244 + }, + { + "year": 2000, + "value": 684444 + } + ] + }, + "Nakhon pathom": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 339736 + }, + { + "year": 2000, + "value": 220078 + }, + { + "year": 2000, + "value": 815122 + } + ] + }, + "Nakhon ratchasima": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 653075 + }, + { + "year": 2000, + "value": 537883 + }, + { + "year": 2000, + "value": 2556260 + } + ] + }, + "Nakhon sawan": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 225903 + }, + { + "year": 2000, + "value": 230335 + }, + { + "year": 2000, + "value": 1090379 + } + ] + }, + "Nakhon si thammarat": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 265606 + }, + { + "year": 2000, + "value": 259542 + }, + { + "year": 2000, + "value": 1519811 + } + ] + }, + "Nan": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 99196 + }, + { + "year": 2000, + "value": 62298 + }, + { + "year": 2000, + "value": 458041 + } + ] + }, + "Narathiwat": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 133718 + }, + { + "year": 2000, + "value": 162611 + }, + { + "year": 2000, + "value": 662350 + } + ] + }, + "Nong bua lam phu": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 203142 + }, + { + "year": 2000, + "value": 110415 + }, + { + "year": 2000, + "value": 482207 + } + ] + }, + "Nong khai": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 232798 + }, + { + "year": 2000, + "value": 183416 + }, + { + "year": 2000, + "value": 883704 + } + ] + }, + "Nonthaburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 797739 + }, + { + "year": 2000, + "value": 539504 + }, + { + "year": 2000, + "value": 816614 + } + ] + }, + "Pathum thani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 757175 + }, + { + "year": 2000, + "value": 317014 + }, + { + "year": 2000, + "value": 677649 + } + ] + }, + "Pattani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 104617 + }, + { + "year": 2000, + "value": 116396 + }, + { + "year": 2000, + "value": 595985 + } + ] + }, + "Phatthalung": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 244783 + }, + { + "year": 2000, + "value": 72818 + }, + { + "year": 2000, + "value": 498471 + } + ] + }, + "Phangnga": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 41547 + }, + { + "year": 2000, + "value": 34085 + }, + { + "year": 2000, + "value": 234188 + } + ] + }, + "Phayao": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 221062 + }, + { + "year": 2000, + "value": 110715 + }, + { + "year": 2000, + "value": 502780 + } + ] + }, + "Phetchabun": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 172275 + }, + { + "year": 2000, + "value": 159494 + }, + { + "year": 2000, + "value": 965784 + } + ] + }, + "Phetchaburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 175675 + }, + { + "year": 2000, + "value": 159209 + }, + { + "year": 2000, + "value": 435377 + } + ] + }, + "Phichit": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 131283 + }, + { + "year": 2000, + "value": 117619 + }, + { + "year": 2000, + "value": 572989 + } + ] + }, + "Phitsanulok": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 201466 + }, + { + "year": 2000, + "value": 155465 + }, + { + "year": 2000, + "value": 792678 + } + ] + }, + "Phra nakhon si ayutthaya": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 365736 + }, + { + "year": 2000, + "value": 240250 + }, + { + "year": 2000, + "value": 727277 + } + ] + }, + "Phrae": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 156099 + }, + { + "year": 2000, + "value": 107194 + }, + { + "year": 2000, + "value": 492561 + } + ] + }, + "Phuket": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 358159 + }, + { + "year": 2000, + "value": 91453 + }, + { + "year": 2000, + "value": 249446 + } + ] + }, + "Prachin buri": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 77645 + }, + { + "year": 2000, + "value": 68487 + }, + { + "year": 2000, + "value": 406732 + } + ] + }, + "Prachuap khiri khan": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 177011 + }, + { + "year": 2000, + "value": 163494 + }, + { + "year": 2000, + "value": 449467 + } + ] + }, + "Ratchaburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 317886 + }, + { + "year": 2000, + "value": 241874 + }, + { + "year": 2000, + "value": 791217 + } + ] + }, + "Ranong": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 123596 + }, + { + "year": 2000, + "value": 30780 + }, + { + "year": 2000, + "value": 161210 + } + ] + }, + "Rayong": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 445939 + }, + { + "year": 2000, + "value": 206259 + }, + { + "year": 2000, + "value": 522133 + } + ] + }, + "Roi et": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 365113 + }, + { + "year": 2000, + "value": 152959 + }, + { + "year": 2000, + "value": 1256458 + } + ] + }, + "Sa kaeo": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 135536 + }, + { + "year": 2000, + "value": 71200 + }, + { + "year": 2000, + "value": 485632 + } + ] + }, + "Sakon nakhon": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 315788 + } + ] + }, + "Samut prakan": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 1082993 + }, + { + "year": 2000, + "value": 648360 + }, + { + "year": 2000, + "value": 1028401 + } + ] + }, + "Samut sakhon": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 479186 + }, + { + "year": 2000, + "value": 195895 + }, + { + "year": 2000, + "value": 466281 + } + ] + }, + "Samut songkhram": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 42550 + }, + { + "year": 2000, + "value": 47942 + }, + { + "year": 2000, + "value": 204177 + } + ] + }, + "Saraburi": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 239281 + }, + { + "year": 2000, + "value": 224913 + }, + { + "year": 2000, + "value": 575053 + } + ] + }, + "Satun": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 55273 + }, + { + "year": 2000, + "value": 40000 + }, + { + "year": 2000, + "value": 247875 + } + ] + }, + "Sing buri": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 56396 + }, + { + "year": 2000, + "value": 68524 + }, + { + "year": 2000, + "value": 232766 + } + ] + }, + "Si sa ket": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 160508 + }, + { + "year": 2000, + "value": 148412 + }, + { + "year": 2000, + "value": 1405500 + } + ] + }, + "Songkhla": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 800970 + }, + { + "year": 2000, + "value": 407449 + }, + { + "year": 2000, + "value": 1255662 + } + ] + }, + "Sukhothai": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 166782 + }, + { + "year": 2000, + "value": 116043 + }, + { + "year": 2000, + "value": 593264 + } + ] + }, + "Suphan buri": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 228496 + }, + { + "year": 2000, + "value": 148421 + }, + { + "year": 2000, + "value": 855949 + } + ] + }, + "Surat thani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 410984 + }, + { + "year": 2000, + "value": 268660 + }, + { + "year": 2000, + "value": 869410 + } + ] + }, + "Surin": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 153159 + }, + { + "year": 2000, + "value": 104651 + }, + { + "year": 2000, + "value": 1327901 + } + ] + }, + "Tak": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 146769 + }, + { + "year": 2000, + "value": 117876 + }, + { + "year": 2000, + "value": 486146 + } + ] + }, + "Trat": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 110398 + }, + { + "year": 2000, + "value": 50144 + }, + { + "year": 2000, + "value": 219345 + } + ] + }, + "Trang": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 82794 + }, + { + "year": 2000, + "value": 119127 + }, + { + "year": 2000, + "value": 595110 + } + ] + }, + "Ubon ratchathani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 411954 + }, + { + "year": 2000, + "value": 269276 + }, + { + "year": 2000, + "value": 1691441 + } + ] + }, + "Udon thani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 483057 + }, + { + "year": 2000, + "value": 399657 + }, + { + "year": 2000, + "value": 1467158 + } + ] + }, + "Uttaradit": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 151047 + }, + { + "year": 2000, + "value": 99509 + }, + { + "year": 2000, + "value": 464474 + } + ] + }, + "Yasothon": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 127173 + }, + { + "year": 2000, + "value": 62433 + }, + { + "year": 2000, + "value": 561430 + } + ] + }, + "Uthai thani": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 65459 + }, + { + "year": 2000, + "value": 54339 + }, + { + "year": 2000, + "value": 304122 + } + ] + }, + "Yala": { + "country": "Thailand", + "population": [ + { + "year": 2010, + "value": 119744 + }, + { + "year": 2000, + "value": 114854 + }, + { + "year": 2000, + "value": 415537 + } + ] + }, + "Sakon sakhon": { + "country": "Thailand", + "population": [ + { + "year": 2000, + "value": 145770 + }, + { + "year": 2000, + "value": 1040766 + } + ] + }, + "Dili": { + "country": "Timor-Leste", + "population": [ + { + "year": 2010, + "value": 193563 + } + ] + }, + "Nuku'alofa": { + "country": "Tonga", + "population": [ + { + "year": 2011, + "value": 36045 + } + ] + }, + "Port-of-spain": { + "country": "Trinidad and Tobago", + "population": [ + { + "year": 1996, + "value": 43396 + } + ] + }, + "Adana": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1626756 + } + ] + }, + "Adiyaman": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 214626 + } + ] + }, + "Afyonkarahisar": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 183167 + } + ] + }, + "Agri": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 106731 + } + ] + }, + "Akhisar": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 105931 + } + ] + }, + "Aksaray": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 184469 + } + ] + }, + "Alanya (antalya)": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 104123 + } + ] + }, + "Ankara": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 4590698 + } + ] + }, + "Antalya": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1057883 + } + ] + }, + "Aydin": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 193494 + } + ] + }, + "Balikesir": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 265451 + } + ] + }, + "Bandirma": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 120880 + } + ] + }, + "Batman": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 344466 + } + ] + }, + "Bolu": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 128553 + } + ] + }, + "Bursa": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1966312 + } + ] + }, + "Ceyhan": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 107189 + } + ] + }, + "Cizre": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 105837 + } + ] + }, + "\u00c7anakkale": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 107729 + } + ] + }, + "\u00c7orlu": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 231137 + } + ] + }, + "\u00c7orum": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 228536 + } + ] + }, + "Denizli": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 518624 + } + ] + }, + "Diyarbakir": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 883891 + } + ] + }, + "D\u00fczce": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 134554 + } + ] + }, + "Edirne": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 146502 + } + ] + }, + "Elazig": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 344538 + } + ] + }, + "Eregli": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 102156 + } + ] + }, + "Erzurum": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 383391 + } + ] + }, + "Eskisehir": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 654160 + } + ] + }, + "Gaziantep": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1415831 + } + ] + }, + "Giresun": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 100909 + } + ] + }, + "Hatay": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 215128 + } + ] + }, + "Ineg\u00f6l": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 175011 + } + ] + }, + "Iskenderun": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 184713 + } + ] + }, + "Isparta": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 195239 + } + ] + }, + "Istanbul": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 13596782 + } + ] + }, + "Izmir": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 3384470 + } + ] + }, + "Kahramanmaras": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 436149 + } + ] + }, + "Karab\u00fck": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 109520 + } + ] + }, + "Karaman": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 139882 + } + ] + }, + "Kayseri": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 990758 + } + ] + }, + "Kirikkale": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 193211 + } + ] + }, + "Kirsehir": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 112371 + } + ] + }, + "Kiziltepe": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 144304 + } + ] + }, + "Kocaeli": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1513682 + } + ] + }, + "Konya": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 1090838 + } + ] + }, + "K\u00fctahya": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 219592 + } + ] + }, + "L\u00fcleburgaz": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 104501 + } + ] + }, + "Malatya": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 423170 + } + ] + }, + "Manisa": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 305134 + } + ] + }, + "Mersin": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 868319 + } + ] + }, + "Nazilli": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 110849 + } + ] + }, + "Nigde": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 116281 + } + ] + }, + "Ordu": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 146684 + } + ] + }, + "Osmaniye": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 206656 + } + ] + }, + "Polatli": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 100874 + } + ] + }, + "Rize": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 103326 + } + ] + }, + "Sakarya": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 583865 + } + ] + }, + "Samsun": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 542942 + } + ] + }, + "Sanliurfa": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 520723 + } + ] + }, + "Siirt": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 135110 + } + ] + }, + "Sivas": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 311617 + } + ] + }, + "Siverek": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 118223 + } + ] + }, + "Tarsus": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 243773 + } + ] + }, + "Tekirdag": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 148801 + } + ] + }, + "Tokat": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 132368 + } + ] + }, + "Trabzon": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 241719 + } + ] + }, + "Turgutlu ( manisa)": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 121184 + } + ] + }, + "Usak": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 185763 + } + ] + }, + "Van": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 361804 + } + ] + }, + "Yalova": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 101868 + } + ] + }, + "Zonguldak": { + "country": "Turkey", + "population": [ + { + "year": 2012, + "value": 109561 + } + ] + }, + "Ashkhabad": { + "country": "Turkmenistan", + "population": [ + { + "year": 1990, + "value": 407000 + } + ] + }, + "T\u00fcrkmenabat (chardzhou)": { + "country": "Turkmenistan", + "population": [ + { + "year": 1990, + "value": 164000 + } + ] + }, + "Tashauz": { + "country": "Turkmenistan", + "population": [ + { + "year": 1990, + "value": 114000 + } + ] + }, + "Grand turk": { + "country": "Turks and Caicos Islands", + "population": [ + { + "year": 1990, + "value": 3691 + } + ] + }, + "Funafuti": { + "country": "Tuvalu", + "population": [ + { + "year": 2002, + "value": 4492 + }, + { + "year": 1991, + "value": 3839 + } + ] + }, + "Gulu": { + "country": "Uganda", + "population": [ + { + "year": 2002, + "value": 113144 + } + ] + }, + "Kampala": { + "country": "Uganda", + "population": [ + { + "year": 2002, + "value": 1208544 + } + ] + }, + "Alchevsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 110878 + }, + { + "year": 2012, + "value": 111589 + }, + { + "year": 2011, + "value": 112520 + }, + { + "year": 2009, + "value": 114212 + }, + { + "year": 2008, + "value": 114876 + }, + { + "year": 2007, + "value": 115438 + }, + { + "year": 2005, + "value": 116472 + }, + { + "year": 2001, + "value": 118611 + } + ] + }, + "Belaya tserkov (bila crkva)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 206990 + }, + { + "year": 2012, + "value": 206622 + }, + { + "year": 2011, + "value": 205467 + }, + { + "year": 2009, + "value": 204754 + }, + { + "year": 2008, + "value": 204065 + }, + { + "year": 2007, + "value": 203892 + }, + { + "year": 2005, + "value": 200865 + }, + { + "year": 2001, + "value": 196023 + } + ] + }, + "Berdyansk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 116249 + }, + { + "year": 2013, + "value": 119371 + }, + { + "year": 2012, + "value": 116778 + }, + { + "year": 2012, + "value": 119909 + }, + { + "year": 2011, + "value": 117364 + }, + { + "year": 2011, + "value": 120499 + }, + { + "year": 2009, + "value": 118002 + }, + { + "year": 2009, + "value": 121179 + }, + { + "year": 2008, + "value": 118051 + }, + { + "year": 2008, + "value": 121252 + }, + { + "year": 2007, + "value": 118540 + }, + { + "year": 2007, + "value": 121712 + }, + { + "year": 2005, + "value": 119505 + }, + { + "year": 2005, + "value": 122694 + }, + { + "year": 2001, + "value": 121759 + } + ] + }, + "Cherkassy": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 283130 + }, + { + "year": 2013, + "value": 283924 + }, + { + "year": 2012, + "value": 283688 + }, + { + "year": 2012, + "value": 284445 + }, + { + "year": 2011, + "value": 284512 + }, + { + "year": 2011, + "value": 285245 + }, + { + "year": 2009, + "value": 286166 + }, + { + "year": 2009, + "value": 286910 + }, + { + "year": 2008, + "value": 287426 + }, + { + "year": 2008, + "value": 288186 + }, + { + "year": 2007, + "value": 288455 + }, + { + "year": 2007, + "value": 289222 + }, + { + "year": 2005, + "value": 290796 + }, + { + "year": 2005, + "value": 291570 + }, + { + "year": 2001, + "value": 292761 + } + ] + }, + "Chernigov": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 290269 + }, + { + "year": 2012, + "value": 290903 + }, + { + "year": 2011, + "value": 291076 + }, + { + "year": 2009, + "value": 291996 + }, + { + "year": 2008, + "value": 292506 + }, + { + "year": 2007, + "value": 293047 + }, + { + "year": 2005, + "value": 294677 + }, + { + "year": 2001, + "value": 299038 + } + ] + }, + "Chernovtsy": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 255084 + }, + { + "year": 2012, + "value": 252171 + }, + { + "year": 2011, + "value": 250085 + }, + { + "year": 2009, + "value": 245779 + }, + { + "year": 2008, + "value": 243182 + }, + { + "year": 2007, + "value": 241235 + }, + { + "year": 2005, + "value": 238492 + }, + { + "year": 2001, + "value": 236691 + } + ] + }, + "Dneprodzerzhinsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 241330 + }, + { + "year": 2013, + "value": 248237 + }, + { + "year": 2012, + "value": 242096 + }, + { + "year": 2012, + "value": 248992 + }, + { + "year": 2011, + "value": 242649 + }, + { + "year": 2011, + "value": 249557 + }, + { + "year": 2009, + "value": 244532 + }, + { + "year": 2009, + "value": 251436 + }, + { + "year": 2008, + "value": 245316 + }, + { + "year": 2008, + "value": 252187 + }, + { + "year": 2007, + "value": 246184 + }, + { + "year": 2007, + "value": 253040 + }, + { + "year": 2005, + "value": 248980 + }, + { + "year": 2005, + "value": 255882 + }, + { + "year": 2001, + "value": 254869 + } + ] + }, + "Dnepropetrovsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 987629 + }, + { + "year": 2013, + "value": 990025 + }, + { + "year": 2012, + "value": 989452 + }, + { + "year": 2012, + "value": 991830 + }, + { + "year": 2011, + "value": 994728 + }, + { + "year": 2011, + "value": 997078 + }, + { + "year": 2009, + "value": 1007389 + }, + { + "year": 2009, + "value": 1009699 + }, + { + "year": 2008, + "value": 1019382 + }, + { + "year": 2008, + "value": 1021683 + }, + { + "year": 2007, + "value": 1029340 + }, + { + "year": 2007, + "value": 1031638 + }, + { + "year": 2005, + "value": 1044094 + }, + { + "year": 2005, + "value": 1046365 + }, + { + "year": 2001, + "value": 1053951 + } + ] + }, + "Donetsk (donestskaya oblast)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 944552 + }, + { + "year": 2013, + "value": 960646 + }, + { + "year": 2012, + "value": 946376 + }, + { + "year": 2012, + "value": 962445 + }, + { + "year": 2011, + "value": 953384 + }, + { + "year": 2011, + "value": 969487 + }, + { + "year": 2009, + "value": 965933 + }, + { + "year": 2009, + "value": 982122 + }, + { + "year": 2008, + "value": 972197 + }, + { + "year": 2008, + "value": 988482 + }, + { + "year": 2007, + "value": 979521 + }, + { + "year": 2007, + "value": 995904 + }, + { + "year": 2005, + "value": 991310 + }, + { + "year": 2005, + "value": 1008002 + }, + { + "year": 2001, + "value": 1007440 + } + ] + }, + "Enakievo (yenakievo)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 82941 + }, + { + "year": 2013, + "value": 131250 + }, + { + "year": 2012, + "value": 84499 + }, + { + "year": 2012, + "value": 133428 + }, + { + "year": 2011, + "value": 85975 + }, + { + "year": 2011, + "value": 135491 + }, + { + "year": 2009, + "value": 89110 + }, + { + "year": 2009, + "value": 140150 + }, + { + "year": 2008, + "value": 90866 + }, + { + "year": 2008, + "value": 142825 + }, + { + "year": 2005, + "value": 96928 + }, + { + "year": 2005, + "value": 151930 + }, + { + "year": 2001, + "value": 104266 + } + ] + }, + "Evpatoriya (yevpatoriya)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 104289 + }, + { + "year": 2013, + "value": 120473 + }, + { + "year": 2012, + "value": 104252 + }, + { + "year": 2012, + "value": 120352 + }, + { + "year": 2011, + "value": 104110 + }, + { + "year": 2011, + "value": 120098 + }, + { + "year": 2009, + "value": 104589 + }, + { + "year": 2009, + "value": 120400 + }, + { + "year": 2008, + "value": 104517 + }, + { + "year": 2008, + "value": 120187 + }, + { + "year": 2007, + "value": 104131 + }, + { + "year": 2007, + "value": 119565 + }, + { + "year": 2005, + "value": 103662 + }, + { + "year": 2005, + "value": 118670 + }, + { + "year": 2001, + "value": 103244 + } + ] + }, + "Gorlovka": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 254526 + }, + { + "year": 2013, + "value": 274942 + }, + { + "year": 2012, + "value": 256691 + }, + { + "year": 2012, + "value": 277325 + }, + { + "year": 2011, + "value": 258864 + }, + { + "year": 2011, + "value": 279493 + }, + { + "year": 2009, + "value": 264082 + }, + { + "year": 2009, + "value": 284855 + }, + { + "year": 2008, + "value": 266936 + }, + { + "year": 2008, + "value": 287886 + }, + { + "year": 2007, + "value": 270188 + }, + { + "year": 2007, + "value": 291267 + }, + { + "year": 2005, + "value": 276873 + }, + { + "year": 2005, + "value": 298514 + }, + { + "year": 2001, + "value": 289872 + } + ] + }, + "Ivano-frankovsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 223165 + }, + { + "year": 2013, + "value": 240934 + }, + { + "year": 2012, + "value": 221807 + }, + { + "year": 2012, + "value": 238972 + }, + { + "year": 2011, + "value": 221732 + }, + { + "year": 2011, + "value": 238275 + }, + { + "year": 2009, + "value": 220781 + }, + { + "year": 2009, + "value": 236778 + }, + { + "year": 2008, + "value": 219685 + }, + { + "year": 2008, + "value": 235492 + }, + { + "year": 2007, + "value": 218356 + }, + { + "year": 2007, + "value": 234012 + }, + { + "year": 2005, + "value": 216626 + }, + { + "year": 2005, + "value": 232040 + }, + { + "year": 2001, + "value": 215288 + } + ] + }, + "Kamyanetsk podilsky": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 102039 + }, + { + "year": 2012, + "value": 102265 + }, + { + "year": 2011, + "value": 102359 + }, + { + "year": 2009, + "value": 100481 + } + ] + }, + "Kertch": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 146559 + }, + { + "year": 2012, + "value": 147139 + }, + { + "year": 2011, + "value": 147810 + }, + { + "year": 2009, + "value": 149414 + }, + { + "year": 2008, + "value": 150315 + }, + { + "year": 2007, + "value": 151382 + }, + { + "year": 2005, + "value": 153858 + }, + { + "year": 2001, + "value": 158165 + } + ] + }, + "Kharkov": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 1431461 + }, + { + "year": 2012, + "value": 1421795 + }, + { + "year": 2011, + "value": 1426933 + }, + { + "year": 2009, + "value": 1436397 + }, + { + "year": 2008, + "value": 1438219 + }, + { + "year": 2007, + "value": 1441613 + }, + { + "year": 2005, + "value": 1445173 + }, + { + "year": 2001, + "value": 1449871 + } + ] + }, + "Kherson": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 295450 + }, + { + "year": 2013, + "value": 332767 + }, + { + "year": 2012, + "value": 297064 + }, + { + "year": 2012, + "value": 334141 + }, + { + "year": 2011, + "value": 298926 + }, + { + "year": 2011, + "value": 336034 + }, + { + "year": 2009, + "value": 302965 + }, + { + "year": 2009, + "value": 340069 + }, + { + "year": 2008, + "value": 305235 + }, + { + "year": 2008, + "value": 342424 + }, + { + "year": 2007, + "value": 308757 + }, + { + "year": 2007, + "value": 346136 + }, + { + "year": 2005, + "value": 315676 + }, + { + "year": 2005, + "value": 353128 + }, + { + "year": 2001, + "value": 324424 + } + ] + }, + "Khmelnitsky (hmilnyk)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 262154 + }, + { + "year": 2012, + "value": 260869 + }, + { + "year": 2011, + "value": 259954 + }, + { + "year": 2009, + "value": 257555 + }, + { + "year": 2008, + "value": 256231 + }, + { + "year": 2007, + "value": 255512 + }, + { + "year": 2005, + "value": 253068 + }, + { + "year": 2001, + "value": 251077 + } + ] + }, + "Kiev": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 2803716 + }, + { + "year": 2012, + "value": 2772951 + }, + { + "year": 2011, + "value": 2757892 + }, + { + "year": 2009, + "value": 2724224 + }, + { + "year": 2008, + "value": 2698926 + }, + { + "year": 2007, + "value": 2676789 + }, + { + "year": 2005, + "value": 2625094 + }, + { + "year": 2001, + "value": 2566953 + } + ] + }, + "Kirovograd": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 231181 + }, + { + "year": 2013, + "value": 239253 + }, + { + "year": 2012, + "value": 231778 + }, + { + "year": 2012, + "value": 239891 + }, + { + "year": 2011, + "value": 232349 + }, + { + "year": 2011, + "value": 240477 + }, + { + "year": 2009, + "value": 233988 + }, + { + "year": 2009, + "value": 242046 + }, + { + "year": 2008, + "value": 237482 + }, + { + "year": 2008, + "value": 245543 + }, + { + "year": 2007, + "value": 240035 + }, + { + "year": 2007, + "value": 248059 + }, + { + "year": 2005, + "value": 245226 + }, + { + "year": 2005, + "value": 253256 + }, + { + "year": 2001, + "value": 250629 + } + ] + }, + "Kramatorsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 163831 + }, + { + "year": 2013, + "value": 197392 + }, + { + "year": 2012, + "value": 165017 + }, + { + "year": 2012, + "value": 198660 + }, + { + "year": 2011, + "value": 165832 + }, + { + "year": 2011, + "value": 199514 + }, + { + "year": 2009, + "value": 168625 + }, + { + "year": 2009, + "value": 202545 + }, + { + "year": 2008, + "value": 169690 + }, + { + "year": 2008, + "value": 203746 + }, + { + "year": 2007, + "value": 171330 + }, + { + "year": 2007, + "value": 205470 + }, + { + "year": 2005, + "value": 174440 + }, + { + "year": 2005, + "value": 208839 + }, + { + "year": 2001, + "value": 180487 + } + ] + }, + "Krasny lutch": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 82719 + }, + { + "year": 2013, + "value": 124003 + }, + { + "year": 2012, + "value": 83414 + }, + { + "year": 2012, + "value": 125310 + }, + { + "year": 2011, + "value": 83990 + }, + { + "year": 2011, + "value": 126368 + }, + { + "year": 2009, + "value": 85498 + }, + { + "year": 2009, + "value": 129152 + }, + { + "year": 2008, + "value": 86357 + }, + { + "year": 2008, + "value": 130757 + }, + { + "year": 2005, + "value": 89642 + }, + { + "year": 2005, + "value": 136916 + } + ] + }, + "Krementchug": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 224912 + }, + { + "year": 2012, + "value": 225454 + }, + { + "year": 2011, + "value": 225996 + }, + { + "year": 2009, + "value": 227547 + }, + { + "year": 2008, + "value": 228112 + }, + { + "year": 2007, + "value": 229136 + }, + { + "year": 2005, + "value": 230222 + }, + { + "year": 2001, + "value": 232960 + } + ] + }, + "Kryvy rig": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 654964 + }, + { + "year": 2013, + "value": 657760 + }, + { + "year": 2012, + "value": 658689 + }, + { + "year": 2012, + "value": 661501 + }, + { + "year": 2011, + "value": 663566 + }, + { + "year": 2011, + "value": 666393 + }, + { + "year": 2009, + "value": 674066 + }, + { + "year": 2009, + "value": 677416 + }, + { + "year": 2008, + "value": 679835 + }, + { + "year": 2008, + "value": 683212 + }, + { + "year": 2007, + "value": 685762 + }, + { + "year": 2007, + "value": 689141 + }, + { + "year": 2005, + "value": 695168 + }, + { + "year": 2005, + "value": 698599 + }, + { + "year": 2001, + "value": 666812 + } + ] + }, + "Lugansk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 422373 + }, + { + "year": 2013, + "value": 461459 + }, + { + "year": 2012, + "value": 423712 + }, + { + "year": 2012, + "value": 462955 + }, + { + "year": 2011, + "value": 427634 + }, + { + "year": 2011, + "value": 467060 + }, + { + "year": 2009, + "value": 434500 + }, + { + "year": 2009, + "value": 473782 + }, + { + "year": 2008, + "value": 438371 + }, + { + "year": 2008, + "value": 477563 + }, + { + "year": 2007, + "value": 442577 + }, + { + "year": 2007, + "value": 481712 + }, + { + "year": 2005, + "value": 449314 + }, + { + "year": 2005, + "value": 488290 + }, + { + "year": 2001, + "value": 459294 + } + ] + }, + "Lutsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 211644 + }, + { + "year": 2012, + "value": 209980 + }, + { + "year": 2011, + "value": 208700 + }, + { + "year": 2009, + "value": 206202 + }, + { + "year": 2008, + "value": 204503 + }, + { + "year": 2007, + "value": 203447 + }, + { + "year": 2005, + "value": 199832 + }, + { + "year": 2001, + "value": 205585 + } + ] + }, + "Lvov": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 723605 + }, + { + "year": 2013, + "value": 751225 + }, + { + "year": 2012, + "value": 723175 + }, + { + "year": 2012, + "value": 750291 + }, + { + "year": 2011, + "value": 725342 + }, + { + "year": 2011, + "value": 752187 + }, + { + "year": 2009, + "value": 727852 + }, + { + "year": 2009, + "value": 754127 + }, + { + "year": 2008, + "value": 728447 + }, + { + "year": 2008, + "value": 754501 + }, + { + "year": 2007, + "value": 728799 + }, + { + "year": 2007, + "value": 754713 + }, + { + "year": 2005, + "value": 727061 + }, + { + "year": 2005, + "value": 752285 + }, + { + "year": 2001, + "value": 725202 + } + ] + }, + "Lysychansk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 104023 + }, + { + "year": 2013, + "value": 119725 + }, + { + "year": 2012, + "value": 104828 + }, + { + "year": 2012, + "value": 120700 + }, + { + "year": 2011, + "value": 105398 + }, + { + "year": 2011, + "value": 121375 + }, + { + "year": 2009, + "value": 107330 + }, + { + "year": 2009, + "value": 123721 + }, + { + "year": 2008, + "value": 108043 + }, + { + "year": 2008, + "value": 124594 + }, + { + "year": 2007, + "value": 109043 + }, + { + "year": 2007, + "value": 125749 + }, + { + "year": 2005, + "value": 111160 + }, + { + "year": 2005, + "value": 128454 + }, + { + "year": 2001, + "value": 114905 + } + ] + }, + "Makeyevka": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 352227 + }, + { + "year": 2013, + "value": 390700 + }, + { + "year": 2012, + "value": 354427 + }, + { + "year": 2012, + "value": 393083 + }, + { + "year": 2011, + "value": 356465 + }, + { + "year": 2011, + "value": 395372 + }, + { + "year": 2009, + "value": 361986 + }, + { + "year": 2009, + "value": 401326 + }, + { + "year": 2008, + "value": 365066 + }, + { + "year": 2008, + "value": 404809 + }, + { + "year": 2007, + "value": 368064 + }, + { + "year": 2007, + "value": 408299 + }, + { + "year": 2005, + "value": 374301 + }, + { + "year": 2005, + "value": 415715 + }, + { + "year": 2001, + "value": 387609 + } + ] + }, + "Mariupol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 458415 + }, + { + "year": 2013, + "value": 480263 + }, + { + "year": 2012, + "value": 461062 + }, + { + "year": 2012, + "value": 482904 + }, + { + "year": 2011, + "value": 463270 + }, + { + "year": 2011, + "value": 485125 + }, + { + "year": 2009, + "value": 468580 + }, + { + "year": 2009, + "value": 490546 + }, + { + "year": 2008, + "value": 471320 + }, + { + "year": 2008, + "value": 493272 + }, + { + "year": 2007, + "value": 474190 + }, + { + "year": 2007, + "value": 496208 + }, + { + "year": 2005, + "value": 479045 + }, + { + "year": 2005, + "value": 501158 + }, + { + "year": 2001, + "value": 488462 + } + ] + }, + "Melitopol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 156831 + }, + { + "year": 2012, + "value": 156732 + }, + { + "year": 2011, + "value": 156988 + }, + { + "year": 2009, + "value": 157910 + }, + { + "year": 2008, + "value": 158297 + }, + { + "year": 2007, + "value": 158460 + }, + { + "year": 2005, + "value": 159135 + }, + { + "year": 2001, + "value": 160352 + } + ] + }, + "Mykolaiv (nikolaevskaya oblast)": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 491693 + }, + { + "year": 2012, + "value": 492537 + }, + { + "year": 2011, + "value": 494253 + }, + { + "year": 2009, + "value": 499833 + }, + { + "year": 2008, + "value": 501886 + }, + { + "year": 2007, + "value": 502909 + }, + { + "year": 2005, + "value": 504516 + }, + { + "year": 2001, + "value": 509102 + } + ] + }, + "Nikopol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 120774 + }, + { + "year": 2012, + "value": 122054 + }, + { + "year": 2011, + "value": 123838 + }, + { + "year": 2009, + "value": 127653 + }, + { + "year": 2008, + "value": 129586 + }, + { + "year": 2007, + "value": 131261 + }, + { + "year": 2005, + "value": 133828 + }, + { + "year": 2001, + "value": 138218 + } + ] + }, + "Odessa": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 997189 + }, + { + "year": 2012, + "value": 990499 + }, + { + "year": 2011, + "value": 991482 + }, + { + "year": 2009, + "value": 990964 + }, + { + "year": 2008, + "value": 988013 + }, + { + "year": 2007, + "value": 982920 + }, + { + "year": 2005, + "value": 989468 + }, + { + "year": 2001, + "value": 1010298 + } + ] + }, + "Pavlograd": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 111013 + }, + { + "year": 2012, + "value": 111413 + }, + { + "year": 2011, + "value": 111587 + }, + { + "year": 2009, + "value": 112094 + }, + { + "year": 2008, + "value": 112089 + }, + { + "year": 2007, + "value": 112622 + }, + { + "year": 2005, + "value": 114691 + }, + { + "year": 2001, + "value": 119672 + } + ] + }, + "Poltava": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 289831 + }, + { + "year": 2012, + "value": 290568 + }, + { + "year": 2011, + "value": 291850 + }, + { + "year": 2009, + "value": 294552 + }, + { + "year": 2008, + "value": 296576 + }, + { + "year": 2007, + "value": 299208 + }, + { + "year": 2005, + "value": 302939 + }, + { + "year": 2001, + "value": 310755 + } + ] + }, + "Rivne": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 246911 + }, + { + "year": 2012, + "value": 246752 + }, + { + "year": 2011, + "value": 246418 + }, + { + "year": 2009, + "value": 245576 + }, + { + "year": 2008, + "value": 245020 + }, + { + "year": 2007, + "value": 244807 + }, + { + "year": 2005, + "value": 244448 + }, + { + "year": 2001, + "value": 245323 + } + ] + }, + "Sevastopol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 340735 + }, + { + "year": 2013, + "value": 381474 + }, + { + "year": 2012, + "value": 338714 + }, + { + "year": 2012, + "value": 379271 + }, + { + "year": 2011, + "value": 338452 + }, + { + "year": 2011, + "value": 378858 + }, + { + "year": 2009, + "value": 338076 + }, + { + "year": 2009, + "value": 378106 + }, + { + "year": 2008, + "value": 337764 + }, + { + "year": 2008, + "value": 377488 + }, + { + "year": 2007, + "value": 338118 + }, + { + "year": 2007, + "value": 377269 + }, + { + "year": 2005, + "value": 338508 + }, + { + "year": 2005, + "value": 376645 + }, + { + "year": 2001, + "value": 340190 + } + ] + }, + "Severodonetsk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 109791 + }, + { + "year": 2013, + "value": 120217 + }, + { + "year": 2012, + "value": 110216 + }, + { + "year": 2012, + "value": 120615 + }, + { + "year": 2011, + "value": 110937 + }, + { + "year": 2011, + "value": 121327 + }, + { + "year": 2009, + "value": 112658 + }, + { + "year": 2009, + "value": 122952 + }, + { + "year": 2008, + "value": 113624 + }, + { + "year": 2008, + "value": 123765 + }, + { + "year": 2007, + "value": 114837 + }, + { + "year": 2007, + "value": 124873 + }, + { + "year": 2005, + "value": 116679 + }, + { + "year": 2005, + "value": 126626 + }, + { + "year": 2001, + "value": 120225 + } + ] + }, + "Simferopol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 331936 + }, + { + "year": 2013, + "value": 356771 + }, + { + "year": 2012, + "value": 330233 + }, + { + "year": 2012, + "value": 354792 + }, + { + "year": 2011, + "value": 330981 + }, + { + "year": 2011, + "value": 355311 + }, + { + "year": 2009, + "value": 331790 + }, + { + "year": 2009, + "value": 355330 + }, + { + "year": 2008, + "value": 332481 + }, + { + "year": 2008, + "value": 355531 + }, + { + "year": 2007, + "value": 334228 + }, + { + "year": 2007, + "value": 356800 + }, + { + "year": 2005, + "value": 336250 + }, + { + "year": 2005, + "value": 357999 + }, + { + "year": 2001, + "value": 338038 + } + ] + }, + "Slavyansk": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 115333 + }, + { + "year": 2013, + "value": 134218 + }, + { + "year": 2012, + "value": 115882 + }, + { + "year": 2012, + "value": 134885 + }, + { + "year": 2011, + "value": 116490 + }, + { + "year": 2011, + "value": 135576 + }, + { + "year": 2009, + "value": 118145 + }, + { + "year": 2009, + "value": 137561 + }, + { + "year": 2008, + "value": 118573 + }, + { + "year": 2008, + "value": 138158 + }, + { + "year": 2007, + "value": 118800 + }, + { + "year": 2007, + "value": 138492 + }, + { + "year": 2005, + "value": 119937 + }, + { + "year": 2005, + "value": 139740 + }, + { + "year": 2001, + "value": 122575 + } + ] + }, + "Stakhanov": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 77704 + }, + { + "year": 2013, + "value": 92232 + }, + { + "year": 2012, + "value": 78366 + }, + { + "year": 2012, + "value": 93088 + }, + { + "year": 2011, + "value": 79121 + }, + { + "year": 2011, + "value": 94019 + }, + { + "year": 2008, + "value": 81287 + }, + { + "year": 2008, + "value": 97011 + }, + { + "year": 2005, + "value": 84538 + }, + { + "year": 2005, + "value": 101506 + } + ] + }, + "Sumy": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 268375 + }, + { + "year": 2013, + "value": 271295 + }, + { + "year": 2012, + "value": 268861 + }, + { + "year": 2012, + "value": 271747 + }, + { + "year": 2011, + "value": 270214 + }, + { + "year": 2011, + "value": 273077 + }, + { + "year": 2009, + "value": 273104 + }, + { + "year": 2009, + "value": 275965 + }, + { + "year": 2008, + "value": 274946 + }, + { + "year": 2008, + "value": 277806 + }, + { + "year": 2007, + "value": 277654 + }, + { + "year": 2007, + "value": 280488 + }, + { + "year": 2005, + "value": 281396 + }, + { + "year": 2005, + "value": 284227 + }, + { + "year": 2001, + "value": 292139 + } + ] + }, + "Ternopol": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 215636 + }, + { + "year": 2012, + "value": 215818 + }, + { + "year": 2011, + "value": 215964 + }, + { + "year": 2009, + "value": 215818 + }, + { + "year": 2008, + "value": 215895 + }, + { + "year": 2007, + "value": 216772 + }, + { + "year": 2005, + "value": 219238 + }, + { + "year": 2001, + "value": 226029 + } + ] + }, + "Uzhgorod": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 114789 + }, + { + "year": 2012, + "value": 114996 + }, + { + "year": 2011, + "value": 114863 + }, + { + "year": 2009, + "value": 114705 + }, + { + "year": 2008, + "value": 114771 + }, + { + "year": 2007, + "value": 114897 + }, + { + "year": 2005, + "value": 115468 + }, + { + "year": 2001, + "value": 115568 + } + ] + }, + "Vinnutsya": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 369860 + }, + { + "year": 2012, + "value": 368976 + }, + { + "year": 2011, + "value": 367652 + }, + { + "year": 2009, + "value": 365918 + }, + { + "year": 2008, + "value": 364931 + }, + { + "year": 2007, + "value": 363249 + }, + { + "year": 2005, + "value": 358403 + }, + { + "year": 2001, + "value": 354639 + } + ] + }, + "Yevpatoriya": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 104289 + }, + { + "year": 2013, + "value": 120473 + }, + { + "year": 2012, + "value": 104252 + }, + { + "year": 2012, + "value": 120352 + }, + { + "year": 2011, + "value": 104110 + }, + { + "year": 2011, + "value": 120098 + }, + { + "year": 2009, + "value": 104589 + }, + { + "year": 2009, + "value": 120400 + } + ] + }, + "Zaporozhye": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 766736 + }, + { + "year": 2012, + "value": 768691 + }, + { + "year": 2011, + "value": 772599 + }, + { + "year": 2011, + "value": 772599 + }, + { + "year": 2009, + "value": 777717 + }, + { + "year": 2009, + "value": 780329 + }, + { + "year": 2008, + "value": 781202 + }, + { + "year": 2008, + "value": 783814 + }, + { + "year": 2007, + "value": 786159 + }, + { + "year": 2007, + "value": 788769 + }, + { + "year": 2005, + "value": 795422 + }, + { + "year": 2005, + "value": 798034 + }, + { + "year": 2001, + "value": 810620 + } + ] + }, + "Zhitomir": { + "country": "Ukraine", + "population": [ + { + "year": 2013, + "value": 270046 + }, + { + "year": 2012, + "value": 270638 + }, + { + "year": 2011, + "value": 270498 + }, + { + "year": 2009, + "value": 270618 + }, + { + "year": 2008, + "value": 271197 + }, + { + "year": 2007, + "value": 273004 + }, + { + "year": 2005, + "value": 276618 + }, + { + "year": 2001, + "value": 282823 + } + ] + }, + "Aberdeen": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 212125 + } + ] + }, + "Aberdeenshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 226871 + } + ] + }, + "Aldershot": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 243344 + } + ] + }, + "Angus": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 108400 + } + ] + }, + "Basildon/north benfleet": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 101492 + } + ] + }, + "Bedford/kempston": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 101928 + } + ] + }, + "Belfast": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 276459 + } + ] + }, + "Birkenhead": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 319675 + } + ] + }, + "Blackburn/darwen": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 136655 + } + ] + }, + "Blackpool": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 261088 + } + ] + }, + "Bournemouth": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 383713 + } + ] + }, + "Brighton/worthing/littlehampton": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 461181 + } + ] + }, + "Bristol": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 551066 + } + ] + }, + "Burnley/nelson": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 149796 + } + ] + }, + "Cardiff": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 327706 + } + ] + }, + "Cheltenham/charlton kings": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 110320 + } + ] + }, + "Chesterfield/staveley": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 100879 + } + ] + }, + "Colchester": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 104390 + } + ] + }, + "Coventry/bedworth": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 336452 + } + ] + }, + "Crawley": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 180177 + } + ] + }, + "Dearne valley": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 207726 + } + ] + }, + "Derby": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 236738 + } + ] + }, + "Doncaster": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 127851 + } + ] + }, + "Dumfries & galloway": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 147765 + } + ] + }, + "Dundee": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 145663 + } + ] + }, + "East ayrshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 120235 + } + ] + }, + "East dunbartonshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 108243 + } + ] + }, + "Eastbourne": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 106562 + } + ] + }, + "Edinburgh": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 448624 + } + ] + }, + "Exeter": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 106772 + } + ] + }, + "Falkirk": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 145191 + } + ] + }, + "Fife": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 349429 + } + ] + }, + "Glasgow": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 577869 + } + ] + }, + "Gloucester": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 136203 + } + ] + }, + "Grimsby/cleethorpes": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 138842 + } + ] + }, + "Hastings/bexhill": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 126386 + } + ] + }, + "High wycombe": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 118229 + } + ] + }, + "Highland": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 208914 + } + ] + }, + "Ipswich": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 141658 + } + ] + }, + "Kingston-upon-hull": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 301416 + } + ] + }, + "Leicester": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 441213 + } + ] + }, + "Lincoln": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 104221 + } + ] + }, + "Liverpool": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 816216 + } + ] + }, + "Luton/dunstable": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 236318 + } + ] + }, + "Manchester": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 2244931 + } + ] + }, + "Mansfield": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 158114 + } + ] + }, + "Milton keynes": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 184506 + } + ] + }, + "Newport": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 139298 + } + ] + }, + "North ayrshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 135817 + } + ] + }, + "North lanarkshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 321067 + } + ] + }, + "Northampton": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 197199 + } + ] + }, + "Norwich": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 194839 + } + ] + }, + "Nottingham": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 666358 + } + ] + }, + "Nuneaton": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 132236 + } + ] + }, + "Oxford": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 143016 + } + ] + }, + "Perth & kinross": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 134949 + } + ] + }, + "Portsmouth": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 442252 + } + ] + }, + "Preston": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 264601 + } + ] + }, + "Reading/wokingham": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 369804 + } + ] + }, + "Renfrewshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 172867 + } + ] + }, + "Scottish borders": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 106764 + } + ] + }, + "Sheffield": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 640720 + } + ] + }, + "Slough": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 141848 + } + ] + }, + "South ayrshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 112097 + } + ] + }, + "South lanarkshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 302216 + } + ] + }, + "Southampton": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 304400 + } + ] + }, + "Southend": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 269415 + } + ] + }, + "Southport/formby": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 115882 + } + ] + }, + "St. albans/hatfield": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 114710 + } + ] + }, + "Sunderland": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 182974 + } + ] + }, + "Swansea": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 270506 + } + ] + }, + "Swindon": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 155432 + } + ] + }, + "Teesside": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 365323 + } + ] + }, + "Telford": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 138241 + } + ] + }, + "Thanet": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 119144 + } + ] + }, + "The medway towns": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 231659 + } + ] + }, + "The potteries": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 362403 + } + ] + }, + "Torbay": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 110366 + } + ] + }, + "Tyneside": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 879996 + } + ] + }, + "Warrington": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 158195 + } + ] + }, + "West lothian": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 158714 + } + ] + }, + "West midlands": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 2284093 + } + ] + }, + "West yorkshire": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 1499465 + } + ] + }, + "Wigan": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 166840 + } + ] + }, + "York": { + "country": "United Kingdom of Great Britain and Northern Ireland", + "population": [ + { + "year": 2001, + "value": 137505 + } + ] + }, + "Arusha": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 134708 + } + ] + }, + "Dar es salaam": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 1360850 + } + ] + }, + "Dodoma": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 203833 + } + ] + }, + "Mbeya": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 152844 + } + ] + }, + "Morogoro": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 117760 + } + ] + }, + "Mwanza": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 223013 + } + ] + }, + "Shinyanga": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 100724 + } + ] + }, + "Tanga": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 187455 + } + ] + }, + "Zanzibar": { + "country": "United Republic of Tanzania", + "population": [ + { + "year": 1988, + "value": 157634 + } + ] + }, + "Abilene (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 118887 + }, + { + "year": 2010, + "value": 117063 + }, + { + "year": 2009, + "value": 117180 + }, + { + "year": 2008, + "value": 116484 + }, + { + "year": 2007, + "value": 116219 + }, + { + "year": 2005, + "value": 114757 + }, + { + "year": 2000, + "value": 115930 + } + ] + }, + "Akron (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 198549 + }, + { + "year": 2010, + "value": 199110 + }, + { + "year": 2009, + "value": 207209 + }, + { + "year": 2008, + "value": 207510 + }, + { + "year": 2007, + "value": 207934 + }, + { + "year": 2005, + "value": 210795 + }, + { + "year": 2000, + "value": 217074 + }, + { + "year": 2000, + "value": 570215 + } + ] + }, + "Albuquerque (nm)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 555417 + }, + { + "year": 2010, + "value": 545852 + }, + { + "year": 2009, + "value": 529219 + }, + { + "year": 2008, + "value": 521999 + }, + { + "year": 2007, + "value": 518271 + }, + { + "year": 2005, + "value": 494236 + }, + { + "year": 2000, + "value": 448607 + }, + { + "year": 2000, + "value": 598191 + } + ] + }, + "Alexandria (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 146294 + }, + { + "year": 2010, + "value": 139966 + }, + { + "year": 2009, + "value": 150006 + }, + { + "year": 2008, + "value": 143885 + }, + { + "year": 2007, + "value": 140024 + }, + { + "year": 2005, + "value": 135337 + }, + { + "year": 2000, + "value": 128283 + } + ] + }, + "Allentown (pa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 118974 + }, + { + "year": 2010, + "value": 118032 + }, + { + "year": 2009, + "value": 107815 + }, + { + "year": 2008, + "value": 107250 + }, + { + "year": 2007, + "value": 107117 + }, + { + "year": 2005, + "value": 106992 + }, + { + "year": 2000, + "value": 106632 + }, + { + "year": 2000, + "value": 576408 + } + ] + }, + "Amarillo (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 195250 + }, + { + "year": 2010, + "value": 190695 + }, + { + "year": 2009, + "value": 189392 + }, + { + "year": 2008, + "value": 187236 + }, + { + "year": 2007, + "value": 186106 + }, + { + "year": 2005, + "value": 183021 + }, + { + "year": 2000, + "value": 173627 + }, + { + "year": 2000, + "value": 179312 + } + ] + }, + "Anaheim (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 343248 + }, + { + "year": 2010, + "value": 336265 + }, + { + "year": 2009, + "value": 337896 + }, + { + "year": 2008, + "value": 335288 + }, + { + "year": 2007, + "value": 333249 + }, + { + "year": 2005, + "value": 331804 + }, + { + "year": 2000, + "value": 328014 + } + ] + }, + "Anchorage (ak)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 298610 + }, + { + "year": 2010, + "value": 291826 + }, + { + "year": 2009, + "value": 286174 + }, + { + "year": 2008, + "value": 279243 + }, + { + "year": 2007, + "value": 279671 + }, + { + "year": 2005, + "value": 275043 + }, + { + "year": 2000, + "value": 260283 + } + ] + }, + "Ann arbor (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 116121 + }, + { + "year": 2010, + "value": 113934 + }, + { + "year": 2009, + "value": 112920 + }, + { + "year": 2008, + "value": 114386 + }, + { + "year": 2007, + "value": 115092 + }, + { + "year": 2005, + "value": 113271 + }, + { + "year": 2000, + "value": 114024 + }, + { + "year": 2000, + "value": 283904 + } + ] + }, + "Antioch (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 105508 + }, + { + "year": 2010, + "value": 102372 + }, + { + "year": 2009, + "value": 101181 + }, + { + "year": 2008, + "value": 100219 + }, + { + "year": 2005, + "value": 100631 + } + ] + }, + "Arlington (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 375600 + }, + { + "year": 2010, + "value": 365438 + }, + { + "year": 2009, + "value": 380085 + }, + { + "year": 2008, + "value": 374417 + }, + { + "year": 2007, + "value": 371038 + }, + { + "year": 2005, + "value": 362805 + }, + { + "year": 2000, + "value": 332969 + } + ] + }, + "Arvada (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109745 + }, + { + "year": 2010, + "value": 106433 + }, + { + "year": 2009, + "value": 108208 + }, + { + "year": 2008, + "value": 107361 + }, + { + "year": 2007, + "value": 106328 + }, + { + "year": 2005, + "value": 103966 + }, + { + "year": 2000, + "value": 102153 + } + ] + }, + "Athens (ga)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 118999 + }, + { + "year": 2010, + "value": 115452 + }, + { + "year": 2009, + "value": 114983 + }, + { + "year": 2008, + "value": 113398 + }, + { + "year": 2007, + "value": 112760 + }, + { + "year": 2005, + "value": 103238 + }, + { + "year": 2000, + "value": 101489 + }, + { + "year": 2000, + "value": 106482 + } + ] + }, + "Atlanta (ga)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 443775 + }, + { + "year": 2010, + "value": 420003 + }, + { + "year": 2009, + "value": 540922 + }, + { + "year": 2008, + "value": 537958 + }, + { + "year": 2007, + "value": 519145 + }, + { + "year": 2005, + "value": 470688 + }, + { + "year": 2000, + "value": 416474 + }, + { + "year": 2000, + "value": 3499840 + } + ] + }, + "Augusta (ga)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 197872 + }, + { + "year": 2010, + "value": 195844 + }, + { + "year": 2009, + "value": 194343 + }, + { + "year": 2008, + "value": 194149 + }, + { + "year": 2007, + "value": 192142 + }, + { + "year": 2005, + "value": 190782 + }, + { + "year": 2000, + "value": 199775 + }, + { + "year": 2000, + "value": 335630 + } + ] + }, + "Aurora (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 339030 + }, + { + "year": 2010, + "value": 325078 + }, + { + "year": 2009, + "value": 323348 + }, + { + "year": 2008, + "value": 319057 + }, + { + "year": 2007, + "value": 311794 + }, + { + "year": 2005, + "value": 297235 + }, + { + "year": 2000, + "value": 276393 + } + ] + }, + "Aurora (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 199932 + }, + { + "year": 2010, + "value": 197899 + }, + { + "year": 2009, + "value": 172950 + }, + { + "year": 2008, + "value": 171782 + }, + { + "year": 2007, + "value": 170855 + }, + { + "year": 2005, + "value": 168181 + }, + { + "year": 2000, + "value": 142990 + } + ] + }, + "Austin (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 842592 + }, + { + "year": 2010, + "value": 790390 + }, + { + "year": 2009, + "value": 786386 + }, + { + "year": 2008, + "value": 757688 + }, + { + "year": 2007, + "value": 743074 + }, + { + "year": 2005, + "value": 690252 + }, + { + "year": 2000, + "value": 656562 + }, + { + "year": 2000, + "value": 901920 + } + ] + }, + "Bakersfield (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 358597 + }, + { + "year": 2010, + "value": 347483 + }, + { + "year": 2009, + "value": 324463 + }, + { + "year": 2008, + "value": 321078 + }, + { + "year": 2007, + "value": 315837 + }, + { + "year": 2005, + "value": 295536 + }, + { + "year": 2000, + "value": 247057 + }, + { + "year": 2000, + "value": 396125 + } + ] + }, + "Baltimore (md)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 621342 + }, + { + "year": 2010, + "value": 620961 + }, + { + "year": 2009, + "value": 637418 + }, + { + "year": 2008, + "value": 636919 + }, + { + "year": 2007, + "value": 637455 + }, + { + "year": 2005, + "value": 635815 + }, + { + "year": 2000, + "value": 651154 + }, + { + "year": 2000, + "value": 2076354 + } + ] + }, + "Baton rouge (la)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 230058 + }, + { + "year": 2010, + "value": 229493 + }, + { + "year": 2009, + "value": 225388 + }, + { + "year": 2008, + "value": 223689 + }, + { + "year": 2007, + "value": 227071 + }, + { + "year": 2005, + "value": 222064 + }, + { + "year": 2000, + "value": 227818 + }, + { + "year": 2000, + "value": 479019 + } + ] + }, + "Beaumont (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 118228 + }, + { + "year": 2010, + "value": 118296 + }, + { + "year": 2009, + "value": 110110 + }, + { + "year": 2008, + "value": 110553 + }, + { + "year": 2007, + "value": 109579 + }, + { + "year": 2005, + "value": 111799 + }, + { + "year": 2000, + "value": 113866 + }, + { + "year": 2000, + "value": 139304 + } + ] + }, + "Bellevue (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 126439 + }, + { + "year": 2010, + "value": 122363 + }, + { + "year": 2009, + "value": 126626 + }, + { + "year": 2008, + "value": 123771 + }, + { + "year": 2007, + "value": 121347 + }, + { + "year": 2005, + "value": 117137 + }, + { + "year": 2000, + "value": 109569 + } + ] + }, + "Berkeley (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 115403 + }, + { + "year": 2010, + "value": 112580 + }, + { + "year": 2009, + "value": 102804 + }, + { + "year": 2008, + "value": 101371 + }, + { + "year": 2007, + "value": 101377 + }, + { + "year": 2005, + "value": 100744 + }, + { + "year": 2000, + "value": 102743 + } + ] + }, + "Billings (mt)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106954 + }, + { + "year": 2010, + "value": 104170 + }, + { + "year": 2009, + "value": 105845 + }, + { + "year": 2008, + "value": 103994 + }, + { + "year": 2007, + "value": 101876 + } + ] + }, + "Birmingham (al)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 212038 + }, + { + "year": 2010, + "value": 212237 + }, + { + "year": 2009, + "value": 230131 + }, + { + "year": 2008, + "value": 228798 + }, + { + "year": 2007, + "value": 229800 + }, + { + "year": 2005, + "value": 231483 + }, + { + "year": 2000, + "value": 242820 + }, + { + "year": 2000, + "value": 663615 + } + ] + }, + "Boise city (id)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 212303 + }, + { + "year": 2010, + "value": 205671 + }, + { + "year": 2009, + "value": 205707 + }, + { + "year": 2008, + "value": 205314 + }, + { + "year": 2007, + "value": 202832 + }, + { + "year": 2005, + "value": 193161 + }, + { + "year": 2000, + "value": 185787 + }, + { + "year": 2000, + "value": 272625 + } + ] + }, + "Boston (ma)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 636479 + }, + { + "year": 2010, + "value": 617594 + }, + { + "year": 2009, + "value": 645169 + }, + { + "year": 2008, + "value": 609023 + }, + { + "year": 2007, + "value": 599351 + }, + { + "year": 2005, + "value": 559034 + }, + { + "year": 2000, + "value": 589141 + }, + { + "year": 2000, + "value": 4032484 + } + ] + }, + "Boulder (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101808 + }, + { + "year": 2009, + "value": 100160 + }, + { + "year": 2000, + "value": 1 + } + ] + }, + "Bridgeport (ct)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 146425 + }, + { + "year": 2010, + "value": 144229 + }, + { + "year": 2009, + "value": 137298 + }, + { + "year": 2008, + "value": 136405 + }, + { + "year": 2007, + "value": 136695 + }, + { + "year": 2005, + "value": 139008 + }, + { + "year": 2000, + "value": 139529 + }, + { + "year": 2000, + "value": 888890 + } + ] + }, + "Brownsville (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 180097 + }, + { + "year": 2010, + "value": 175023 + }, + { + "year": 2009, + "value": 176859 + }, + { + "year": 2008, + "value": 175494 + }, + { + "year": 2007, + "value": 172806 + }, + { + "year": 2005, + "value": 167493 + }, + { + "year": 2000, + "value": 139722 + }, + { + "year": 2000, + "value": 165776 + } + ] + }, + "Buffalo (ny)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 259384 + }, + { + "year": 2010, + "value": 261310 + }, + { + "year": 2009, + "value": 270240 + }, + { + "year": 2008, + "value": 270919 + }, + { + "year": 2007, + "value": 272632 + }, + { + "year": 2005, + "value": 279745 + }, + { + "year": 2000, + "value": 292648 + }, + { + "year": 2000, + "value": 976703 + } + ] + }, + "Burbank (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 104391 + }, + { + "year": 2010, + "value": 103340 + }, + { + "year": 2009, + "value": 103121 + }, + { + "year": 2008, + "value": 102968 + }, + { + "year": 2007, + "value": 103286 + }, + { + "year": 2005, + "value": 104108 + }, + { + "year": 2000, + "value": 100316 + } + ] + }, + "Carlsbad (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109318 + }, + { + "year": 2010, + "value": 105328 + } + ] + }, + "Cambridge (ma)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106471 + }, + { + "year": 2010, + "value": 105162 + }, + { + "year": 2009, + "value": 108771 + }, + { + "year": 2008, + "value": 105596 + }, + { + "year": 2007, + "value": 101388 + }, + { + "year": 2005, + "value": 100135 + }, + { + "year": 2000, + "value": 101355 + } + ] + }, + "Cape coral (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 161248 + }, + { + "year": 2010, + "value": 154305 + }, + { + "year": 2009, + "value": 154202 + }, + { + "year": 2008, + "value": 156835 + }, + { + "year": 2007, + "value": 156981 + }, + { + "year": 2005, + "value": 140010 + }, + { + "year": 2000, + "value": 102286 + }, + { + "year": 2000, + "value": 329757 + } + ] + }, + "Carrollton (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 125409 + }, + { + "year": 2010, + "value": 119097 + }, + { + "year": 2009, + "value": 129209 + }, + { + "year": 2008, + "value": 125595 + }, + { + "year": 2007, + "value": 123799 + }, + { + "year": 2005, + "value": 118870 + }, + { + "year": 2000, + "value": 109576 + } + ] + }, + "Cary (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 145693 + }, + { + "year": 2010, + "value": 135234 + }, + { + "year": 2009, + "value": 136637 + }, + { + "year": 2008, + "value": 129545 + }, + { + "year": 2007, + "value": 121796 + }, + { + "year": 2005, + "value": 106439 + } + ] + }, + "Cedar rapids (ia)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 128119 + }, + { + "year": 2010, + "value": 126326 + }, + { + "year": 2009, + "value": 127764 + }, + { + "year": 2008, + "value": 128056 + }, + { + "year": 2007, + "value": 126396 + }, + { + "year": 2005, + "value": 123119 + }, + { + "year": 2000, + "value": 120758 + }, + { + "year": 2000, + "value": 155334 + } + ] + }, + "Centennial (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 103743 + }, + { + "year": 2010, + "value": 100377 + }, + { + "year": 2009, + "value": 100557 + }, + { + "year": 2000, + "value": 1 + } + ] + }, + "Chandler (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 245628 + }, + { + "year": 2010, + "value": 236123 + }, + { + "year": 2009, + "value": 249535 + }, + { + "year": 2008, + "value": 247140 + }, + { + "year": 2007, + "value": 246399 + }, + { + "year": 2005, + "value": 234939 + }, + { + "year": 2000, + "value": 176581 + } + ] + }, + "Charleston (sc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 125583 + }, + { + "year": 2010, + "value": 120083 + }, + { + "year": 2009, + "value": 115638 + }, + { + "year": 2008, + "value": 111978 + }, + { + "year": 2007, + "value": 110015 + }, + { + "year": 2005, + "value": 106712 + } + ] + }, + "Charlotte (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 775202 + }, + { + "year": 2010, + "value": 731424 + }, + { + "year": 2009, + "value": 704422 + }, + { + "year": 2008, + "value": 687456 + }, + { + "year": 2007, + "value": 671588 + }, + { + "year": 2005, + "value": 610949 + }, + { + "year": 2000, + "value": 540828 + }, + { + "year": 2000, + "value": 758927 + } + ] + }, + "Chattanooga (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 171279 + }, + { + "year": 2010, + "value": 167674 + }, + { + "year": 2009, + "value": 171350 + }, + { + "year": 2008, + "value": 170880 + }, + { + "year": 2007, + "value": 169884 + }, + { + "year": 2005, + "value": 154762 + }, + { + "year": 2000, + "value": 155554 + }, + { + "year": 2000, + "value": 343509 + } + ] + }, + "Chesapeake (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 228417 + }, + { + "year": 2010, + "value": 222209 + }, + { + "year": 2009, + "value": 222455 + }, + { + "year": 2008, + "value": 220111 + }, + { + "year": 2007, + "value": 219154 + }, + { + "year": 2005, + "value": 218968 + }, + { + "year": 2000, + "value": 199184 + } + ] + }, + "Chicago (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 2714856 + }, + { + "year": 2010, + "value": 2695598 + }, + { + "year": 2009, + "value": 2851268 + }, + { + "year": 2008, + "value": 2853114 + }, + { + "year": 2007, + "value": 2836658 + }, + { + "year": 2005, + "value": 2842518 + }, + { + "year": 2000, + "value": 2896016 + }, + { + "year": 2000, + "value": 8307904 + } + ] + }, + "Chula vista (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 252422 + }, + { + "year": 2010, + "value": 243916 + }, + { + "year": 2009, + "value": 223739 + }, + { + "year": 2008, + "value": 219318 + }, + { + "year": 2007, + "value": 217478 + }, + { + "year": 2005, + "value": 210497 + }, + { + "year": 2000, + "value": 173556 + } + ] + }, + "Cincinnati (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 296550 + }, + { + "year": 2010, + "value": 296943 + }, + { + "year": 2009, + "value": 333012 + }, + { + "year": 2008, + "value": 333336 + }, + { + "year": 2007, + "value": 332458 + }, + { + "year": 2005, + "value": 308728 + }, + { + "year": 2000, + "value": 331285 + }, + { + "year": 2000, + "value": 1503262 + } + ] + }, + "Clarksville (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 142519 + }, + { + "year": 2010, + "value": 132929 + }, + { + "year": 2009, + "value": 124565 + }, + { + "year": 2008, + "value": 119735 + }, + { + "year": 2007, + "value": 119284 + }, + { + "year": 2005, + "value": 112878 + }, + { + "year": 2000, + "value": 103455 + }, + { + "year": 2000, + "value": 121775 + } + ] + }, + "Clearwater (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 108732 + }, + { + "year": 2010, + "value": 107685 + }, + { + "year": 2009, + "value": 106081 + }, + { + "year": 2008, + "value": 105774 + }, + { + "year": 2007, + "value": 106642 + }, + { + "year": 2005, + "value": 108687 + }, + { + "year": 2000, + "value": 108787 + } + ] + }, + "Cleveland (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 390928 + }, + { + "year": 2010, + "value": 396815 + }, + { + "year": 2009, + "value": 431369 + }, + { + "year": 2008, + "value": 433748 + }, + { + "year": 2007, + "value": 438042 + }, + { + "year": 2005, + "value": 452208 + }, + { + "year": 2000, + "value": 478403 + }, + { + "year": 2000, + "value": 1786647 + } + ] + }, + "Colorado springs (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 431834 + }, + { + "year": 2010, + "value": 416427 + }, + { + "year": 2009, + "value": 399827 + }, + { + "year": 2008, + "value": 380307 + }, + { + "year": 2007, + "value": 376427 + }, + { + "year": 2005, + "value": 369815 + }, + { + "year": 2000, + "value": 360890 + }, + { + "year": 2000, + "value": 466122 + } + ] + }, + "Columbia (mo)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 113225 + }, + { + "year": 2010, + "value": 108500 + }, + { + "year": 2009, + "value": 102324 + }, + { + "year": 2008, + "value": 100733 + } + ] + }, + "Columbia (sc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 131686 + }, + { + "year": 2010, + "value": 129272 + }, + { + "year": 2009, + "value": 129333 + }, + { + "year": 2008, + "value": 127029 + }, + { + "year": 2007, + "value": 124818 + }, + { + "year": 2005, + "value": 117088 + }, + { + "year": 2000, + "value": 116278 + }, + { + "year": 2000, + "value": 420537 + } + ] + }, + "Columbus (ga)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 198413 + }, + { + "year": 2010, + "value": 189885 + }, + { + "year": 2009, + "value": 190414 + }, + { + "year": 2008, + "value": 186984 + }, + { + "year": 2007, + "value": 187046 + }, + { + "year": 2005, + "value": 185271 + }, + { + "year": 2000, + "value": 186291 + }, + { + "year": 2000, + "value": 242324 + } + ] + }, + "Columbus (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 809798 + }, + { + "year": 2010, + "value": 787033 + }, + { + "year": 2009, + "value": 769332 + }, + { + "year": 2008, + "value": 754885 + }, + { + "year": 2007, + "value": 747755 + }, + { + "year": 2005, + "value": 730657 + }, + { + "year": 2000, + "value": 711470 + }, + { + "year": 2000, + "value": 1133193 + } + ] + }, + "Concord (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 124711 + }, + { + "year": 2010, + "value": 122067 + }, + { + "year": 2009, + "value": 122224 + }, + { + "year": 2008, + "value": 121160 + }, + { + "year": 2007, + "value": 120844 + }, + { + "year": 2005, + "value": 123252 + }, + { + "year": 2000, + "value": 121780 + }, + { + "year": 2000, + "value": 552624 + } + ] + }, + "Coral springs (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 125287 + }, + { + "year": 2010, + "value": 121096 + }, + { + "year": 2009, + "value": 126518 + }, + { + "year": 2008, + "value": 125783 + }, + { + "year": 2007, + "value": 126875 + }, + { + "year": 2005, + "value": 128804 + }, + { + "year": 2000, + "value": 117549 + } + ] + }, + "Corona (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 158391 + }, + { + "year": 2010, + "value": 152374 + }, + { + "year": 2009, + "value": 151027 + }, + { + "year": 2008, + "value": 149923 + }, + { + "year": 2007, + "value": 150308 + }, + { + "year": 2005, + "value": 149387 + }, + { + "year": 2000, + "value": 124966 + } + ] + }, + "Corpus christi (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 312195 + }, + { + "year": 2010, + "value": 305215 + }, + { + "year": 2009, + "value": 287439 + }, + { + "year": 2008, + "value": 286462 + }, + { + "year": 2007, + "value": 285507 + }, + { + "year": 2005, + "value": 283474 + }, + { + "year": 2000, + "value": 277454 + }, + { + "year": 2000, + "value": 293925 + } + ] + }, + "Costa mesa (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 111918 + }, + { + "year": 2010, + "value": 109960 + }, + { + "year": 2009, + "value": 110419 + }, + { + "year": 2008, + "value": 110080 + }, + { + "year": 2007, + "value": 108978 + }, + { + "year": 2005, + "value": 109830 + }, + { + "year": 2000, + "value": 108724 + } + ] + }, + "Dallas (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 1241162 + }, + { + "year": 2010, + "value": 1197816 + }, + { + "year": 2009, + "value": 1299542 + }, + { + "year": 2008, + "value": 1279910 + }, + { + "year": 2007, + "value": 1240499 + }, + { + "year": 2005, + "value": 1213825 + }, + { + "year": 2000, + "value": 1188580 + }, + { + "year": 2000, + "value": 4145659 + } + ] + }, + "Daly city (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 103690 + }, + { + "year": 2010, + "value": 101123 + }, + { + "year": 2009, + "value": 102165 + }, + { + "year": 2008, + "value": 101514 + }, + { + "year": 2007, + "value": 100882 + }, + { + "year": 2005, + "value": 100339 + }, + { + "year": 2000, + "value": 103621 + } + ] + }, + "Davenport (ia)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101363 + }, + { + "year": 2009, + "value": 101335 + }, + { + "year": 2008, + "value": 100827 + } + ] + }, + "Dayton (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 141359 + }, + { + "year": 2010, + "value": 141527 + }, + { + "year": 2009, + "value": 153843 + }, + { + "year": 2008, + "value": 154200 + }, + { + "year": 2007, + "value": 155461 + }, + { + "year": 2005, + "value": 158873 + }, + { + "year": 2000, + "value": 166179 + }, + { + "year": 2000, + "value": 703444 + } + ] + }, + "Denton (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 121123 + }, + { + "year": 2010, + "value": 113383 + }, + { + "year": 2009, + "value": 122830 + }, + { + "year": 2008, + "value": 119454 + }, + { + "year": 2007, + "value": 115506 + }, + { + "year": 2005, + "value": 104153 + } + ] + }, + "Denver (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 634265 + }, + { + "year": 2010, + "value": 600158 + }, + { + "year": 2009, + "value": 610345 + }, + { + "year": 2008, + "value": 598707 + }, + { + "year": 2007, + "value": 588349 + }, + { + "year": 2005, + "value": 557917 + }, + { + "year": 2000, + "value": 554636 + }, + { + "year": 2000, + "value": 1984887 + } + ] + }, + "Des moines (ia)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 206688 + }, + { + "year": 2010, + "value": 203433 + }, + { + "year": 2009, + "value": 200538 + }, + { + "year": 2008, + "value": 197052 + }, + { + "year": 2007, + "value": 196998 + }, + { + "year": 2005, + "value": 194163 + }, + { + "year": 2000, + "value": 198682 + }, + { + "year": 2000, + "value": 370505 + } + ] + }, + "Detroit (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 701475 + }, + { + "year": 2010, + "value": 713777 + }, + { + "year": 2009, + "value": 910921 + }, + { + "year": 2008, + "value": 912062 + }, + { + "year": 2007, + "value": 916952 + }, + { + "year": 2005, + "value": 886671 + }, + { + "year": 2000, + "value": 951270 + }, + { + "year": 2000, + "value": 3903377 + } + ] + }, + "Downey (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 112873 + }, + { + "year": 2010, + "value": 111772 + }, + { + "year": 2009, + "value": 107117 + }, + { + "year": 2008, + "value": 107587 + }, + { + "year": 2007, + "value": 108109 + }, + { + "year": 2005, + "value": 109718 + }, + { + "year": 2000, + "value": 107323 + } + ] + }, + "Durham (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 239358 + }, + { + "year": 2010, + "value": 228330 + }, + { + "year": 2009, + "value": 229171 + }, + { + "year": 2008, + "value": 223284 + }, + { + "year": 2007, + "value": 217847 + }, + { + "year": 2005, + "value": 204845 + }, + { + "year": 2000, + "value": 187035 + }, + { + "year": 2000, + "value": 287796 + } + ] + }, + "El monte (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 115111 + }, + { + "year": 2010, + "value": 113475 + }, + { + "year": 2009, + "value": 121447 + }, + { + "year": 2008, + "value": 121791 + }, + { + "year": 2007, + "value": 122272 + }, + { + "year": 2005, + "value": 122513 + }, + { + "year": 2000, + "value": 115965 + } + ] + }, + "El paso (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 672538 + }, + { + "year": 2010, + "value": 649121 + }, + { + "year": 2009, + "value": 620456 + }, + { + "year": 2008, + "value": 613190 + }, + { + "year": 2007, + "value": 606913 + }, + { + "year": 2005, + "value": 598590 + }, + { + "year": 2000, + "value": 563662 + }, + { + "year": 2000, + "value": 674801 + } + ] + }, + "Elgin (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109927 + }, + { + "year": 2010, + "value": 108188 + }, + { + "year": 2009, + "value": 107519 + }, + { + "year": 2008, + "value": 106330 + }, + { + "year": 2007, + "value": 104288 + } + ] + }, + "Elizabeth (nj)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 126458 + }, + { + "year": 2010, + "value": 124969 + }, + { + "year": 2009, + "value": 125285 + }, + { + "year": 2008, + "value": 124755 + }, + { + "year": 2007, + "value": 124862 + }, + { + "year": 2005, + "value": 125809 + }, + { + "year": 2000, + "value": 120568 + } + ] + }, + "Elk grove (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 159038 + }, + { + "year": 2010, + "value": 153015 + }, + { + "year": 2009, + "value": 135285 + }, + { + "year": 2008, + "value": 133003 + }, + { + "year": 2007, + "value": 131212 + }, + { + "year": 2005, + "value": 112338 + } + ] + }, + "Erie (pa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101047 + }, + { + "year": 2010, + "value": 101786 + }, + { + "year": 2009, + "value": 103571 + }, + { + "year": 2008, + "value": 103817 + }, + { + "year": 2007, + "value": 103650 + }, + { + "year": 2005, + "value": 102612 + }, + { + "year": 2000, + "value": 103717 + }, + { + "year": 2000, + "value": 194804 + } + ] + }, + "Escondido (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 147575 + }, + { + "year": 2010, + "value": 143911 + }, + { + "year": 2009, + "value": 140170 + }, + { + "year": 2008, + "value": 137103 + }, + { + "year": 2007, + "value": 136246 + }, + { + "year": 2005, + "value": 134085 + }, + { + "year": 2000, + "value": 133559 + } + ] + }, + "Eugene (or)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 157986 + }, + { + "year": 2010, + "value": 156185 + }, + { + "year": 2009, + "value": 153272 + }, + { + "year": 2008, + "value": 150104 + }, + { + "year": 2007, + "value": 149004 + }, + { + "year": 2005, + "value": 144515 + }, + { + "year": 2000, + "value": 137893 + }, + { + "year": 2000, + "value": 224049 + } + ] + }, + "Evansville (in)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 120235 + }, + { + "year": 2010, + "value": 117429 + }, + { + "year": 2009, + "value": 116584 + }, + { + "year": 2008, + "value": 116309 + }, + { + "year": 2007, + "value": 116253 + }, + { + "year": 2005, + "value": 115918 + }, + { + "year": 2000, + "value": 121582 + }, + { + "year": 2000, + "value": 211989 + } + ] + }, + "Everett (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 104655 + }, + { + "year": 2010, + "value": 103019 + } + ] + }, + "Fairfield (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 107684 + }, + { + "year": 2010, + "value": 105321 + }, + { + "year": 2009, + "value": 103586 + }, + { + "year": 2008, + "value": 103683 + }, + { + "year": 2007, + "value": 103992 + }, + { + "year": 2005, + "value": 104476 + } + ] + }, + "Fargo (nd)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109779 + }, + { + "year": 2010, + "value": 105549 + } + ] + }, + "Fayetteville (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 202103 + }, + { + "year": 2010, + "value": 200564 + }, + { + "year": 2009, + "value": 207288 + }, + { + "year": 2008, + "value": 174091 + }, + { + "year": 2007, + "value": 171853 + }, + { + "year": 2005, + "value": 129928 + }, + { + "year": 2000, + "value": 121015 + }, + { + "year": 2000, + "value": 172585 + } + ] + }, + "Flint (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 100515 + }, + { + "year": 2010, + "value": 102434 + }, + { + "year": 2009, + "value": 111475 + }, + { + "year": 2008, + "value": 112900 + }, + { + "year": 2007, + "value": 114662 + }, + { + "year": 2005, + "value": 118551 + }, + { + "year": 2000, + "value": 124943 + }, + { + "year": 2000, + "value": 365096 + } + ] + }, + "Fontana (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 201812 + }, + { + "year": 2010, + "value": 196069 + }, + { + "year": 2009, + "value": 188013 + }, + { + "year": 2008, + "value": 184984 + }, + { + "year": 2007, + "value": 183502 + }, + { + "year": 2005, + "value": 163860 + }, + { + "year": 2000, + "value": 128929 + } + ] + }, + "Fort collins (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 148612 + }, + { + "year": 2010, + "value": 143986 + }, + { + "year": 2009, + "value": 138733 + }, + { + "year": 2008, + "value": 136509 + }, + { + "year": 2007, + "value": 133899 + }, + { + "year": 2005, + "value": 128026 + }, + { + "year": 2000, + "value": 118652 + }, + { + "year": 2000, + "value": 206633 + } + ] + }, + "Fort lauderdale (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 170747 + }, + { + "year": 2010, + "value": 165521 + }, + { + "year": 2009, + "value": 184892 + }, + { + "year": 2008, + "value": 183126 + }, + { + "year": 2007, + "value": 183606 + }, + { + "year": 2005, + "value": 167380 + }, + { + "year": 2000, + "value": 152397 + } + ] + }, + "Fort wayne (in)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 254555 + }, + { + "year": 2010, + "value": 253691 + }, + { + "year": 2009, + "value": 255890 + }, + { + "year": 2008, + "value": 251591 + }, + { + "year": 2007, + "value": 251247 + }, + { + "year": 2005, + "value": 223341 + }, + { + "year": 2000, + "value": 205727 + }, + { + "year": 2000, + "value": 287759 + } + ] + }, + "Fort worth (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 777992 + }, + { + "year": 2010, + "value": 741206 + }, + { + "year": 2009, + "value": 727577 + }, + { + "year": 2008, + "value": 703073 + }, + { + "year": 2007, + "value": 681818 + }, + { + "year": 2005, + "value": 624067 + }, + { + "year": 2000, + "value": 534694 + } + ] + }, + "Fremont (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 221986 + }, + { + "year": 2010, + "value": 214089 + }, + { + "year": 2009, + "value": 205517 + }, + { + "year": 2008, + "value": 202867 + }, + { + "year": 2007, + "value": 201334 + }, + { + "year": 2005, + "value": 200468 + }, + { + "year": 2000, + "value": 203413 + } + ] + }, + "Fresno (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 505882 + }, + { + "year": 2010, + "value": 494665 + }, + { + "year": 2009, + "value": 479918 + }, + { + "year": 2008, + "value": 476050 + }, + { + "year": 2007, + "value": 470508 + }, + { + "year": 2005, + "value": 461116 + }, + { + "year": 2000, + "value": 427652 + }, + { + "year": 2000, + "value": 554923 + } + ] + }, + "Frisco (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 128176 + }, + { + "year": 2010, + "value": 116989 + }, + { + "year": 2009, + "value": 102413 + }, + { + "year": 2000, + "value": 1 + } + ] + }, + "Fullerton (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 138574 + }, + { + "year": 2010, + "value": 135161 + }, + { + "year": 2009, + "value": 132620 + }, + { + "year": 2008, + "value": 131868 + }, + { + "year": 2007, + "value": 132066 + }, + { + "year": 2005, + "value": 132787 + }, + { + "year": 2000, + "value": 126003 + } + ] + }, + "Gainesville (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 126047 + }, + { + "year": 2010, + "value": 124354 + }, + { + "year": 2009, + "value": 116616 + }, + { + "year": 2008, + "value": 114916 + }, + { + "year": 2007, + "value": 114375 + }, + { + "year": 2005, + "value": 108184 + } + ] + }, + "Garden grove (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 174389 + }, + { + "year": 2010, + "value": 170883 + }, + { + "year": 2009, + "value": 166332 + }, + { + "year": 2008, + "value": 165796 + }, + { + "year": 2007, + "value": 165610 + }, + { + "year": 2005, + "value": 166075 + }, + { + "year": 2000, + "value": 165196 + } + ] + }, + "Garland (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 233564 + }, + { + "year": 2010, + "value": 226876 + }, + { + "year": 2009, + "value": 222013 + }, + { + "year": 2008, + "value": 218577 + }, + { + "year": 2007, + "value": 218792 + }, + { + "year": 2005, + "value": 216346 + }, + { + "year": 2000, + "value": 215768 + } + ] + }, + "Gilbert (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 221140 + }, + { + "year": 2010, + "value": 208453 + }, + { + "year": 2009, + "value": 222075 + }, + { + "year": 2008, + "value": 216449 + }, + { + "year": 2007, + "value": 207550 + }, + { + "year": 2005, + "value": 173989 + }, + { + "year": 2000, + "value": 109697 + } + ] + }, + "Glendale (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 232143 + }, + { + "year": 2010, + "value": 226721 + }, + { + "year": 2009, + "value": 253209 + }, + { + "year": 2008, + "value": 251522 + }, + { + "year": 2007, + "value": 253152 + }, + { + "year": 2005, + "value": 239435 + }, + { + "year": 2000, + "value": 218812 + } + ] + }, + "Glendale (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 194478 + }, + { + "year": 2010, + "value": 191719 + }, + { + "year": 2009, + "value": 196882 + }, + { + "year": 2008, + "value": 197176 + }, + { + "year": 2007, + "value": 196979 + }, + { + "year": 2005, + "value": 200065 + }, + { + "year": 2000, + "value": 194973 + } + ] + }, + "Grand prairie (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 181824 + }, + { + "year": 2010, + "value": 175396 + }, + { + "year": 2009, + "value": 163351 + }, + { + "year": 2008, + "value": 160641 + }, + { + "year": 2007, + "value": 158422 + }, + { + "year": 2005, + "value": 144337 + }, + { + "year": 2000, + "value": 127427 + } + ] + }, + "Grand rapids (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 190411 + }, + { + "year": 2010, + "value": 188040 + }, + { + "year": 2009, + "value": 193710 + }, + { + "year": 2008, + "value": 193396 + }, + { + "year": 2007, + "value": 193627 + }, + { + "year": 2005, + "value": 193780 + }, + { + "year": 2000, + "value": 197800 + }, + { + "year": 2000, + "value": 539080 + } + ] + }, + "Green bay (wi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 104868 + }, + { + "year": 2010, + "value": 104057 + }, + { + "year": 2009, + "value": 101412 + }, + { + "year": 2008, + "value": 101025 + }, + { + "year": 2007, + "value": 100781 + }, + { + "year": 2005, + "value": 101203 + }, + { + "year": 2000, + "value": 102313 + }, + { + "year": 2000, + "value": 187316 + } + ] + }, + "Greensboro (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 277080 + }, + { + "year": 2010, + "value": 269666 + }, + { + "year": 2009, + "value": 254344 + }, + { + "year": 2008, + "value": 250642 + }, + { + "year": 2007, + "value": 247183 + }, + { + "year": 2005, + "value": 231962 + }, + { + "year": 2000, + "value": 223891 + }, + { + "year": 2000, + "value": 267884 + } + ] + }, + "Gresham (or)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 108956 + }, + { + "year": 2010, + "value": 105594 + }, + { + "year": 2009, + "value": 102295 + }, + { + "year": 2008, + "value": 101221 + } + ] + }, + "Hampton (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 136836 + }, + { + "year": 2010, + "value": 137436 + }, + { + "year": 2009, + "value": 144236 + }, + { + "year": 2008, + "value": 145494 + }, + { + "year": 2007, + "value": 146439 + }, + { + "year": 2005, + "value": 145579 + }, + { + "year": 2000, + "value": 146437 + } + ] + }, + "Hartford (ct)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 124893 + }, + { + "year": 2010, + "value": 124775 + }, + { + "year": 2009, + "value": 124060 + }, + { + "year": 2008, + "value": 124062 + }, + { + "year": 2007, + "value": 124563 + }, + { + "year": 2005, + "value": 124397 + }, + { + "year": 2000, + "value": 121578 + }, + { + "year": 2000, + "value": 851535 + } + ] + }, + "Hayward (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 149392 + }, + { + "year": 2010, + "value": 144186 + }, + { + "year": 2009, + "value": 144291 + }, + { + "year": 2008, + "value": 142061 + }, + { + "year": 2007, + "value": 140943 + }, + { + "year": 2005, + "value": 140293 + }, + { + "year": 2000, + "value": 140030 + } + ] + }, + "Henderson (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 265679 + }, + { + "year": 2010, + "value": 257729 + }, + { + "year": 2009, + "value": 256445 + }, + { + "year": 2008, + "value": 252064 + }, + { + "year": 2007, + "value": 249386 + }, + { + "year": 2005, + "value": 232146 + }, + { + "year": 2000, + "value": 175381 + } + ] + }, + "Hialeah (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 231941 + }, + { + "year": 2010, + "value": 224669 + }, + { + "year": 2009, + "value": 218896 + }, + { + "year": 2008, + "value": 210542 + }, + { + "year": 2007, + "value": 212217 + }, + { + "year": 2005, + "value": 220485 + }, + { + "year": 2000, + "value": 226419 + } + ] + }, + "High point city (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106586 + }, + { + "year": 2010, + "value": 104371 + }, + { + "year": 2009, + "value": 103368 + }, + { + "year": 2008, + "value": 101835 + }, + { + "year": 2007, + "value": 100432 + } + ] + }, + "Hollywood (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 145236 + }, + { + "year": 2010, + "value": 140768 + }, + { + "year": 2009, + "value": 142622 + }, + { + "year": 2008, + "value": 141740 + }, + { + "year": 2007, + "value": 142473 + }, + { + "year": 2005, + "value": 145629 + }, + { + "year": 2000, + "value": 139357 + } + ] + }, + "Urban honolulu (hi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 345610 + }, + { + "year": 2010, + "value": 337256 + }, + { + "year": 2009, + "value": 374658 + }, + { + "year": 2008, + "value": 374676 + }, + { + "year": 2007, + "value": 375571 + }, + { + "year": 2005, + "value": 377379 + }, + { + "year": 2000, + "value": 371657 + }, + { + "year": 2000, + "value": 718182 + } + ] + }, + "Houston (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 2160821 + }, + { + "year": 2010, + "value": 2099451 + }, + { + "year": 2009, + "value": 2257926 + }, + { + "year": 2008, + "value": 2242193 + }, + { + "year": 2007, + "value": 2208180 + }, + { + "year": 2005, + "value": 2016582 + }, + { + "year": 2000, + "value": 1953631 + }, + { + "year": 2000, + "value": 3822509 + } + ] + }, + "Huntington beach (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 194708 + }, + { + "year": 2010, + "value": 189992 + }, + { + "year": 2009, + "value": 193366 + }, + { + "year": 2008, + "value": 192620 + }, + { + "year": 2007, + "value": 192885 + }, + { + "year": 2005, + "value": 194457 + }, + { + "year": 2000, + "value": 189594 + } + ] + }, + "Huntsville (al)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 183739 + }, + { + "year": 2010, + "value": 180105 + }, + { + "year": 2009, + "value": 179652 + }, + { + "year": 2008, + "value": 176645 + }, + { + "year": 2007, + "value": 171327 + }, + { + "year": 2005, + "value": 166313 + }, + { + "year": 2000, + "value": 158216 + }, + { + "year": 2000, + "value": 213253 + } + ] + }, + "Independence (mo)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 117270 + }, + { + "year": 2010, + "value": 116830 + }, + { + "year": 2009, + "value": 121180 + }, + { + "year": 2008, + "value": 110440 + }, + { + "year": 2007, + "value": 110704 + }, + { + "year": 2005, + "value": 110208 + }, + { + "year": 2000, + "value": 113288 + } + ] + }, + "Indianapolis (in)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 834852 + }, + { + "year": 2010, + "value": 820445 + }, + { + "year": 2009, + "value": 807584 + }, + { + "year": 2008, + "value": 798382 + }, + { + "year": 2007, + "value": 795458 + }, + { + "year": 2005, + "value": 784118 + }, + { + "year": 2000, + "value": 791926 + }, + { + "year": 2000, + "value": 1218919 + } + ] + }, + "Inglewood (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 111182 + }, + { + "year": 2010, + "value": 109673 + }, + { + "year": 2009, + "value": 112241 + }, + { + "year": 2008, + "value": 112714 + }, + { + "year": 2007, + "value": 113376 + }, + { + "year": 2005, + "value": 114467 + }, + { + "year": 2000, + "value": 112580 + } + ] + }, + "Irvine (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 229985 + }, + { + "year": 2010, + "value": 212375 + }, + { + "year": 2009, + "value": 209716 + }, + { + "year": 2008, + "value": 207500 + }, + { + "year": 2007, + "value": 201160 + }, + { + "year": 2005, + "value": 186852 + }, + { + "year": 2000, + "value": 143072 + } + ] + }, + "Irving (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 225427 + }, + { + "year": 2010, + "value": 216290 + }, + { + "year": 2009, + "value": 205541 + }, + { + "year": 2008, + "value": 201358 + }, + { + "year": 2007, + "value": 199505 + }, + { + "year": 2005, + "value": 193649 + }, + { + "year": 2000, + "value": 191615 + } + ] + }, + "Jackson (ms)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 175437 + }, + { + "year": 2010, + "value": 173514 + }, + { + "year": 2009, + "value": 175021 + }, + { + "year": 2008, + "value": 173861 + }, + { + "year": 2007, + "value": 175710 + }, + { + "year": 2005, + "value": 177977 + }, + { + "year": 2000, + "value": 184256 + }, + { + "year": 2000, + "value": 292637 + } + ] + }, + "Jacksonville (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 836507 + }, + { + "year": 2010, + "value": 821784 + }, + { + "year": 2009, + "value": 813518 + }, + { + "year": 2008, + "value": 807815 + }, + { + "year": 2007, + "value": 805605 + }, + { + "year": 2005, + "value": 782623 + }, + { + "year": 2000, + "value": 735617 + }, + { + "year": 2000, + "value": 882295 + } + ] + }, + "Jersey city (nj)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 254441 + }, + { + "year": 2010, + "value": 247597 + }, + { + "year": 2009, + "value": 242503 + }, + { + "year": 2008, + "value": 241114 + }, + { + "year": 2007, + "value": 242389 + }, + { + "year": 2005, + "value": 239614 + }, + { + "year": 2000, + "value": 240055 + } + ] + }, + "Joliet (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 148268 + }, + { + "year": 2010, + "value": 147433 + }, + { + "year": 2009, + "value": 147648 + }, + { + "year": 2008, + "value": 146125 + }, + { + "year": 2007, + "value": 144316 + }, + { + "year": 2005, + "value": 136208 + }, + { + "year": 2000, + "value": 106221 + } + ] + }, + "Kansas city (ks)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 147268 + }, + { + "year": 2010, + "value": 145786 + }, + { + "year": 2009, + "value": 143209 + }, + { + "year": 2008, + "value": 142562 + }, + { + "year": 2007, + "value": 142320 + }, + { + "year": 2005, + "value": 144210 + }, + { + "year": 2000, + "value": 146866 + } + ] + }, + "Kansas city (mo)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 464310 + }, + { + "year": 2010, + "value": 459787 + }, + { + "year": 2009, + "value": 482299 + }, + { + "year": 2008, + "value": 451572 + }, + { + "year": 2007, + "value": 450375 + }, + { + "year": 2005, + "value": 444965 + }, + { + "year": 2000, + "value": 441545 + }, + { + "year": 2000, + "value": 1361744 + } + ] + }, + "Killeen (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 134654 + }, + { + "year": 2010, + "value": 127921 + }, + { + "year": 2009, + "value": 119512 + }, + { + "year": 2008, + "value": 116934 + }, + { + "year": 2007, + "value": 112434 + }, + { + "year": 2005, + "value": 100233 + } + ] + }, + "Knoxville (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 182200 + }, + { + "year": 2010, + "value": 178874 + }, + { + "year": 2009, + "value": 185100 + }, + { + "year": 2008, + "value": 184802 + }, + { + "year": 2007, + "value": 183546 + }, + { + "year": 2005, + "value": 180130 + }, + { + "year": 2000, + "value": 173890 + }, + { + "year": 2000, + "value": 419830 + } + ] + }, + "Lafayette (la)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 122761 + }, + { + "year": 2010, + "value": 120623 + }, + { + "year": 2009, + "value": 114915 + }, + { + "year": 2008, + "value": 113656 + }, + { + "year": 2007, + "value": 113544 + }, + { + "year": 2005, + "value": 112030 + }, + { + "year": 2000, + "value": 110257 + }, + { + "year": 2000, + "value": 178079 + } + ] + }, + "Lakewood (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 145516 + }, + { + "year": 2010, + "value": 142980 + }, + { + "year": 2009, + "value": 141937 + }, + { + "year": 2008, + "value": 140989 + }, + { + "year": 2007, + "value": 140305 + }, + { + "year": 2005, + "value": 140671 + }, + { + "year": 2000, + "value": 144126 + } + ] + }, + "Lancaster (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 159055 + }, + { + "year": 2010, + "value": 156633 + }, + { + "year": 2009, + "value": 145776 + }, + { + "year": 2008, + "value": 145469 + }, + { + "year": 2007, + "value": 143616 + }, + { + "year": 2005, + "value": 134032 + }, + { + "year": 2000, + "value": 118718 + }, + { + "year": 2000, + "value": 263532 + } + ] + }, + "Lansing (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 113996 + }, + { + "year": 2010, + "value": 114297 + }, + { + "year": 2009, + "value": 113802 + }, + { + "year": 2008, + "value": 113968 + }, + { + "year": 2007, + "value": 114947 + }, + { + "year": 2005, + "value": 115518 + }, + { + "year": 2000, + "value": 119128 + }, + { + "year": 2000, + "value": 300032 + } + ] + }, + "Laredo (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 244731 + }, + { + "year": 2010, + "value": 236091 + }, + { + "year": 2009, + "value": 226124 + }, + { + "year": 2008, + "value": 221659 + }, + { + "year": 2007, + "value": 217506 + }, + { + "year": 2005, + "value": 208754 + }, + { + "year": 2000, + "value": 176576 + } + ] + }, + "Las vegas (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 596424 + }, + { + "year": 2010, + "value": 583756 + }, + { + "year": 2009, + "value": 567641 + }, + { + "year": 2008, + "value": 558383 + }, + { + "year": 2007, + "value": 558880 + }, + { + "year": 2005, + "value": 545147 + }, + { + "year": 2000, + "value": 478434 + }, + { + "year": 2000, + "value": 1314357 + } + ] + }, + "Lexington-fayette (ky)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 305489 + }, + { + "year": 2010, + "value": 295803 + }, + { + "year": 2009, + "value": 296545 + }, + { + "year": 2008, + "value": 282114 + }, + { + "year": 2007, + "value": 279044 + }, + { + "year": 2005, + "value": 268080 + }, + { + "year": 2000, + "value": 260512 + } + ] + }, + "Lincoln (ne)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 265404 + }, + { + "year": 2010, + "value": 258379 + }, + { + "year": 2009, + "value": 254001 + }, + { + "year": 2008, + "value": 251624 + }, + { + "year": 2007, + "value": 248744 + }, + { + "year": 2005, + "value": 239213 + }, + { + "year": 2000, + "value": 225581 + }, + { + "year": 2000, + "value": 226582 + } + ] + }, + "Little rock (ar)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 196537 + }, + { + "year": 2010, + "value": 193524 + }, + { + "year": 2009, + "value": 191933 + }, + { + "year": 2008, + "value": 189515 + }, + { + "year": 2007, + "value": 187452 + }, + { + "year": 2005, + "value": 184564 + }, + { + "year": 2000, + "value": 183133 + }, + { + "year": 2000, + "value": 360331 + } + ] + }, + "Long beach (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 467892 + }, + { + "year": 2010, + "value": 462257 + }, + { + "year": 2009, + "value": 462604 + }, + { + "year": 2008, + "value": 463789 + }, + { + "year": 2007, + "value": 466520 + }, + { + "year": 2005, + "value": 474014 + }, + { + "year": 2000, + "value": 461522 + } + ] + }, + "Los angeles (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 3857799 + }, + { + "year": 2010, + "value": 3792621 + }, + { + "year": 2009, + "value": 3831868 + }, + { + "year": 2008, + "value": 3833995 + }, + { + "year": 2007, + "value": 3834340 + }, + { + "year": 2005, + "value": 3844829 + }, + { + "year": 2000, + "value": 3694820 + }, + { + "year": 2000, + "value": 11789487 + } + ] + }, + "Louisville (ky)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 605110 + }, + { + "year": 2010, + "value": 597337 + }, + { + "year": 2009, + "value": 566503 + }, + { + "year": 2008, + "value": 557224 + }, + { + "year": 2007, + "value": 557789 + }, + { + "year": 2005, + "value": 556429 + }, + { + "year": 2000, + "value": 256231 + }, + { + "year": 2000, + "value": 863582 + } + ] + }, + "Lowell (ma)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 108522 + }, + { + "year": 2010, + "value": 106519 + }, + { + "year": 2009, + "value": 104390 + }, + { + "year": 2008, + "value": 103615 + }, + { + "year": 2007, + "value": 103512 + }, + { + "year": 2005, + "value": 103111 + }, + { + "year": 2000, + "value": 105167 + } + ] + }, + "Lubbock (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 236065 + }, + { + "year": 2010, + "value": 229573 + }, + { + "year": 2009, + "value": 225859 + }, + { + "year": 2008, + "value": 220483 + }, + { + "year": 2007, + "value": 217326 + }, + { + "year": 2005, + "value": 209737 + }, + { + "year": 2000, + "value": 199564 + }, + { + "year": 2000, + "value": 202225 + } + ] + }, + "Madison (wi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 240323 + }, + { + "year": 2010, + "value": 233209 + }, + { + "year": 2009, + "value": 235419 + }, + { + "year": 2008, + "value": 231916 + }, + { + "year": 2007, + "value": 228775 + }, + { + "year": 2005, + "value": 221551 + }, + { + "year": 2000, + "value": 208054 + }, + { + "year": 2000, + "value": 329533 + } + ] + }, + "Manchester (nh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 110209 + }, + { + "year": 2010, + "value": 109565 + }, + { + "year": 2009, + "value": 109279 + }, + { + "year": 2008, + "value": 108586 + }, + { + "year": 2007, + "value": 108874 + }, + { + "year": 2005, + "value": 109691 + }, + { + "year": 2000, + "value": 107006 + }, + { + "year": 2000, + "value": 143549 + } + ] + }, + "Mcallen (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 134719 + }, + { + "year": 2010, + "value": 129877 + }, + { + "year": 2009, + "value": 132225 + }, + { + "year": 2008, + "value": 129776 + }, + { + "year": 2007, + "value": 127245 + }, + { + "year": 2005, + "value": 123622 + }, + { + "year": 2000, + "value": 106414 + }, + { + "year": 2000, + "value": 523144 + } + ] + }, + "Mckinney city (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 143223 + }, + { + "year": 2010, + "value": 131117 + }, + { + "year": 2009, + "value": 127672 + }, + { + "year": 2008, + "value": 121211 + }, + { + "year": 2007, + "value": 115620 + } + ] + }, + "Memphis (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 655155 + }, + { + "year": 2010, + "value": 646889 + }, + { + "year": 2009, + "value": 676640 + }, + { + "year": 2008, + "value": 669651 + }, + { + "year": 2007, + "value": 674028 + }, + { + "year": 2005, + "value": 672277 + }, + { + "year": 2000, + "value": 650100 + }, + { + "year": 2000, + "value": 972091 + } + ] + }, + "Mesa (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 452084 + }, + { + "year": 2010, + "value": 439041 + }, + { + "year": 2009, + "value": 467157 + }, + { + "year": 2008, + "value": 463552 + }, + { + "year": 2007, + "value": 452933 + }, + { + "year": 2005, + "value": 442780 + }, + { + "year": 2000, + "value": 396375 + } + ] + }, + "Mesquite (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 143195 + }, + { + "year": 2010, + "value": 139824 + }, + { + "year": 2009, + "value": 133509 + }, + { + "year": 2008, + "value": 132123 + }, + { + "year": 2007, + "value": 131738 + }, + { + "year": 2005, + "value": 129902 + }, + { + "year": 2000, + "value": 124523 + } + ] + }, + "Miami (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 413892 + }, + { + "year": 2010, + "value": 399457 + }, + { + "year": 2009, + "value": 433136 + }, + { + "year": 2008, + "value": 413201 + }, + { + "year": 2007, + "value": 409719 + }, + { + "year": 2005, + "value": 386417 + }, + { + "year": 2000, + "value": 362470 + }, + { + "year": 2000, + "value": 4919036 + } + ] + }, + "Miami gardens (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 110754 + }, + { + "year": 2010, + "value": 107167 + }, + { + "year": 2009, + "value": 109332 + }, + { + "year": 2008, + "value": 109346 + } + ] + }, + "Midland city (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 119385 + }, + { + "year": 2010, + "value": 111147 + }, + { + "year": 2009, + "value": 108668 + }, + { + "year": 2008, + "value": 106561 + }, + { + "year": 2007, + "value": 103880 + } + ] + }, + "Milwaukee (wi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 598916 + }, + { + "year": 2010, + "value": 594833 + }, + { + "year": 2009, + "value": 605013 + }, + { + "year": 2008, + "value": 604477 + }, + { + "year": 2007, + "value": 602191 + }, + { + "year": 2005, + "value": 578887 + }, + { + "year": 2000, + "value": 596974 + }, + { + "year": 2000, + "value": 1308913 + } + ] + }, + "Minneapolis (mn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 392880 + }, + { + "year": 2010, + "value": 382578 + }, + { + "year": 2009, + "value": 385378 + }, + { + "year": 2008, + "value": 382605 + }, + { + "year": 2007, + "value": 377392 + }, + { + "year": 2005, + "value": 372811 + }, + { + "year": 2000, + "value": 382618 + }, + { + "year": 2000, + "value": 2388593 + } + ] + }, + "Miramar (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 128729 + }, + { + "year": 2010, + "value": 122041 + }, + { + "year": 2009, + "value": 109176 + }, + { + "year": 2008, + "value": 108484 + }, + { + "year": 2007, + "value": 108240 + }, + { + "year": 2005, + "value": 106623 + } + ] + }, + "Mobile (al)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 194822 + }, + { + "year": 2010, + "value": 195111 + }, + { + "year": 2009, + "value": 197539 + }, + { + "year": 2008, + "value": 191022 + }, + { + "year": 2007, + "value": 191411 + }, + { + "year": 2005, + "value": 191544 + }, + { + "year": 2000, + "value": 198915 + }, + { + "year": 2000, + "value": 317605 + } + ] + }, + "Modesto (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 203547 + }, + { + "year": 2010, + "value": 201165 + }, + { + "year": 2009, + "value": 202743 + }, + { + "year": 2008, + "value": 202967 + }, + { + "year": 2007, + "value": 203955 + }, + { + "year": 2005, + "value": 207011 + }, + { + "year": 2000, + "value": 188856 + }, + { + "year": 2000, + "value": 310945 + } + ] + }, + "Montgomery (al)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 205293 + }, + { + "year": 2010, + "value": 205764 + }, + { + "year": 2009, + "value": 202124 + }, + { + "year": 2008, + "value": 202696 + }, + { + "year": 2007, + "value": 204086 + }, + { + "year": 2005, + "value": 200127 + }, + { + "year": 2000, + "value": 201568 + } + ] + }, + "Moreno valley (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 199552 + }, + { + "year": 2010, + "value": 193365 + }, + { + "year": 2009, + "value": 191754 + }, + { + "year": 2008, + "value": 190871 + }, + { + "year": 2007, + "value": 188936 + }, + { + "year": 2005, + "value": 178367 + }, + { + "year": 2000, + "value": 142381 + } + ] + }, + "Murrieta (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106810 + }, + { + "year": 2010, + "value": 103466 + } + ] + }, + "Murfreesboro (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 114038 + }, + { + "year": 2010, + "value": 108755 + }, + { + "year": 2009, + "value": 105209 + }, + { + "year": 2008, + "value": 101753 + } + ] + }, + "Naperville (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 143684 + }, + { + "year": 2010, + "value": 141853 + }, + { + "year": 2009, + "value": 143661 + }, + { + "year": 2008, + "value": 143117 + }, + { + "year": 2007, + "value": 142479 + }, + { + "year": 2005, + "value": 141579 + }, + { + "year": 2000, + "value": 128358 + } + ] + }, + "Nashville-davidson (tn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 624496 + }, + { + "year": 2010, + "value": 601222 + }, + { + "year": 2009, + "value": 605473 + }, + { + "year": 2008, + "value": 596462 + }, + { + "year": 2007, + "value": 590807 + }, + { + "year": 2005, + "value": 549110 + }, + { + "year": 2000, + "value": 569891 + }, + { + "year": 2000, + "value": 749935 + } + ] + }, + "New haven (ct)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 130741 + }, + { + "year": 2010, + "value": 129779 + }, + { + "year": 2009, + "value": 123330 + }, + { + "year": 2008, + "value": 123669 + }, + { + "year": 2007, + "value": 123932 + }, + { + "year": 2005, + "value": 124791 + }, + { + "year": 2000, + "value": 123626 + }, + { + "year": 2000, + "value": 531314 + } + ] + }, + "New orleans (la)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 369250 + }, + { + "year": 2010, + "value": 343829 + }, + { + "year": 2009, + "value": 354850 + }, + { + "year": 2008, + "value": 311853 + }, + { + "year": 2007, + "value": 239124 + }, + { + "year": 2005, + "value": 454863 + }, + { + "year": 2000, + "value": 484674 + }, + { + "year": 2000, + "value": 1009283 + } + ] + }, + "New york (ny)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 8336697 + }, + { + "year": 2010, + "value": 8175133 + }, + { + "year": 2009, + "value": 8391881 + }, + { + "year": 2008, + "value": 8363710 + }, + { + "year": 2007, + "value": 8274527 + }, + { + "year": 2005, + "value": 8143197 + }, + { + "year": 2000, + "value": 8008278 + }, + { + "year": 2000, + "value": 17799861 + } + ] + }, + "Newark (nj)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 277727 + }, + { + "year": 2010, + "value": 277140 + }, + { + "year": 2009, + "value": 278154 + }, + { + "year": 2008, + "value": 278980 + }, + { + "year": 2007, + "value": 280135 + }, + { + "year": 2005, + "value": 280666 + }, + { + "year": 2000, + "value": 273546 + } + ] + }, + "Newport news (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 180726 + }, + { + "year": 2010, + "value": 180719 + }, + { + "year": 2009, + "value": 193172 + }, + { + "year": 2008, + "value": 179614 + }, + { + "year": 2007, + "value": 179153 + }, + { + "year": 2005, + "value": 179899 + }, + { + "year": 2000, + "value": 180150 + } + ] + }, + "Norfolk (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 245782 + }, + { + "year": 2010, + "value": 242803 + }, + { + "year": 2009, + "value": 233333 + }, + { + "year": 2008, + "value": 234220 + }, + { + "year": 2007, + "value": 235747 + }, + { + "year": 2005, + "value": 231954 + }, + { + "year": 2000, + "value": 234403 + } + ] + }, + "Norman (ok)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 115562 + }, + { + "year": 2010, + "value": 110925 + }, + { + "year": 2009, + "value": 109062 + }, + { + "year": 2008, + "value": 106957 + }, + { + "year": 2007, + "value": 106707 + }, + { + "year": 2005, + "value": 101719 + } + ] + }, + "North charleston (sc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101989 + } + ] + }, + "North las vegas (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 223491 + }, + { + "year": 2010, + "value": 216961 + }, + { + "year": 2009, + "value": 224387 + }, + { + "year": 2008, + "value": 217253 + }, + { + "year": 2007, + "value": 212114 + }, + { + "year": 2005, + "value": 176635 + }, + { + "year": 2000, + "value": 115488 + } + ] + }, + "Norwalk (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106278 + }, + { + "year": 2010, + "value": 105549 + }, + { + "year": 2009, + "value": 102508 + }, + { + "year": 2008, + "value": 102982 + }, + { + "year": 2007, + "value": 103720 + }, + { + "year": 2005, + "value": 105834 + }, + { + "year": 2000, + "value": 103298 + } + ] + }, + "Oakland (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 400740 + }, + { + "year": 2010, + "value": 390724 + }, + { + "year": 2009, + "value": 409189 + }, + { + "year": 2008, + "value": 404155 + }, + { + "year": 2007, + "value": 401489 + }, + { + "year": 2005, + "value": 395274 + }, + { + "year": 2000, + "value": 399484 + } + ] + }, + "Oceanside (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 171293 + }, + { + "year": 2010, + "value": 167086 + }, + { + "year": 2009, + "value": 172901 + }, + { + "year": 2008, + "value": 169684 + }, + { + "year": 2007, + "value": 168602 + }, + { + "year": 2005, + "value": 166108 + }, + { + "year": 2000, + "value": 161029 + } + ] + }, + "Odessa (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106102 + }, + { + "year": 2009, + "value": 100810 + }, + { + "year": 2000, + "value": 1 + } + ] + }, + "Oklahoma city (ok)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 599199 + }, + { + "year": 2010, + "value": 579999 + }, + { + "year": 2009, + "value": 560333 + }, + { + "year": 2008, + "value": 551789 + }, + { + "year": 2007, + "value": 547274 + }, + { + "year": 2005, + "value": 531324 + }, + { + "year": 2000, + "value": 506132 + }, + { + "year": 2000, + "value": 747003 + } + ] + }, + "Olathe (ks)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 130045 + }, + { + "year": 2010, + "value": 125872 + }, + { + "year": 2009, + "value": 121962 + }, + { + "year": 2008, + "value": 119993 + }, + { + "year": 2007, + "value": 118034 + }, + { + "year": 2005, + "value": 111334 + } + ] + }, + "Omaha (ne)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 421570 + }, + { + "year": 2010, + "value": 408958 + }, + { + "year": 2009, + "value": 454731 + }, + { + "year": 2008, + "value": 438646 + }, + { + "year": 2007, + "value": 424482 + }, + { + "year": 2005, + "value": 414521 + }, + { + "year": 2000, + "value": 390007 + }, + { + "year": 2000, + "value": 626623 + } + ] + }, + "Ontario (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 167211 + }, + { + "year": 2010, + "value": 163924 + }, + { + "year": 2009, + "value": 171603 + }, + { + "year": 2008, + "value": 171691 + }, + { + "year": 2007, + "value": 170936 + }, + { + "year": 2005, + "value": 172679 + }, + { + "year": 2000, + "value": 158007 + } + ] + }, + "Orange (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 139419 + }, + { + "year": 2010, + "value": 136416 + }, + { + "year": 2009, + "value": 136990 + }, + { + "year": 2008, + "value": 136392 + }, + { + "year": 2007, + "value": 134299 + }, + { + "year": 2005, + "value": 134950 + }, + { + "year": 2000, + "value": 128821 + } + ] + }, + "Orlando (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 249562 + }, + { + "year": 2010, + "value": 238300 + }, + { + "year": 2009, + "value": 235860 + }, + { + "year": 2008, + "value": 230519 + }, + { + "year": 2007, + "value": 227907 + }, + { + "year": 2005, + "value": 213223 + }, + { + "year": 2000, + "value": 185951 + }, + { + "year": 2000, + "value": 1157431 + } + ] + }, + "Overland park (ks)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 178919 + }, + { + "year": 2010, + "value": 173372 + }, + { + "year": 2009, + "value": 174907 + }, + { + "year": 2008, + "value": 171231 + }, + { + "year": 2007, + "value": 169403 + }, + { + "year": 2005, + "value": 164811 + }, + { + "year": 2000, + "value": 149080 + } + ] + }, + "Oxnard (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 201555 + }, + { + "year": 2010, + "value": 197899 + }, + { + "year": 2009, + "value": 187535 + }, + { + "year": 2008, + "value": 185717 + }, + { + "year": 2007, + "value": 184725 + }, + { + "year": 2005, + "value": 183628 + }, + { + "year": 2000, + "value": 170358 + }, + { + "year": 2000, + "value": 337591 + } + ] + }, + "Palmdale (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 155650 + }, + { + "year": 2010, + "value": 152750 + }, + { + "year": 2009, + "value": 143985 + }, + { + "year": 2008, + "value": 143197 + }, + { + "year": 2007, + "value": 140882 + }, + { + "year": 2005, + "value": 134570 + }, + { + "year": 2000, + "value": 116670 + } + ] + }, + "Palm bay city (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 104124 + }, + { + "year": 2010, + "value": 103190 + }, + { + "year": 2009, + "value": 100999 + }, + { + "year": 2008, + "value": 100786 + }, + { + "year": 2007, + "value": 100116 + } + ] + }, + "Pasadena (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 138547 + }, + { + "year": 2010, + "value": 137122 + }, + { + "year": 2009, + "value": 143667 + }, + { + "year": 2008, + "value": 143080 + }, + { + "year": 2007, + "value": 143400 + }, + { + "year": 2005, + "value": 143731 + }, + { + "year": 2000, + "value": 133936 + } + ] + }, + "Pasadena (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 152272 + }, + { + "year": 2010, + "value": 149043 + }, + { + "year": 2009, + "value": 145789 + }, + { + "year": 2008, + "value": 146439 + }, + { + "year": 2007, + "value": 146518 + }, + { + "year": 2005, + "value": 143852 + }, + { + "year": 2000, + "value": 141674 + } + ] + }, + "Paterson (nj)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 145219 + }, + { + "year": 2010, + "value": 146199 + }, + { + "year": 2009, + "value": 145835 + }, + { + "year": 2008, + "value": 145643 + }, + { + "year": 2007, + "value": 146545 + }, + { + "year": 2005, + "value": 149843 + }, + { + "year": 2000, + "value": 149222 + } + ] + }, + "Pembroke pines (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 160306 + }, + { + "year": 2010, + "value": 154750 + }, + { + "year": 2009, + "value": 146600 + }, + { + "year": 2008, + "value": 145661 + }, + { + "year": 2007, + "value": 146828 + }, + { + "year": 2005, + "value": 150380 + }, + { + "year": 2000, + "value": 137427 + } + ] + }, + "Peoria (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 159789 + }, + { + "year": 2010, + "value": 154065 + }, + { + "year": 2009, + "value": 163226 + }, + { + "year": 2008, + "value": 157960 + }, + { + "year": 2007, + "value": 146743 + }, + { + "year": 2005, + "value": 138200 + }, + { + "year": 2000, + "value": 108364 + } + ] + }, + "Peoria (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 115687 + }, + { + "year": 2010, + "value": 115007 + }, + { + "year": 2009, + "value": 115520 + }, + { + "year": 2008, + "value": 114114 + }, + { + "year": 2007, + "value": 113546 + }, + { + "year": 2005, + "value": 112685 + }, + { + "year": 2000, + "value": 112936 + }, + { + "year": 2000, + "value": 247172 + } + ] + }, + "Philadelphia (pa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 1547607 + }, + { + "year": 2010, + "value": 1526006 + }, + { + "year": 2009, + "value": 1547297 + }, + { + "year": 2008, + "value": 1447395 + }, + { + "year": 2007, + "value": 1449634 + }, + { + "year": 2005, + "value": 1463281 + }, + { + "year": 2000, + "value": 1517550 + }, + { + "year": 2000, + "value": 5149079 + } + ] + }, + "Phoenix (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 1488750 + }, + { + "year": 2010, + "value": 1445632 + }, + { + "year": 2009, + "value": 1593659 + }, + { + "year": 2008, + "value": 1567924 + }, + { + "year": 2007, + "value": 1552259 + }, + { + "year": 2005, + "value": 1461575 + }, + { + "year": 2000, + "value": 1321045 + }, + { + "year": 2000, + "value": 2907049 + } + ] + }, + "Pittsburgh (pa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 306211 + }, + { + "year": 2010, + "value": 305704 + }, + { + "year": 2009, + "value": 311647 + }, + { + "year": 2008, + "value": 310037 + }, + { + "year": 2007, + "value": 311218 + }, + { + "year": 2005, + "value": 316718 + }, + { + "year": 2000, + "value": 334563 + }, + { + "year": 2000, + "value": 1753136 + } + ] + }, + "Plano (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 272068 + }, + { + "year": 2010, + "value": 259841 + }, + { + "year": 2009, + "value": 273613 + }, + { + "year": 2008, + "value": 267480 + }, + { + "year": 2007, + "value": 260796 + }, + { + "year": 2005, + "value": 250096 + }, + { + "year": 2000, + "value": 222030 + } + ] + }, + "Pomona (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 150812 + }, + { + "year": 2010, + "value": 149058 + }, + { + "year": 2009, + "value": 152367 + }, + { + "year": 2008, + "value": 152699 + }, + { + "year": 2007, + "value": 152631 + }, + { + "year": 2005, + "value": 153787 + }, + { + "year": 2000, + "value": 149473 + } + ] + }, + "Pompano beach (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 102984 + }, + { + "year": 2009, + "value": 102609 + }, + { + "year": 2008, + "value": 101943 + }, + { + "year": 2007, + "value": 102745 + }, + { + "year": 2005, + "value": 104179 + } + ] + }, + "Port st. lucie (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 168716 + }, + { + "year": 2010, + "value": 164603 + }, + { + "year": 2009, + "value": 154410 + }, + { + "year": 2008, + "value": 154353 + }, + { + "year": 2007, + "value": 151391 + }, + { + "year": 2005, + "value": 131692 + } + ] + }, + "Portland (or)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 603106 + }, + { + "year": 2010, + "value": 583776 + }, + { + "year": 2009, + "value": 566143 + }, + { + "year": 2008, + "value": 557706 + }, + { + "year": 2007, + "value": 550396 + }, + { + "year": 2005, + "value": 533427 + }, + { + "year": 2000, + "value": 529121 + }, + { + "year": 2000, + "value": 1583138 + } + ] + }, + "Providence (ri)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 178432 + }, + { + "year": 2010, + "value": 178042 + }, + { + "year": 2009, + "value": 171909 + }, + { + "year": 2008, + "value": 171557 + }, + { + "year": 2007, + "value": 172459 + }, + { + "year": 2005, + "value": 176862 + }, + { + "year": 2000, + "value": 173618 + }, + { + "year": 2000, + "value": 1174548 + } + ] + }, + "Provo (ut)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 115919 + }, + { + "year": 2010, + "value": 112488 + }, + { + "year": 2009, + "value": 119775 + }, + { + "year": 2008, + "value": 118581 + }, + { + "year": 2007, + "value": 117592 + }, + { + "year": 2005, + "value": 113459 + }, + { + "year": 2000, + "value": 105166 + }, + { + "year": 2000, + "value": 303680 + } + ] + }, + "Pueblo (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 107772 + }, + { + "year": 2010, + "value": 106595 + }, + { + "year": 2009, + "value": 104877 + }, + { + "year": 2008, + "value": 104951 + }, + { + "year": 2007, + "value": 103805 + }, + { + "year": 2005, + "value": 103495 + }, + { + "year": 2000, + "value": 102121 + }, + { + "year": 2000, + "value": 123351 + } + ] + }, + "Raleigh (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 423179 + }, + { + "year": 2010, + "value": 403892 + }, + { + "year": 2009, + "value": 405612 + }, + { + "year": 2008, + "value": 392552 + }, + { + "year": 2007, + "value": 375806 + }, + { + "year": 2005, + "value": 341530 + }, + { + "year": 2000, + "value": 276093 + }, + { + "year": 2000, + "value": 541527 + } + ] + }, + "Rancho cucamonga (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 170746 + }, + { + "year": 2010, + "value": 165269 + }, + { + "year": 2009, + "value": 171809 + }, + { + "year": 2008, + "value": 171176 + }, + { + "year": 2007, + "value": 170266 + }, + { + "year": 2005, + "value": 169353 + }, + { + "year": 2000, + "value": 127743 + } + ] + }, + "Reno (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 231027 + }, + { + "year": 2010, + "value": 225221 + }, + { + "year": 2009, + "value": 219636 + }, + { + "year": 2008, + "value": 217016 + }, + { + "year": 2007, + "value": 214853 + }, + { + "year": 2005, + "value": 203550 + }, + { + "year": 2000, + "value": 180480 + }, + { + "year": 2000, + "value": 303689 + } + ] + }, + "Rialto (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101740 + } + ] + }, + "Richardson (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 103297 + }, + { + "year": 2009, + "value": 103201 + }, + { + "year": 2008, + "value": 101589 + } + ] + }, + "Richmond (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106516 + }, + { + "year": 2010, + "value": 103701 + }, + { + "year": 2009, + "value": 103165 + }, + { + "year": 2008, + "value": 102285 + }, + { + "year": 2007, + "value": 101454 + }, + { + "year": 2005, + "value": 102186 + } + ] + }, + "Richmond (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 210309 + }, + { + "year": 2010, + "value": 204214 + }, + { + "year": 2009, + "value": 204451 + }, + { + "year": 2008, + "value": 202002 + }, + { + "year": 2007, + "value": 200123 + }, + { + "year": 2005, + "value": 193777 + }, + { + "year": 2000, + "value": 197790 + }, + { + "year": 2000, + "value": 818836 + } + ] + }, + "Riverside (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 313673 + }, + { + "year": 2010, + "value": 303871 + }, + { + "year": 2009, + "value": 297841 + }, + { + "year": 2008, + "value": 295357 + }, + { + "year": 2007, + "value": 294437 + }, + { + "year": 2005, + "value": 290086 + }, + { + "year": 2000, + "value": 255166 + }, + { + "year": 2000, + "value": 1506816 + } + ] + }, + "Rochester (mn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 108992 + }, + { + "year": 2010, + "value": 106769 + }, + { + "year": 2009, + "value": 103486 + }, + { + "year": 2008, + "value": 100413 + } + ] + }, + "Rochester (ny)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 210532 + }, + { + "year": 2010, + "value": 210565 + }, + { + "year": 2009, + "value": 207294 + }, + { + "year": 2008, + "value": 206886 + }, + { + "year": 2007, + "value": 206759 + }, + { + "year": 2005, + "value": 211091 + }, + { + "year": 2000, + "value": 219773 + }, + { + "year": 2000, + "value": 694396 + } + ] + }, + "Rockford (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 150843 + }, + { + "year": 2010, + "value": 152871 + }, + { + "year": 2009, + "value": 157280 + }, + { + "year": 2008, + "value": 157272 + }, + { + "year": 2007, + "value": 156596 + }, + { + "year": 2005, + "value": 152916 + }, + { + "year": 2000, + "value": 150115 + }, + { + "year": 2000, + "value": 270414 + } + ] + }, + "Roseville (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 124519 + }, + { + "year": 2010, + "value": 118788 + }, + { + "year": 2009, + "value": 115677 + }, + { + "year": 2008, + "value": 112660 + }, + { + "year": 2007, + "value": 108759 + }, + { + "year": 2005, + "value": 105940 + } + ] + }, + "Round rock (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 106573 + }, + { + "year": 2009, + "value": 105424 + }, + { + "year": 2008, + "value": 104446 + } + ] + }, + "Sacramento (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 475516 + }, + { + "year": 2010, + "value": 466488 + }, + { + "year": 2009, + "value": 466676 + }, + { + "year": 2008, + "value": 463794 + }, + { + "year": 2007, + "value": 460242 + }, + { + "year": 2005, + "value": 456441 + }, + { + "year": 2000, + "value": 407018 + }, + { + "year": 2000, + "value": 1393498 + } + ] + }, + "Salem (or)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 157429 + }, + { + "year": 2010, + "value": 154637 + }, + { + "year": 2009, + "value": 155469 + }, + { + "year": 2008, + "value": 153435 + }, + { + "year": 2007, + "value": 151913 + }, + { + "year": 2005, + "value": 148751 + }, + { + "year": 2000, + "value": 136924 + }, + { + "year": 2000, + "value": 207229 + } + ] + }, + "Salinas (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 154484 + }, + { + "year": 2010, + "value": 150441 + }, + { + "year": 2009, + "value": 144278 + }, + { + "year": 2008, + "value": 143640 + }, + { + "year": 2007, + "value": 143517 + }, + { + "year": 2005, + "value": 146431 + }, + { + "year": 2000, + "value": 151060 + }, + { + "year": 2000, + "value": 179173 + } + ] + }, + "Salt lake city (ut)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 189314 + }, + { + "year": 2010, + "value": 186440 + }, + { + "year": 2009, + "value": 183102 + }, + { + "year": 2008, + "value": 181698 + }, + { + "year": 2007, + "value": 180651 + }, + { + "year": 2005, + "value": 178097 + }, + { + "year": 2000, + "value": 181743 + }, + { + "year": 2000, + "value": 887650 + } + ] + }, + "San antonio (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 1382951 + }, + { + "year": 2010, + "value": 1327407 + }, + { + "year": 2009, + "value": 1373668 + }, + { + "year": 2008, + "value": 1351305 + }, + { + "year": 2007, + "value": 1328984 + }, + { + "year": 2005, + "value": 1256509 + }, + { + "year": 2000, + "value": 1144646 + }, + { + "year": 2000, + "value": 1327554 + } + ] + }, + "San bernardino (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 213295 + }, + { + "year": 2010, + "value": 209924 + }, + { + "year": 2009, + "value": 198411 + }, + { + "year": 2008, + "value": 198580 + }, + { + "year": 2007, + "value": 199285 + }, + { + "year": 2005, + "value": 198550 + }, + { + "year": 2000, + "value": 185401 + } + ] + }, + "San buenaventura (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 107734 + }, + { + "year": 2010, + "value": 106433 + }, + { + "year": 2009, + "value": 104423 + }, + { + "year": 2008, + "value": 103706 + }, + { + "year": 2007, + "value": 103219 + }, + { + "year": 2005, + "value": 104017 + }, + { + "year": 2000, + "value": 100916 + } + ] + }, + "San diego (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 1338348 + }, + { + "year": 2010, + "value": 1307402 + }, + { + "year": 2009, + "value": 1306300 + }, + { + "year": 2008, + "value": 1279329 + }, + { + "year": 2007, + "value": 1266731 + }, + { + "year": 2005, + "value": 1255540 + }, + { + "year": 2000, + "value": 1223400 + }, + { + "year": 2000, + "value": 2674436 + } + ] + }, + "San francisco (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 825863 + }, + { + "year": 2010, + "value": 805235 + }, + { + "year": 2009, + "value": 815358 + }, + { + "year": 2008, + "value": 808976 + }, + { + "year": 2007, + "value": 764976 + }, + { + "year": 2005, + "value": 739426 + }, + { + "year": 2000, + "value": 776733 + }, + { + "year": 2000, + "value": 2995769 + } + ] + }, + "San jose (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 982765 + }, + { + "year": 2010, + "value": 945942 + }, + { + "year": 2009, + "value": 964695 + }, + { + "year": 2008, + "value": 948279 + }, + { + "year": 2007, + "value": 939899 + }, + { + "year": 2005, + "value": 912332 + }, + { + "year": 2000, + "value": 894943 + }, + { + "year": 2000, + "value": 1538312 + } + ] + }, + "Santa ana (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 330920 + }, + { + "year": 2010, + "value": 324528 + }, + { + "year": 2009, + "value": 340338 + }, + { + "year": 2008, + "value": 339130 + }, + { + "year": 2007, + "value": 339555 + }, + { + "year": 2005, + "value": 340368 + }, + { + "year": 2000, + "value": 337977 + } + ] + }, + "Santa clara (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 119311 + }, + { + "year": 2010, + "value": 116468 + }, + { + "year": 2009, + "value": 111997 + }, + { + "year": 2008, + "value": 110200 + }, + { + "year": 2007, + "value": 109756 + }, + { + "year": 2005, + "value": 105402 + }, + { + "year": 2000, + "value": 102361 + } + ] + }, + "Santa clarita (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 179013 + }, + { + "year": 2010, + "value": 176320 + }, + { + "year": 2009, + "value": 169174 + }, + { + "year": 2008, + "value": 169500 + }, + { + "year": 2007, + "value": 169951 + }, + { + "year": 2005, + "value": 168253 + }, + { + "year": 2000, + "value": 151088 + }, + { + "year": 2000, + "value": 170481 + } + ] + }, + "Santa maria (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101459 + } + ] + }, + "Santa rosa (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 170685 + }, + { + "year": 2010, + "value": 167815 + }, + { + "year": 2009, + "value": 157468 + }, + { + "year": 2008, + "value": 155796 + }, + { + "year": 2007, + "value": 154241 + }, + { + "year": 2005, + "value": 153158 + }, + { + "year": 2000, + "value": 147595 + }, + { + "year": 2000, + "value": 285408 + } + ] + }, + "Savannah (ga)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 142022 + }, + { + "year": 2010, + "value": 136286 + }, + { + "year": 2009, + "value": 134699 + }, + { + "year": 2008, + "value": 132410 + }, + { + "year": 2007, + "value": 130331 + }, + { + "year": 2005, + "value": 128453 + }, + { + "year": 2000, + "value": 131510 + }, + { + "year": 2000, + "value": 208886 + } + ] + }, + "Scottsdale (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 223514 + }, + { + "year": 2010, + "value": 217385 + }, + { + "year": 2009, + "value": 237844 + }, + { + "year": 2008, + "value": 235371 + }, + { + "year": 2007, + "value": 235677 + }, + { + "year": 2005, + "value": 226013 + }, + { + "year": 2000, + "value": 202705 + } + ] + }, + "Seattle (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 634535 + }, + { + "year": 2010, + "value": 608660 + }, + { + "year": 2009, + "value": 616627 + }, + { + "year": 2008, + "value": 598541 + }, + { + "year": 2007, + "value": 594210 + }, + { + "year": 2005, + "value": 573911 + }, + { + "year": 2000, + "value": 563374 + }, + { + "year": 2000, + "value": 2712205 + } + ] + }, + "Shreveport (la)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 201867 + }, + { + "year": 2010, + "value": 199311 + }, + { + "year": 2009, + "value": 199244 + }, + { + "year": 2008, + "value": 199729 + }, + { + "year": 2007, + "value": 199569 + }, + { + "year": 2005, + "value": 198874 + }, + { + "year": 2000, + "value": 200145 + }, + { + "year": 2000, + "value": 275213 + } + ] + }, + "Simi valley (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 125793 + }, + { + "year": 2010, + "value": 124237 + }, + { + "year": 2009, + "value": 120921 + }, + { + "year": 2008, + "value": 120543 + }, + { + "year": 2007, + "value": 120464 + }, + { + "year": 2005, + "value": 118687 + }, + { + "year": 2000, + "value": 111351 + }, + { + "year": 2000, + "value": 112345 + } + ] + }, + "Sioux falls (sd)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 159908 + }, + { + "year": 2010, + "value": 153888 + }, + { + "year": 2009, + "value": 158008 + }, + { + "year": 2008, + "value": 154997 + }, + { + "year": 2007, + "value": 151505 + }, + { + "year": 2005, + "value": 139517 + }, + { + "year": 2000, + "value": 123975 + }, + { + "year": 2000, + "value": 124269 + } + ] + }, + "South bend (in)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 100800 + }, + { + "year": 2010, + "value": 101168 + }, + { + "year": 2009, + "value": 104215 + }, + { + "year": 2008, + "value": 103807 + }, + { + "year": 2007, + "value": 104069 + }, + { + "year": 2005, + "value": 105262 + }, + { + "year": 2000, + "value": 107789 + }, + { + "year": 2000, + "value": 276498 + } + ] + }, + "Spokane (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 209525 + }, + { + "year": 2010, + "value": 208916 + }, + { + "year": 2009, + "value": 203268 + }, + { + "year": 2008, + "value": 202319 + }, + { + "year": 2007, + "value": 200975 + }, + { + "year": 2005, + "value": 196818 + }, + { + "year": 2000, + "value": 195629 + }, + { + "year": 2000, + "value": 334858 + } + ] + }, + "Springfield (il)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 117126 + }, + { + "year": 2010, + "value": 116250 + }, + { + "year": 2009, + "value": 118033 + }, + { + "year": 2008, + "value": 117352 + }, + { + "year": 2007, + "value": 117090 + }, + { + "year": 2005, + "value": 115668 + }, + { + "year": 2000, + "value": 111454 + }, + { + "year": 2000, + "value": 153516 + } + ] + }, + "Springfield (ma)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 153552 + }, + { + "year": 2010, + "value": 153060 + }, + { + "year": 2009, + "value": 155580 + }, + { + "year": 2008, + "value": 150640 + }, + { + "year": 2007, + "value": 149938 + }, + { + "year": 2005, + "value": 151732 + }, + { + "year": 2000, + "value": 152082 + }, + { + "year": 2000, + "value": 573610 + } + ] + }, + "Springfield (mo)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 162191 + }, + { + "year": 2010, + "value": 159498 + }, + { + "year": 2009, + "value": 157630 + }, + { + "year": 2008, + "value": 156206 + }, + { + "year": 2007, + "value": 154777 + }, + { + "year": 2005, + "value": 150298 + }, + { + "year": 2000, + "value": 151580 + }, + { + "year": 2000, + "value": 215004 + } + ] + }, + "St. louis (mo)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 318172 + }, + { + "year": 2010, + "value": 319294 + }, + { + "year": 2009, + "value": 356587 + }, + { + "year": 2008, + "value": 354361 + }, + { + "year": 2007, + "value": 350759 + }, + { + "year": 2005, + "value": 344362 + }, + { + "year": 2000, + "value": 348189 + }, + { + "year": 2000, + "value": 2077662 + } + ] + }, + "St. paul (mn)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 290770 + }, + { + "year": 2010, + "value": 285068 + }, + { + "year": 2009, + "value": 281253 + }, + { + "year": 2008, + "value": 279590 + }, + { + "year": 2007, + "value": 277251 + }, + { + "year": 2005, + "value": 275150 + }, + { + "year": 2000, + "value": 287151 + } + ] + }, + "St. petersburg (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 246541 + }, + { + "year": 2010, + "value": 244769 + }, + { + "year": 2009, + "value": 244324 + }, + { + "year": 2008, + "value": 245314 + }, + { + "year": 2007, + "value": 246407 + }, + { + "year": 2005, + "value": 249079 + }, + { + "year": 2000, + "value": 248232 + } + ] + }, + "Stamford (ct)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 125109 + }, + { + "year": 2010, + "value": 122643 + }, + { + "year": 2009, + "value": 121026 + }, + { + "year": 2008, + "value": 119303 + }, + { + "year": 2007, + "value": 118475 + }, + { + "year": 2005, + "value": 120045 + }, + { + "year": 2000, + "value": 117083 + } + ] + }, + "Sterling heights (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 130410 + }, + { + "year": 2010, + "value": 129699 + }, + { + "year": 2009, + "value": 127176 + }, + { + "year": 2008, + "value": 127160 + }, + { + "year": 2007, + "value": 127349 + }, + { + "year": 2005, + "value": 128034 + }, + { + "year": 2000, + "value": 124471 + } + ] + }, + "Stockton (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 297984 + }, + { + "year": 2010, + "value": 291707 + }, + { + "year": 2009, + "value": 287578 + }, + { + "year": 2008, + "value": 287037 + }, + { + "year": 2007, + "value": 287245 + }, + { + "year": 2005, + "value": 286926 + }, + { + "year": 2000, + "value": 243771 + }, + { + "year": 2000, + "value": 313392 + } + ] + }, + "Sunnyvale (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 146197 + }, + { + "year": 2010, + "value": 140081 + }, + { + "year": 2009, + "value": 133963 + }, + { + "year": 2008, + "value": 132109 + }, + { + "year": 2007, + "value": 131140 + }, + { + "year": 2005, + "value": 128902 + }, + { + "year": 2000, + "value": 131760 + } + ] + }, + "Surprise (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 121287 + }, + { + "year": 2010, + "value": 117517 + } + ] + }, + "Syracuse (ny)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 144170 + }, + { + "year": 2010, + "value": 145170 + }, + { + "year": 2009, + "value": 138560 + }, + { + "year": 2008, + "value": 138068 + }, + { + "year": 2007, + "value": 139079 + }, + { + "year": 2005, + "value": 141683 + }, + { + "year": 2000, + "value": 147306 + }, + { + "year": 2000, + "value": 402267 + } + ] + }, + "Tacoma (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 202010 + }, + { + "year": 2010, + "value": 198397 + }, + { + "year": 2009, + "value": 199638 + }, + { + "year": 2008, + "value": 197181 + }, + { + "year": 2007, + "value": 196520 + }, + { + "year": 2005, + "value": 195898 + }, + { + "year": 2000, + "value": 193556 + } + ] + }, + "Tallahassee (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 186971 + }, + { + "year": 2010, + "value": 181376 + }, + { + "year": 2009, + "value": 172574 + }, + { + "year": 2008, + "value": 171922 + }, + { + "year": 2007, + "value": 168979 + }, + { + "year": 2005, + "value": 158500 + }, + { + "year": 2000, + "value": 150624 + }, + { + "year": 2000, + "value": 204260 + } + ] + }, + "Tampa (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 347645 + }, + { + "year": 2010, + "value": 335709 + }, + { + "year": 2009, + "value": 343890 + }, + { + "year": 2008, + "value": 340882 + }, + { + "year": 2007, + "value": 336823 + }, + { + "year": 2005, + "value": 325989 + }, + { + "year": 2000, + "value": 303447 + }, + { + "year": 2000, + "value": 2062339 + } + ] + }, + "Temecula (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 105208 + }, + { + "year": 2010, + "value": 100097 + } + ] + }, + "Tempe (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 166842 + }, + { + "year": 2010, + "value": 161719 + }, + { + "year": 2009, + "value": 178519 + }, + { + "year": 2008, + "value": 175523 + }, + { + "year": 2007, + "value": 174091 + }, + { + "year": 2005, + "value": 161143 + }, + { + "year": 2000, + "value": 158625 + } + ] + }, + "Thornton (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 124140 + }, + { + "year": 2010, + "value": 118772 + }, + { + "year": 2009, + "value": 117628 + }, + { + "year": 2008, + "value": 113429 + }, + { + "year": 2007, + "value": 110880 + }, + { + "year": 2005, + "value": 105182 + } + ] + }, + "Thousand oaks (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 128412 + }, + { + "year": 2010, + "value": 126683 + }, + { + "year": 2009, + "value": 123520 + }, + { + "year": 2008, + "value": 123091 + }, + { + "year": 2007, + "value": 123349 + }, + { + "year": 2005, + "value": 124359 + }, + { + "year": 2000, + "value": 117005 + }, + { + "year": 2000, + "value": 210990 + } + ] + }, + "Toledo (oh)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 284012 + }, + { + "year": 2010, + "value": 287208 + }, + { + "year": 2009, + "value": 316179 + }, + { + "year": 2008, + "value": 293201 + }, + { + "year": 2007, + "value": 295029 + }, + { + "year": 2005, + "value": 301285 + }, + { + "year": 2000, + "value": 313619 + }, + { + "year": 2000, + "value": 503008 + } + ] + }, + "Topeka (ks)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 127939 + }, + { + "year": 2010, + "value": 127473 + }, + { + "year": 2009, + "value": 124331 + }, + { + "year": 2008, + "value": 123446 + }, + { + "year": 2007, + "value": 122642 + }, + { + "year": 2005, + "value": 121946 + }, + { + "year": 2000, + "value": 122377 + }, + { + "year": 2000, + "value": 142411 + } + ] + }, + "Torrance (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 147027 + }, + { + "year": 2010, + "value": 145438 + }, + { + "year": 2009, + "value": 140317 + }, + { + "year": 2008, + "value": 140820 + }, + { + "year": 2007, + "value": 141420 + }, + { + "year": 2005, + "value": 142384 + }, + { + "year": 2000, + "value": 137946 + } + ] + }, + "Tucson (az)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 524295 + }, + { + "year": 2010, + "value": 520116 + }, + { + "year": 2009, + "value": 543910 + }, + { + "year": 2008, + "value": 541811 + }, + { + "year": 2007, + "value": 525529 + }, + { + "year": 2005, + "value": 515526 + }, + { + "year": 2000, + "value": 486699 + }, + { + "year": 2000, + "value": 720425 + } + ] + }, + "Tulsa (ok)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 393987 + }, + { + "year": 2010, + "value": 391906 + }, + { + "year": 2009, + "value": 389625 + }, + { + "year": 2008, + "value": 385635 + }, + { + "year": 2007, + "value": 384037 + }, + { + "year": 2005, + "value": 382457 + }, + { + "year": 2000, + "value": 393049 + }, + { + "year": 2000, + "value": 558329 + } + ] + }, + "Vallejo (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 117796 + }, + { + "year": 2010, + "value": 115942 + }, + { + "year": 2009, + "value": 114622 + }, + { + "year": 2008, + "value": 114729 + }, + { + "year": 2007, + "value": 115552 + }, + { + "year": 2005, + "value": 117483 + }, + { + "year": 2000, + "value": 116760 + }, + { + "year": 2000, + "value": 158967 + } + ] + }, + "Vancouver (wa)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 165489 + }, + { + "year": 2010, + "value": 161791 + }, + { + "year": 2009, + "value": 165742 + }, + { + "year": 2008, + "value": 163186 + }, + { + "year": 2007, + "value": 161436 + }, + { + "year": 2005, + "value": 157493 + }, + { + "year": 2000, + "value": 143560 + } + ] + }, + "Victorville city (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 120336 + }, + { + "year": 2010, + "value": 115903 + }, + { + "year": 2009, + "value": 110921 + }, + { + "year": 2008, + "value": 110318 + }, + { + "year": 2007, + "value": 107221 + } + ] + }, + "Virginia beach (va)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 447021 + }, + { + "year": 2010, + "value": 437994 + }, + { + "year": 2009, + "value": 433575 + }, + { + "year": 2008, + "value": 433746 + }, + { + "year": 2007, + "value": 434743 + }, + { + "year": 2005, + "value": 438415 + }, + { + "year": 2000, + "value": 425257 + }, + { + "year": 2000, + "value": 1394439 + } + ] + }, + "Visalia (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 127081 + }, + { + "year": 2010, + "value": 124442 + }, + { + "year": 2009, + "value": 122111 + }, + { + "year": 2008, + "value": 121040 + }, + { + "year": 2007, + "value": 118603 + }, + { + "year": 2005, + "value": 108669 + } + ] + }, + "Waco (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 127018 + }, + { + "year": 2010, + "value": 124805 + }, + { + "year": 2009, + "value": 126222 + }, + { + "year": 2008, + "value": 124009 + }, + { + "year": 2007, + "value": 122222 + }, + { + "year": 2005, + "value": 120465 + }, + { + "year": 2000, + "value": 113726 + }, + { + "year": 2000, + "value": 153198 + } + ] + }, + "Warren (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 134141 + }, + { + "year": 2010, + "value": 134056 + }, + { + "year": 2009, + "value": 133873 + }, + { + "year": 2008, + "value": 133939 + }, + { + "year": 2007, + "value": 134223 + }, + { + "year": 2005, + "value": 135311 + }, + { + "year": 2000, + "value": 138247 + } + ] + }, + "Washington (dc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 632323 + }, + { + "year": 2010, + "value": 601723 + }, + { + "year": 2009, + "value": 599657 + }, + { + "year": 2008, + "value": 591833 + }, + { + "year": 2007, + "value": 588292 + }, + { + "year": 2005, + "value": 550521 + }, + { + "year": 2000, + "value": 572059 + }, + { + "year": 2000, + "value": 3933920 + } + ] + }, + "Waterbury (ct)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109915 + }, + { + "year": 2010, + "value": 110366 + }, + { + "year": 2009, + "value": 107143 + }, + { + "year": 2008, + "value": 107037 + }, + { + "year": 2007, + "value": 107174 + }, + { + "year": 2005, + "value": 107902 + }, + { + "year": 2000, + "value": 107271 + }, + { + "year": 2000, + "value": 189026 + } + ] + }, + "West covina (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 107440 + }, + { + "year": 2010, + "value": 106098 + }, + { + "year": 2009, + "value": 105464 + }, + { + "year": 2008, + "value": 105790 + }, + { + "year": 2007, + "value": 106388 + }, + { + "year": 2005, + "value": 108185 + }, + { + "year": 2000, + "value": 105080 + } + ] + }, + "West jordan (ut)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 108383 + }, + { + "year": 2010, + "value": 103712 + }, + { + "year": 2009, + "value": 104968 + }, + { + "year": 2008, + "value": 104447 + }, + { + "year": 2007, + "value": 102445 + } + ] + }, + "West palm beach (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 101903 + } + ] + }, + "West valley city (ut)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 132434 + }, + { + "year": 2010, + "value": 129480 + }, + { + "year": 2009, + "value": 125096 + }, + { + "year": 2008, + "value": 123447 + }, + { + "year": 2007, + "value": 122374 + }, + { + "year": 2005, + "value": 113300 + }, + { + "year": 2000, + "value": 108896 + } + ] + }, + "Westminster (co)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109169 + }, + { + "year": 2010, + "value": 106114 + }, + { + "year": 2009, + "value": 109180 + }, + { + "year": 2008, + "value": 107056 + }, + { + "year": 2007, + "value": 106195 + }, + { + "year": 2005, + "value": 105084 + }, + { + "year": 2000, + "value": 100940 + } + ] + }, + "Wichita (ks)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 385577 + }, + { + "year": 2010, + "value": 382368 + }, + { + "year": 2009, + "value": 372186 + }, + { + "year": 2008, + "value": 366046 + }, + { + "year": 2007, + "value": 361420 + }, + { + "year": 2005, + "value": 354865 + }, + { + "year": 2000, + "value": 344284 + }, + { + "year": 2000, + "value": 422301 + } + ] + }, + "Wichita falls (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 104552 + }, + { + "year": 2010, + "value": 104553 + }, + { + "year": 2009, + "value": 101314 + }, + { + "year": 2008, + "value": 101202 + }, + { + "year": 2007, + "value": 101590 + }, + { + "year": 2000, + "value": 104197 + } + ] + }, + "Wilmington (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 109922 + }, + { + "year": 2010, + "value": 106476 + }, + { + "year": 2009, + "value": 101350 + }, + { + "year": 2008, + "value": 100192 + } + ] + }, + "Winston-salem (nc)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 234349 + }, + { + "year": 2010, + "value": 229617 + }, + { + "year": 2009, + "value": 229828 + }, + { + "year": 2008, + "value": 217600 + }, + { + "year": 2007, + "value": 215348 + }, + { + "year": 2005, + "value": 193755 + }, + { + "year": 2000, + "value": 185776 + }, + { + "year": 2000, + "value": 299290 + } + ] + }, + "Worcester (ma)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 182669 + }, + { + "year": 2010, + "value": 181045 + }, + { + "year": 2009, + "value": 182882 + }, + { + "year": 2008, + "value": 175011 + }, + { + "year": 2007, + "value": 173966 + }, + { + "year": 2005, + "value": 175898 + }, + { + "year": 2000, + "value": 172648 + }, + { + "year": 2000, + "value": 429882 + } + ] + }, + "Yonkers (ny)": { + "country": "United States of America", + "population": [ + { + "year": 2012, + "value": 198449 + }, + { + "year": 2010, + "value": 195976 + }, + { + "year": 2009, + "value": 201066 + }, + { + "year": 2008, + "value": 201588 + }, + { + "year": 2007, + "value": 199244 + }, + { + "year": 2005, + "value": 196425 + }, + { + "year": 2000, + "value": 196086 + } + ] + }, + "Arlington (va)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 207627 + }, + { + "year": 2009, + "value": 217483 + }, + { + "year": 2008, + "value": 209969 + }, + { + "year": 2007, + "value": 204568 + }, + { + "year": 2005, + "value": 195965 + }, + { + "year": 2000, + "value": 189453 + } + ] + }, + "Brandon (fl)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 103483 + } + ] + }, + "East los angeles (ca)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 126496 + } + ] + }, + "Enterprise (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 108481 + } + ] + }, + "Metairie (la)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 138481 + } + ] + }, + "Paradise (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 223167 + } + ] + }, + "Spring valley (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 178395 + } + ] + }, + "Sunrise manor (nv)": { + "country": "United States of America", + "population": [ + { + "year": 2010, + "value": 189372 + } + ] + }, + "Lewisville (tx)": { + "country": "United States of America", + "population": [ + { + "year": 2009, + "value": 105170 + }, + { + "year": 2008, + "value": 101624 + } + ] + }, + "Portsmouth (va)": { + "country": "United States of America", + "population": [ + { + "year": 2008, + "value": 100577 + }, + { + "year": 2007, + "value": 101967 + }, + { + "year": 2005, + "value": 100169 + }, + { + "year": 2000, + "value": 100565 + } + ] + }, + "Gary (in)": { + "country": "United States of America", + "population": [ + { + "year": 2000, + "value": 102746 + } + ] + }, + "Livonia (mi)": { + "country": "United States of America", + "population": [ + { + "year": 2000, + "value": 100545 + } + ] + }, + "Charlotte amalie": { + "country": "United States Virgin Islands", + "population": [ + { + "year": 2010, + "value": 10354 + }, + { + "year": 2000, + "value": 11004 + }, + { + "year": 2000, + "value": 18914 + } + ] + }, + "Montevideo": { + "country": "Uruguay", + "population": [ + { + "year": 2011, + "value": 1305082 + }, + { + "year": 2009, + "value": 1338408 + }, + { + "year": 2008, + "value": 1340273 + }, + { + "year": 2006, + "value": 1345010 + }, + { + "year": 2005, + "value": 1347888 + }, + { + "year": 2003, + "value": 1382778 + } + ] + }, + "Almalyk": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 113114 + } + ] + }, + "Andizhan": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 338366 + } + ] + }, + "Angren": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 128757 + } + ] + }, + "Banjzak": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 131512 + } + ] + }, + "Bukhara": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 237361 + } + ] + }, + "Chirchik": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 141742 + } + ] + }, + "Fergana": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 183037 + } + ] + }, + "Karshi": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 204690 + } + ] + }, + "Kokand": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 197450 + } + ] + }, + "Margilan": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 149646 + } + ] + }, + "Namangan": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 391297 + } + ] + }, + "Navoi": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 138082 + } + ] + }, + "Nukus": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 212012 + } + ] + }, + "Samarkand": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 361339 + } + ] + }, + "Tashkent": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 2137218 + } + ] + }, + "Termez": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 116467 + } + ] + }, + "Urgentch": { + "country": "Uzbekistan", + "population": [ + { + "year": 2001, + "value": 138609 + } + ] + }, + "Port vila": { + "country": "Vanuatu", + "population": [ + { + "year": 2009, + "value": 44039 + }, + { + "year": 1999, + "value": 29356 + } + ] + }, + "Acarigua-araure": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 290146 + }, + { + "year": 1998, + "value": 227684 + } + ] + }, + "Anaco(f) (capital)": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 149380 + } + ] + }, + "Barcelona-puerto la cruz": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 435940 + }, + { + "year": 1998, + "value": 484149 + } + ] + }, + "Barinas": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 307364 + }, + { + "year": 1998, + "value": 221558 + } + ] + }, + "Barquisimeto": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 1000632 + }, + { + "year": 1998, + "value": 810809 + } + ] + }, + "Baruta": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 266261 + } + ] + }, + "Cabimas": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 240765 + }, + { + "year": 1998, + "value": 213290 + } + ] + }, + "Cagua": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 130763 + } + ] + }, + "Caracas": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 2104423 + }, + { + "year": 1998, + "value": 1975294 + } + ] + }, + "Carora": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 112626 + } + ] + }, + "Car\u00fapano": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 135969 + }, + { + "year": 1998, + "value": 116107 + } + ] + }, + "Catia la mar": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 97022 + }, + { + "year": 1998, + "value": 117013 + } + ] + }, + "Ciudad bol\u00edvar": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 371566 + }, + { + "year": 1998, + "value": 278525 + } + ] + }, + "Ciudad guayana": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 850262 + }, + { + "year": 1998, + "value": 641998 + } + ] + }, + "Ciudad ojeda": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 146509 + } + ] + }, + "Coro": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 199603 + }, + { + "year": 1998, + "value": 167048 + } + ] + }, + "Cua": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 138784 + } + ] + }, + "Cuman\u00e1": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 341441 + }, + { + "year": 1998, + "value": 265621 + } + ] + }, + "El silencio": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 125014 + } + ] + }, + "El tigre": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 224887 + } + ] + }, + "Guanare": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 151170 + } + ] + }, + "Guarenas": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 285561 + }, + { + "year": 1998, + "value": 169202 + } + ] + }, + "Guacara": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 147733 + } + ] + }, + "Guatire": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 184375 + } + ] + }, + "Los guayos": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 166116 + } + ] + }, + "Los teques": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 272301 + }, + { + "year": 1998, + "value": 176292 + } + ] + }, + "Maracaibo": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 1339019 + }, + { + "year": 1998, + "value": 1706547 + } + ] + }, + "Maracay": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 446271 + }, + { + "year": 1998, + "value": 458761 + } + ] + }, + "Matur\u00edn": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 445444 + }, + { + "year": 1998, + "value": 262167 + } + ] + }, + "Naguanagua": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 162281 + } + ] + }, + "Ocumare del tuy": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 134451 + } + ] + }, + "Petare": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 116159 + } + ] + }, + "Pozuelos (f) (capital)": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 165563 + } + ] + }, + "Puerto cabello": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 203859 + }, + { + "year": 1998, + "value": 176347 + } + ] + }, + "Puerto la cruz": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 109480 + } + ] + }, + "Punto fijo": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 150496 + }, + { + "year": 1998, + "value": 118126 + } + ] + }, + "San fernando de apure": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 133487 + }, + { + "year": 1998, + "value": 121949 + } + ] + }, + "San francisco": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 128509 + } + ] + }, + "Santa lucia": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 112227 + } + ] + }, + "T\u00e1riba": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 102009 + } + ] + }, + "Tocuyito": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 186743 + } + ] + }, + "Turmero": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 55549 + }, + { + "year": 1998, + "value": 203434 + } + ] + }, + "Valera": { + "country": "Venezuela (Bolivarian Republic of)", + "population": [ + { + "year": 2011, + "value": 125590 + }, + { + "year": 1998, + "value": 121090 + } + ] + }, + "Meta-utu": { + "country": "Wallis and Futuna Islands", + "population": [ + { + "year": 2008, + "value": 1126 + }, + { + "year": 2003, + "value": 1191 + }, + { + "year": 1996, + "value": 1137 + } + ] + }, + "Adan": { + "country": "Yemen", + "population": [ + { + "year": 2004, + "value": 589419 + }, + { + "year": 2004, + "value": 589419 + }, + { + "year": 1994, + "value": 398294 + } + ] + }, + "Sana'a": { + "country": "Yemen", + "population": [ + { + "year": 2004, + "value": 1707586 + }, + { + "year": 2004, + "value": 1747934 + }, + { + "year": 1994, + "value": 954448 + } + ] + }, + "Al-hudaydah (hodeidah)": { + "country": "Yemen", + "population": [ + { + "year": 1994, + "value": 298452 + } + ] + }, + "Al-mukalla": { + "country": "Yemen", + "population": [ + { + "year": 1994, + "value": 122359 + } + ] + }, + "Ibb": { + "country": "Yemen", + "population": [ + { + "year": 1994, + "value": 103312 + } + ] + }, + "Ta'izz": { + "country": "Yemen", + "population": [ + { + "year": 1994, + "value": 317571 + } + ] + }, + "Chingola": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 216626 + } + ] + }, + "Chipata": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 455783 + } + ] + }, + "Kabwe": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 202360 + } + ] + }, + "Kasama": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 231824 + } + ] + }, + "Kitwe": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 517543 + } + ] + }, + "Livingstone": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 139509 + } + ] + }, + "Luanshya": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 156059 + } + ] + }, + "Lusaka": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 1747152 + } + ] + }, + "Mufulira": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 162889 + } + ] + }, + "Ndola": { + "country": "Zambia", + "population": [ + { + "year": 2010, + "value": 451246 + } + ] + }, + "Bulawayo": { + "country": "Zimbabwe", + "population": [ + { + "year": 2012, + "value": 653337 + }, + { + "year": 2002, + "value": 676650 + }, + { + "year": 1992, + "value": 621742 + } + ] + }, + "Chitungwiza": { + "country": "Zimbabwe", + "population": [ + { + "year": 2012, + "value": 356840 + }, + { + "year": 1992, + "value": 274912 + } + ] + }, + "Gweru": { + "country": "Zimbabwe", + "population": [ + { + "year": 2012, + "value": 91806 + }, + { + "year": 2002, + "value": 140806 + }, + { + "year": 1992, + "value": 128037 + } + ] + }, + "Harare": { + "country": "Zimbabwe", + "population": [ + { + "year": 2012, + "value": 1485231 + }, + { + "year": 2002, + "value": 1435784 + }, + { + "year": 1992, + "value": 1189103 + } + ] + }, + "Mutare": { + "country": "Zimbabwe", + "population": [ + { + "year": 2012, + "value": 262124 + }, + { + "year": 2002, + "value": 170466 + }, + { + "year": 1992, + "value": 131367 + } + ] + } + } +} \ No newline at end of file diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CountryCapitals.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CountryCapitals.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,253 @@ +{ + "countries": { + "Afghanistan": "Kabul", + "Aland Islands": "Mariehamn", + "Albania": "Tirana", + "Algeria": "Algiers", + "American Samoa": "Pago Pago", + "Andorra": "Andorra la Vella", + "Angola": "Luanda", + "Anguilla": "The Valley", + "Antarctica": "It has no capital", + "Antigua and Barbuda": "St. John's", + "Argentina": "Buenos Aires", + "Armenia": "Yerevan", + "Aruba": "Oranjestad", + "Australia": "Canberra", + "Austria": "Vienna", + "Azerbaijan": "Baku", + "Bahamas": "Nassau", + "Bahrain": "Manama", + "Bangladesh": "Dhaka", + "Barbados": "Bridgetown", + "Belarus": "Minsk", + "Belgium": "Brussels", + "Belize": "Belmopan", + "Benin": "Porto-Novo", + "Bermuda": "Hamilton", + "Bhutan": "Thimphu", + "Bolivia": "Sucre", + "Bosnia and Herzegovina": "Sarajevo", + "Botswana": "Gaborone", + "Bouvet Island": "It has no capital", + "Brazil": "Brasilia", + "British Indian Ocean Territory": "Diego Garcia", + "British Virgin Islands": "Road Town", + "Brunei": "Bandar Seri Begawan", + "Bulgaria": "Sofia", + "Burkina Faso": "Ouagadougou", + "Burundi": "Bujumbura", + "Cambodia": "Phnom Penh", + "Cameroon": "Yaounde", + "Canada": "Ottawa", + "Cape Verde": "Praia", + "Cayman Islands": "George Town", + "Central African Republic": "Bangui", + "Chad": "N'Djamena", + "Chile": "Santiago", + "China": "Beijing", + "Christmas Island": "Flying Fish Cove", + "Cocos (Keeling) Islands": "West Island", + "Cocos Islands": "West Island", + "Colombia": "Bogota", + "Comoros": "Moroni", + "Congo": "Brazzaville", + "Cook Islands": "Avarua", + "Costa Rica": "San Jose", + "Croatia": "Zagreb", + "Cuba": "Havana", + "Curacao": " Willemstad", + "Cyprus": "Nicosia", + "Czech Republic": "Prague", + "Democratic Republic of the Congo": "Kinshasa", + "Denmark": "Copenhagen", + "Djibouti": "Djibouti", + "Dominica": "Roseau", + "Dominican Republic": "Santo Domingo", + "Ecuador": "Quito", + "Egypt": "Cairo", + "El Salvador": "San Salvador", + "Equatorial Guinea": "Malabo", + "Eritrea": "Asmara", + "Estonia": "Tallinn", + "Ethiopia": "Addis Ababa", + "Falkland Islands": "Stanley", + "Faroe Islands": "Torshavn", + "Fiji": "Suva", + "Finland": "Helsinki", + "France": "Paris", + "French Polynesia": "Papeete", + "French Southern Territories": "Port-aux-Francais", + "Gabon": "Libreville", + "Gambia": "Banjul", + "Georgia": "Tbilisi", + "Germany": "Berlin", + "Ghana": "Accra", + "Gibraltar": "Gibraltar", + "Greece": "Athens", + "Greenland": "Nuuk", + "Grenada": "St. George's", + "Guadeloupe": "Basse-Terre", + "Guam": "Hagatna", + "Guatemala": "Guatemala City", + "Guernsey": "St Peter Port", + "Guinea": "Conakry", + "Guinea-Bissau": "Bissau", + "Guyana": "Georgetown", + "Haiti": "Port-au-Prince", + "Heard Island and McDonald Islands": "It has no capital", + "Honduras": "Tegucigalpa", + "Hong Kong": "Hong Kong", + "Hungary": "Budapest", + "Iceland": "Reykjavik", + "India": "New Delhi", + "Indonesia": "Jakarta", + "Iran": "Tehran", + "Iraq": "Baghdad", + "Ireland": "Dublin", + "Isle of Man": "Douglas, Isle of Man", + "Israel": "Jerusalem", + "Italy": "Rome", + "Ivory Coast": "Yamoussoukro", + "Jamaica": "Kingston", + "Japan": "Tokyo", + "Jersey": "Saint Helier", + "Jordan": "Amman", + "Kazakhstan": "Astana", + "Kenya": "Nairobi", + "Kiribati": "Tarawa", + "Kosovo": "Pristina", + "Kuwait": "Kuwait City", + "Kyrgyzstan": "Bishkek", + "Laos": "Vientiane", + "Latvia": "Riga", + "Lebanon": "Beirut", + "Lesotho": "Maseru", + "Liberia": "Monrovia", + "Libya": "Tripolis", + "Liechtenstein": "Vaduz", + "Lithuania": "Vilnius", + "Luxembourg": "Luxembourg", + "Macau": "Macao", + "Macedonia": "Skopje", + "Madagascar": "Antananarivo", + "Malawi": "Lilongwe", + "Malaysia": "Kuala Lumpur", + "Maldives": "Male", + "Mali": "Bamako", + "Malta": "Valletta", + "Marshall Islands": "Majuro", + "Martinique": "Fort-de-France", + "Mauritania": "Nouakchott", + "Mauritius": "Port Louis", + "Mayotte": "Mamoudzou", + "Mexico": "Mexico City", + "Micronesia": "Palikir", + "Moldova": "Chisinau", + "Monaco": "Monaco", + "Mongolia": "Ulan Bator", + "Montenegro": "Podgorica", + "Montserrat": "Plymouth", + "Morocco": "Rabat", + "Mozambique": "Maputo", + "Myanmar": "Nay Pyi Taw", + "Namibia": "Windhoek", + "Nauru": "Yaren", + "Nepal": "Kathmandu", + "Netherlands": "Amsterdam", + "New Caledonia": "Noumea", + "New Zealand": "Wellington", + "Nicaragua": "Managua", + "Niger": "Niamey", + "Nigeria": "Abuja", + "Niue": "Alofi", + "Norfolk Island": "Kingston", + "North Korea": "Pyongyang", + "Northern Mariana Islands": "Saipan", + "Norway": "Oslo", + "Oman": "Muscat", + "Pakistan": "Islamabad", + "Palau": "Melekeok", + "Palestinian Territory": "East Jerusalem", + "Panama": "Panama City", + "Papua New Guinea": "Port Moresby", + "Paraguay": "Asuncion", + "Peru": "Lima", + "Philippines": "Manila", + "Pitcairn": "Adamstown", + "Poland": "Warsaw", + "Portugal": "Lisbon", + "Puerto Rico": "San Juan", + "Qatar": "Doha", + "Romania": "Bucharest", + "Russia": "Moscow", + "Rwanda": "Kigali", + "R\u00e9union": "Saint-Denis", + "Saint Barthelemy": "Gustavia", + "Saint Helena": "Jamestown", + "Saint Kitts and Nevis": "Basseterre", + "Saint Lucia": "Castries", + "Saint Martin": "Marigot", + "Saint Pierre and Miquelon": "Saint-Pierre", + "Saint Vincent and the Grenadines": "Kingstown", + "Samoa": "Apia", + "San Marino": "San Marino", + "Sao Tome and Principe": "Sao Tome", + "Saudi Arabia": "Riyadh", + "Senegal": "Dakar", + "Serbia": "Belgrade", + "Seychelles": "Victoria", + "Sierra Leone": "Freetown", + "Singapore": "Singapur", + "Sint Maarten": "Philipsburg", + "Slovakia": "Bratislava", + "Slovenia": "Ljubljana", + "Solomon Islands": "Honiara", + "Somalia": "Mogadishu", + "South Africa": "Pretoria", + "South Georgia and the South Sandwich Islands": "Grytviken", + "South Korea": "Seoul", + "South Sudan": "Juba", + "Spain": "Madrid", + "Sri Lanka": "Colombo", + "Sudan": "Khartoum", + "Suriname": "Paramaribo", + "Svalbard and Jan Mayen": "Longyearbyen", + "Swaziland": "Mbabane", + "Sweden": "Stockholm", + "Switzerland": "Berne", + "Syria": "Damascus", + "Taiwan": "Taipei", + "Tajikistan": "Dushanbe", + "Tanzania": "Dodoma", + "Thailand": "Bangkok", + "Timor-Leste": "Dili", + "Togo": "Lome", + "Tokelau": "It has no capital", + "Tonga": "Nuku'alofa", + "Trinidad and Tobago": "Port of Spain", + "Tunisia": "Tunis", + "Turkey": "Ankara", + "Turkmenistan": "Ashgabat", + "Turks and Caicos Islands": "Cockburn Town", + "Tuvalu": "Funafuti", + "U.S. Virgin Islands": "Charlotte Amalie", + "Uganda": "Kampala", + "Ukraine": "Kiev", + "United Arab Emirates": "Abu Dhabi", + "United Kingdom": "London", + "United States": "Washington", + "Uruguay": "Montevideo", + "Uzbekistan": "Tashkent", + "Vanuatu": "Port Vila", + "Vatican": "Vatican City", + "Vatican City State (Holy See)": "Vatican City", + "Venezuela": "Caracas", + "Vietnam": "Hanoi", + "Wallis and Futuna": "Mata Utu", + "Western Sahara": "El-Aaiun", + "Yemen": "Sanaa", + "Zambia": "Lusaka", + "Zimbabwe": "Harare" + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CountryCities.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CountryCities.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,76588 @@ +{ + "countries": { + "Afghanistan": [ + "Herat", + "Kabul", + "Kandahar", + "Molah", + "Rana", + "Shar", + "Sharif", + "Wazir Akbar Khan" + ], + "Albania": [ + "Elbasan", + "Petran", + "Pogradec", + "Shkoder", + "Tirana", + "Ura Vajgurore" + ], + "Algeria": [ + "Algiers", + "Annaba", + "Azazga", + "Batna City", + "Blida", + "Bordj", + "Bordj Bou Arreridj", + "Bougara", + "Cheraga", + "Chlef", + "Constantine", + "Djelfa", + "Draria", + "El Tarf", + "Hussein Dey", + "Illizi", + "Jijel", + "Kouba", + "Laghouat", + "Oran", + "Ouargla", + "Oued Smar", + "Relizane", + "Rouiba", + "Saida", + "Souk Ahras", + "Tamanghasset", + "Tiaret", + "Tissemsilt", + "Tizi", + "Tizi Ouzou", + "Tlemcen" + ], + "Andorra": [ + "Andorra la Vella", + "Canillo", + "Encamp", + "Engordany", + "Escaldes-Engordany", + "La Massana", + "Llorts", + "Ordino", + "Santa Coloma", + "Sispony", + "Soldeu" + ], + "Angola": [ + "Ambriz", + "Benguela", + "Cabinda", + "Cacole", + "Camabatela", + "Cazeta", + "Huambo", + "Kuito", + "Lobito", + "Luanda", + "Lubango", + "Lucapa", + "Lumeje", + "Malanje", + "Menongue", + "Muxaluando", + "Namibe", + "Ondjiva", + "Piri", + "Saurimo", + "Talatona" + ], + "Anguilla": [ + "The Valley", + "Blowing Point Village", + "Sandy Ground Village", + "Sandy Hill", + "East End Village", + "George Hill", + "Island Harbour", + "North Hill Village", + "North Side", + "South Hill Village", + "Stoney Ground", + "Farrington", + "The Quarter", + "West End Village" + ], + "Antigua and Barbuda": [ + "All Saints", + "Cassada Gardens", + "Codrington", + "Old Road", + "Parham", + "Woods" + ], + "Argentina": [ + "28 de Noviembre", + "Abasto", + "Acassuso", + "Acebal", + "Acevedo", + "Adelia Maria", + "Agua de Oro", + "Albardon", + "Albarellos", + "Alberdi", + "Alberti", + "Aldo Bonzi", + "Alejandro Korn", + "Alicia", + "Allen", + "Almafuerte", + "Almagro", + "Almirante Brown", + "Alta Gracia", + "Alta Italia", + "Alvarez", + "Alvear", + "Anatuya", + "Angelica", + "Antonio Carboni", + "Apostoles", + "Arequito", + "Armstrong", + "Arrecifes", + "Arroyito", + "Arroyito Challaco", + "Arroyo Seco", + "Arteaga", + "Asamblea", + "Ascension", + "Avellaneda", + "Ayacucho", + "Azara", + "Azul", + "Balcarce", + "Balnearia", + "Banda del Rio Sali", + "Bandera", + "Banfield", + "Baradero", + "Bariloche", + "Barrio Fisherton", + "Batan", + "Beccar", + "Belen de Escobar", + "Belgrano", + "Bell Ville", + "Bella Vista", + "Benavidez", + "Berazategui", + "Berisso", + "Bernal", + "Bernardo Larroude", + "Bernasconi", + "Bigand", + "Bombal", + "Bordenave", + "Bosch", + "Bosques", + "Boulogne", + "Bovril", + "Bragado", + "Brandsen", + "Brinkmann", + "Buenos Aires", + "Burzaco", + "Bustinza", + "Caballito", + "Calderon", + "Caleta Olivia", + "Caleufu", + "Camilo Aldao", + "Campana", + "Canada de Gomez", + "Canada del Ucle", + "Canada Rosquin", + "Canals", + "Canning", + "Canuelas", + "Capilla del Monte", + "Capilla del Senor", + "Capitan Bermudez", + "Carhue", + "Carlos Casares", + "Carlos Pellegrini", + "Carlos Tejedor", + "Caseros", + "Casilda", + "Castelar", + "Castelli", + "Castillo", + "Catriel", + "Catrilo", + "Cavanagh", + "Centenario", + "Ceres", + "Cervantes", + "Chacabuco", + "Chacarita", + "Chajari", + "Charata", + "Chateaubriand", + "Chilecito", + "Chivilcoy", + "Choele Choel", + "Chorroarin", + "Cinco Saltos", + "Cipolletti", + "City Bell", + "Ciudad General Belgrano", + "Ciudadela", + "Claypole", + "Clorinda", + "Colon", + "Colonia Baron", + "Colonia Caroya", + "Colonia San Miguel Arcangel", + "Comodoro Rivadavia", + "Concepcion", + "Concordia", + "Constituyentes", + "Coronel Dorrego", + "Coronel Martinez de Hoz", + "Coronel Pringles", + "Corral de Bustos", + "Corralitos", + "Corrientes", + "Cosquin", + "Coy Aike", + "Cramer", + "Crespo", + "Cruz del Eje", + "Curuzu Cuatia", + "Cutral-Co", + "Darregueira", + "De Mayo", + "Del Campillo", + "Del Viso", + "Despenaderos", + "Devoto", + "Diaz", + "Diego de Alvear", + "Doblas", + "Dock Sud", + "Dolores", + "Don Bosco", + "Don Torcuato", + "Drabble", + "Eduardo Castex", + "El Calafate", + "El Dorado", + "El Hoyo", + "El Palomar", + "El Talar", + "Eldorado", + "El Trebol", + "Embalse", + "Empalme Lobos", + "Ensenada", + "Esperanza", + "Esquel", + "Esteban Echeverria", + "Ezeiza", + "Ezpeleta", + "Famailla", + "Fatima", + "Federal", + "Fernandez", + "Firmat", + "Florencio Varela", + "Florentino Ameghino", + "Flores", + "Floresta", + "Florida", + "Formosa", + "Francisco Alvarez", + "Franck", + "Fray Luis A. Beltran", + "Freyre", + "Frias", + "Funes", + "Gaiman", + "Galvez", + "Garin", + "Garupa", + "General Acha", + "General Alvear", + "General Cabrera", + "General Deheza", + "General Guido", + "General Juan Madariaga", + "General Lagos", + "General Las Heras", + "General Lavalle", + "General Mansilla", + "General Martin Miguel de Guemes", + "General Pacheco", + "General Paz", + "General Pico", + "General Roca", + "General Rodriguez", + "General San Martin", + "General Viamonte", + "General Villegas", + "Germania", + "Glew", + "Gobernador Crespo", + "Gobernador Galvez", + "Godoy", + "Godoy Cruz", + "Gonzalez Catan", + "Gonzalez Moreno", + "Goya", + "Granadero Baigorria", + "Grand Bourg", + "Gualeguay", + "Guatrache", + "Guernica", + "Henderson", + "Hernando", + "Hersilia", + "Hilario", + "Hilario Ascasubi", + "Hipatia", + "Hipolito Yrigoyen", + "Huanchillas", + "Huanguelen", + "Huinca Renanco", + "Humahuaca", + "Hurlingham", + "Ibarlucea", + "Ibicuy", + "Independencia", + "Ingeniero Beaugey", + "Ingeniero Luiggi", + "Ingeniero Maschwitz", + "Intendente Alvear", + "Isidro Casanova", + "Ituzaingo", + "James Craik", + "Jauregui", + "Jeppener", + "Jesus Maria", + "Jose Leon Suarez", + "Jose Marmol", + "Juan Pujol", + "Justiniano Posse", + "La Banda", + "La Boca", + "La Calera", + "La Cumbre", + "La Falda", + "La Leonesa", + "La Lucila", + "La Madrid", + "La Pampa", + "La Para", + "La Paz", + "La Plata", + "La Punta", + "La Rioja", + "La Tablada", + "La Union", + "La Violeta", + "Laborde", + "Laboulaye", + "Laferrere", + "Laguna Alsina", + "Lanus", + "Larroque", + "Las Catitas", + "Las Flores", + "Las Heras", + "Las Perdices", + "Las Rosas", + "Las Talitas", + "Las Varillas", + "Lavalle", + "Leandro N. Alem", + "Leones", + "Libertad", + "Lima", + "Liniers", + "Llavallol", + "Lobos", + "Lomas de Zamora", + "Lomas del Mirador", + "Longchamps", + "Los Antiguos", + "Los Cardales", + "Los Molinos", + "Los Polvorines", + "Luis Guillon", + "Lujan de Cuyo", + "Luque", + "Luzuriaga", + "Lynch", + "Macachin", + "Magdalena", + "Maggiolo", + "Maipu", + "Manantial", + "Manfredi", + "Manuel J. Cobo", + "Maquinista Savio", + "Mar de Ajo", + "Mar del Plata", + "Mar del Tuyu", + "Marcos Juarez", + "Marcos Paz", + "Margarita", + "Maria Ignacia", + "Maria Juana", + "Mariano Acosta", + "Mariano J. Haedo", + "Mariano Moreno", + "Martinez", + "Matheu", + "Mayor Buratovich", + "Melincue", + "Mendiolaza", + "Mendoza", + "Mercedes", + "Merlo", + "Minacar", + "Miramar", + "Monje", + "Monte Hermoso", + "Monteros", + "Montserrat", + "Moreno", + "Moron", + "Morteros", + "Muniz", + "Munro", + "Navarro", + "Necochea", + "Nogoya", + "Nordelta", + "Nunez", + "Obera", + "Oliva", + "Oliveros", + "Olivos", + "Oncativo", + "Open Door", + "Ordonez", + "Palermo", + "Palmira", + "Palpala", + "Partido de Jose C. Paz", + "Pasco", + "Paso del Rey", + "Paternal", + "Pavon", + "Pedernales", + "Pedro Luro", + "Pellegrini", + "Perez", + "Pergamino", + "Perico", + "Perito Moreno", + "Piamonte", + "Pico de Salamanca", + "Pico Truncado", + "Pigue", + "Pilar", + "Pinamar", + "Piquete Cabado", + "Platanos", + "Plaza Huincul", + "Plottier", + "Pontevedra", + "Portena", + "Posadas", + "Pozo del Molle", + "Presidente Derqui", + "Puan", + "Pueblo San Jose", + "Puerto Madryn", + "Puerto Rico", + "Pueyrredon", + "Punta Alta", + "Quilmes", + "Rada Tilly", + "Rafael Calzada", + "Rafael Castillo", + "Rafael Obligado", + "Rafaela", + "Ramallo", + "Ramos Mejia", + "Ranchos", + "Rancul", + "Ranelagh", + "Rawson", + "Realico", + "Recoleta", + "Reconquista", + "Remedios de Escalada", + "Resistencia", + "Retiro", + "Rio Ceballos", + "Rio Colorado", + "Rio Grande", + "Rio Piedras", + "Rio Segundo", + "Rio Tercero", + "Rivadavia", + "Rocamora", + "Rodriguez Pena", + "Rojas", + "Roldan", + "Roque Perez", + "Rosario", + "Rosas", + "Rufino", + "Sacanta", + "Saenz Pena", + "Saladillo", + "Salguero", + "Salsipuedes", + "Salta", + "Salto", + "Salto Grande", + "Sampacho", + "San Andres", + "San Andres de Giles", + "San Antonio de Areco", + "San Antonio de Arredondo", + "San Antonio de Obligado", + "San Antonio de Padua", + "San Antonio Oeste", + "San Benito", + "San Bernardo", + "San Carlos de Bolivar", + "San Cayetano", + "San Clemente", + "San Cristobal", + "San Fernando", + "San Fernando del Valle de Catamarca", + "San Francisco", + "San Francisco de Santa Fe", + "San Francisco Solano", + "San Genaro", + "San Gregorio", + "San Guillermo", + "San Isidro", + "San Isidro de Lules", + "San Javier", + "San Jeronimo Norte", + "San Jorge", + "San Jose", + "San Jose de la Esquina", + "San Juan", + "San Justo", + "San Lorenzo", + "San Luis", + "San Manuel", + "San Martin", + "San Martin de las Escobas", + "San Miguel", + "San Miguel del Monte", + "San Nicolas", + "San Pedro", + "San Rafael", + "San Salvador", + "San Salvador de Jujuy", + "San Telmo", + "San Vicente", + "Sanchez", + "Santa Clara de Saguier", + "Santa Elena", + "Santa Fe", + "Santa Lucia", + "Santa Rita", + "Santa Rosa", + "Santa Teresita", + "Santiago del Estero", + "Santo Tome", + "Santos Lugares", + "Sarandi", + "Sarmiento", + "Segui", + "Sierra de la Ventana", + "Sierra de los Padres", + "Sinsacate", + "Suipacha", + "Sunchales", + "Tablada", + "Tacuari", + "Tafi Viejo", + "Tandil", + "Tapalque", + "Tapiales", + "Temperley", + "Teodelina", + "Thames", + "Tigre", + "Tio Pujio", + "Todd", + "Tornquist", + "Tortuguitas", + "Tostado", + "Totoras", + "Trelew", + "Trenque Lauquen", + "Tres Arroyos", + "Trevelin", + "Tristan Suarez", + "Tunuyan", + "Tupungato", + "Turdera", + "Ucacha", + "Uriburu", + "Ushuaia", + "Valle Hermoso", + "Vedia", + "Veinticinco de Mayo", + "Venado Tuerto", + "Vera", + "Veronica", + "Viale", + "Viamonte", + "Vicente Lopez", + "Victoria", + "Vicuna Mackenna", + "Viedma", + "Villa Aberastain", + "Villa Adelina", + "Villa Allende", + "Villa Alsina", + "Villa Amelia", + "Villa Angela", + "Villa Ballester", + "Villa Bosch", + "Villa Canas", + "Villa Carlos Paz", + "Villa Constitucion", + "Villa de Maria", + "Villa de Mayo", + "Villa del Parque", + "Villa Dolores", + "Villa Dominico", + "Villa Elisa", + "Villa General Belgrano", + "Villa Gesell", + "Villa Giardino", + "Villa Huidobro", + "Villa Insuperable", + "Villa La Angostura", + "Villa Las Rosas", + "Villa Lugano", + "Villa Luzuriaga", + "Villa Madero", + "Villa Maria Grande", + "Villa Media Agua", + "Villa Mercedes", + "Villa Nueva", + "Villa Ocampo", + "Villa Paranacito", + "Villa Regina", + "Villa Robles", + "Villa Rosa", + "Villa Trinidad", + "Villa Urquiza", + "Villaguay", + "Vuelta de Obligado", + "Warnes", + "Wheelwright", + "Wilde", + "Winifreda", + "Yerba Buena", + "Zenon Pereyra" + ], + "Armenia": [ + "Abovyan", + "Agarak", + "Apaga", + "Aparan", + "Arabkir", + "Ashtarak", + "Erebuni Fortress", + "Hrazdan", + "Ijevan", + "Jermuk", + "Kapan", + "Tsaghkadzor", + "Vanadzor", + "Yerevan" + ], + "Aruba": [ + "Noord", + "Oranjestad", + "Palm Beach", + "Paradera", + "Ponton", + "Sabaneta", + "San Barbola", + "Santa Cruz", + "Sero Blanco", + "Sint Nicolaas", + "Tanki Lender" + ], + "Australia": [ + "Abbotsford", + "Abbotsham", + "Aberdeen", + "Aberfoyle", + "Aberglasslyn", + "Abermain", + "Acacia Ridge", + "Adamstown", + "Adelaide", + "Adelong", + "Advancetown", + "Agnes Banks", + "Agnes Water", + "Airlie Beach", + "Aitkenvale", + "Albany", + "Albany Creek", + "Albert Park", + "Alberton", + "Albion", + "Albion Park", + "Albury", + "Aldgate", + "Aldinga", + "Aldinga Beach", + "Alexandra", + "Alexandria", + "Alfredton", + "Alice Springs", + "Allambee", + "Allansford", + "Allanson", + "Allora", + "Alma", + "Alphington", + "Alpine", + "Alstonville", + "Alton Downs", + "Altona", + "Amamoor", + "Amaroo", + "Angaston", + "Anglesea", + "Anna Bay", + "Annandale", + "Apollo Bay", + "Applecross", + "Applethorpe", + "Ararat", + "Arcadia", + "Argents Hill", + "Armadale", + "Armidale", + "Armstrong Creek", + "Arno Bay", + "Arrawarra", + "Artarmon", + "Ascot", + "Ascot Vale", + "Ashburton", + "Ashfield", + "Ashgrove", + "Ashton", + "Aspendale", + "Aspley", + "Asquith", + "Atherton", + "Attadale", + "Auburn", + "Augusta", + "Austinmer", + "Austins Ferry", + "Australind", + "Avalon", + "Avenue", + "Avoca Beach", + "Avondale", + "Axedale", + "Aylmerton", + "Ayr", + "Babinda", + "Bacchus Marsh", + "Bagdad", + "Bahrs Scrub", + "Bairnsdale", + "Baker", + "Balaclava", + "Balaklava", + "Bald Hills", + "Balgowlah", + "Balgownie", + "Balhannah", + "Ballan", + "Ballarat", + "Ballina", + "Balmain", + "Balmoral", + "Balnarring", + "Balwyn", + "Balwyn North", + "Bangalow", + "Bangor", + "Banksmeadow", + "Bankstown", + "Bannockburn", + "Barcoo", + "Barellan", + "Bargara", + "Bargo", + "Baringhup", + "Barkstead", + "Barnsley", + "Barry", + "Barwon Downs", + "Barwon Heads", + "Basin View", + "Bass Hill", + "Bassendean", + "Batchelor", + "Bateau Bay", + "Batesford", + "Bathurst", + "Batlow", + "Baulkham Hills", + "Baxter", + "Bayles", + "Baynton", + "Bayswater", + "Beachmere", + "Beacon", + "Beaconsfield", + "Beaconsfield Upper", + "Beaudesert", + "Beaumaris", + "Beaumont", + "Beauty Point", + "Bedford Park", + "Bedfordale", + "Beeac", + "Beechwood", + "Beechworth", + "Beenak", + "Beenleigh", + "Beerwah", + "Bega", + "Belair", + "Belconnen", + "Belgian Gardens", + "Belgrave", + "Belgrave Heights", + "Bell", + "Bellambi", + "Bellara", + "Bellbird", + "Bellbrae", + "Bellerive", + "Bellevue Hill", + "Belmont", + "Belrose", + "Benalla", + "Benambra", + "Bendigo", + "Benowa", + "Bensville", + "Bentleigh", + "Bentleigh East", + "Bentley", + "Beresfield", + "Berkeley", + "Berkeley Vale", + "Berowra", + "Berridale", + "Berrima", + "Berry", + "Berwick", + "Bethania Junction", + "Beveridge", + "Beverley", + "Bexley", + "Bicheno", + "Bicton", + "Big Pats Creek", + "Bilinga", + "Biloela", + "Bilpin", + "Binda", + "Binnaway", + "Birdwood", + "Birkdale", + "Birkenhead", + "Black Hill", + "Black Rock", + "Blackburn", + "Blackbutt", + "Blackheath", + "Blackmans Bay", + "Blacktown", + "Blackwall", + "Blackwarry", + "Blackwater", + "Blackwood", + "Blair Athol", + "Blakehurst", + "Blaxland", + "Blayney", + "Bli Bli", + "Boambee", + "Boat Harbour", + "Bobin", + "Boddington", + "Bogangar", + "Bohle Plains", + "Bolton", + "Bolwarra", + "Bomaderry", + "Bombala", + "Bonbeach", + "Bondi", + "Boneo", + "Bongaree", + "Bonnells Bay", + "Bonnet Bay", + "Bonython", + "Booker Bay", + "Bool Lagoon", + "Boolarra", + "Boonah", + "Boondall", + "Booral", + "Bordertown", + "Boronia", + "Botany", + "Boulder", + "Bourke", + "Bowen", + "Bowenfels", + "Bowral", + "Bowraville", + "Box Hill", + "Box Hill South", + "Boyup Brook", + "Bradbury", + "Braddon", + "Braeside", + "Braidwood", + "Brandon", + "Brandy Hill", + "Branxton", + "Brewarrina", + "Briar Hill", + "Bridgetown", + "Bridgewater", + "Brighton", + "Brighton East", + "Brighton-Le-Sands", + "Bringelly", + "Brisbane", + "Broadbeach", + "Broadford", + "Broadmeadows", + "Broadwater", + "Broke", + "Broken Hill", + "Bronte", + "Brookdale", + "Brookfield", + "Brooklyn", + "Brookvale", + "Broome", + "Brown Hill", + "Browns Plains", + "Bruce", + "Brunswick", + "Buchan", + "Buckland", + "Buderim", + "Budgewoi", + "Bulahdelah", + "Bulga", + "Bulimba", + "Bulla", + "Bulleen", + "Bulli", + "Bullsbrook", + "Bullyard", + "Buln Buln", + "Bunbury", + "Bundaberg", + "Bundalong", + "Bundamba", + "Bundanoon", + "Bundeena", + "Bundook", + "Bundoora", + "Bungendore", + "Bungonia", + "Buninyong", + "Burekup", + "Burleigh Heads", + "Burnett Heads", + "Burnie", + "Burnley", + "Burnside", + "Burpengary", + "Burradoo", + "Burraneer", + "Burrum", + "Burrum Heads", + "Burwood", + "Bushland Beach", + "Busselton", + "Butchers Ridge", + "Buxton", + "Byford", + "Byron Bay", + "Caboolture", + "Cairns", + "Calen", + "Calingiri", + "Callala Bay", + "Callington", + "Caloundra", + "Caltowie", + "Camberwell", + "Cambewarra", + "Cambridge", + "Camden", + "Camden Haven", + "Cammeray", + "Campbell", + "Campbellfield", + "Campbelltown", + "Camperdown", + "Canadian", + "Canberra", + "Cannington", + "Cannonvale", + "Canterbury", + "Canungra", + "Capalaba", + "Caragabal", + "Caravonica", + "Carbrook", + "Cardiff", + "Cardigan", + "Cardinia", + "Cardup", + "Caringbah", + "Carlingford", + "Carlsruhe", + "Carlton", + "Carlton North", + "Carlton South", + "Carnarvon", + "Carnegie", + "Caroline Springs", + "Carrick", + "Carrington", + "Carrum", + "Carrum Downs", + "Casino", + "Casterton", + "Castle Hill", + "Castlecrag", + "Castlemaine", + "Caulfield", + "Caulfield North", + "Caulfield South", + "Caversham", + "Cawarral", + "Cawongla", + "Cedar Grove", + "Ceduna", + "Central Coast", + "Cessnock", + "Charlestown", + "Chatswood", + "Chatsworth Island", + "Chelsea", + "Cheltenham", + "Chinchilla", + "Chippendale", + "Chipping Norton", + "Christies", + "Chullora", + "Churchill", + "City of Parramatta", + "City of West Torrens", + "Clare", + "Claremont", + "Clarence Town", + "Clareville", + "Clarinda", + "Clarkefield", + "Clayton North", + "Cleveland", + "Clifton", + "Clifton Hill", + "Clifton Springs", + "Clontarf", + "Closeburn", + "Clovelly", + "Clunes", + "Clyde", + "Clyde North", + "Cobbitty", + "Coburg", + "Cockatoo", + "Cockburn", + "Coffs Harbour", + "Colac", + "Coleambally", + "Coledale", + "Coleraine", + "Collaroy", + "Collie", + "Collingwood", + "Collinsvale", + "Colo", + "Colo Vale", + "Como", + "Concord", + "Condamine", + "Condobolin", + "Coniston", + "Connells Point", + "Coober Pedy", + "Cooee", + "Coogee", + "Cook", + "Cooktown", + "Coolah", + "Coolamon", + "Coolangatta", + "Cooloolabin", + "Coolum", + "Coolum Beach", + "Coolup", + "Cooma", + "Coomera", + "Coonawarra", + "Coondoo", + "Cooranbong", + "Cooroy", + "Coorparoo", + "Cootamundra", + "Copacabana", + "Copmanhurst", + "Corinda", + "Corinthia", + "Corio", + "Corlette", + "Coromandel Valley", + "Corrimal", + "Cotham", + "Cottesloe", + "Coutts Crossing", + "Cowan", + "Cowes", + "Cowra", + "Crafers", + "Craigieburn", + "Cranbourne", + "Crawford", + "Cremorne", + "Crescent Head", + "Creswick", + "Crib Point", + "Cringila", + "Cronulla", + "Crookwell", + "Crossley", + "Crows Nest", + "Croydon", + "Croydon North", + "Crystal Creek", + "Cudlee Creek", + "Cummins", + "Cundletown", + "Curl Curl", + "Currumbin", + "Cygnet", + "Daceyville", + "Daisy Hill", + "Dakabin", + "Dalby", + "Dalkeith", + "Dandenong", + "Dapto", + "Dardanup", + "Darkan", + "Darley", + "Darling", + "Darling Point", + "Darlinghurst", + "Darlington", + "Darra", + "Darwin", + "Davidson", + "Davistown", + "Dawson", + "Dayboro", + "Daylesford", + "Deagon", + "Deakin", + "Deception Bay", + "Deepdene", + "Deer Park", + "Deloraine", + "Denham", + "Denman", + "Dereel", + "Derrimut", + "Derwent", + "Devonport", + "Diamond Creek", + "Diggers Rest", + "Dilston", + "Dimboola", + "Dimbulah", + "Dingley", + "Dirranbandi", + "Dodges Ferry", + "Dolans Bay", + "Don", + "Doncaster", + "Doncaster East", + "Donnybrook", + "Donvale", + "Doonside", + "Doreen", + "Dorrigo", + "Doubtful Creek", + "Douglas", + "Douglas Park", + "Dover Heights", + "Drayton", + "Dromana", + "Drouin", + "Drouin South", + "Drouin West", + "Drummond Cove", + "Drummoyne", + "Drysdale", + "Dubbo", + "Dumbalk", + "Dumbleyung", + "Dundas", + "Dundowran", + "Dungog", + "Dunkeld", + "Dunmore", + "Dunolly", + "Dunsborough", + "Dural", + "Eagle Farm", + "Eagle Heights", + "Eagleby", + "Eaglehawk", + "Eaglemont", + "Earlwood", + "East Fremantle", + "East Gosford", + "East Maitland", + "East Malvern", + "Eastwood", + "Eaton", + "Ebbw Vale", + "Ebenezer", + "Echuca", + "Echunga", + "Eden", + "Eden Park", + "Edge Hill", + "Edgecliff", + "Edith", + "Edithvale", + "Edmonton", + "Edwardstown", + "Eight Mile Plains", + "Elderslie", + "Elizabeth", + "Ellalong", + "Ellangowan", + "Ellendale", + "Ellerslie", + "Elsternwick", + "Eltham", + "Eltham North", + "Elwood", + "Emerald", + "Empire Bay", + "Emu Park", + "Emu Plains", + "Emu Vale", + "Encounter Bay", + "Endeavour", + "Endeavour Hills", + "Enfield", + "Engadine", + "Enmore", + "Enoggera", + "Epping", + "Erina", + "Erskine", + "Eschol", + "Esk", + "Esperance", + "Essendon", + "Ettalong Beach", + "Eudlo", + "Eudunda", + "Eumundi", + "Euroa", + "Evandale", + "Everton", + "Exeter", + "Exmouth", + "Failford", + "Fairfield", + "Fairview", + "Fairy Meadow", + "Fassifern", + "Faulconbridge", + "Fawkner", + "Fern Tree", + "Fern Tree Gully", + "Ferndale", + "Ferntree Gully", + "Fernvale", + "Ferny Creek", + "Figtree", + "Findon", + "Fingal", + "Fingal Bay", + "Fitzroy", + "Flemington", + "Flinders", + "Flynn", + "Footscray", + "Forbes", + "Forest", + "Forest Hill", + "Forestville", + "Forrest", + "Forsayth", + "Forster", + "Foster", + "Franklin", + "Frankston", + "Freeling", + "Freemans Reach", + "Fremantle", + "Freshwater", + "Fulham", + "Fullerton", + "Fyshwick", + "Galston", + "Garfield", + "Gatton", + "Gawler", + "Gayndah", + "Gaythorne", + "Geelong", + "Geelong West", + "Gellibrand", + "George Town", + "Gepps Cross", + "Geraldton", + "Gerringong", + "Gheerulla", + "Gilberton", + "Gilmore", + "Gilston", + "Gin Gin", + "Girraween", + "Gisborne", + "Gladesville", + "Gladstone", + "Glass House Mountains", + "Glebe", + "Glen Huntly", + "Glen Huon", + "Glen Innes", + "Glen Iris", + "Glen Osmond", + "Glen Waverley", + "Glenbrook", + "Glenburn", + "Glenelg", + "Glenfield", + "Glengarry", + "Glenhaven", + "Glenorchy", + "Glenore Grove", + "Glenorie", + "Glenreagh", + "Glenroy", + "Glenvale", + "Glossodia", + "Gloucester", + "Golconda", + "Gold Coast", + "Golden Grove", + "Goodna", + "Goodwood", + "Goolwa", + "Goomeri", + "Goonellabah", + "Goornong", + "Gooseberry Hill", + "Gordon", + "Gordonvale", + "Gore Hill", + "Gorokan", + "Gosford", + "Gosforth", + "Gosnells", + "Goulburn", + "Gould", + "Gowrie", + "Gracemere", + "Grafton", + "Grandchester", + "Grange", + "Grant", + "Grantham", + "Granville", + "Grassmere", + "Gravesend", + "Green Hill", + "Green Point", + "Greenbank", + "Greendale", + "Greensborough", + "Greenvale", + "Greenwich", + "Gregadoo", + "Grenfell", + "Greta", + "Griffith", + "Grove", + "Grovedale", + "Guildford", + "Gundaroo", + "Gunnedah", + "Gymea", + "Gymea Bay", + "Gympie", + "Haberfield", + "Hackham", + "Haddon", + "Hadspen", + "Hagley", + "Hahndorf", + "Hall", + "Hallam", + "Hallett", + "Halls Gap", + "Hamilton", + "Hammond", + "Hampton", + "Hampton Park", + "Happy Valley", + "Harrington", + "Harristown", + "Harvey", + "Hastings", + "Hastings Point", + "Hat Head", + "Hawker", + "Hawkesbury Heights", + "Hawksburn", + "Hawthorn", + "Hawthorne", + "Haymarket", + "Hazelbrook", + "Hazelwood", + "Healesville", + "Heathcote", + "Heathcote Junction", + "Heatherton", + "Heathmont", + "Heddon Greta", + "Heidelberg", + "Helensburgh", + "Helensvale", + "Hendon", + "Hepburn Springs", + "Hervey Bay", + "Hexham", + "Highbury", + "Highett", + "Highfields", + "Hill Top", + "Hillcrest", + "Hindmarsh", + "Hobart", + "Hoddles Creek", + "Hollow Tree", + "Holroyd", + "Holsworthy", + "Homebush", + "Hope Island", + "Hope Valley", + "Hopetoun", + "Hoppers Crossing", + "Hornsby", + "Horsham", + "Hove", + "Howard", + "Howard Springs", + "Howden", + "Howe", + "Howlong", + "Hughesdale", + "Hunter", + "Hunters Hill", + "Huntly", + "Huonville", + "Hurstbridge", + "Hurstville", + "Hurstville Grove", + "Hyland Park", + "Illawarra", + "Illawong", + "Iluka", + "Indented Head", + "Ingham", + "Ingle Farm", + "Ingleburn", + "Inglewood", + "Innisfail", + "Inverell", + "Inverloch", + "Invermay", + "Ipswich", + "Isabella", + "Ivanhoe", + "Ivanhoe East", + "Ives", + "Jacobs Well", + "Jannali", + "Jarrahdale", + "Jensen", + "Jilliby", + "Jimboomba", + "Jindabyne", + "Jindivick", + "Judbury", + "Junee", + "Kadina", + "Kalgoorlie", + "Kallista", + "Kalorama", + "Kambalda", + "Kangaroo Flat", + "Kangaroo Point", + "Kanwal", + "Kapunda", + "Karalee", + "Karana Downs", + "Kardella", + "Kardella South", + "Kareela", + "Karnup", + "Karoonda", + "Karratha", + "Katherine", + "Katoomba", + "Kawungan", + "Keilor", + "Keiraville", + "Keith", + "Kellyville", + "Kelmscott", + "Kelso", + "Kelvin Grove", + "Kempsey", + "Kempton", + "Kendall", + "Kenilworth", + "Kenmore", + "Kennington", + "Kensington", + "Kensington and Norwood", + "Kenthurst", + "Kenwick", + "Kerang", + "Kerry", + "Keswick", + "Kettering", + "Kew", + "Kew East", + "Keysborough", + "Keysbrook", + "Kiama", + "Kilcoy", + "Kilcunda", + "Killara", + "Killarney", + "Killcare", + "Killingworth", + "Kilmore", + "Kilsyth", + "Kincumber", + "Kindred", + "Kingaroy", + "Kinglake", + "Kings Cross", + "Kings Park", + "Kingscliff", + "Kingsthorpe", + "Kingston", + "Kingswood", + "Kinross", + "Kirrawee", + "Kirribilli", + "Kirwan", + "Koah", + "Kobble", + "Koetong", + "Kogarah", + "Kojonup", + "Koo-Wee-Rup", + "Koolewong", + "Koorawatha", + "Koornalla", + "Kootingal", + "Kooyong", + "Koroit", + "Korumburra", + "Kotara", + "Kununurra", + "Kuranda", + "Kurnell", + "Kurrajong Heights", + "Kurri Kurri", + "Kyabram", + "Kyneton", + "Kyogle", + "Laang", + "Laguna", + "Laidley", + "Lake Cathie", + "Lake Heights", + "Lake Illawarra", + "Lake Munmorah", + "Lakemba", + "Lakes Entrance", + "Lalor", + "Lambton", + "Lamington", + "Lancefield", + "Lancelin", + "Landsborough", + "Lane Cove", + "Lang Lang", + "Langhorne Creek", + "Langley", + "Langwarrin", + "Lara", + "Largs North", + "Latrobe", + "Lauderdale", + "Launceston", + "Laverton", + "Lavington", + "Lawgi", + "Lawnton", + "Lawson", + "Lebrina", + "Leeton", + "Legana", + "Leichhardt", + "Lemon Tree Passage", + "Lennox Head", + "Leongatha", + "Leopold", + "Lethbridge", + "Leumeah", + "Leura", + "Lewiston", + "Lidcombe", + "Lilli Pilli", + "Lilydale", + "Limestone", + "Linden", + "Lindenow", + "Lindfield", + "Lindisfarne", + "Lisarow", + "Lismore", + "Lithgow", + "Little Bay", + "Little Hampton", + "Little River", + "Liverpool", + "Loch", + "Lockhart", + "Lockridge", + "Loftus", + "Logan", + "Logan City", + "Logan Village", + "Loganholme", + "Loganlea", + "Long Jetty", + "Long Plains", + "Long Point", + "Longford", + "Longreach", + "Longueville", + "Longwarry", + "Lovely Banks", + "Lowanna", + "Lower Chittering", + "Lower Plenty", + "Lowood", + "Loxton", + "Luddenham", + "Ludlow", + "Lugarno", + "Lulworth", + "Lutana", + "Lyndhurst", + "Lyndoch", + "Lyneham", + "Lyons", + "Lysterfield", + "Macarthur", + "Macedon", + "Mackay", + "Macksville", + "Maclean", + "Macleod", + "Macquarie Park", + "Maddington", + "Maffra", + "Magill", + "Maidenwell", + "Maitland", + "Malabar", + "Maleny", + "Mallala", + "Mallanganee", + "Malmsbury", + "Malvern", + "Mandalong", + "Mandurah", + "Mangalore", + "Mangerton", + "Manildra", + "Manjimup", + "Manly", + "Mannering Park", + "Manning", + "Manning Point", + "Mannum", + "Mansfield", + "Mapleton", + "Mareeba", + "Margaret River", + "Margate", + "Marian", + "Maribyrnong", + "Marino", + "Marion", + "Marlee", + "Marmor", + "Marong", + "Maroochydore", + "Maroota", + "Maroubra", + "Marrickville", + "Marsden", + "Marsden Park", + "Marshalltown", + "Martins Creek", + "Marulan", + "Maryborough", + "Maryland", + "Marysville", + "Mascot", + "Maslin Beach", + "Matcham", + "Matraville", + "Maudsland", + "Maybole", + "Mayfield", + "Maylands", + "McCrae", + "McGraths Hill", + "McKinnon", + "McLachlan", + "McLaren Flat", + "McLaren Vale", + "Meadows", + "Medlow Bath", + "Medowie", + "Melbourne", + "Melrose", + "Melton", + "Melton South", + "Melville", + "Menai", + "Menangle", + "Mentone", + "Meredith", + "Merewether", + "Meringandan", + "Merlynston", + "Mernda", + "Merredin", + "Merriwa", + "Merrylands", + "Middlemount", + "Middleton", + "Midway Point", + "Mildura", + "Mile End", + "Miles", + "Milton", + "Miners Rest", + "Minlaton", + "Minmi", + "Minto", + "Miranda", + "Mirani", + "Mirboo", + "Mirboo North", + "Mirrabooka", + "Mission Beach", + "Mitcham", + "Mitchell", + "Mitchelton", + "Mitiamo", + "Mittagong", + "Moama", + "Moana", + "Modbury", + "Moggill", + "Mona Vale", + "Monash", + "Monbulk", + "Mont Albert North", + "Monteagle", + "Monterey", + "Montmorency", + "Montrose", + "Montville", + "Mooloolaba", + "Mooloolah Valley", + "Moonah", + "Moonee Ponds", + "Mooney Mooney", + "Moorabbin", + "Mooralla", + "Moore", + "Moore Park", + "Moorooduc", + "Mooroolbark", + "Mooroopna", + "Moranbah", + "Morang", + "Morayfield", + "Mordialloc", + "Moree", + "Moriac", + "Morisset", + "Mornington", + "Morphett Vale", + "Mortdale", + "Mortlake", + "Moruya", + "Morwell", + "Mosman", + "Mosman Park", + "Moss Vale", + "Mossman", + "Mount Barker", + "Mount Colah", + "Mount Cotton", + "Mount Dandenong", + "Mount Direction", + "Mount Druitt", + "Mount Egerton", + "Mount Eliza", + "Mount Evelyn", + "Mount Gambier", + "Mount Gravatt", + "Mount Helen", + "Mount Helena", + "Mount Isa", + "Mount Julian", + "Mount Keira", + "Mount Larcom", + "Mount Lofty", + "Mount Macedon", + "Mount Martha", + "Mount Molloy", + "Mount Morgan", + "Mount Ousley", + "Mount Perry", + "Mount Pleasant", + "Mount Saint Thomas", + "Mount Waverley", + "Mount White", + "Mourilyan", + "Muchea", + "Mudgee", + "Mudgeeraba", + "Mudjimba", + "Mulgoa", + "Mulgrave", + "Mullewa", + "Mullumbimby", + "Mundaring", + "Mundijong", + "Murray Bridge", + "Murrumba", + "Murrumbateman", + "Murrumbeena", + "Murrurundi", + "Murtoa", + "Murwillumbah", + "Muswellbrook", + "Mylor", + "Myrrhee", + "Myrtleford", + "Nagambie", + "Nairne", + "Nambour", + "Nambucca Heads", + "Nana Glen", + "Nanango", + "Nannup", + "Napoleons", + "Nar Nar Goon", + "Narangba", + "Narara", + "Narellan", + "Narooma", + "Narrabeen", + "Narrabri", + "Narrandera", + "Narrawong", + "Narre Warren", + "Narre Warren North", + "Narrogin", + "Narromine", + "Neath", + "Nebo", + "Nedlands", + "Neerim South", + "Nelson Bay", + "Nerang", + "Nerrigundah", + "Nerrina", + "Neutral Bay", + "New Farm", + "New Lambton", + "New Town", + "Newcastle", + "Newmarket", + "Newnham", + "Newport", + "Newry", + "Newstead", + "Newtown", + "Nhill", + "Nindaroo", + "Ningi", + "Nirranda", + "Noarlunga", + "Noble Park", + "Noosa", + "Noosaville", + "Norah", + "Nords Wharf", + "Norlane", + "Norman Park", + "Normanhurst", + "Normanton", + "Normanville", + "North Beach", + "North Fitzroy", + "North Mackay", + "North Melbourne", + "North Tamborine", + "North Turramurra", + "Northam", + "Northcote", + "Northgate", + "Northmead", + "Norton Summit", + "Norwood", + "Notting Hill", + "Nowra", + "Nullawarre", + "Nunawading", + "Nuriootpa", + "Nyora", + "Oak Park", + "Oakdale", + "Oakey", + "Oakhurst", + "Oaklands", + "Oakleigh", + "Oakleigh South", + "Oatlands", + "Oatley", + "Oberon", + "Obi Obi", + "Ocean Shores", + "Officer", + "Old Bar", + "Old Beach", + "Olinda", + "Oman-Ama", + "One Tree Hill", + "Orange", + "Orchard Hills", + "Orford", + "Orient Point", + "Ormeau", + "Ormiston", + "Ormond", + "Orroroo", + "Osborne", + "Ourimbah", + "Oxenford", + "Oxley", + "Oyster Bay", + "Paddington", + "Padstow", + "Pakenham", + "Pallarenda", + "Palm Beach", + "Palm Cove", + "Palm Island", + "Palmer", + "Palmwoods", + "Pambula", + "Paradise", + "Paramatta", + "Parap", + "Park Ridge", + "Parkdale", + "Parkerville", + "Parkes", + "Parkhurst", + "Parkville", + "Parkwood", + "Pearce", + "Pearcedale", + "Pechey", + "Pelican", + "Pendle Hills", + "Penfield", + "Penguin", + "Pennant Hills", + "Penrith", + "Penshurst", + "Perenjori", + "Perth", + "Peterborough", + "Petrie", + "Phillip", + "Pialba", + "Piawaning", + "Picnic Bay", + "Picton", + "Piggabeen", + "Pimpama", + "Pine Mountain", + "Pinery", + "Pinjarra", + "Pinkenba", + "Pioneer", + "Pipers Brook", + "Pitt Town", + "Pittsworth", + "Plympton", + "Point Clare", + "Point Cook", + "Point Lonsdale", + "Point Lookout", + "Point Pass", + "Point Vernon", + "Pokolbin", + "Pomona", + "Pontville", + "Poowong", + "Port Adelaide", + "Port Augusta", + "Port Douglas", + "Port Fairy", + "Port Hacking", + "Port Hedland", + "Port Kembla", + "Port Lincoln", + "Port MacDonnell", + "Port Macquarie", + "Port Melbourne", + "Port Noarlunga", + "Port Pirie", + "Port Sorell", + "Portarlington", + "Portland", + "Portsea", + "Potts Point", + "Prahran", + "Preston", + "Proserpine", + "Prospect", + "Purnim", + "Pymble", + "Pyrmont", + "Quakers Hill", + "Queanbeyan", + "Queenscliff", + "Queensferry", + "Queenstown", + "Railton", + "Ramsgate", + "Randwick", + "Rathmines", + "Ravenswood", + "Raworth", + "Raymond Terrace", + "Red Hill", + "Redan", + "Redbank", + "Redcliffe", + "Redfern", + "Redhead", + "Redland Bay", + "Redlynch", + "Reedy Creek", + "Regents Park", + "Research", + "Reservoir", + "Retreat", + "Revesby", + "Reynella", + "Rhodes", + "Riana", + "Richmond", + "Riddell", + "Ridgley", + "Ringwood", + "Ringwood East", + "Ringwood North", + "Ripley", + "Risdon", + "River Heads", + "Riverside", + "Riverstone", + "Riverton", + "Riverview", + "Riverwood", + "Robertson", + "Robertstown", + "Robinvale", + "Rochedale", + "Rochester", + "Rockbank", + "Rockdale", + "Rockhampton", + "Rockingham", + "Rocklea", + "Rodborough", + "Rokeby", + "Roleystone", + "Roma", + "Romsey", + "Rooty Hill", + "Rosanna", + "Rose Bay", + "Rosebery", + "Rosebud", + "Rosehill", + "Roseville", + "Rosewood", + "Roseworthy", + "Ross", + "Ross Creek", + "Ross River", + "Rowville", + "Royal Park", + "Rozelle", + "Rudall", + "Rushworth", + "Rutherford", + "Rydalmere", + "Ryde", + "Rye", + "Rylstone", + "Safety Bay", + "Saint Albans", + "Saint Andrews", + "Saint George", + "Saint Georges Basin", + "Saint Helena", + "Saint Ives", + "Saint James", + "Saint Leonards", + "Saint Lucia", + "Saint Marys", + "Saint Peters", + "Saints", + "Salamander Bay", + "Sale", + "Salisbury", + "Salt Ash", + "Samford", + "San Remo", + "Sanctuary Point", + "Sandford", + "Sandgate", + "Sandringham", + "Sandstone Point", + "Sandy Bay", + "Sandy Hollow", + "Sans Souci", + "Sapphire", + "Sarina", + "Sarina Beach", + "Sassafras", + "Scarborough", + "Scarness", + "Scarsdale", + "Schofields", + "Scone", + "Scoresby", + "Scottsdale", + "Seacliff", + "Seacombe", + "Seaford", + "Seaforth", + "Seaton", + "Seaview", + "Sebastopol", + "Selbourne", + "Selby", + "Sellicks Beach", + "Sellicks Hill", + "Semaphore", + "Serpentine", + "Seven Hills", + "Seven Mile Beach", + "Seville", + "Seville East", + "Seymour", + "Sheffield", + "Shellharbour", + "Shenton Park", + "Sherbrook", + "Shoal Point", + "Shorncliffe", + "Silvan", + "Silverdale", + "Silverwater", + "Singleton", + "Sippy Downs", + "Slacks Creek", + "Smithfield", + "Smithton", + "Smythes Creek", + "Smythesdale", + "Snowtown", + "Somersby", + "Somerset", + "Somerton", + "Somerville", + "Sorrento", + "South Melbourne", + "South Perth", + "South West Rocks", + "South Yarra", + "Southbank", + "Southern Brook", + "Southport", + "Spearwood", + "Spencer", + "Spotswood", + "Spreyton", + "Spring Field", + "Spring Hill", + "Springfield", + "Springvale", + "Springvale South", + "Springwood", + "St Helens", + "St Kilda", + "Stanhope", + "Stanley", + "Stanmore", + "Stannum", + "Stanthorpe", + "Stapylton", + "Stawell", + "Stieglitz", + "Stirling", + "Stockton", + "Stockyard Creek", + "Stoneville", + "Stradbroke", + "Stratford", + "Strathalbyn", + "Strathfield", + "Strathfieldsaye", + "Strathmore", + "Strathpine", + "Streaky Bay", + "Stroud", + "Stuart Park", + "Sturt", + "Subiaco", + "Success", + "Suffolk Park", + "Sulphur Creek", + "Summerholm", + "Summertown", + "Sunbury", + "Sunnybank", + "Sunnyside", + "Sunshine", + "Surfers Paradise", + "Surrey Hills", + "Sutherland", + "Swan Hill", + "Swan View", + "Swansea", + "Sydenham", + "Sydney", + "Sylvania", + "Sylvania Waters", + "Tahmoor", + "Tallangatta", + "Tallarook", + "Tallebudgera", + "Talmalmo", + "Tambo Upper", + "Tamborine", + "Tammin", + "Tamworth", + "Tannum Sands", + "Tanunda", + "Taree", + "Taren Point", + "Tarlee", + "Tarneit", + "Taroona", + "Tarragindi", + "Tarrawanna", + "Tarro", + "Tarzali", + "Tatura", + "Tawonga", + "Teesdale", + "Telegraph Point", + "Temora", + "Tempe", + "Templestowe", + "Templestowe Lower", + "Tenambit", + "Tennyson", + "Tenterfield", + "Teralba", + "Terrigal", + "Terry Hills", + "Tewantin", + "Thagoona", + "Thargomindah", + "The Basin", + "The Entrance", + "The Oaks", + "The Patch", + "The Rocks", + "Thebarton", + "Thirlmere", + "Thirroul", + "Thomastown", + "Thompson", + "Thornbury", + "Thornlands", + "Thornleigh", + "Thornton", + "Thuringowa", + "Thursday Island", + "Tiaro", + "Tieri", + "Tinamba", + "Tincurrin", + "Tingoora", + "Tolga", + "Tom Price", + "Tomago", + "Tongala", + "Toogoolawah", + "Toogoom", + "Toolangi", + "Toolern Vale", + "Toongabbie", + "Toora", + "Tooradin", + "Toorak", + "Toorbul", + "Tooronga", + "Toowong", + "Toowoomba", + "Torbanlea", + "Toronto", + "Torquay", + "Tottenham", + "Toukley", + "Townsville", + "Towradgi", + "Trafalgar", + "Traralgon", + "Traralgon South", + "Trentham", + "Trinity Beach", + "Truganina", + "Trunkey", + "Tuggerah", + "Tuggeranong", + "Tugun", + "Tullamarine", + "Tully", + "Tumut", + "Tuncurry", + "Tunnack", + "Turners Beach", + "Turramurra", + "Tweed Heads", + "Two Rocks", + "Two Wells", + "Tyabb", + "Tyalgum", + "Tynong", + "Uki", + "Ulladulla", + "Ulmarra", + "Ultimo", + "Ulverstone", + "Umina", + "Unanderra", + "Underwood", + "Unley", + "Upper Brookfield", + "Upper Burringbar", + "Upper Caboolture", + "Upper Coomera", + "Upwey", + "Uraidla", + "Urangan", + "Valla Beach", + "Valley Heights", + "Vaucluse", + "Venus Bay", + "Verdun", + "Vermont", + "Victor Harbor", + "Victoria Park", + "Victoria Point", + "Villawood", + "Vineyard", + "Virginia", + "Waaia", + "Wacol", + "Wagga Wagga", + "Wahgunyah", + "Wahroonga", + "Waikerie", + "Waitara", + "Walgett", + "Walhalla", + "Wallacia", + "Wallan", + "Wallaroo", + "Wallington", + "Walliston", + "Wallsend", + "Walmer", + "Wamberal", + "Wamuran", + "Wanbi", + "Wandin North", + "Wandoan", + "Wangaratta", + "Wangi Wangi", + "Wanneroo", + "Wantirna", + "Wantirna South", + "Waratah", + "Warburton", + "Warnbro", + "Warnervale", + "Warragul", + "Warrandyte", + "Warrane", + "Warrawong", + "Warren", + "Warren Shire", + "Warrigal", + "Warrimoo", + "Warrnambool", + "Warwick", + "Waterford", + "Waterloo", + "Waterloo Corner", + "Watsonia", + "Wattle Grove", + "Waubra", + "Wauchope", + "Waurn Ponds", + "Waverley", + "Waverton", + "Wayville", + "Wedderburn", + "Weetah", + "Weethalle", + "Wellard", + "Wellington", + "Wellington Point", + "Welshpool", + "Wembley", + "Wendouree", + "Wentworth", + "Wentworth Falls", + "Wentworthville", + "Werribee", + "Werribee South", + "West Burleigh", + "West End", + "West Hoxton", + "West Pymble", + "West Wyalong", + "Westbrook", + "Westfield", + "Westmead", + "Weston", + "Weston Creek", + "Wheelers Hill", + "White Rock", + "Whitfield", + "Whittlesea", + "Whyalla", + "Wickham", + "Wilberforce", + "Willaston", + "Willaura", + "Williams", + "Williamstown", + "Willow Grove", + "Willow Vale", + "Willunga", + "Wilmot", + "Wilson", + "Wilton", + "Wiluna", + "Wimbledon", + "Winchelsea", + "Windang", + "Windaroo", + "Windellama", + "Windermere Park", + "Windsor", + "Windsor Downs", + "Wingham", + "Winkleigh", + "Wodonga", + "Wollar", + "Wollert", + "Wollongbar", + "Wollongong", + "Womboota", + "Won Wron", + "Wondai", + "Wonga Park", + "Wongan Hills", + "Wonthaggi", + "Woodburn", + "Woodend", + "Woodford", + "Woodgate", + "Woodleigh", + "Woodridge", + "Woodside", + "Woodstock", + "Woodvale", + "Woodville", + "Woolamai", + "Woolgoolga", + "Woolloomooloo", + "Woolooware", + "Wooloweyah", + "Woolwich", + "Woombah", + "Woombye", + "Woonona", + "Woori Yallock", + "Woorim", + "Wooroolin", + "Worongary", + "Woronora", + "Woy Woy", + "Wulkuraka", + "Wyalkatchem", + "Wyalong", + "Wyee", + "Wyndham", + "Wynnum", + "Wynyard", + "Wyong", + "Wyongah", + "Wyreema", + "Yaamba", + "Yackandandah", + "Yallingup", + "Yallourn", + "Yallourn North", + "Yamba", + "Yanchep", + "Yandina", + "Yangan", + "Yankalilla", + "Yapeen", + "Yaroomba", + "Yarpturk", + "Yarra Glen", + "Yarra Junction", + "Yarragon", + "Yarram", + "Yarraman", + "Yarrambat", + "Yarraville", + "Yarrawarrah", + "Yass", + "Yatala", + "Yea", + "Yellow Rock", + "Yenda", + "Yeoval", + "Yeppoon", + "Yerrinbool", + "Yinnar", + "Yolla", + "York", + "Yorkeys Knob", + "Young", + "Yowie Bay", + "Zeehan" + ], + "Austria": [ + "Absam", + "Absdorf", + "Abtenau", + "Abtsdorf", + "Ach", + "Achenkirch", + "Achensee", + "Admont", + "Adnet", + "Afritz", + "Aggsbach", + "Aichbach", + "Aichdorf", + "Aifersdorf", + "Aigen", + "Aigen im Muehlkreis", + "Ainet", + "Aistersheim", + "Alberndorf in der Riedmark", + "Alberschwende", + "Aldrans", + "Alkoven", + "Alland", + "Allhartsberg", + "Alpbach", + "Altach", + "Altenberg", + "Altenberg bei Linz", + "Altenburg", + "Altendorf", + "Altenhof am Hausruck", + "Altenmarkt an der Triesting", + "Altenmarkt im Pongau", + "Altheim", + "Althofen", + "Altlengbach", + "Altlichtenwarth", + "Altmunster", + "Altwaidhofen", + "Am See", + "Amaliendorf", + "Ampass", + "Ampfelwang", + "Amstetten", + "Andorf", + "Anger", + "Anif", + "Annenheim", + "Ansfelden", + "Anthering", + "Apfelberg", + "Arbesthal", + "Ardagger Markt", + "Ardning", + "Arnoldstein", + "Arriach", + "Asberg", + "Aschach an der Donau", + "Aschau", + "Aspang Markt", + "Asparn", + "Asperhofen", + "Asten", + "Attersee", + "Attnang-Puchheim", + "Atzbach", + "Au", + "Auersthal", + "Aufhausen", + "Augsdorf", + "Aurolzmunster", + "Axams", + "Bach", + "Bad Blumau", + "Bad Deutsch-Altenburg", + "Bad Erlach", + "Bad Fischau", + "Bad Gams", + "Bad Gastein", + "Bad Gleichenberg", + "Bad Goisern", + "Bad Hall", + "Bad Hofgastein", + "Bad Ischl", + "Bad Kreuzen", + "Bad Pirawarth", + "Bad Radkersburg", + "Bad Schallerbach", + "Bad Tatzmannsdorf", + "Bad Voslau", + "Baden bei Wien", + "Baernbach", + "Baldramsdorf", + "Bartholomaberg", + "Barwies", + "Bauer", + "Baumgarten im Burgenland", + "Baumgartenberg", + "Baumkirchen", + "Berg", + "Bergau", + "Bergheim", + "Berndorf", + "Bernhardsthal", + "Bernstein", + "Berwang", + "Bezau", + "Biberbach", + "Biberwier", + "Bichlbach", + "Biedermann", + "Biedermannsdorf", + "Birgitz", + "Bisamberg", + "Bizau", + "Bleiberg ob Villach", + "Bleiburg", + "Blindenmarkt", + "Bludenz", + "Bludesch", + "Blumau", + "Bockfliess", + "Bodensdorf", + "Boheimkirchen", + "Bosendurnbach", + "Bramberg am Wildkogel", + "Brandberg", + "Braunau am Inn", + "Bregenz", + "Breitenbrunn", + "Breitenfurt bei Wien", + "Breitenwang", + "Brixen im Thale", + "Bruck am Ziller", + "Bruck an der Grossglocknerstrasse", + "Bruck an der Leitha", + "Bruck an der Mur", + "Bruckl", + "Bruckneudorf", + "Bruendl", + "Bruggen", + "Brunn am Gebirge", + "Buch", + "Buch bei Jenbach", + "Buchkirchen", + "Burgkirchen", + "Burgschleinitz", + "Burmoos", + "Dalaas", + "Dechantskirchen", + "Dellach", + "Desselbrunn", + "Deutsch Goritz", + "Deutsch-Wagram", + "Deutschfeistritz", + "Deutschkreutz", + "Deutschlandsberg", + "Diepoltsham", + "Dietach", + "Dietersdorf am Gnasbach", + "Dobersberg", + "Dobersdorf", + "Doblbach", + "Dobldorf", + "Doebriach", + "Donnerskirchen", + "Doren", + "Dorf", + "Dorfgastein", + "Dorfla", + "Dornbirn", + "Drassburg", + "Drassmarkt", + "Dross", + "Durnstein", + "Ebbs", + "Eben im Pongau", + "Ebenau", + "Ebendorf", + "Ebenfurth", + "Ebensee", + "Ebenthal", + "Ebergassing", + "Eberndorf", + "Eberschwang", + "Ebersdorf", + "Eberstein", + "Ebreichsdorf", + "Eckartsau", + "Edelschrott", + "Edelstal", + "Edlitz", + "Edt bei Lambach", + "Eferding", + "Egg", + "Egg am Faaker See", + "Eggenburg", + "Eggendorf", + "Eggendorf im Thale", + "Eggersdorf bei Graz", + "Ehrenhausen", + "Ehrwald", + "Eibiswald", + "Eichgraben", + "Eisbach", + "Eisenberg", + "Eisenerz", + "Eisenstadt", + "Eisentratten", + "Eisgarn", + "Elixhausen", + "Ellmau", + "Elsbethen", + "Emberg", + "Emmersdorf an der Donau", + "Engelhartszell", + "Engersdorf", + "Engerwitzdorf", + "Enns", + "Ennsdorf", + "Enzenkirchen", + "Enzenreith", + "Enzersdorf an der Fischa", + "Enzersfeld", + "Enzesfeld", + "Erlauf", + "Ernst", + "Ernstbrunn", + "Ernsthofen", + "Erpersdorf", + "Erpfendorf", + "Esternberg", + "Eugendorf", + "Faak am See", + "Falkenburg", + "Fehring", + "Feistritz", + "Feistritz an der Drau", + "Feld am See", + "Feldbach", + "Feldkirch", + "Feldkirchen an der Donau", + "Feldkirchen bei Graz", + "Feldkirchen bei Mattighofen", + "Feldkirchen in Karnten", + "Felixdorf", + "Ferndorf", + "Fernitz", + "Feuchten", + "Feuersbrunn", + "Fieberbrunn", + "Filzmoos", + "Finkenberg", + "Finsing", + "Fischamend Dorf", + "Fischbach", + "Fischerndorf", + "Fiss", + "Flachau", + "Fladnitz im Raabtal", + "Flattach", + "Fliess", + "Flinsdorf", + "Foederlach", + "Fohnsdorf", + "Forst", + "Frankenburg", + "Frankenmarkt", + "Frattingsdorf", + "Frauenkirchen", + "Freienstein", + "Freilassing", + "Freinberg", + "Freistadt", + "Friedburg", + "Friesach", + "Frohnleiten", + "Fuernitz", + "Fuerstenfeld", + "Fugen", + "Fulpmes", + "Furthof", + "Fusch an der Glocknerstrasse", + "Fuschl am See", + "Fussach", + "Gaaden", + "Gaal", + "Gablitz", + "Gaflenz", + "Gailitz", + "Gaisberg", + "Gallbrunn", + "Gallneukirchen", + "Gallspach", + "Gallzein", + "Galtur", + "Gaming", + "Gampern", + "Gansbach", + "Ganserndorf", + "Gargellen", + "Gars am Kamp", + "Garsten", + "Gaschurn", + "Gaspoltshofen", + "Gasthof", + "Gattendorf", + "Gaweinstal", + "Geinberg", + "Geras", + "Gerasdorf am Steinfelde", + "Gerasdorf bei Wien", + "Gerersdorf", + "Gerlos", + "Getzersdorf", + "Gfohl", + "Giesshubl", + "Glan", + "Glaubendorf", + "Gleisdorf", + "Glinzendorf", + "Gloggnitz", + "Gmund", + "Gmunden", + "Gnadenwald", + "Gnas", + "Gobelsburg", + "Goedersdorf", + "Goesselsdorf", + "Gofis", + "Going", + "Goldegg", + "Gollersdorf", + "Golling an der Salzach", + "Gols", + "Gortipohl", + "Gosau", + "Gosdorf", + "Gosing", + "Gostling an der Ybbs", + "Gotzendorf", + "Gotzendorf an der Leitha", + "Gotzens", + "Gotzis", + "Grabelsdorf", + "Graen", + "Grafenbach", + "Grafendorf", + "Grafendorf bei Hartberg", + "Grafendorf bei Stainz", + "Grafenschlag", + "Grafenstein", + "Grafenweg", + "Grafenworth", + "Gramastetten", + "Gramatneusiedl", + "Grambach", + "Gratkorn", + "Gratwein", + "Graz", + "Grein", + "Gresten", + "Gries", + "Gries am Brenner", + "Grieselstein", + "Grieskirchen", + "Griffen", + "Grimmenstein", + "Grobming", + "Grodig", + "Gross", + "Gross-Enzersdorf", + "Gross-Schweinbarth", + "Gross-Siegharts", + "Grossarl", + "Grossebersdorf", + "Grossklein", + "Grosspesendorf", + "Grossraming", + "Grossrussbach", + "Grossweikersdorf", + "Grunbach am Schneeberg", + "Gruner Baum", + "Gschnitz", + "Guessing", + "Gugging", + "Guglwald", + "Gumpoldskirchen", + "Gunselsdorf", + "Gunskirchen", + "Guntersdorf", + "Guntramsdorf", + "Gurten", + "Gurtis", + "Gutau", + "Gutenstein", + "Guttaring", + "Haag", + "Haag am Hausruck", + "Hadersdorf am Kamp", + "Hadersfeld", + "Hadres", + "Hagenberg im Muhlkreis", + "Haibach ob der Donau", + "Haid", + "Haidershofen", + "Haiming", + "Haimingerberg", + "Hainburg an der Donau", + "Hainfeld", + "Halbturn", + "Haldensee", + "Hall", + "Hall in Tirol", + "Hallein", + "Haller", + "Hallstatt", + "Harbach", + "Hard", + "Hart", + "Hartberg", + "Hartkirchen", + "Haslau an der Donau", + "Hatting", + "Hatzendorf", + "Haus", + "Hausbrunn", + "Hausleiten", + "Hausmannstatten", + "Hautzendorf", + "Heidenreichstein", + "Heiligenkreuz am Waasen", + "Heimschuh", + "Heissberg", + "Heissingfelding", + "Heiterwang", + "Hellmonsodt", + "Henndorf am Wallersee", + "Hennersdorf", + "Hermagor", + "Hernstein", + "Herrnbaumgarten", + "Herzogenburg", + "Herzogsdorf", + "Himberg", + "Himmelreich", + "Hinterbruehl", + "Hinterburg", + "Hinterglemm", + "Hintersdorf", + "Hinterstoder", + "Hinterthiersee", + "Hintertux", + "Hinterwaldberg", + "Hipping", + "Hirm", + "Hirschegg", + "Hirtenberg", + "Hochburg", + "Hochgurgl", + "Hochleithen", + "Hochneukirchen", + "Hochsoelden", + "Hochst", + "Hoehe", + "Hof am Leithaberge", + "Hof bei Salzburg", + "Hofen", + "Hofkirchen im Traunkreis", + "Hoflein", + "Hofstatten an der Raab", + "Hofstetten", + "Hohenau", + "Hohenberg", + "Hohenburg", + "Hoheneich", + "Hohenems", + "Hohentauern", + "Hohenwarth", + "Hohenzell", + "Hohnhart", + "Hollabrunn", + "Hollenthon", + "Hollersbach im Pinzgau", + "Holzhausen", + "Hopfgarten im Brixental", + "Horbranz", + "Horersdorf", + "Horn", + "Hornstein", + "Horsching", + "Huetten", + "Huttschlag", + "Igls", + "Im Brand", + "Imst", + "Innerkrems", + "Innermanzing", + "Innsbruck", + "Inzersdorf im Kremstal", + "Inzing", + "Ischgl", + "Isper", + "Jagenbach", + "Jagerberg", + "Japons", + "Jeging", + "Jenbach", + "Jennersdorf", + "Jerzens", + "Jochberg", + "Jois", + "Judenau", + "Judenburg", + "Judendorf", + "Jungholz", + "Kainach bei Voitsberg", + "Kaindorf", + "Kalsdorf bei Graz", + "Kaltenbrunn", + "Kaltenleutgeben", + "Kanzelhoehe", + "Kapelln", + "Kapfenberg", + "Kapfing", + "Kappern", + "Kappl", + "Kaprun", + "Karl", + "Karlstetten", + "Karteis", + "Katsdorf", + "Katzelsdorf", + "Kaumberg", + "Kefermarkt", + "Kematen in Tirol", + "Kennelbach", + "Keutschach am See", + "Kienberg", + "Kierling", + "Kilb", + "Kindberg", + "Kirchbach in Steiermark", + "Kirchberg am Wagram", + "Kirchberg in Tirol", + "Kirchbichl", + "Kirchdorf an der Krems", + "Kirchdorf in Tirol", + "Kirchham", + "Kirchschlag", + "Kirchschlag bei Linz", + "Kittsee", + "Klagenfurt", + "Klam", + "Klaus", + "Klein-Harras", + "Kleinbergl", + "Kleinkirchheim", + "Kleinstubing", + "Klingfurth", + "Klosterle", + "Klostermarienberg", + "Klosterneuburg", + "Knappenberg", + "Knittelfeld", + "Kobenz", + "Kobersdorf", + "Koblach", + "Koestenberg", + "Koetschach", + "Koflach", + "Kollmitzberg", + "Konigstetten", + "Konigswiesen", + "Kopfing im Innkreis", + "Koppl", + "Korneuburg", + "Kossen", + "Kottingbrunn", + "Kottmannsdorf", + "Kraig", + "Kramsach", + "Krems", + "Kremsbruecke", + "Kremsdorf", + "Kremsmunster", + "Krenglbach", + "Kreuz", + "Krieglach", + "Krispl", + "Kritzendorf", + "Kroatisch Minihof", + "Krottendorf bei Ligist", + "Krumbach", + "Krumbach Markt", + "Krumegg", + "Krumpendorf", + "Kuchl", + "Kuehnsdorf", + "Kuehtai", + "Kufstein", + "Kumberg", + "Kundl", + "Laa an der Thaya", + "Laab im Walde", + "Laaben", + "Laakirchen", + "Labach", + "Lambrechten", + "Lamprechtshausen", + "Landeck", + "Landegg", + "Landskron", + "Lanersbach", + "Langeck im Burgenland", + "Langenlois", + "Langenrohr", + "Langenstein", + "Langenzersdorf", + "Lannach", + "Lanzenkirchen", + "Lassee", + "Lassnitzhohe", + "Latschach", + "Launsdorf", + "Lauterach", + "Lavamund", + "Lavant", + "Laxenburg", + "Lebring", + "Lech", + "Lechaschau", + "Leibnitz, Styria", + "Leisach", + "Leiten", + "Leitring", + "Lembach im Muhlkreis", + "Lend", + "Lendorf", + "Lenzing", + "Leoben", + "Leobendorf", + "Leobersdorf", + "Leogang", + "Leonding", + "Leonfelden", + "Leopoldsdorf", + "Lermoos", + "Leutasch", + "Leutschach", + "Lichtenau", + "Lichtenberg", + "Lichtenegg", + "Lichtenworth", + "Liebenfels", + "Lieboch", + "Lienz", + "Liesfeld", + "Liezen", + "Ligist", + "Lilienfeld", + "Lindenberg", + "Linz", + "Litschau", + "Lobenstein", + "Lochau", + "Lochen", + "Lofer", + "Lohnsburg", + "Loimersdorf", + "Loipersbach", + "Loosdorf", + "Loretto", + "Ludesch", + "Luftenberg an der Donau", + "Lungotz", + "Lustenau", + "Lutzmannsburg", + "Mader", + "Madseit", + "Maglern", + "Maiersdorf", + "Maildorf", + "Mairhof", + "Maissau", + "Mallnitz", + "Mandling", + "Mank", + "Mannersdorf am Leithagebirge", + "Mannersdorf an der Rabnitz", + "Mannsworth", + "Marbach", + "Marchegg", + "Marchtrenk", + "Margarethen am Moos", + "Maria Alm am Steinernen Meer", + "Maria Buch", + "Maria Elend", + "Maria Ellend", + "Maria Enzersdorf", + "Maria Lankowitz", + "Maria Lanzendorf", + "Maria Saal", + "Maria Schmolln", + "Maria Taferl", + "Maria Worth", + "Maria-Anzbach", + "Mariazell", + "Markgrafneusiedl", + "Markt Allhau", + "Markt Neuhodis", + "Markt Piesting", + "Marktl", + "Marz", + "Mathon", + "Matrei am Brenner", + "Matrei in Osttirol", + "Mattersburg", + "Mattsee", + "Mauerbach", + "Mauerkirchen", + "Maurach", + "Mauterndorf", + "Mauthausen", + "Mayrhofen", + "Meggenhofen", + "Mehrnbach", + "Meiningen", + "Meisten", + "Melk", + "Mellach", + "Mettmach", + "Michelbach Markt", + "Micheldorf in Oberoesterreich", + "Mieming", + "Miesenbach", + "Millstatt", + "Mistelbach", + "Mittelberg", + "Mitterdorf im Muerztal", + "Mitterkirchen im Machland", + "Mitterndorf an der Fischa", + "Mittersill", + "Moellbruecke", + "Mollersdorf", + "Molln", + "Mollram", + "Monchhof", + "Mondsee", + "Moos", + "Moosburg", + "Moosdorf", + "Mooskirchen", + "Mosern", + "Motz", + "Muckendorf an der Donau", + "Muerzhofen", + "Muerzsteg", + "Muerzzuschlag", + "Muhlbach am Manhartsberg", + "Munchendorf", + "Muntlix", + "Munzbach", + "Munzkirchen", + "Murau", + "Murfeld", + "Mutters", + "Naarn im Machlande", + "Nassereith", + "Natternbach", + "Nauders", + "Neckenmarkt", + "Neidling", + "Nenzing", + "Nesselwangle", + "Nestelbach bei Graz", + "Neudau", + "Neudorf bei Landsee", + "Neudorf bei Staatz", + "Neudorfl", + "Neufeld an der Leitha", + "Neuhofen", + "Neuhofen an der Krems", + "Neuhofen an der Ybbs", + "Neukirchen", + "Neukirchen am Walde", + "Neukirchen an der Enknach", + "Neukirchen an der Vockla", + "Neulengbach", + "Neumarkt am Wallersee", + "Neumarkt an der Ybbs", + "Neumarkt im Hausruckkreis", + "Neumarkt im Muhlkreis", + "Neumarkt in Steiermark", + "Neunkirchen", + "Neusiedl am See", + "Neusiedl bei Guessing", + "Neustift", + "Neutal", + "Neuzeug", + "Nickelsdorf", + "Niederachen", + "Niederalm", + "Niederdorf", + "Niederkreuzstetten", + "Niederland", + "Niederleis", + "Niederndorf", + "Niederneukirchen", + "Niederwaldkirchen", + "Niederwolz", + "Nochling", + "Nussdorf", + "Nussdorf am Haunsberg", + "Nuziders", + "Obdach", + "Ober-Grafendorf", + "Oberaich", + "Oberaichwald", + "Oberalm", + "Oberau", + "Obergruenburg", + "Obergurgl", + "Oberhausen", + "Oberhofen im Inntal", + "Oberkappel", + "Oberkirchbach", + "Oberkohlstaetten", + "Obernberg", + "Obernberg am Brenner", + "Oberndorf an der Melk", + "Oberndorf bei Salzburg", + "Oberneukirchen", + "Oberort", + "Oberperfuss", + "Oberpullendorf", + "Oberrohrbach", + "Oberschutzen", + "Obersdorf", + "Obersiebenbrunn", + "Obertauern", + "Obertrum am See", + "Obervellach", + "Oberwaltersdorf", + "Oberwart", + "Oberweis", + "Oberwolbling", + "Obritzberg", + "Obsteig", + "Oed", + "Oehling", + "Oepping", + "Oetz", + "OEtztal-Bahnhof", + "Offenhausen", + "Oftering", + "Oggau", + "Ohlsdorf", + "Ollern", + "Opponitz", + "Ort im Innkreis", + "Orth an der Donau", + "Oslip", + "Ossiach", + "Ostermiething", + "Ottendorf bei Gleisdorf", + "Ottenheim", + "Ottensheim", + "Pabneukirchen", + "Pachfurth", + "Paldau", + "Panzendorf", + "Parndorf", + "Parschlug", + "Pasching", + "Passail", + "Passthurn", + "Patsch", + "Pattergassen", + "Payerbach", + "Peggau", + "Perchtoldsdorf", + "Perg", + "Pernegg an der Mur", + "Pernitz", + "Pertisau", + "Perwang am Grabensee", + "Petersdorf", + "Petronell-Carnuntum", + "Pettenbach", + "Pettnau", + "Pettneu", + "Petzenkirchen", + "Peuerbach", + "Pfaffstatten", + "Pfons", + "Pfunds", + "Piberbach", + "Pichl", + "Pichl bei Wels", + "Pichling bei Stainz", + "Piesendorf", + "Pillberg", + "Pillichsdorf", + "Pinggau", + "Pinkafeld", + "Pinsdorf", + "Piringsdorf", + "Pirka", + "Pischeldorf", + "Pischelsdorf am Engelbach", + "Pischelsdorf in Steiermark", + "Pitten", + "Plangeross", + "Plankenau", + "Plescherken", + "Pochlarn", + "Poelten", + "Poertschach am Woerthersee", + "Poetting", + "Poggstall", + "Polfing", + "Pottelsdorf", + "Pottenbrunn", + "Pottendorf", + "Pottenstein", + "Pottsching", + "Potzneusiedl", + "Poysbrunn", + "Poysdorf", + "Prabach", + "Pram", + "Preding", + "Pregarten", + "Pressbaum", + "Prinzersdorf", + "Puch", + "Puch bei Hallein", + "Puchberg am Schneeberg", + "Puchenau", + "Pucking", + "Purbach", + "Purbach am Neusiedlersee", + "Purgg", + "Purgstall", + "Purkersdorf", + "Pyhra", + "Raab", + "Raaba", + "Raabs an der Thaya", + "Radfeld", + "Radstadt", + "Ramsau im Zillertal", + "Randegg", + "Rangersdorf", + "Rankweil", + "Rannersdorf", + "Rappoltenkirchen", + "Rauchenwarth", + "Rauris", + "Redlham", + "Regau", + "Regelsbrunn", + "Reichenau an der Rax", + "Reichenau im Muhlkreis", + "Reichendorf", + "Reichraming", + "Reifnitz", + "Reisenberg", + "Reitdorf", + "Reith", + "Reith bei Seefeld", + "Reith im Alpbachtal", + "Rekawinkel", + "Reutte", + "Ried im Innkreis", + "Ried im Traunkreis", + "Ried im Zillertal", + "Ried in der Riedmark", + "Riedenthal", + "Rieding", + "Riedlingsdorf", + "Riefensberg", + "Riegersburg", + "Riezlern", + "Ringelsdorf", + "Rinn", + "Rohrau", + "Rohrbach am Kulm", + "Rohrbach am Steinfelde", + "Rohrbach in Oberosterreich", + "Rohrmoos", + "Roppen", + "Rosegg", + "Rosenau am Hengstpass", + "Rosenbach", + "Rosental", + "Rotenbach", + "Rothis", + "Rotholz", + "Rottenbach", + "Rottenmann", + "Rubring", + "Ruden", + "Rudersdorf", + "Rum", + "Rutzenmoos", + "Saalbach", + "Saalfelden am Steinernen Meer", + "Sachendorf", + "Sachsenburg", + "Saint Anton", + "Salzburg", + "Sankt Agatha", + "Sankt Andra am Zicksee", + "Sankt Andrae", + "Sankt Florian", + "Sankt Gallenkirch", + "Sankt Georgen am Ybbsfelde", + "Sankt Georgen im Attergau", + "Sankt Johann im Pongau", + "Sankt Kanzian", + "Sankt Kathrein am Hauenstein", + "Sankt Lorenzen", + "Sankt Lorenzen im Muerztal", + "Sankt Margarethen im Burgenland", + "Sankt Marienkirchen am Hausruck", + "Sankt Martin am Techelsberg", + "Sankt Martin am Ybbsfelde", + "Sankt Michael im Burgenland", + "Sankt Michael in Obersteiermark", + "Sankt Oswald", + "Sankt Pankraz", + "Sankt Peter", + "Sankt Polten", + "Sankt Ruprecht an der Raab", + "Sankt Stefan im Rosental", + "Sankt Ulrich bei Steyr", + "Sankt Valentin", + "Sankt Veit an der Glan", + "Sankt Veit im Pongau", + "Sankt Wolfgang", + "Sarleinsbach", + "Satteins", + "Sauerbrunn", + "Sausenstein", + "Schachendorf", + "Schalchen", + "Schardenberg", + "Scharding", + "Scharnstein", + "Scharten", + "Schattendorf", + "Scheffau am Wilden Kaiser", + "Scheifling", + "Schiefling am See", + "Schladming", + "Schleinbach", + "Schlierbach", + "Schlins", + "Schlitters", + "Schmirn", + "Schneeberg", + "Schoenau", + "Schoenberg im Stubaital", + "Schoerfling", + "Schonbuhel an der Donau", + "Schongrabern", + "Schonkirchen", + "Schoppernau", + "Schrems", + "Schruns", + "Schutzen am Gebirge", + "Schwadorf", + "Schwaigs", + "Schwanberg", + "Schwanenstadt", + "Schwarzach", + "Schwarzach im Pongau", + "Schwarzau am Steinfelde", + "Schwarzau im Gebirge", + "Schwarzenau", + "Schwarzenberg am Boehmerwald", + "Schwaz", + "Schwechat", + "Schweiggers", + "Schwendau", + "Schwertberg", + "Schwoich", + "Sebersdorf", + "Seckau", + "Seeboden", + "Seefeld in Tirol", + "Seeham", + "Seekirchen am Wallersee", + "Seewalchen", + "Seiersberg", + "Seitenstetten Markt", + "Semmering", + "Semriach", + "Serfaus", + "Sernau", + "Sibratsgfall", + "Siebenhirten", + "Siegendorf im Burgenland", + "Sieghartskirchen", + "Sierndorf", + "Sierning", + "Siezenheim", + "Sillian", + "Silz", + "Sinabelkirchen", + "Sinnersdorf", + "Sipbachzell", + "Sirnitz", + "Sistrans", + "Sitzenberg", + "Solden", + "Soll", + "Sollenau", + "Sommerein", + "Sooss", + "Spielberg bei Knittelfeld", + "Spillern", + "Spital am Pyhrn", + "Spittal an der Drau", + "Spitz", + "Spratzern", + "Staatz", + "Stadelbach", + "Stadl-Paura", + "Stadtschlaining", + "Stainz", + "Stainz bei Straden", + "Stams", + "Stans", + "Stattegg", + "Statzendorf", + "Steg", + "Stegersbach", + "Stein an der Donau", + "Stein an der Enns", + "Stein im Jauntal", + "Steinabruckl", + "Steinach am Brenner", + "Steinakirchen am Forst", + "Steinberg bei Ligist", + "Steindorf am Ossiacher See", + "Steinerberg", + "Steinerkirchen an der Traun", + "Steinfeld", + "Steinhaus", + "Steinhaus am Semmering", + "Stettenhof", + "Steyr", + "Steyregg", + "Stiegl", + "Stockerau", + "Stoob", + "Straden", + "Strass", + "Strassen", + "Strassengel", + "Strasshof an der Nordbahn", + "Strasswalchen", + "Strau", + "Strobl", + "Stubach", + "Stubenberg", + "Studenzen", + "Stuhlfelden", + "Stuhlsdorf", + "Stumm", + "Stummerberg", + "Sulz", + "Sulz im Wienerwald", + "Sulzau", + "Sulzberg", + "Tadten", + "Tal", + "Tamsweg", + "Tannheim", + "Tarrenz", + "Tattendorf", + "Taufkirchen an der Pram", + "Taufkirchen an der Trattnach", + "Tauplitz", + "Taxenbach", + "Telfes im Stubai", + "Telfs", + "Ternberg", + "Ternitz", + "Teufenbach", + "Thal", + "Thalgau", + "Thalheim bei Wels", + "Thalling", + "Thaur", + "Thaya", + "Theresienfeld", + "Thoerl", + "Thuringen", + "Tiefenbach", + "Tiefgraben", + "Tieschen", + "Tirol", + "Tobaj", + "Toeschling", + "Toesenssteinach", + "Traboch", + "Traisen", + "Traiskirchen", + "Traismauer", + "Trasdorf", + "Traun", + "Traunkirchen", + "Traunstein", + "Trausdorf an der Wulka", + "Trautmannsdorf an der Leitha", + "Tribuswinkel", + "Trieben", + "Tristach", + "Troepolach", + "Trofaiach", + "Trumau", + "Tschagguns", + "Tschoeran", + "Tulln", + "Tullnerbach-Lawies", + "Tumeltsham", + "Turnitz", + "Turrach", + "Tweng", + "Uderns", + "Ulmerfeld", + "Ulrichsberg", + "Ulrichskirchen", + "Ungenach", + "Unterberg", + "Untergrub", + "Unterjoch", + "Unterlamm", + "Unterparschenbrunn", + "Unterpremstatten", + "Unterpullendorf", + "Unterpurkla", + "Unterradlberg", + "Unterrohr", + "Untersiebenbrunn", + "Unterwaltersdorf", + "Unterweitersdorf", + "Unzmarkt", + "Uttendorf", + "Utzenaich", + "Veitsch", + "Velden am Woerthersee", + "Vent", + "Vienna", + "Vigaun", + "Viktorsberg", + "Viktring", + "Villach", + "Virgen", + "Vitis", + "Vocklabruck", + "Vocklamarkt", + "Voelkermarkt", + "Voitsberg", + "Volders", + "Vols", + "Vorau", + "Vorchdorf", + "Vorderlanersbach", + "Vordernberg", + "Vosendorf", + "Wagna", + "Wagrain", + "Waidhofen an der Thaya", + "Waidhofen an der Ybbs", + "Waidmannsfeld", + "Waidring", + "Waizenkirchen", + "Walbersdorf", + "Walchsee", + "Wald am Arlberg", + "Waldenstein", + "Walding", + "Waldkirchen am Wesen", + "Waldzell", + "Wallern an der Trattnach", + "Wallern im Burgenland", + "Wallsee", + "Wals", + "Waltersdorf an der March", + "Waltersdorf in Oststeiermark", + "Wampersdorf", + "Wang", + "Wangle", + "Wartberg", + "Wartberg an der Krems", + "Warth", + "Wattens", + "Watzelsdorf", + "Watzendorf", + "Waxenberg", + "Weibern", + "Weiden am See", + "Weigelsdorf", + "Weikendorf", + "Weikersdorf am Steinfelde", + "Weilbach", + "Weiler", + "Weinburg am Sassbach", + "Weissbriach", + "Weissenbach am Lech", + "Weissenkirchen in der Wachau", + "Weisskirchen an der Traun", + "Weisskirchen in Steiermark", + "Weiten", + "Weitersfeld", + "Weitra", + "Weiz", + "Wels", + "Weng bei Admont", + "Weng im Innkreis", + "Wenns", + "Weppersdorf", + "Werfen", + "Werfenweng", + "Werndorf", + "Wernstein am Inn", + "Westendorf", + "Wettmannstatten", + "Wiener Neudorf", + "Wiener Neustadt", + "Wienerherberg", + "Wies", + "Wieselburg", + "Wiesing", + "Wiesmath", + "Wieting", + "Wildon", + "Wilfleinsdorf", + "Wilhelmsburg", + "Wilhering", + "Wimpassing an der Leitha", + "Wimpassing im Schwarzatale", + "Winden am See", + "Windischgarsten", + "Winkl", + "Winzendorf", + "Woelfnitz", + "Wolfau", + "Wolfpassing", + "Wolfsberg", + "Wolfsgraben", + "Wolfurt", + "Wolkersdorf im Weinviertel", + "Wollersdorf", + "Wordern", + "Worgl", + "Wulkaprodersdorf", + "Wundschuh", + "Wurflach", + "Wurmbrand", + "Ybbs an der Donau", + "Ybbsitz", + "Zams", + "Zeillern", + "Zeiselmauer", + "Zell am Moos", + "Zell am See", + "Zell am Ziller", + "Zell an der Ybbs", + "Zellerndorf", + "Zeltweg", + "Zemendorf", + "Zettling", + "Ziersdorf", + "Zillingdorf", + "Zillingtal", + "Zipf", + "Zirl", + "Zistersdorf", + "Zobing", + "Zuers", + "Zurndorf", + "Zwentendorf", + "Zwettl Stadt", + "Zwolfaxing" + ], + "Azerbaijan": [ + "Baku", + "Nakhchivan", + "Quba", + "Qusar", + "Sulutapa", + "Sumqayit", + "Xirdalan", + "Zurges" + ], + "Bahamas": [ + "Andros Town", + "Dunmore Town", + "Freeport", + "Marsh Harbour", + "Nassau", + "Palmetto Point", + "Spanish Wells" + ], + "Bahrain": [ + "Al Budayyi`", + "Al Hadd", + "Al Hamalah", + "Al Janabiyah", + "Al Markh", + "Al Muharraq", + "Bani Jamrah", + "Barbar", + "Jurdab", + "Madinat `Isa", + "Madinat Hamad", + "Manama", + "Oil City", + "Sanabis", + "Sanad", + "Sitrah", + "Tubli" + ], + "Bangladesh": [ + "Agrabad", + "Bangla", + "Barisal", + "Bazar", + "Chittagong", + "Comilla", + "Delta", + "Dhaka", + "Hossain", + "Jessore", + "Kabi", + "Kazipur", + "Mymensingh", + "Narayanganj", + "Rajshahi", + "Tejgaon", + "Uttara" + ], + "Barbados": [ + "Atlantic Shores", + "Bagatelle", + "Bloomsbury", + "Bridgetown", + "Bruce Vale", + "Cave Hill", + "Clapham", + "Hastings", + "Holetown", + "Husbands", + "Jackmans", + "Oistins", + "Pine Housing Estate", + "Porters", + "Rendezvous", + "Rockley", + "The Garden", + "Wanstead", + "Warners", + "Warrens", + "White Hill", + "Wildey", + "Worthing" + ], + "Belarus": [ + "Baranovichi", + "Borisov", + "Brest", + "Dzyarzhynsk", + "Horki", + "Hrodna", + "Lahoysk", + "Lida", + "Lyakhovichi", + "Lyaskavichy", + "Mazyr", + "Minsk", + "Mogilev", + "Navapolatsk", + "Orsha", + "Pinsk", + "Polatsk", + "Radoshkovichi", + "Shklow", + "Vitebsk", + "Zaslawye", + "Zhodzina" + ], + "Belgium": [ + "Aalbeke", + "Aalst", + "Aalter", + "Aarschot", + "Aarsele", + "Aartrijke", + "Aartselaar", + "Achel", + "Adegem", + "Adinkerke", + "Afsnee", + "Agimont", + "Alken", + "Alleur", + "Alsemberg", + "Alveringem", + "Amay", + "Ampsin", + "Andenne", + "Anderlecht", + "Anderlues", + "Andrimont", + "Angleur", + "Ans", + "Anseroeul", + "Anthisnes", + "Antwerp", + "Anzegem", + "Appels", + "Appelterre-Eichem", + "Arbrefontaine", + "Ardooie", + "Arendonk", + "Argenteau", + "Arlon", + "Arquennes", + "Arsimont", + "As", + "Asse", + "Assebroek", + "Assenede", + "Assent", + "Assesse", + "Astene", + "Astenet", + "Ath", + "Attenhoven", + "Attre", + "Aubange", + "Aubel", + "Auderghem", + "Auvelais", + "Avekapelle", + "Avelgem", + "Averbode", + "Awans", + "Awirs", + "Aywaille", + "Baal", + "Baarle-Hertog", + "Baasrode", + "Baelen", + "Baisy-Thy", + "Balen", + "Banneux", + "Barchon", + "Barry", + "Basecles", + "Bassenge", + "Bassevelde", + "Bastogne", + "Battice", + "Baudour", + "Bavegem", + "Bavikhove", + "Bazel", + "Beaufays", + "Beauvechain", + "Beernem", + "Beerse", + "Beersel", + "Beervelde", + "Beerzel", + "Beez", + "Begijnendijk", + "Beigem", + "Bekkevoort", + "Belgrade", + "Belle Fontaine", + "Bellem", + "Beloeil", + "Belsele", + "Berchem", + "Berendrecht", + "Beringen", + "Berlaar", + "Berlare", + "Bernissart", + "Bertem", + "Bertrix", + "Betekom", + "Bevel", + "Beveren", + "Beverlo", + "Beyne-Heusay", + "Bierbeek", + "Biercee", + "Bierges", + "Bierset", + "Bilstain", + "Bilzen", + "Binche", + "Bissegem", + "Blaasveld", + "Blanden", + "Blankenberge", + "Blegny", + "Bocholt", + "Boechout", + "Boezinge", + "Boncelles", + "Bonheiden", + "Bonlez", + "Booischot", + "Boom", + "Boorsem", + "Boortmeerbeek", + "Borchtlombeek", + "Borgerhout", + "Borgloon", + "Bornem", + "Borsbeek", + "Borsbeke", + "Bouge", + "Bouillon", + "Boussu", + "Bousval", + "Boutersem", + "Bouwel", + "Bovekerke", + "Bovesse", + "Braine-le-Chateau", + "Braine-le-Comte", + "Braives", + "Brasmenil", + "Brasschaat", + "Brecht", + "Bredene", + "Bree", + "Bressoux", + "Broechem", + "Brugelette", + "Bruges", + "Brussegem", + "Brussels", + "Budingen", + "Buggenhout", + "Buizingen", + "Bunsbeek", + "Burcht", + "Burdinne", + "Burst", + "Butgenbach", + "Buvrinnes", + "Carnieres", + "Casteau", + "Celles", + "Cerexhe-Heuseux", + "Chapelle-lez-Herlaimont", + "Charleroi", + "Charneux", + "Chastre", + "Chatelet", + "Chatelineau", + "Chaudfontaine", + "Chaumont-Gistoux", + "Chaussee-Notre-Dame-Louvignies", + "Chenee", + "Chercq", + "Chevron", + "Chievres", + "Chimay", + "Chiny", + "Ciney", + "Ciplet", + "Clavier", + "Colfontaine", + "Comblain-au-Pont", + "Comines", + "Coret", + "Corroy-le-Grand", + "Couillet", + "Cour-sur-Heure", + "Courcelles", + "Court-Saint-Etienne", + "Couthuin", + "Couvin", + "Crisnee", + "Cuesmes", + "Dadizele", + "Dalhem", + "Damme", + "Dampremy", + "Dave", + "De Haan", + "De Klinge", + "De Panne", + "De Pinte", + "Deerlijk", + "Deftinge", + "Deinze", + "Denderbelle", + "Denderhoutem", + "Denderleeuw", + "Dendermonde", + "Dentergem", + "Dessel", + "Desselgem", + "Destelbergen", + "Deurle", + "Deurne", + "Diegem", + "Diepenbeek", + "Diest", + "Diksmuide", + "Dilbeek", + "Dilsen", + "Dinant", + "Dison", + "Donceel", + "Dongelberg", + "Dorinne", + "Dottignies", + "Dour", + "Dranouter", + "Drogenbos", + "Drongen", + "Dudzele", + "Duffel", + "Duisburg", + "Dworp", + "Ecaussinnes-Lalaing", + "Edegem", + "Eeklo", + "Eernegem", + "Eghezee", + "Eigenbilzen", + "Eke", + "Ekeren", + "Eksaarde", + "Eksel", + "Elen", + "Elewijt", + "Elingen", + "Ellezelles", + "Ellignies-Sainte-Anne", + "Elverdinge", + "Elversele", + "Emblem", + "Embourg", + "Emptinne", + "Enghien", + "Engis", + "Ensival", + "Eppegem", + "Erbaut", + "Erembodegem", + "Erezee", + "Erondegem", + "Erpe", + "Erpent", + "Erps-Kwerps", + "Erquelinnes", + "Ertvelde", + "Esneux", + "Essen", + "Essene", + "Estaimpuis", + "Estinnes-au-Val", + "Etalle", + "Etikhove", + "Etterbeek", + "Eupen", + "Everbeek", + "Everberg", + "Evere", + "Evergem", + "Faimes", + "Falisolle", + "Fallais", + "Farciennes", + "Fayt-lez-Manage", + "Feluy", + "Ferrieres", + "Fexhe-le-Haut-Clocher", + "Fexhe-Slins", + "Filot", + "Flawinne", + "Flemalle-Grande", + "Flemalle-Haute", + "Flenu", + "Fleron", + "Fleurus", + "Flobecq", + "Floreffe", + "Florennes", + "Florenville", + "Fontaine", + "Fontaine-Valmont", + "Forchies-la-Marche", + "Forest", + "Forrieres", + "Fosse des Loups", + "Frameries", + "Franiere", + "Frasnes-lez-Buissenal", + "Freylange", + "Gages", + "Galmaarden", + "Ganshoren", + "Gavere", + "Geel", + "Geer", + "Geetbets", + "Gellik", + "Gelrode", + "Geluwe", + "Gembloux", + "Genk", + "Gentbrugge", + "Gentinnes", + "Genval", + "Geraardsbergen", + "Gerpinnes", + "Gesves", + "Ghent", + "Ghislenghien", + "Ghlin", + "Gierle", + "Gijzegem", + "Gilly", + "Gingelom", + "Gistel", + "Gits", + "Glabbeek", + "Glimes", + "Gobard", + "Godarville", + "Goe", + "Gooik", + "Goor", + "Gosselies", + "Gourdinne", + "Goutroux", + "Gouy-lez-Pieton", + "Grand", + "Grand-Leez", + "Grand-Rechain", + "Grand-Reng", + "Grembergen", + "Grez-Doiceau", + "Grimbergen", + "Grimminge", + "Grivegnee", + "Grobbendonk", + "Groot-Bijgaarden", + "Gruitrode", + "Gullegem", + "Haacht", + "Haaltert", + "Haasdonk", + "Haasrode", + "Haccourt", + "Haine-Saint-Paul", + "Halen", + "Hallaar", + "Halle", + "Ham", + "Ham-sur-Heure", + "Ham-sur-Sambre", + "Hamme", + "Hamme-Mille", + "Hamoir", + "Hamont", + "Hampteau", + "Haneffe", + "Hannut", + "Hansbeke", + "Harelbeke", + "Haren", + "Hasselt", + "Haut-Ittre", + "Hautrage", + "Havay", + "Havre", + "Hechtel", + "Heers", + "Heestert", + "Heffen", + "Heindonk", + "Heist", + "Heist-op-den-Berg", + "Hekelgem", + "Helchteren", + "Hemiksem", + "Henri-Chapelle", + "Hensies", + "Heppen", + "Herdersem", + "Herent", + "Herentals", + "Herenthout", + "Herinnes", + "Herk-de-Stad", + "Herlaimont", + "Hermalle-sous-Argenteau", + "Hermee", + "Herne", + "Herseaux", + "Herselt", + "Herstal", + "Herve", + "Herzele", + "Heule", + "Heure-le-Romain", + "Heusden", + "Heusy", + "Hever", + "Heverlee", + "Hingene", + "Hoboken", + "Hodeige", + "Hoegaarden", + "Hoeilaart", + "Hoeleden", + "Hoeselt", + "Hoevenen", + "Hofstade", + "Hognoul", + "Hollain", + "Holland", + "Hollogne", + "Holsbeek", + "Hombeek", + "Hooglede", + "Hoogstraten", + "Horion-Hozemont", + "Hornu", + "Hotton", + "Houdeng-Goegnies", + "Houffalize", + "Housse", + "Houtain-le-Val", + "Houtaing", + "Houthalen", + "Houthem", + "Houthulst", + "Houtvenne", + "Hove", + "Huizingen", + "Huldenberg", + "Hulshout", + "Humbeek", + "Huy", + "Hyon", + "Ichtegem", + "Iddergem", + "Idegem", + "Impe", + "Incourt", + "Ingelmunster", + "Ingooigem", + "Isnes", + "Itegem", + "Itterbeek", + "Ittre", + "Ixelles-Elsene", + "Izegem", + "Izel", + "Jabbeke", + "Jambes", + "Jamioulx", + "Jauche", + "Jemappes", + "Jemelle", + "Jemeppe-sur-Meuse", + "Jemeppe-sur-Sambre", + "Jette", + "Jodoigne", + "Jumet", + "Jupille-sur-Meuse", + "Juprelle", + "Jurbise", + "Kachtem", + "Kain", + "Kalken", + "Kalmthout", + "Kampenhout", + "Kanegem", + "Kapelle-op-den-Bos", + "Kapellen", + "Kaprijke", + "Kasterlee", + "Kaulille", + "Keerbergen", + "Kemzeke", + "Kerkhove", + "Kerksken", + "Kermt", + "Kersbeek-Miskom", + "Kessel", + "Kessel-Lo", + "Kettenis", + "Kinrooi", + "Klein-Gelmen", + "Klemskerke", + "Knesselare", + "Knokke", + "Knokke-Heist", + "Koekelare", + "Koersel", + "Koksijde", + "Koningshooikt", + "Kontich", + "Korbeek-Dijle", + "Korbeek-Lo", + "Kortemark", + "Kortenaken", + "Kortenberg", + "Kortessem", + "Kortrijk", + "Kortrijk-Dutsel", + "Kozen", + "Kraainem", + "Kruibeke", + "Kruishoutem", + "Kuringen", + "Kuurne", + "Kwaadmechelen", + "La Calamine", + "La Hestre", + "La Hulpe", + "Laarne", + "Labuissiere", + "Laken", + "Lambermont", + "Lanaken", + "Landegem", + "Landelies", + "Landen", + "Langdorp", + "Langemark", + "Lanklaar", + "Latinne", + "Lauwe", + "Le Tilleul", + "Lebbeke", + "Lede", + "Ledeberg", + "Ledegem", + "Leefdaal", + "Leerbeek", + "Leernes", + "Leest", + "Leffinge", + "Leisele", + "Lembeek", + "Lendelede", + "Lennik", + "Leopoldsburg", + "Lessines", + "Letterhoutem", + "Leuven", + "Leuze", + "Leval-Trahegnies", + "Libramont", + "Lichtaart", + "Lichtervelde", + "Liedekerke", + "Lier", + "Ligny", + "Lille", + "Lillois-Witterzee", + "Limal", + "Limbourg", + "Limelette", + "Lincent", + "Linden", + "Linkebeek", + "Lint", + "Lippelo", + "Lisogne", + "Lissewege", + "Lives-sur-Meuse", + "Lixhe", + "Lobbes", + "Lochristi", + "Lodelinsart", + "Loenhout", + "Loker", + "Lokeren", + "Lommel", + "Loncin", + "Londerzeel", + "Lontzen", + "Loppem", + "Lot", + "Lotenhulle", + "Loupoigne", + "Louvain-la-Neuve", + "Louveigne", + "Lovendegem", + "Loverval", + "Lubbeek", + "Lummen", + "Luttre", + "Maaseik", + "Maasmechelen", + "Machelen", + "Magnee", + "Maisieres", + "Maldegem", + "Malderen", + "Malmedy", + "Malonne", + "Manage", + "Manhay", + "Marais", + "Marche-en-Famenne", + "Marche-lez-Ecaussinnes", + "Marchienne-au-Pont", + "Marchin", + "Marcinelle", + "Mariakerke", + "Mariekerke", + "Mariembourg", + "Marke", + "Markegem", + "Massemen", + "Maurage", + "Mechelen", + "Meensel-Kiezegem", + "Meerbeke", + "Meerhout", + "Meerlaar", + "Meerle", + "Meersel", + "Meeuwen", + "Meigem", + "Meise", + "Meldert", + "Melen", + "Melkwezer", + "Melle", + "Melsbroek", + "Melsele", + "Membach", + "Menen", + "Merchtem", + "Mere", + "Merelbeke", + "Merendree", + "Merksem", + "Merksplas", + "Mespelare", + "Messancy", + "Mettet", + "Meulebeke", + "Middelburg", + "Middelkerke", + "Minderhout", + "Modave", + "Moen", + "Moerbeke", + "Moerzeke", + "Moha", + "Mol", + "Molenbeek", + "Molenbeek-Saint-Jean", + "Molenstede", + "Momalle", + "Monceau-sur-Sambre", + "Mons", + "Mont-Saint-Guibert", + "Mont-Sainte-Aldegonde", + "Mont-sur-Marchienne", + "Montegnee", + "Montignies-lez-Lens", + "Montignies-sur-Sambre", + "Montzen", + "Moorsel", + "Moorslede", + "Morialme", + "Morkhoven", + "Morlanwelz-Mariemont", + "Mortsel", + "Mouscron", + "Muizen", + "Munsterbilzen", + "Naast", + "Nalinnes", + "Nameche", + "Namur", + "Nandrin", + "Natoye", + "Nazareth", + "Neder-Over-Heembeek", + "Nederbrakel", + "Nederhasselt", + "Neerharen", + "Neerijse", + "Neerlinter", + "Neerpelt", + "Nethen", + "Neuville-en-Condroz", + "Nevele", + "Niel", + "Nieuwenhove", + "Nieuwerkerken", + "Nieuwpoort", + "Nieuwrode", + "Nijlen", + "Nil Saint-Vincent", + "Nimy", + "Ninove", + "Nivelles", + "Nodebais", + "Nokere", + "Nossegem", + "Nouvelles", + "Nukerke", + "Obaix", + "Obourg", + "Oedelem", + "Oelegem", + "Oeselgem", + "Ohain", + "Ohey", + "Okegem", + "Olen", + "Olne", + "Onze-Lieve-Vrouw-Waver", + "Ooigem", + "Oordegem", + "Oostakker", + "Oosteeklo", + "Oostende", + "Oosterzele", + "Oostham", + "Oostkamp", + "Oostmalle", + "Oostrozebeke", + "Oostvleteren", + "Opbrakel", + "Opglabbeek", + "Opgrimbie", + "Ophain", + "Opitter", + "Opoeteren", + "Oppem", + "Oppuurs", + "Opwijk", + "Orbais", + "Orp-le-Grand", + "Ostend", + "Otegem", + "Othee", + "Ottignies", + "Oud-Heverlee", + "Oud-Turnhout", + "Oudegem", + "Oudenaarde", + "Oudenburg", + "Ougree", + "Oupeye", + "Outer", + "Outrijve", + "Overheide", + "Overijse", + "Overmere", + "Overpelt", + "Paal", + "Pamel", + "Parike", + "Park", + "Passendale", + "Peer", + "Pellenberg", + "Pepinster", + "Peronnes", + "Pervijze", + "Perwez", + "Petegem", + "Peutie", + "Pipaix", + "Pittem", + "Plainevaux", + "Plancenoit", + "Ploegsteert", + "Poederlee", + "Poelkapelle", + "Pollare", + "Pont-a-Celles", + "Pont-de-Loup", + "Poperinge", + "Poppel", + "Post", + "Presles", + "Profondeville", + "Pulderbos", + "Pulle", + "Putte", + "Puurs", + "Quaregnon", + "Quenast", + "Quevaucamps", + "Quievrain", + "Ramet", + "Ramsdonk", + "Ramsel", + "Ramskapelle", + "Rance", + "Ransart", + "Ranst", + "Ravels", + "Rebaix", + "Recht", + "Reet", + "Rekem", + "Rekkem", + "Relegem", + "Remersdaal", + "Remicourt", + "Reninge", + "Renlies", + "Ressaix", + "Ressegem", + "Retie", + "Retinne", + "Rhisnes", + "Richelle", + "Riemst", + "Rijkevorsel", + "Rijmenam", + "Rillaar", + "Rixensart", + "Rochefort", + "Rocourt", + "Rode", + "Roeselare", + "Roeulx", + "Romsee", + "Ronse", + "Rosieres", + "Rosmeer", + "Rotselaar", + "Roux", + "Ruddervoorde", + "Ruien", + "Ruisbroek", + "Ruiselede", + "Rumbeke", + "Rummen", + "Rumst", + "Sablon", + "Saint-Georges-sur-Meuse", + "Saint-Ghislain", + "Saint-Gilles", + "Saint-Jean-Geest", + "Saint-Josse-ten-Noode", + "Saint-Leger", + "Saint-Mard", + "Saint-Nicolas", + "Saint-Remy", + "Saint-Sauveur", + "Saint-Servais", + "Saint-Symphorien", + "Sainte-Ode", + "Saintes", + "Saive", + "Sankt Vith", + "Sart Melin", + "Sart-Dames-Avelines", + "Sart-en-Fagne", + "Sart-lez-Spa", + "Schaarbeek", + "Schaffen", + "Schalkhoven", + "Scheldewindeke", + "Schelle", + "Schellebelle", + "Schendelbeke", + "Schepdaal", + "Scherpenheuvel", + "Schilde", + "Schoonaarde", + "Schorisse", + "Schoten", + "Schriek", + "Schulen", + "Sclayn", + "Seilles", + "Seneffe", + "Seraing", + "Serskamp", + "Sijsele", + "Sinaai", + "Sint-Agatha-Berchem", + "Sint-Agatha-Rode", + "Sint-Amands", + "Sint-Amandsberg", + "Sint-Andries", + "Sint-Baafs-Vijve", + "Sint-Denijs-Westrem", + "Sint-Genesius-Rode", + "Sint-Gillis-bij-Dendermonde", + "Sint-Gillis-Waas", + "Sint-Katelijne-Waver", + "Sint-Kornelis-Horebeke", + "Sint-Lambrechts-Herk", + "Sint-Laureins", + "Sint-Lievens-Houtem", + "Sint-Maria-Latem", + "Sint-Martens-Latem", + "Sint-Michiels", + "Sint-Niklaas", + "Sint-Pauwels", + "Sint-Pieters op de Dijk", + "Sint-Pieters-Leeuw", + "Sint-Stevens-Woluwe", + "Sint-Truiden", + "Sirault", + "Sleidinge", + "Soignies", + "Sombreffe", + "Soumagne", + "Souvret", + "Spa", + "Sprimont", + "Stabroek", + "Staden", + "Stavelot", + "Steendorp", + "Steenokkerzeel", + "Stekene", + "Stembert", + "Stene", + "Ster", + "Sterrebeek", + "Stevoort", + "Stokkem", + "Stoumont", + "Stree", + "Strepy-Bracquegnies", + "Strombeek-Bever", + "Tamines", + "Temse", + "Teralfene", + "Terhagen", + "Ternat", + "Tertre", + "Tervuren", + "Tessenderlo", + "Testelt", + "Theux", + "Thimeon", + "Thimister", + "Thisnes", + "Thuin", + "Thulin", + "Thy-le-Chateau", + "Thynes", + "Tiegem", + "Tielt", + "Tienen", + "Tildonk", + "Tilff", + "Tilleur", + "Tisselt", + "Toernich", + "Tohogne", + "Tongeren", + "Tongerlo", + "Tongre-Notre-Dame", + "Torhout", + "Tournai", + "Transinne", + "Trazegnies", + "Tremelo", + "Trooz", + "Tubize", + "Turnhout", + "Uccle", + "Ulbeek", + "Ursel", + "Vance", + "Varsenare", + "Vaux", + "Vaux-sous-Chevremont", + "Vedrin", + "Veerle", + "Velaine-sur-Sambre", + "Velaines", + "Veldegem", + "Velm", + "Veltem-Beisem", + "Verlaine", + "Verrebroek", + "Verviers", + "Veurne", + "Viane", + "Vichte", + "Vielsalm", + "Viesville", + "Villers-la-Ville", + "Villers-le-Bouillet", + "Villers-sur-Semois", + "Vilvoorde", + "Vinderhoute", + "Virton", + "Vise", + "Vivegnis", + "Vladslo", + "Vlekkem", + "Vlezenbeek", + "Vliermaal", + "Vliermaalroot", + "Vlierzele", + "Vlissegem", + "Vollezele", + "Voormezele", + "Voroux-Goreux", + "Vorselaar", + "Vosselaar", + "Vossem", + "Vottem", + "Vremde", + "Waarloos", + "Waarschoot", + "Waasmunster", + "Wachtebeke", + "Wagnelee", + "Wakken", + "Waleffe Saint-Georges", + "Walhain", + "Walhorn", + "Wanfercee-Baulet", + "Wangenies", + "Wanne", + "Wanze", + "Warchin", + "Waregem", + "Waremme", + "Warneton", + "Warquignies", + "Warsage", + "Wasmes", + "Waterloo", + "Watermael-Boitsfort", + "Watervliet", + "Waudrez", + "Wavre", + "Ways", + "Wechelderzande", + "Weelde", + "Welkenraedt", + "Welle", + "Wellen", + "Wemmel", + "Wenduine", + "Wepion", + "Werchter", + "Werken", + "Wervik", + "Wespelaar", + "Westende", + "Westerlo", + "Westmalle", + "Westouter", + "Wetteren", + "Wevelgem", + "Wezemaal", + "Wezembeek-Oppem", + "Wichelen", + "Wiekevorst", + "Wielsbeke", + "Wierde", + "Wieze", + "Wijgmaal", + "Wijnegem", + "Willebroek", + "Wilrijk", + "Wilsele", + "Wingene", + "Winksele", + "Woesten", + "Wolfsdonk", + "Wolkrange", + "Woluwe-Saint-Lambert", + "Woluwe-Saint-Pierre - Sint-Pieters-Woluwe", + "Wolvertem", + "Wommelgem", + "Wondelgem", + "Wortegem", + "Wuustwezel", + "Xhendremael", + "Xhoris", + "Ypres", + "Yvoir", + "Zaffelare", + "Zandbergen", + "Zandhoven", + "Zarren", + "Zaventem", + "Zedelgem", + "Zeebrugge", + "Zele", + "Zellik", + "Zelzate", + "Zemst", + "Zeveneken", + "Zichem", + "Zingem", + "Zoersel", + "Zolder", + "Zomergem", + "Zonhoven", + "Zonnebeke", + "Zottegem", + "Zoutleeuw", + "Zuienkerke", + "Zulte", + "Zutendaal", + "Zwartenbroek", + "Zwevegem", + "Zwevezele", + "Zwijnaarde", + "Zwijndrecht" + ], + "Belize": [ + "Belize City", + "Belmopan", + "Benque Viejo del Carmen", + "Freetown Sibun", + "Ladyville", + "San Ignacio", + "San Pedro Town" + ], + "Benin": [ + "Alibori", + "Atakora", + "Atlantique", + "Borgou", + "Collines", + "Donga", + "Kouffo", + "Littoral", + "Mono", + "Oueme", + "Plateau", + "Zou" + ], + "Bermuda": [ + "Devonshire", + "Hamilton", + "Paget", + "Pembroke", + "Saint George", + "Saint George's", + "Sandys", + "Smith's", + "Southampton", + "Warwick" + ], + "Bhutan": [ + "Bumthang", + "Chukha", + "Dagana", + "Gasa", + "Haa", + "Lhuntse", + "Mongar", + "Paro", + "Pemagatshel", + "Punakha", + "Samdrup Jongkhar", + "Samtse", + "Sarpang", + "Thimphu", + "Trashigang", + "Trashiyangste", + "Trongsa", + "Tsirang", + "Wangdue Phodrang", + "Zhemgang" + ], + "Bolivia": [ + "Anillo", + "Aroma", + "Bermejo", + "Caracasa", + "Cobija", + "Cochabamba", + "Cotoca", + "Cruz", + "Guayaramerin", + "La Paz", + "Oruro", + "Riberalta", + "Santa Cruz", + "Sucre", + "Tarija", + "Trinidad" + ], + "Bosnia and Herzegovina": [ + "Banja", + "Banja Luka", + "Bijeljina", + "Bosanska Dubica", + "Bosanska Krupa", + "Brcko", + "Breza", + "Bugojno", + "Cazin", + "Core", + "Doboj", + "Donja Mahala", + "Gracanica", + "Ilidza", + "Jajce", + "Jelah", + "Kiseljak", + "Livno", + "Ljubuski", + "Lopare", + "Lukavac", + "Modrica", + "Mostar", + "Novi Travnik", + "Odzak", + "Prijedor", + "Sanski Most", + "Sarajevo", + "Siroki Brijeg", + "Srpska", + "Stup", + "Tesanj", + "Travnik", + "Tuzla", + "Visoko", + "Vitez", + "Vogosca", + "Zenica", + "Zepce", + "Zivinice" + ], + "Botswana": [ + "Francistown", + "Gaborone", + "Orapa", + "Serowe", + "Village" + ], + "Brazil": [ + "Abadiania", + "Abaetetuba", + "Abelardo Luz", + "Abidos", + "Abrantes", + "Abreu", + "Abreu e Lima", + "Acarau", + "Acopiara", + "Acorizal", + "Acu", + "Acucena", + "Adamantina", + "Adustina", + "Afogados da Ingazeira", + "Afonso Claudio", + "Agrestina", + "Agua Boa", + "Agua Clara", + "Aguai", + "Aguanil", + "Aguas Claras", + "Aguas da Prata", + "Aguas de Chapeco", + "Aguas de Lindoia", + "Aguas de Sao Pedro", + "Aguas Lindas", + "Agudo", + "Agudos", + "Agulha", + "Alagoa Grande", + "Alagoa Nova", + "Alagoinha", + "Alagoinhas", + "Alambari", + "Aldeia", + "Alegre", + "Alegres", + "Alegrete", + "Alem Paraiba", + "Alfenas", + "Alfredo Chaves", + "Almeirim", + "Almirante Tamandare", + "Aloandia", + "Alta Floresta", + "Altamira", + "Altaneira", + "Alterosa", + "Altinho", + "Altinopolis", + "Alto", + "Alto Alegre", + "Alto do Rodrigues", + "Alto Paraiso de Goias", + "Alto Piquiri", + "Alto Santo", + "Altos", + "Alvares Machado", + "Alvorada", + "Alvorada do Sul", + "Amambai", + "Amaraji", + "Amarante", + "Amarante do Maranhao", + "Amazonas", + "America de Cima", + "America Dourada", + "Americana", + "Americo Brasiliense", + "Amparo", + "Anadia", + "Anajas", + "Ananindeua", + "Anchieta", + "Andarai", + "Andradas", + "Andradina", + "Andre", + "Andre da Rocha", + "Angatuba", + "Angical do Piaui", + "Angicos", + "Angra dos Reis", + "Anhembi", + "Anhumas", + "Antas", + "Antonina", + "Antonio Carlos", + "Antonio Carlos", + "Antonio Prado", + "Aparecida", + "Aparecida do Rio Negro", + "Aperibe", + "Apiai", + "Apiuna", + "Apodi", + "Apora", + "Apucarana", + "Apuiares", + "Aquidaba", + "Aquidauana", + "Aquiraz", + "Aracai", + "Aracaju", + "Aracariguama", + "Aracas", + "Aracati", + "Aracatuba", + "Araci", + "Aracoiaba da Serra", + "Aracruz", + "Aracuai", + "Aragarcas", + "Araguari", + "Arandu", + "Arapiraca", + "Arapongas", + "Arapoti", + "Arapua", + "Araquari", + "Ararangua", + "Araraquara", + "Araras", + "Ararica", + "Araripina", + "Araruama", + "Araruna", + "Araujos", + "Arceburgo", + "Arcos", + "Arcoverde", + "Areado", + "Areal", + "Arealva", + "Areia Branca", + "Areial", + "Aricanduva", + "Ariquemes", + "Armacao de Buzios", + "Armazem", + "Aroeiras", + "Arraial", + "Arraial do Cabo", + "Arroio do Meio", + "Arroio do Silva", + "Arroio do Tigre", + "Arroio dos Ratos", + "Arroio Grande", + "Artur Nogueira", + "Ascurra", + "Assis", + "Assis Chateaubriand", + "Atibaia", + "Auriflama", + "Avanhandava", + "Avare", + "Azurita", + "Bady Bassitt", + "Baia da Traicao", + "Baiao", + "Bairro da Velha Central", + "Baixo Guandu", + "Balsa Nova", + "Balsamo", + "Balsas", + "Bambui", + "Banabuiu", + "Bananal", + "Bandeirantes", + "Bangu", + "Barao de Cocais", + "Barao de Cotegipe", + "Barao de Grajau", + "Barauna", + "Barbacena", + "Barbalha", + "Barbosa", + "Barcarena", + "Barra", + "Barra", + "Barra Bonita", + "Barra da Tijuca", + "Barra de Sao Miguel", + "Barra do Bugres", + "Barra do Corda", + "Barra do Jacare", + "Barra do Ribeiro", + "Barra Mansa", + "Barra Velha", + "Barracao", + "Barras", + "Barreiras", + "Barretos", + "Barrinha", + "Barro", + "Barrocas", + "Barueri", + "Batatais", + "Batista", + "Baturite", + "Bauru", + "Bayeux", + "Bebedouro", + "Beberibe", + "Bela Vista", + "Bela Vista", + "Bela Vista", + "Bela Vista de Goias", + "Bela Vista do Paraiso", + "Belem", + "Belem", + "Belem do Brejo do Cruz", + "Belford Roxo", + "Belo Horizonte", + "Belo Horizonte", + "Belo Jardim", + "Benedito Novo", + "Benevides", + "Bento", + "Berilo", + "Bernardo", + "Bertioga", + "Betania", + "Betim", + "Bezerros", + "Bicas", + "Biguacu", + "Birigui", + "Biritiba Mirim", + "Biritinga", + "Bituruna", + "Blumenau", + "Boa Esperanca", + "Boa Esperanca", + "Boa Ventura", + "Boa Vista", + "Boa Vista", + "Boa Vista", + "Boa Vista", + "Boa Vista", + "Boa Vista", + "Boa Vista do Burica", + "Bocaiuva", + "Bocaiuva do Sul", + "Boituva", + "Bom Conselho", + "Bom Despacho", + "Bom Jardim", + "Bom Jardim de Minas", + "Bom Jesus", + "Bom Jesus", + "Bom Jesus", + "Bom Jesus da Lapa", + "Bom Jesus do Amparo", + "Bom Jesus do Itabapoana", + "Bom Jesus dos Perdoes", + "Bom Principio", + "Bom Retiro do Sul", + "Bombinhas", + "Bonfim", + "Bonito", + "Bonito", + "Bonito", + "Bonito", + "Boqueirao", + "Boquim", + "Borda da Mata", + "Borrazopolis", + "Botafogo", + "Botafogo", + "Botucatu", + "Botupora", + "Botuvera", + "Braco do Norte", + "Braganca", + "Braganca Paulista", + "Branco", + "Bras", + "Brasa", + "Brasil", + "Brasilandia", + "Brasopolis", + "Brejetuba", + "Brejinho de Nazare", + "Brejo da Madre de Deus", + "Brejo Santo", + "Breves", + "Brochier", + "Brodosqui", + "Brotas", + "Brumadinho", + "Brumado", + "Brusque", + "Bueno Brandao", + "Buique", + "Buritama", + "Buriti", + "Buriti", + "Buritizeiro", + "Butia", + "Buzios", + "Caapora", + "Caarapo", + "Cabedelo", + "Cabo de Santo Agostinho", + "Cabo Frio", + "Cabralia", + "Cabralia Paulista", + "Cabreuva", + "Cabrobo", + "Cacapava", + "Cacapava do Sul", + "Cacequi", + "Caceres", + "Cachoeira", + "Cachoeira do Sul", + "Cachoeira Grande", + "Cachoeira Paulista", + "Cachoeiras", + "Cachoeiras de Macacu", + "Cachoeirinha", + "Cachoeiro de Itapemirim", + "Cacimba de Dentro", + "Cacique Doble", + "Cacoal", + "Caete", + "Caetite", + "Cafarnaum", + "Cafelandia", + "Caiana", + "Caiaponia", + "Caibate", + "Caico", + "Caieiras", + "Caiua", + "Cajamar", + "Cajati", + "Cajazeiras", + "Cajobi", + "Cajuru", + "Calcado", + "Calcoene", + "Caldas", + "Caldas Novas", + "California", + "Camacari", + "Camamu", + "Camanducaia", + "Camaqua", + "Camaragibe", + "Cambe", + "Camboriu", + "Cambui", + "Cambuquira", + "Cameta", + "Campestre", + "Campina", + "Campina Grande", + "Campina Grande do Sul", + "Campinas", + "Campinas do Sul", + "Campinorte", + "Campo", + "Campo Alegre", + "Campo Alegre", + "Campo Bom", + "Campo Ere", + "Campo Formoso", + "Campo Grande", + "Campo Grande", + "Campo Largo", + "Campo Magro", + "Campo Maior", + "Campo Mourao", + "Campo Novo", + "Campo Verde", + "Campos", + "Campos", + "Campos do Jordao", + "Campos dos Goytacazes", + "Campos Gerais", + "Campos Novos", + "Campos Sales", + "Canarana", + "Canas", + "Canavieiras", + "Candeal", + "Candeias", + "Candeias", + "Candelaria", + "Candido Mota", + "Candoi", + "Canela", + "Canelinha", + "Cangucu", + "Canhotinho", + "Caninde", + "Caninde de Sao Francisco", + "Canoas", + "Canoinhas", + "Cansancao", + "Cantagalo", + "Cantanhede", + "Capanema", + "Capao Alto", + "Capao Bonito", + "Capao da Canoa", + "Capao do Leao", + "Caparao", + "Capela", + "Capela", + "Capela do Alto", + "Capelinha", + "Capetinga", + "Capinopolis", + "Capistrano", + "Capitao Poco", + "Capivari", + "Caputira", + "Caraa", + "Caraguatatuba", + "Carambei", + "Carangola", + "Carapebus", + "Carapicuiba", + "Caratinga", + "Caraubas", + "Carazinho", + "Cardeal da Silva", + "Cardoso", + "Cariacica", + "Carinhanha", + "Caripi", + "Carius", + "Carlos Barbosa", + "Carmo da Mata", + "Carmo do Cajuru", + "Carmo do Rio Claro", + "Carmopolis", + "Carmopolis de Minas", + "Carnaiba", + "Carolina", + "Carpina", + "Caruaru", + "Casa Nova", + "Casca", + "Cascavel", + "Casimiro de Abreu", + "Cassia", + "Cassilandia", + "Cassino", + "Castanhal", + "Castelo", + "Castro", + "Cataguases", + "Catalao", + "Catanduva", + "Catanduvas", + "Catarina", + "Catende", + "Catu", + "Caucaia", + "Caxambu", + "Caxambu", + "Caxias", + "Caxias do Sul", + "Ceara Mirim", + "Cedral", + "Cedro do Abaete", + "Ceilandia", + "Centenario do Sul", + "Central", + "Ceres", + "Cerqueira Cesar", + "Cerquilho", + "Cerro Azul", + "Cerro Branco", + "Cerro Grande", + "Cerro Largo", + "Cesario Lange", + "Ceu Azul", + "Cha Grande", + "Chapada", + "Chapadao", + "Chapadao", + "Chapadinha", + "Charqueada", + "Charqueadas", + "Chaval", + "Chavantes", + "Chopinzinho", + "Cianorte", + "Cicero Dantas", + "Cidade", + "Cidade", + "Cidade de Deus", + "Cidade Nova", + "Cipotanea", + "Claro dos Pocoes", + "Claudio", + "Clementina", + "Clevelandia", + "Coari", + "Cocal", + "Cocalinho", + "Cocos", + "Coelho", + "Colatina", + "Colina", + "Colinas", + "Colinas", + "Colombo", + "Colorado", + "Comodoro", + "Conceicao", + "Conceicao", + "Conceicao da Barra", + "Conceicao das Alagoas", + "Conceicao de Macabu", + "Conceicao do Araguaia", + "Conceicao do Coite", + "Conceicao do Mato Dentro", + "Conchal", + "Conchas", + "Concordia", + "Condado", + "Conde", + "Conde", + "Congonhas", + "Conselheiro Lafaiete", + "Contagem", + "Contenda", + "Convento da Penha", + "Cordeiro", + "Cordeiropolis", + "Cordilheira", + "Coreau", + "Coremas", + "Corguinho", + "Cornelio Procopio", + "Coroados", + "Coroas", + "Coroata", + "Coromandel", + "Coronel", + "Coronel Fabriciano", + "Correia Pinto", + "Correntina", + "Cortes", + "Corumba de Goias", + "Coruripe", + "Cosmopolis", + "Cosmorama", + "Cotia", + "Crateus", + "Crato", + "Cravinhos", + "Cristais", + "Cristalina", + "Cristiano Otoni", + "Cruz", + "Cruz Alta", + "Cruz das Almas", + "Cruzeiro", + "Cruzeiro da Fortaleza", + "Cruzeiro do Oeste", + "Cruzeiro do Sul", + "Cruzeiro do Sul", + "Cruzilia", + "Cubatao", + "Cuite", + "Cunha Pora", + "Cupira", + "Curimata", + "Curitiba", + "Curitibanos", + "Currais Novos", + "Cururupu", + "Curvelo", + "Delfinopolis", + "Descalvado", + "Descanso", + "Diadema", + "Diamantina", + "Diamantino", + "Dias", + "Dionisio Cerqueira", + "Divinopolis", + "Dix-sept Rosado", + "Dobrada", + "Dois Corregos", + "Dois Irmaos", + "Dois Vizinhos", + "Dom Feliciano", + "Dom Pedrito", + "Dom Silverio", + "Domingos Martins", + "Dores do Indaia", + "Dourado", + "Dourados", + "Doutor Camargo", + "Doutor Mauricio Cardoso", + "Dracena", + "Duartina", + "Duas Barras", + "Dumont", + "Duque de Caxias", + "Eldorado", + "Elias Fausto", + "Elisiario", + "Eloi Mendes", + "Embu", + "Embu Guacu", + "Encantado", + "Encruzilhada do Sul", + "Engenheiro Beltrao", + "Engenheiro Schmidt", + "Entre Rios", + "Entre Rios de Minas", + "Erechim", + "Erval Grande", + "Erval Velho", + "Ervalia", + "Escada", + "Esmeraldas", + "Espera Feliz", + "Esperanca", + "Esperanca", + "Esperantina", + "Espinosa", + "Espirito Santo", + "Espirito Santo do Pinhal", + "Espumoso", + "Estancia", + "Estancia Nova", + "Estancia Velha", + "Esteio", + "Estiva", + "Estreito", + "Estrela", + "Eugenio", + "Eugenopolis", + "Eusebio", + "Extrema", + "Extremoz", + "Exu", + "Farroupilha", + "Fartura", + "Fatima", + "Faxinal", + "Faxinal do Soturno", + "Faxinal dos Guedes", + "Fazenda Rio Grande", + "Feira de Santana", + "Feira Nova", + "Feliz", + "Fenix", + "Fernando Prestes", + "Fernandopolis", + "Ferraz de Vasconcelos", + "Flexeiras", + "Florania", + "Flores", + "Flores da Cunha", + "Floresta Azul", + "Floriano", + "Florinia", + "Formiga", + "Formosa", + "Forquilha", + "Forquilha", + "Forquilhinha", + "Fortaleza", + "Fortaleza", + "Fortaleza", + "Fortuna", + "Foz do Jordao", + "Fragoso", + "Franca", + "Francisco Beltrao", + "Francisco Morato", + "Francisco Sa", + "Franco da Rocha", + "Frederico Westphalen", + "Frei Paulo", + "Freitas", + "Fronteira", + "Frutal", + "Fundao", + "Gameleira", + "Gandu", + "Garanhuns", + "Garca", + "Gardenia Azul", + "Garibaldi", + "Garimpo Novo", + "Garopaba", + "Garuva", + "Gaspar", + "Gaviao Peixoto", + "General Carneiro", + "General Salgado", + "Getulio Vargas", + "Girau do Ponciano", + "Gloria", + "Gloria do Goita", + "Glorinha", + "Goiana", + "Goianapolis", + "Goianesia", + "Goianinha", + "Goianira", + "Goias", + "Gomes", + "Goncalves", + "Governador Valadares", + "Graca Aranha", + "Grajau", + "Gramado", + "Granito", + "Granja", + "Grao Mogol", + "Groairas", + "Guacui", + "Guai", + "Guaianases", + "Guaicara", + "Guaira", + "Guaira", + "Guajeru", + "Guamare", + "Guanambi", + "Guanhaes", + "Guapiacu", + "Guapimirim", + "Guapo", + "Guapore", + "Guara", + "Guara", + "Guarabira", + "Guaraci", + "Guaraciaba", + "Guaragi", + "Guaramirim", + "Guaranesia", + "Guarani dOeste", + "Guaranta", + "Guarapari", + "Guarapuava", + "Guararapes", + "Guararapes", + "Guararema", + "Guaratingueta", + "Guaratuba", + "Guarei", + "Guariba", + "Guaruja", + "Guarulhos", + "Guaxupe", + "Gurjao", + "Gurupi", + "Heliodora", + "Heliopolis", + "Horizontina", + "Iacanga", + "Iacu", + "Ibaiti", + "Ibate", + "Ibatiba", + "Ibiaca", + "Ibicoara", + "Ibipeba", + "Ibipora", + "Ibirama", + "Ibirarema", + "Ibirataia", + "Ibirite", + "Ibiruba", + "Ibitinga", + "Ibiuna", + "Icapui", + "Icara", + "Icarai", + "Icem", + "Ico", + "Icoraci", + "Igaracu do Tiete", + "Igarapava", + "Igarape", + "Igarassu", + "Igarata", + "Igreja Nova", + "Igrejinha", + "Iguaba Grande", + "Iguai", + "Iguape", + "Iguaracu", + "Iguatu", + "Ijui", + "Ilha Solteira", + "Ilhabela", + "Ilhota", + "Imbituba", + "Imbituva", + "Imperatriz", + "Imperatriz", + "Indaial", + "Indaiatuba", + "Indianopolis", + "Inga", + "Inhacora", + "Inhangapi", + "Inhauma", + "Inhumas", + "Inocencia", + "Inubia Paulista", + "Ipaba", + "Ipameri", + "Ipatinga", + "Ipaucu", + "Ipero", + "Ipeuna", + "Ipiau", + "Ipira", + "Ipiranga", + "Ipojuca", + "Ipora", + "Ipu", + "Ipua", + "Ipubi", + "Ipumirim", + "Iracema", + "Iracemapolis", + "Iraceminha", + "Irai", + "Iranduba", + "Irati", + "Irece", + "Iretama", + "Irupi", + "Itabaiana", + "Itabaiana", + "Itabaianinha", + "Itabapoana", + "Itaberaba", + "Itabira", + "Itabirinha de Mantena", + "Itabirito", + "Itaborai", + "Itabuna", + "Itacare", + "Itaete", + "Itagi", + "Itagiba", + "Itaguacu", + "Itaguai", + "Itaguatins", + "Itaipava", + "Itaipu", + "Itaitinga", + "Itaituba", + "Itajobi", + "Itajuba", + "Itajuipe", + "Italva", + "Itamaraca", + "Itamarati", + "Itambaraca", + "Itambe", + "Itamogi", + "Itamonte", + "Itanhaem", + "Itanhandu", + "Itanhomi", + "Itaocara", + "Itapaci", + "Itapagipe", + "Itaparica", + "Itape", + "Itapecerica", + "Itapecerica da Serra", + "Itapecuru Mirim", + "Itapejara", + "Itapema", + "Itaperuna", + "Itapetinga", + "Itapetininga", + "Itapeva", + "Itapevi", + "Itapicuru", + "Itapipoca", + "Itapira", + "Itapiranga", + "Itapissuma", + "Itapixuna", + "Itapo", + "Itapolis", + "Itaporanga", + "Itapua", + "Itapuranga", + "Itaquaquecetuba", + "Itaqui", + "Itarantim", + "Itarare", + "Itatiaia", + "Itatiba", + "Itatinga", + "Itatira", + "Itau de Minas", + "Itauna", + "Itinga da Serra", + "Itirapina", + "Itiuba", + "Itobi", + "Itororo", + "Itu", + "Itubera", + "Ituiutaba", + "Itumbiara", + "Ituporanga", + "Iturama", + "Ituverava", + "Iuna", + "Ivaipora", + "Ivoti", + "Jaboatao dos Guararapes", + "Jabora", + "Jaborandi", + "Jaboticabal", + "Jaboticatubas", + "Jacarau", + "Jacarepagua", + "Jacarezinho", + "Jaci", + "Jaciara", + "Jacobina", + "Jacuizinho", + "Jacupiranga", + "Jacutinga", + "Jaguapita", + "Jaguaquara", + "Jaguarao", + "Jaguaras", + "Jaguariaiva", + "Jaguaribe", + "Jaguaripe", + "Jaguariuna", + "Jaguaruana", + "Jaguaruna", + "Jaiba", + "Jales", + "Jampruca", + "Janauba", + "Jandaia do Sul", + "Jandira", + "Japaratinga", + "Japeri", + "Japira", + "Jardim Alegre", + "Jardim de Piranhas", + "Jardinopolis", + "Jarinu", + "Jaru", + "Jatai", + "Jataizinho", + "Jequitinhonha", + "Jerico", + "Jeronimo Monteiro", + "Jesuania", + "Jetiba", + "Ji Parana", + "Jiquirica", + "Joacaba", + "Joanopolis", + "Joao Camara", + "Joao Lisboa", + "Joao Monlevade", + "Joao Neiva", + "Joao Pinheiro", + "Joaquim", + "Joaquim Tavora", + "Joinville", + "Jose Boiteux", + "Jose Bonifacio", + "Jose de Freitas", + "Juatuba", + "Juazeiro", + "Juazeiro do Norte", + "Jucara", + "Jucurutu", + "Juiz de Fora", + "Julio de Castilhos", + "Julio Mesquita", + "Jumirim", + "Jundiai do Sul", + "Junqueiro", + "Junqueiropolis", + "Juquia", + "Juquitiba", + "Juripiranga", + "Juru", + "Juruaia", + "Juruena", + "Juruti", + "Jussara", + "Jussari", + "Ladario", + "Lagarto", + "Lages", + "Lagoa", + "Lagoa da Canoa", + "Lagoa da Prata", + "Lagoa do Carro", + "Lagoa dos Gatos", + "Lagoa Salgada", + "Lagoa Santa", + "Lagoa Seca", + "Lagoa Vermelha", + "Laguna", + "Laguna Carapa", + "Lajeado", + "Lajinha", + "Lambari", + "Lambari", + "Lapa", + "Lapa", + "Laranjal Paulista", + "Laranjeiras", + "Laranjeiras do Sul", + "Lauro", + "Lavinia", + "Lavras", + "Lavras da Mangabeira", + "Lavras do Sul", + "Lavrinhas", + "Lebon Regis", + "Leme", + "Lencois", + "Lencois Paulista", + "Leopoldina", + "Liberdade", + "Lima Campos", + "Limeira", + "Limoeiro", + "Limoeiro do Norte", + "Linhares", + "Lins", + "Loanda", + "Londrina", + "Lontra", + "Lorena", + "Louveira", + "Lucena", + "Luis Antonio", + "Luis Antonio", + "Luis Correia", + "Lumiar", + "Luminarias", + "Luz", + "Luzerna", + "Luziania", + "Macaiba", + "Macaparana", + "Macatuba", + "Macau", + "Macaubas", + "Macedonia", + "Machadinho", + "Machado", + "Machados", + "Macuco", + "Madre de Deus", + "Mafra", + "Mage", + "Mairi", + "Mairinque", + "Malacacheta", + "Mamanguape", + "Mambore", + "Mamonas", + "Manacapuru", + "Manaus", + "Mandaguacu", + "Mandaguari", + "Mandirituba", + "Manga", + "Mangabeira", + "Mangaratiba", + "Mangueirinha", + "Manhuacu", + "Manhumirim", + "Mantena", + "Mantenopolis", + "Mar de Espanha", + "Maracaju", + "Maracana", + "Maracana", + "Maracanau", + "Maragogipe", + "Maraial", + "Maranguape", + "Marataizes", + "Marau", + "Maravilha", + "Marcelino Ramos", + "Marcelino Vieira", + "Marco", + "Marcolandia", + "Marechal Candido Rondon", + "Marechal Deodoro", + "Maria da Fe", + "Marialva", + "Mariana", + "Marica", + "Marilandia", + "Mariluz", + "Marituba", + "Marques", + "Martinopolis", + "Maruim", + "Marumbi", + "Marzagao", + "Massape", + "Massaranduba", + "Matao", + "Matelandia", + "Mateus Leme", + "Matina", + "Matinhos", + "Matipo", + "Mato Grosso", + "Matozinhos", + "Matutina", + "Maua", + "Maxaranguape", + "Medeiros Neto", + "Medianeira", + "Meier", + "Mendes", + "Mendes Pimentel", + "Mendonca", + "Mesquita", + "Messias", + "Miguel Pereira", + "Miguelopolis", + "Milagres", + "Minas", + "Mineiros", + "Mineiros do Tiete", + "Miracatu", + "Miracema", + "Miracema do Tocantins", + "Miraima", + "Miranda", + "Miranda", + "Mirandopolis", + "Mirassol", + "Mirim Doce", + "Mirinzal", + "Missao Velha", + "Mococa", + "Moema", + "Mogeiro", + "Mogi das Cruzes", + "Mogi Mirim", + "Mogi-Gaucu", + "Mongagua", + "Monte Alegre", + "Monte Alegre", + "Monte Alto", + "Monte Aprazivel", + "Monte Azul", + "Monte Azul Paulista", + "Monte Belo", + "Monte Carmelo", + "Monte Dourado", + "Monte Mor", + "Monte Santo", + "Monte Siao", + "Monteiro", + "Monteiro Lobato", + "Montenegro", + "Montes Altos", + "Montes Claros", + "Montividiu", + "Morada Nova", + "Moreno", + "Morretes", + "Morrinhos", + "Morrinhos", + "Morro Agudo", + "Morro da Fumaca", + "Morro de Sao Paulo", + "Morro do Chapeu", + "Morro Reuter", + "Morungaba", + "Mossoro", + "Mostardas", + "Mucuri", + "Muliterno", + "Munhoz", + "Muniz Ferreira", + "Muniz Freire", + "Muqui", + "Muritiba", + "Mutum", + "Mutum", + "Muzambinho", + "Nanuque", + "Nao Me Toque", + "Narandiba", + "Natal", + "Natercia", + "Navegantes", + "Navirai", + "Nazare", + "Nazare da Mata", + "Nazare Paulista", + "Neopolis", + "Neropolis", + "Nilo Pecanha", + "Nilopolis", + "Niquelandia", + "Niteroi", + "Niteroi", + "Nobres", + "Norte", + "Nossa Senhora", + "Nossa Senhora da Gloria", + "Nossa Senhora Das Gracas", + "Nossa Senhora do Socorro", + "Nova", + "Nova", + "Nova Alianca", + "Nova Araca", + "Nova Aurora", + "Nova Bassano", + "Nova Brescia", + "Nova Canaa", + "Nova Cruz", + "Nova Esperanca", + "Nova Esperanca", + "Nova Friburgo", + "Nova Independencia", + "Nova Itarana", + "Nova Lima", + "Nova Londrina", + "Nova Odessa", + "Nova Palma", + "Nova Petropolis", + "Nova Ponte", + "Nova Prata", + "Nova Resende", + "Nova Serrana", + "Nova Timboteua", + "Nova Trento", + "Nova Venecia", + "Novo Hamburgo", + "Novo Horizonte", + "Novo Mundo", + "Novo Oriente", + "Novo Recreio", + "Nucleo Bandeirante", + "Nunes Freire", + "Nuporanga", + "Ocara", + "Oeiras", + "Olimpia", + "Olinda", + "Oliveira", + "Oratorios", + "Orlandia", + "Orleans", + "Orobo", + "Osasco", + "Osorio", + "Otacilio Costa", + "Ouricangas", + "Ouricuri", + "Ourinhos", + "Ouro Branco", + "Ouro Fino", + "Ouro Preto", + "Ouro Preto do Oeste", + "Ouro Verde", + "Ouvidor", + "Pacaembu", + "Pacatuba", + "Pachecos", + "Padre", + "Paicandu", + "Palestina", + "Palhoca", + "Palma", + "Palmares", + "Palmares do Sul", + "Palmas", + "Palmeira", + "Palmeira das Missoes", + "Palmeira dos Indios", + "Palmeiras de Goias", + "Palmelo", + "Palmital", + "Palmitinho", + "Palmitos", + "Palotina", + "Panambi", + "Pancas", + "Panorama", + "Pao de Acucar", + "Papagaios", + "Para de Minas", + "Paracambi", + "Paracuru", + "Paragominas", + "Paraguacu", + "Paraguacu Paulista", + "Parai", + "Paraiba do Sul", + "Paraibano", + "Paraibuna", + "Paraipaba", + "Paraiso", + "Paraiso do Tocantins", + "Paraisopolis", + "Paraitinga", + "Parana", + "Paranaiba", + "Paranapanema", + "Paranavai", + "Paranoa", + "Paraopeba", + "Parapeuna", + "Paraty", + "Parelhas", + "Pariquera Acu", + "Parnaiba", + "Parnamirim", + "Parnamirim", + "Parobe", + "Passo Fundo", + "Passos", + "Pastos Bons", + "Pato Branco", + "Patos", + "Patos de Minas", + "Patrocinio", + "Patrocinio Paulista", + "Pau Brasil", + "Pau dos Ferros", + "Pauini", + "Pauliceia", + "Paulinia", + "Paulista", + "Paulista", + "Paulo Afonso", + "Paulo Jacinto", + "Paulo Lopes", + "Paverama", + "Peabiru", + "Pecem", + "Pederneiras", + "Pedra Bonita", + "Pedra Grande", + "Pedranopolis", + "Pedreira", + "Pedreira", + "Pedro Afonso", + "Pedro Avelino", + "Pedro de Toledo", + "Pedro Leopoldo", + "Pelotas", + "Pena", + "Penapolis", + "Pendencias", + "Penedo", + "Penha", + "Perdigao", + "Perdoes", + "Pereira Barreto", + "Pereiro", + "Peruibe", + "Pesqueira", + "Petrolina", + "Piabeta", + "Picada", + "Picos", + "Picui", + "Piedade", + "Piedade do Rio Grande", + "Piedade dos Gerais", + "Pien", + "Pilao Arcado", + "Pilar do Sul", + "Pimenta", + "Pimenta Bueno", + "Pindamonhangaba", + "Pindobacu", + "Pindoretama", + "Pinhais", + "Pinhalao", + "Pinhalzinho", + "Pinheiral", + "Pinhoes", + "Piquet Carneiro", + "Piracaia", + "Piracanjuba", + "Piracema", + "Piracicaba", + "Pirai", + "Pirai do Sul", + "Piraju", + "Pirajuba", + "Pirajui", + "Pirangi", + "Pirapora do Bom Jesus", + "Pirapozinho", + "Piraquara", + "Pirassununga", + "Piratininga", + "Piritiba", + "Pitanga", + "Pitangueiras", + "Pitangueiras", + "Pitangui", + "Piuma", + "Planalto", + "Planalto", + "Platina", + "Poa", + "Poco Branco", + "Poco das Antas", + "Poco Verde", + "Pojuca", + "Pombal", + "Pomerode", + "Pompeia", + "Pompeu", + "Pongai", + "Ponta Grossa", + "Ponta Pora", + "Pontal", + "Pontal do Parana", + "Pontalina", + "Ponte de Itabapoana", + "Ponte Nova", + "Ponte Serrada", + "Pontes e Lacerda", + "Porangatu", + "Porecatu", + "Portao", + "Porteira do Pinhal", + "Porto", + "Porto Alegre", + "Porto Amazonas", + "Porto Belo", + "Porto Esperidiao", + "Porto Feliz", + "Porto Ferreira", + "Porto Grande", + "Porto Nacional", + "Porto Real", + "Porto Sao Jose Velho", + "Porto Seguro", + "Porto Uniao", + "Porto Velho", + "Porto Velho", + "Posse", + "Posto Fiscal Rolim de Moura", + "Pote", + "Potirendaba", + "Pouso Alegre", + "Pradopolis", + "Praia Grande", + "Prata", + "Pratania", + "Pratapolis", + "Presidente Bernardes", + "Presidente Dutra", + "Presidente Epitacio", + "Presidente Getulio", + "Presidente Kennedy", + "Presidente Medici", + "Presidente Olegario", + "Presidente Prudente", + "Presidente Venceslau", + "Primavera", + "Primeiro de Maio", + "Progresso", + "Progresso", + "Promissao", + "Propria", + "Prudentopolis", + "Putinga", + "Puxinana", + "Quarai", + "Quata", + "Quatigua", + "Quatis", + "Quatro Barras", + "Quatro Pontes", + "Quebrangulo", + "Queimadas", + "Queimados", + "Querencia", + "Querencia do Norte", + "Quilombo", + "Quipapa", + "Quirinopolis", + "Quissama", + "Quitandinha", + "Quixada", + "Quixeramobim", + "Quixere", + "Rafard", + "Rancharia", + "Rancho Queimado", + "Raposa (1)", + "Raposos", + "Raul Soares", + "Realeza", + "Reboucas", + "Recanto", + "Recife", + "Redencao", + "Redencao", + "Reduto", + "Registro", + "Remigio", + "Renascenca", + "Repartimento", + "Resende", + "Resende Costa", + "Restinga", + "Restinga Seca", + "Riachao do Jacuipe", + "Riacho das Almas", + "Riacho Fundo", + "Riacho Fundo", + "Rialma", + "Ribas do Rio Pardo", + "Ribeira do Pombal", + "Ribeirao", + "Ribeirao Bonito", + "Ribeirao Corrente", + "Ribeirao do Pinhal", + "Ribeirao Pires", + "Rio Acima", + "Rio Azul", + "Rio Bananal", + "Rio Bonito", + "Rio Bonito", + "Rio Branco", + "Rio Branco", + "Rio Branco do Sul", + "Rio Brilhante", + "Rio Casca", + "Rio Claro", + "Rio Claro", + "Rio das Ostras", + "Rio das Pedras", + "Rio de Janeiro", + "Rio do Pires", + "Rio do Sul", + "Rio dos Cedros", + "Rio Formoso", + "Rio Grande", + "Rio Grande da Serra", + "Rio Largo", + "Rio Manso", + "Rio Negrinho", + "Rio Negro", + "Rio Novo", + "Rio Novo do Sul", + "Rio Paranaiba", + "Rio Pardo", + "Rio Pardo de Minas", + "Rio Piracicaba", + "Rio Tinto", + "Rio Verde de Mato Grosso", + "Roca Sales", + "Rodeio Bonito", + "Rodeiro", + "Rodrigues", + "Rolandia", + "Rolante", + "Ronda Alta", + "Rondon", + "Rosalia", + "Rosario", + "Rosario do Sul", + "Roseira", + "Rubiataba", + "Rubim", + "Russas", + "Sabara", + "Sabaudia", + "Sabinopolis", + "Sacramento", + "Sales", + "Sales Oliveira", + "Salesopolis", + "Salgado", + "Salgueiro", + "Salinas da Margarida", + "Salto", + "Salto", + "Salto de Pirapora", + "Salto Grande", + "Salvador", + "Salvador", + "Salvador", + "Samambaia", + "Sampaio Correia", + "Sananduva", + "Sangao", + "Sanharo", + "Santa", + "Santa Adelia", + "Santa Barbara", + "Santa Barbara do Sul", + "Santa Branca", + "Santa Cruz", + "Santa Cruz Cabralia", + "Santa Cruz da Baixa Verde", + "Santa Cruz do Capibaribe", + "Santa Cruz do Rio Pardo", + "Santa Cruz do Sul", + "Santa Fe", + "Santa Fe do Sul", + "Santa Gertrudes", + "Santa Helena", + "Santa Helena", + "Santa Ines", + "Santa Isabel", + "Santa Isabel do Ivai", + "Santa Isabel do Para", + "Santa Leopoldina", + "Santa Lucia", + "Santa Luzia", + "Santa Luzia", + "Santa Luzia", + "Santa Luzia", + "Santa Maria", + "Santa Maria", + "Santa Maria da Vitoria", + "Santa Maria de Itabira", + "Santa Rita", + "Santa Rita do Passa Quatro", + "Santa Rita do Sapucai", + "Santa Rosa", + "Santa Teresa", + "Santa Teresa", + "Santa Teresinha", + "Santa Terezinha", + "Santana", + "Santana da Vargem", + "Santana de Parnaiba", + "Santana do Cariri", + "Santana do Ipanema", + "Santana do Livramento", + "Santana do Matos", + "Santana do Paraiso", + "Santarem Novo", + "Santiago", + "Santo", + "Santo Aleixo", + "Santo Amaro", + "Santo Amaro", + "Santo Amaro da Imperatriz", + "Santo Anastacio", + "Santo Antonio", + "Santo Antonio da Patrulha", + "Santo Antonio da Platina", + "Santo Antonio de Jesus", + "Santo Antonio de Lisboa", + "Santo Antonio de Padua", + "Santo Antonio de Posse", + "Santo Antonio do Amparo", + "Santo Antonio do Caiua", + "Santo Antonio do Grama", + "Santo Antonio do Jardim", + "Santo Antonio do Leverger", + "Santo Antonio do Monte", + "Santo Antonio do Pinhal", + "Santo Antonio do Retiro", + "Santo Estevao", + "Santo Expedito", + "Santo Inacio", + "Santos", + "Santos Dumont", + "Sao Bento", + "Sao Bento", + "Sao Bento do Sapucai", + "Sao Bernardo", + "Sao Caetano", + "Sao Caetano do Sul", + "Sao Carlos", + "Sao Cristovao", + "Sao Domingos", + "Sao Domingos", + "Sao Domingos", + "Sao Domingos", + "Sao Domingos", + "Sao Felipe", + "Sao Felix", + "Sao Fidelis", + "Sao Francisco", + "Sao Francisco", + "Sao Francisco de Paula", + "Sao Francisco do Conde", + "Sao Francisco do Sul", + "Sao Gabriel", + "Sao Gabriel", + "Sao Gabriel", + "Sao Gabriel da Cachoeira", + "Sao Geraldo do Araguaia", + "Sao Goncalo", + "Sao Goncalo do Amarante", + "Sao Goncalo do Para", + "Sao Goncalo do Sapucai", + "Sao Goncalo dos Campos", + "Sao Gotardo", + "Sao Jeronimo", + "Sao Joao", + "Sao Joao Batista", + "Sao Joao da Barra", + "Sao Joao da Boa Vista", + "Sao Joao de Meriti", + "Sao Joao de Pirabas", + "Sao Joao do Paraiso", + "Sao Joao Evangelista", + "Sao Joao Nepomuceno", + "Sao Joaquim", + "Sao Joaquim da Barra", + "Sao Joaquim de Bicas", + "Sao Joaquim do Monte", + "Sao Jose", + "Sao Jose", + "Sao Jose", + "Sao Jose da Barra", + "Sao Jose da Laje", + "Sao Jose de Mipibu", + "Sao Jose de Piranhas", + "Sao Jose de Ribamar", + "Sao Jose do Calcado", + "Sao Jose do Cedro", + "Sao Jose do Egito", + "Sao Jose do Goiabal", + "Sao Jose do Inhacora", + "Sao Jose do Ouro", + "Sao Jose do Rio Pardo", + "Sao Jose do Rio Preto", + "Sao Lourenco da Mata", + "Sao Lourenco da Serra", + "Sao Lourenco do Sul", + "Sao Lourenco dOeste", + "Sao Luis", + "Sao Luis de Montes Belos", + "Sao Luis do Paraitinga", + "Sao Luiz Gonzaga", + "Sao Manoel", + "Sao Manuel", + "Sao Marcos", + "Sao Miguel", + "Sao Miguel", + "Sao Miguel Arcanjo", + "Sao Miguel do Araguaia", + "Sao Miguel do Iguacu", + "Sao Miguel dos Campos", + "Sao Paulo", + "Sao Paulo", + "Sao Paulo do Potengi", + "Sao Pedro", + "Sao Pedro da Aldeia", + "Sao Pedro do Ivai", + "Sao Pedro do Sul", + "Sao Pedro dos Ferros", + "Sao Roque", + "Sao Roque", + "Sao Salvador", + "Sao Sebastiao", + "Sao Sebastiao", + "Sao Sebastiao", + "Sao Sebastiao", + "Sao Sebastiao", + "Sao Sebastiao da Amoreira", + "Sao Sebastiao da Grama", + "Sao Sebastiao do Cai", + "Sao Sebastiao do Maranhao", + "Sao Sebastiao do Paraiso", + "Sao Sepe", + "Sao Simao", + "Sao Tome", + "Sao Vicente", + "Sao Vicente", + "Sao Vicente de Paula", + "Sape", + "Sapeacu", + "Sapiranga", + "Sapucaia", + "Sapucaia", + "Sapucaia do Sul", + "Saquarema", + "Sarandi", + "Sarandi", + "Sarapui", + "Sardoa", + "Sarzedo", + "Satuba", + "Saudades", + "Schroeder", + "Seabra", + "Seara", + "Sebastianopolis do Sul", + "Seberi", + "Sede Nova", + "Sem Peixe", + "Senador Canedo", + "Senhor do Bonfim", + "Serafina", + "Seropedica", + "Serra", + "Serra", + "Serra", + "Serra", + "Serra Azul", + "Serra Negra", + "Serra Preta", + "Serra Talhada", + "Serrana", + "Serrania", + "Serrinha", + "Serro", + "Sertania", + "Sertanopolis", + "Sertao", + "Sertaozinho", + "Sete Lagoas", + "Sidrolandia", + "Silva Jardim", + "Silveiras", + "Simao Dias", + "Simao Pereira", + "Simoes", + "Simplicio Mendes", + "Siqueira Campos", + "Sitio Figueira", + "Sitio Novo", + "Sobradinho", + "Sobral", + "Socorro", + "Soledade", + "Sombrio", + "Sorocaba", + "Sorriso", + "Sousa", + "Stio Ouro Fino", + "Sulina", + "Sumare", + "Suzano", + "Tabatinga", + "Tabira", + "Taboao da Serra", + "Tabuleiro do Norte", + "Taguatinga", + "Taiacu", + "Taiobeiras", + "Taiuva", + "Tamandare", + "Tambau", + "Tamboril", + "Tamoios", + "Tanabi", + "Tangua", + "Tanque Novo", + "Tapejara", + "Tapira", + "Tapirai", + "Taquara", + "Taquaral", + "Taquarana", + "Taquari", + "Taquaritinga", + "Tarumirim", + "Tatuamunha", + "Taua", + "Taubate", + "Teixeira", + "Telemaco Borba", + "Tenente Ananias", + "Tenorio", + "Teodoro Sampaio", + "Terenos", + "Teresina", + "Teresopolis", + "Terra Boa", + "Terra Nova", + "Terra Rica", + "Terra Roxa", + "Teutonia", + "Tiangua", + "Tibagi", + "Tibau", + "Tiete", + "Tijuca", + "Tijucas", + "Timbauba", + "Timbe", + "Timbo", + "Timon", + "Timoteo", + "Tiradentes", + "Tobias Barreto", + "Tocantins", + "Toledo", + "Tomar do Geru", + "Tome Acu", + "Toritama", + "Torres", + "Touros", + "Tramandai", + "Tremembe", + "Tres Barras", + "Tres Cachoeiras", + "Tres Coroas", + "Tres Marias", + "Tres Passos", + "Tres Pontas", + "Tres Rios", + "Trindade", + "Triunfo", + "Tubarao", + "Tucum", + "Tucunduva", + "Tucurui", + "Tuiuti", + "Tumiritinga", + "Tupa", + "Tupaciguara", + "Tupanatinga", + "Tupancireta", + "Tuparendi", + "Tupi Paulista", + "Turmalina", + "Turvo", + "Uaua", + "Uba", + "Ubaira", + "Ubaitaba", + "Ubarana", + "Ubata", + "Ubatuba", + "Uberaba", + "Uberlandia", + "Uchoa", + "Uibai", + "Uirauna", + "Umbauba", + "Umbuzeiro", + "Umirim", + "Umuarama", + "Unai", + "Uniao da Vitoria", + "Urai", + "Urania", + "Urubici", + "Uruburetama", + "Urucania", + "Urucuca", + "Uruguaiana", + "Urupes", + "Urussanga", + "Vacaria", + "Valenca", + "Valente", + "Valentim Gentil", + "Valerio", + "Valinhos", + "Valparaiso", + "Vargem Alta", + "Vargem Grande do Sul", + "Vargem Grande Paulista", + "Varginha", + "Varjota", + "Varzea", + "Varzea Paulista", + "Varzelandia", + "Vassouras", + "Velha", + "Venancio Aires", + "Venda Nova", + "Vera Cruz", + "Veranopolis", + "Vespasiano", + "Vespasiano Correa", + "Viana", + "Vicencia", + "Vicente", + "Vicosa", + "Vicosa do Ceara", + "Videira", + "Vila Maria", + "Vila Muriqui", + "Vila Rica", + "Vila Velha", + "Vilar dos Teles", + "Vilhena", + "Vinhedo", + "Virgem da Lapa", + "Virginia", + "Virginopolis", + "Virmond", + "Visconde do Rio Branco", + "Vista Alegre do Alto", + "Vitoria de Santo Antao", + "Vitorino Freire", + "Volta Grande", + "Volta Redonda", + "Votorantim", + "Votuporanga", + "Wenceslau Braz", + "Witmarsum", + "Xanxere", + "Xavantina", + "Xaxim" + ], + "British Indian Ocean Territory": [ + "Carcasse", + "Downtown", + "East Point Settlement", + "Minni Minni", + "Diego Garcia (island)", + "Three Brothers Islands (island)", + "Egmont Islands (island)", + "Nelson Island (island)", + "Peros Banhos (island)", + "Eagle Islands (island)", + "Salomon Islands (island)", + "Danger Islands (island)" + ], + "Brunei": [ + "Bandar Seri Begawan", + "Bangar", + "Kampong Jerudong", + "Kuala Belait", + "Panaga", + "Seria", + "Tutong" + ], + "Bulgaria": [ + "Akhtopol", + "Aksakovo", + "Aleksandriya", + "Alfatar", + "Anton", + "Antonovo", + "Ardino", + "Asenovgrad", + "Aytos", + "Babovo", + "Baltchik", + "Banite", + "Bankya", + "Bansko", + "Barutin", + "Batak", + "Belene", + "Belogradchik", + "Beloslav", + "Belovo", + "Berkovitsa", + "Bistritsa", + "Blagoevgrad", + "Boboshevo", + "Bobovdol", + "Borovan", + "Borovo", + "Botevgrad", + "Bratsigovo", + "Bregare", + "Bukovo", + "Burgas", + "Byala", + "Byala Slatina", + "Chakalarovo", + "Chernolik", + "Chernomorets", + "Cherven", + "Cherven Bryag", + "Chiprovtsi", + "Chirpan", + "Choba", + "Debelets", + "Devin", + "Dimitrovgrad", + "Dobrich", + "Dolna Banya", + "Dolna Mitropoliya", + "Dolna Oryakhovitsa", + "Dospat", + "Dragash Voyvoda", + "Draginovo", + "Dragizhevo", + "Dryanovo", + "Dulgopol", + "Dulovo", + "Dupnitsa", + "Elena", + "Elin Pelin", + "Elkhovo", + "Etropole", + "Gabrovo", + "Ganchovo", + "General-Toshevo", + "Glogovo", + "Godech", + "Gorna Oryakhovitsa", + "Gotse Delchev", + "Gulubovo", + "Gurkovo", + "Gurmazovo", + "Haskovo", + "Ikhtiman", + "Iskrets", + "Isperikh", + "Isperikhovo", + "Ivaylovgrad", + "Kableshkovo", + "Kamenovo", + "Kardzhali", + "Karlovo", + "Karnobat", + "Kavarna", + "Kazanlak", + "Kazashka Reka", + "Kharmanli", + "Khisarya", + "Knezha", + "Konush", + "Koprivets", + "Koprivlen", + "Kostenets", + "Kostievo", + "Kostinbrod", + "Kovachite", + "Kozloduy", + "Kran", + "Krichim", + "Krivodol", + "Krumovgrad", + "Krupnik", + "Kula", + "Kyustendil", + "Lom", + "Lovech", + "Lozno", + "Lukovit", + "Lyaskovets", + "Lyulyakovo", + "Madan", + "Malo Konare", + "Marikostinovo", + "Markovo", + "Mesta", + "Mezdra", + "Mikrevo", + "Moderno Predgradie", + "Momchilgrad", + "Montana", + "Moravka", + "Muglizh", + "Nesebar", + "Nikopol", + "Nova Zagora", + "Novi Iskur", + "Novi Pazar", + "Obzor", + "Omurtag", + "Orizovo", + "Orlovets", + "Oryakhovets", + "Oryakhovitsa", + "Ovoshtnik", + "Panagyurishte", + "Pavel Banya", + "Pavlikeni", + "Pazardzhik", + "Pchelishte", + "Pernik", + "Peshtera", + "Petrich", + "Pleven", + "Plovdiv", + "Poleto", + "Polski Trumbesh", + "Pomorie", + "Popovo", + "Pravets", + "Prespa", + "Provadiya", + "Radnevo", + "Raduil", + "Rakitovo", + "Rakovski", + "Ravda", + "Razgrad", + "Razlog", + "Rila", + "Rodopi", + "Rousse", + "Rozino", + "Rudozem", + "Ruen", + "Samokov", + "Samovodene", + "Samuil", + "Sandanski", + "Sandrovo", + "Septemvri", + "Sevlievo", + "Shabla", + "Shivachevo", + "Shumen", + "Silistra", + "Simeonovgrad", + "Simitli", + "Skravena", + "Slatina", + "Sliven", + "Slivnitsa", + "Smolyan", + "Smyadovo", + "Sofia", + "Sofronievo", + "Sokolets", + "Sopot", + "Sozopol", + "Sredets", + "Stamboliyski", + "Stara Zagora", + "Strazhitsa", + "Strelcha", + "Suedinenie", + "Svilengrad", + "Svishtov", + "Svoge", + "Targovishte", + "Tervel", + "Tochilari", + "Topoli", + "Topolovo", + "Troyan", + "Trustenik", + "Tryavna", + "Tutrakan", + "Varna", + "Veliko", + "Veliko Tarnovo", + "Velingrad", + "Vetren", + "Vidin", + "Vievo", + "Vlado Trichkov", + "Vrachesh", + "Vratsa", + "Yakoruda", + "Yambol", + "Zavet", + "Zlatitrap", + "Zlatograd" + ], + "Burkina Faso": [ + "Bale", + "Bam", + "Banwa", + "Bazega", + "Bougouriba", + "Boulgou", + "Boulkiemde", + "Comoe", + "Ganzourgou", + "Gnagna", + "Gourma", + "Houet", + "Ioba", + "Kadiogo", + "Kenedougou", + "Komondjari", + "Kompienga", + "Kossi", + "Koulpelogo", + "Kouritenga", + "Kourweogo", + "Leraba", + "Loroum", + "Mouhoun", + "Namentenga", + "Nahouri", + "Nayala", + "Noumbiel", + "Oubritenga", + "Oudalan", + "Passore", + "Poni", + "Sanguie", + "Sanmatenga", + "Seno", + "Sissili", + "Soum", + "Sourou", + "Tapoa", + "Tuy", + "Yagha", + "Yatenga", + "Ziro", + "Zondoma", + "Zoundweogo" + ], + "Myanmar": [ + "Hlaing", + "Inya", + "Kyauktada", + "Mandalay", + "Wagan", + "Yangon" + ], + "Burundi": [ + "Bubanza", + "Bujumbura Mairie", + "Bujumbura Rural", + "Bururi", + "Cankuzo", + "Cibitoke", + "Gitega", + "Karuzi", + "Kayanza", + "Kirundo", + "Makamba", + "Muramvya", + "Muyinga", + "Mwaro", + "Ngozi", + "Rutana", + "Ruyigi" + ], + "Cambodia": [ + "Moung Roessei", + "Phnom Penh", + "Phumi Boeng (1)", + "Phumi Chhuk", + "Phumi Preah Haoh", + "Phumi Prei", + "Phumi Prek Mrinh", + "Phumi Siem Reab", + "Phumi Thmei", + "Phumi Thnal", + "Phumi Vott Phnum", + "Sihanoukville", + "Tuol Kok", + "Vott Kampong Svay" + ], + "Cameroon": [ + "Bafia", + "Bafoussam", + "Bamenda", + "Buea", + "Douala", + "Kribi", + "Kumba", + "Ringo", + "Tibati" + ], + "Canada": [ + "100 Mile House", + "Abbey", + "Abbotsford", + "Acadia Valley", + "Acme", + "Acton", + "Acton Vale", + "Agassiz", + "Agincourt", + "Ailsa Craig", + "Airdrie", + "Ajax", + "Aklavik", + "Alameda", + "Albanel", + "Alberton", + "Aldergrove", + "Alert Bay", + "Alexander", + "Alexandria", + "Alfred", + "Allan", + "Allardville", + "Allenford", + "Alliston", + "Alma", + "Alma", + "Almonte", + "Alton", + "Altona", + "Alvinston", + "Amherst", + "Amherstburg", + "Amos", + "Amqui", + "Ancaster", + "Andrew", + "Ange-Gardien", + "Angliers", + "Angus", + "Annapolis Royal", + "Antigonish", + "Apohaqui", + "Apple Hill", + "Apsley", + "Arborfield", + "Arborg", + "Arcadia", + "Arcola", + "Arctic Bay", + "Ardmore", + "Ardrossan", + "Arelee", + "Arichat", + "Arkona", + "Armagh", + "Armstrong", + "Arnprior", + "Arthabaska", + "Arthur", + "Arundel", + "Arva", + "Arviat", + "Asbestos", + "Ascot Corner", + "Ashcroft", + "Ashmont", + "Ashville", + "Assiniboia", + "Aston-Jonction", + "Athabasca", + "Athens", + "Atikameg", + "Atikokan", + "Atlin", + "Attawapiskat", + "Atwood", + "Audet", + "Aurora", + "Austin", + "Authier", + "Avonmore", + "Aylesford", + "Aylmer", + "Aylmer", + "Aylsham", + "Ayr", + "Ayton", + "Baddeck", + "Baden", + "Baie Verte", + "Baie-Comeau", + "Baie-Des-Sables", + "Baie-du-Febvre", + "Baie-Saint-Paul", + "Baie-Sainte-Catherine", + "Bala", + "Balcarres", + "Baldonnel", + "Baldur", + "Baltimore", + "Bamfield", + "Bancroft", + "Banff", + "Barkerville", + "Barnaby River", + "Barons", + "Barraute", + "Barrhead", + "Barrie", + "Barriere", + "Barrington", + "Barrington Passage", + "Bashaw", + "Bassano", + "Bath", + "Bathurst", + "Batiscan", + "Battleford", + "Bay Bulls", + "Bay de Verde", + "Bay Roberts", + "Bayfield", + "Beachburg", + "Beaconsfield", + "Beamsville", + "Bear River", + "Bearn", + "Bearskin Lake", + "Beauceville", + "Beauharnois", + "Beaumont", + "Beauport", + "Beaupre", + "Beausejour", + "Beauval", + "Beaux-Rivages--Lac-des-Ecorces--Val-Barrette", + "Beaver Bank", + "Beaver Crossing", + "Beaverlodge", + "Beaverton", + "Becancour", + "Bedford", + "Bedford", + "Beeton", + "Begin", + "Beiseker", + "Bell Island", + "Bella Bella", + "Belle River", + "Belleville", + "Bellevue", + "Bellevue", + "Beloeil", + "Belwood", + "Bentley", + "Berry Mills", + "Berthier-Sur-Mer", + "Berthierville", + "Berwick", + "Berwyn", + "Bethune", + "Betsiamites", + "Bic", + "Biencourt", + "Bienfait", + "Big River", + "Big Valley", + "Biggar", + "Binscarth", + "Birch Hills", + "Birchy Bay", + "Birtle", + "Black Creek", + "Black Diamond", + "Blackfalds", + "Blackie", + "Blacks Harbour", + "Blackville", + "Blaine Lake", + "Blainville", + "Blairmore", + "Blandford", + "Blenheim", + "Blind River", + "Bloomfield", + "Blue River", + "Bluewater", + "Bobcaygeon", + "Bois-des-Filion", + "Boisbriand", + "Boischatel", + "Boissevain", + "Bolton", + "Bonaventure", + "Bonne Bay", + "Bonnyville", + "Bonsecours", + "Bonshaw", + "Borden", + "Borden-Carleton", + "Boswell", + "Boucherville", + "Bouctouche", + "Bourget", + "Bow Island", + "Bowden", + "Bowmanville", + "Bowser", + "Boyle", + "Bracebridge", + "Brackendale", + "Bradford", + "Bramalea", + "Brampton", + "Brandon", + "Brantford", + "Brechin", + "Bredenbury", + "Brentwood Bay", + "Breslau", + "Breton", + "Bridge Lake", + "Bridgetown", + "Bridgewater", + "Brigham", + "Brighton", + "Brigus", + "Britt", + "Broadview", + "Brochet", + "Brockville", + "Brome", + "Bromhead", + "Bromont", + "Brookfield", + "Brooklyn", + "Brooks", + "Brossard", + "Brossard", + "Bruno", + "Bryson", + "Buckhorn", + "Buckingham", + "Buffalo Narrows", + "Burgeo", + "Burgessville", + "Burin", + "Burlington", + "Burnaby", + "Burns Lake", + "Burnside", + "Cabano", + "Cabri", + "Cache Creek", + "Calder", + "Caledon", + "Caledon", + "Caledonia", + "Caledonia", + "Calgary", + "Calixa-Lavallee", + "Callander", + "Calmar", + "Cambridge", + "Cambridge", + "Cambridge Bay", + "Camlachie", + "Campbell River", + "Campbellford", + "Campbellton", + "Campbellville", + "Camrose", + "Canal Flats", + "Candiac", + "Canfield", + "Canim Lake", + "Canmore", + "Canning", + "Cannington", + "Canoe Narrows", + "Canora", + "Canso", + "Canterbury", + "Canwood", + "Canyon", + "Cap-aux-Meules", + "Cap-Chat", + "Cap-Saint-Ignace", + "Cap-Sante", + "Cape Dorset", + "Caraquet", + "Carberry", + "Carbonear", + "Cardigan", + "Cardinal", + "Cardston", + "Carignan", + "Carleton Place", + "Carleton-sur-Mer", + "Carlisle", + "Carlyle", + "Carmacks", + "Carman", + "Carmel", + "Carnduff", + "Caroline", + "Caronport", + "Carp", + "Carrot River", + "Carrying Place", + "Carseland", + "Carstairs", + "Carters Cove", + "Cartier", + "Cartwright", + "Casimir", + "Casselman", + "Castle Bay", + "Castlegar", + "Cat Lake", + "Causapscal", + "Cavendish", + "Cayley", + "Cayuga", + "Cedar Valley", + "Central Bedeque", + "Centreville", + "Ceylon", + "Chalk River", + "Chambly", + "Champlain", + "Chandler", + "Chapais", + "Chapel Arm", + "Chapleau", + "Charlemagne", + "Charlesbourg", + "Charlie Lake", + "Charlottetown", + "Charny", + "Chase", + "Chateau-Richer", + "Chateauguay", + "Chatham", + "Chatsworth", + "Cheapside", + "Chelmsford", + "Chelsea", + "Chemainus", + "Cheneville", + "Cherry Grove", + "Chertsey", + "Chesley", + "Chester", + "Chestermere", + "Chesterville", + "Cheticamp", + "Chibougamau", + "Chicoutimi", + "Chilliwack", + "Chipman", + "Church Point", + "Churchill", + "Churchville", + "Chute-aux-Outardes", + "Circonscription electorale de Jacques-Cartier", + "Clair", + "Clairmont", + "Claremont", + "Clarence", + "Clarence-Rockland", + "Clarenville", + "Clarenville-Shoal Harbour", + "Claresholm", + "Clarke City", + "Clarkson", + "Clearwater", + "Clementsvale", + "Clermont", + "Cleveland", + "Clifford", + "Clinton", + "Clive", + "Clyde River", + "Coal Harbour", + "Coaldale", + "Coaticook", + "Cobble Hill", + "Cobden", + "Coboconk", + "Cobourg", + "Coburg", + "Cochrane", + "Colborne", + "Cold Lake", + "Coldstream", + "Coldwater", + "Coleman", + "Coleraine", + "Coleville", + "Colinet", + "Colliers", + "Collingwood", + "Colonsay", + "Colville Lake", + "Comber", + "Comox", + "Compton", + "Conception Bay South", + "Concord", + "Conestogo", + "Coniston", + "Conquest", + "Consort", + "Contrecoeur", + "Cookshire-Eaton", + "Copper Cliff", + "Coquitlam", + "Corbyville", + "Corner Brook", + "Cornwall", + "Cornwallis", + "Cote-Saint-Luc", + "Cottam", + "Courtenay", + "Courtland", + "Courtright", + "Coutts", + "Cow Head", + "Cowansville", + "Cowichan Bay", + "Cowley", + "Crabtree", + "Craik", + "Cranberry", + "Cranberry Portage", + "Cranbrook", + "Crapaud", + "Creemore", + "Creston", + "Crofton", + "Cromer", + "Cross Lake", + "Crossfield", + "Cudworth", + "Cumberland", + "Cumberland Bay", + "Cumberland House", + "Cupar", + "Cut Knife", + "Czar", + "Dalhousie", + "Dalmeny", + "Danville", + "Dartmouth", + "Dashwood", + "Dauphin", + "Daveluyville", + "Davidson", + "Dawson City", + "Dawson Creek", + "Dawson Settlement", + "Daysland", + "Debden", + "Debert", + "DeBolt", + "Deep River", + "Deer Lake", + "Delaware", + "Delaware West", + "Delburne", + "Delhi", + "Deline", + "Delisle", + "Delson", + "Delta", + "Denfield", + "Denman Island", + "Deroche", + "Desbiens", + "Deschaillons-sur-Saint-Laurent", + "Deschambault", + "Deseronto", + "Deux-Montagnes", + "Devon", + "Didsbury", + "Dieppe", + "Digby", + "Dinsmore", + "Disraeli", + "Dixville", + "Doaktown", + "Dog Creek", + "Dolbeau-Mistassini", + "Dollard-Des Ormeaux", + "Domain", + "Dominion City", + "Domremy", + "Don Mills", + "Donnacona", + "Donnelly", + "Dorchester", + "Dorion-Gardens", + "Dorset", + "Dorval", + "Dover", + "Downsview", + "Drayton", + "Drayton Valley", + "Dresden", + "Drumbo", + "Drumheller", + "Drummondville", + "Dryden", + "Dublin", + "Duchess", + "Duck Lake", + "Dudswell", + "Dufresne", + "Dugald", + "Duhamel", + "Duncan", + "Dundalk", + "Dundas", + "Dundurn", + "Dunham", + "Dunnville", + "Dunsford", + "Dupuy", + "Durham", + "Eaglesham", + "Earlton", + "East Angus", + "East Broughton", + "East Chezzetcook", + "East Coulee", + "East Margaree", + "Eastern Passage", + "Eastman", + "Eastport", + "Eatonville", + "Echo Bay", + "Eckville", + "Economy", + "Edam", + "Eden", + "Edgerton", + "Edgewood", + "Edmonton", + "Edmundston", + "Edson", + "Eganville", + "Elbow", + "Elgin", + "Elk Point", + "Elliot Lake", + "Elliston", + "Elma", + "Elmira", + "Elmsdale", + "Elmvale", + "Elora", + "Elrose", + "Embrun", + "Emerald", + "Emerald Junction", + "Emo", + "Empress", + "Emsdale", + "Enderby", + "Enfield", + "Englehart", + "Enterprise", + "Entwistle", + "Eriksdale", + "Erin", + "Espanola", + "Esprit-Saint", + "Essex", + "Esterhazy", + "Estevan", + "Eston", + "Etobicoke", + "Eureka", + "Everett", + "Exeter", + "Fabreville", + "Fairmont Hot Springs", + "Fairview, Alberta", + "Farnham", + "Fenelon Falls", + "Fergus", + "Ferintosh", + "Ferme-Neuve", + "Fermeuse", + "Fermont", + "Fernie", + "Field", + "Fillmore", + "Finch", + "Flat River", + "Flesherton", + "Flin Flon", + "Florenceville-Bristol", + "Foam Lake", + "Fogo", + "Fonthill", + "Foremost", + "Forest", + "Forestburg", + "Forestville", + "Fort Albany", + "Fort Erie", + "Fort Frances", + "Fort Good Hope", + "Fort Hope", + "Fort Kent", + "Fort Macleod", + "Fort McMurray", + "Fort McPherson", + "Fort Nelson", + "Fort Saskatchewan", + "Fort Severn", + "Fort Simpson", + "Fort Smith", + "Fort St. James", + "Fort St. John", + "Fort Vermilion", + "Fort-Coulonge", + "Fortierville", + "Fortune", + "Fox Creek", + "Foxtrap", + "Foymount", + "Francis", + "Frankford", + "Fraser Lake", + "Fredericton", + "Fredericton Junction", + "Frelighsburg", + "Frobisher", + "Fruitvale", + "Gabriola", + "Gadsby", + "Galahad", + "Gambo", + "Gananoque", + "Gander", + "Gander Bay", + "Ganges", + "Garden River", + "Garibaldi", + "Garibaldi Highlands", + "Garnish", + "Garrick", + "Garson", + "Gatineau", + "Gem", + "Georgetown", + "Geraldton", + "Gibsons", + "Gilbert Plains", + "Gillam", + "Gimli", + "Girouxville", + "Glace Bay", + "Gladstone", + "Glaslyn", + "Gleichen", + "Glen Robertson", + "Glencoe", + "Glendon", + "Glentworth", + "Glenwood", + "Gloucester", + "Glovertown", + "Goderich", + "Gogama", + "Gold Bridge", + "Golden", + "Golden Lake", + "Gore", + "Gore Bay", + "Granby", + "Grand Bend", + "Grand Falls", + "Grand Falls-Windsor", + "Grand Forks", + "Grand Rapids", + "Grand Valley", + "Grand-Remous", + "Grand-Saint-Esprit", + "Grande Cache", + "Grande Prairie", + "Grande-Anse", + "Grande-Riviere", + "Grandora", + "Granton", + "Granum", + "Granville Ferry", + "Grasmere", + "Gravelbourg", + "Gravenhurst", + "Gray Creek", + "Great Village", + "Greater Sudbury", + "Greely", + "Greenfield Park", + "Greenspond", + "Greenwood", + "Grenfell", + "Grenville", + "Gretna", + "Grimsby", + "Grimshaw", + "Grindrod", + "Griswold", + "Gronlid", + "Grono Road", + "Guelph", + "Guigues", + "Gull Lake", + "Guysborough", + "Hafford", + "Hagensborg", + "Hagersville", + "Haileybury", + "Halfmoon Bay", + "Haliburton", + "Halifax", + "Ham-Nord", + "Hamilton", + "Hamiota", + "Hampden", + "Hampton", + "Hanley", + "Hanna", + "Hanover", + "Hantsport", + "Happy Valley-Goose Bay", + "Harbour Grace", + "Harbour Main", + "Hardisty", + "Hare Bay", + "Harriston", + "Harrow", + "Hartland", + "Hartley Bay", + "Hartney", + "Harvey", + "Hastings", + "Havelock", + "Havre Boucher", + "Havre-Aubert", + "Havre-Saint-Pierre", + "Hawkesbury", + "Hawkestone Beach", + "Hay Lakes", + "Hay River", + "Hazelton", + "Head of Jeddore", + "Hearst", + "Hebertville", + "Hebron", + "Hemmingford", + "Henryville", + "Hensall", + "Herbert", + "Heron Bay", + "Hespeler", + "High Level", + "High Prairie", + "High River", + "Hillsburgh", + "Hinton", + "Hobbema", + "Holden", + "Holman", + "Holyrood", + "Honeymoon Bay", + "Hope", + "Hornepayne", + "Houston", + "Howick", + "Howley", + "Hubbards", + "Hudson", + "Hudson Bay", + "Hull", + "Humboldt", + "Hunter River", + "Huntingdon", + "Huntsville", + "Huron East", + "Hythe", + "Ignace", + "Ilderton", + "Ile-a-la-Crosse", + "Indian Head", + "Ingersoll", + "Ingleside", + "Inglewood", + "Inglis", + "Ingonish", + "Innisfail", + "Innisfil", + "Inukjuak", + "Inuvik", + "Invermere", + "Inverness", + "Inwood", + "Iona", + "Iqaluit", + "Irma", + "Iroquois", + "Iroquois Falls", + "Irricana", + "Islington", + "Italy Cross", + "Ituna", + "Ivujivik", + "Jacksons", + "Jasper", + "Jenner", + "Jerseyville", + "Joliette", + "Jonquiere", + "Jordan", + "Jordan Falls", + "Kagawong", + "Kamloops", + "Kamouraska", + "Kamsack", + "Kanata", + "Kangiqsujuaq", + "Kangirsuk", + "Kapuskasing", + "Kars", + "Kaslo", + "Kazabazua", + "Kedgwick", + "Keene", + "Keewatin", + "Kelowna", + "Kelvington", + "Kemptville", + "Kenora", + "Kensington", + "Kent Bridge", + "Kentville", + "Kerrobert", + "Kerwood", + "Keswick", + "Keswick Beach", + "Kettleby", + "Killarney", + "Kilworthy", + "Kimberley", + "Kimmirut", + "Kincardine", + "Kindersley", + "King City", + "Kingsey Falls", + "Kingston", + "Kingsville", + "Kinistino", + "Kinuso", + "Kippen", + "Kirkland", + "Kirkland Lake", + "Kirkton", + "Kisbey", + "Kispiox", + "Kitchener", + "Kitimat", + "Kitscoty", + "Kitwanga", + "Klemtu", + "Knowlton", + "Kohler", + "Komoka", + "Kugaaruk", + "Kugluktuk", + "Kuujjuaq", + "Kuujjuarapik", + "La Baie", + "La Conception", + "La Corey", + "La Durantaye", + "La Guadeloupe", + "La Loche", + "La Malbaie", + "La Morandiere", + "La Patrie", + "La Pocatiere", + "La Prairie", + "La Presentation", + "La Ronge", + "La Salle", + "La Sarre", + "La Tabatiere", + "La Tuque", + "La Visitation", + "Labelle", + "Labrador City", + "Lac du Bonnet", + "Lac La Biche", + "Lac-aux-Sables", + "Lac-Drolet", + "Lac-Megantic", + "Lachenaie", + "Lachine", + "Lachute", + "Lacolle", + "Lacombe", + "Ladysmith", + "Lafleche", + "LaHave", + "Lake Cowichan", + "Lake Lenore", + "Lake Louise", + "Lakeburn", + "Lakefield", + "Lambton", + "Lamont", + "Lampman", + "Lanark", + "Lancaster", + "Lancaster Park", + "Landrienne", + "Lang", + "Langdon", + "Langenburg", + "Langham", + "Langley", + "Lanigan", + "Lanoraie", + "Lantzville", + "Lasalle", + "Lashburn", + "Laurentia Beach", + "Laurier-Station", + "Laval", + "Lavaltrie", + "Laverlochere", + "Lavillette", + "Lawrencetown", + "Leader", + "Leamington", + "Leduc", + "Lefroy", + "Legal", + "Lemberg", + "Leonard", + "Lery", + "Les Cedres", + "Les Coteaux", + "Les Escoumins", + "Les Mechins", + "Leslieville", + "Lethbridge", + "Levack", + "Levis", + "Lewisporte", + "Lillooet", + "Limoges", + "Lindsay", + "Lipton", + "Listowel", + "Little Current", + "Little Narrows", + "Lively", + "Liverpool", + "Lloydminster", + "Logan Lake", + "London", + "Londonderry", + "Long Sault", + "Longueuil", + "Lorraine", + "Lotbiniere", + "Lougheed", + "Louisbourg", + "Louiseville", + "Lourdes", + "Lower Island Cove", + "Lucan", + "Lucknow", + "Lucky Lake", + "Lumby", + "Lumsden", + "Lunenburg", + "Luseland", + "Luskville", + "Lyn", + "Lyster", + "Lytton", + "Maberly", + "Mabou", + "Macamic", + "MacGregor", + "Mackenzie", + "Macklin", + "MacTier", + "Madoc", + "Magog", + "Magrath", + "Mahone Bay", + "Maidstone", + "Malagawatch", + "Malakwa", + "Malartic", + "Mallaig", + "Malton", + "Mandeville", + "Manitou", + "Manitouwadge", + "Maniwaki", + "Mankota", + "Mannville", + "Manor", + "Manotick Station", + "Manseau", + "Mansonville", + "Maple", + "Maple Creek", + "Maple Ridge", + "Mar", + "Marathon", + "Marbleton", + "Marchand", + "Margaree Valley", + "Margaretsville", + "Maria", + "Marieville", + "Markdale", + "Markham", + "Markstay", + "Marmora", + "Martinville", + "Marwayne", + "Maryfield", + "Marystown", + "Marysville", + "Mascouche", + "Maskinonge", + "Masset", + "Massey", + "Masson-Angers", + "Massueville", + "Matagami", + "Matane", + "Matheson", + "Maxville", + "Mayne", + "McBride", + "McCreary", + "McGregor", + "McLennan", + "McMasterville", + "Meadow Lake", + "Meaford", + "Medicine Hat", + "Melbourne Ridge", + "Melfort", + "Melita", + "Melocheville", + "Melville", + "Memphremagog", + "Memramcook", + "Mercier", + "Merlin", + "Merrickville", + "Merritt", + "Merville", + "Messines", + "Metabetchouan-Lac-a-la-Croix", + "Meteghan", + "Meteghan River", + "Metis-sur-Mer", + "Miami", + "Midale", + "Middle Arm", + "Middle Musquodoboit", + "Middleton", + "Midhurst", + "Midland", + "Milden", + "Mildmay", + "Milford", + "Milford Station", + "Milk River", + "Mill Village", + "Millarville", + "Millbrook", + "Millet", + "Millville", + "Milton", + "Milverton", + "Minden", + "Minnedosa", + "Minto", + "Mira Gut", + "Mirabel", + "Miramichi", + "Miscouche", + "Mission", + "Mississauga", + "Mistatim", + "Mitchell", + "Moberly Lake", + "Mobile", + "Moffat", + "Moncton", + "Mont-Joli", + "Mont-Laurier", + "Mont-Royal", + "Mont-Saint-Gregoire", + "Mont-Saint-Hilaire", + "Mont-Saint-Michel", + "Mont-Tremblant", + "Montague", + "Montebello", + "Montmagny", + "Montmartre", + "Montreal", + "Montreal East", + "Moonbeam", + "Mooretown", + "Moose Creek", + "Moose Jaw", + "Moose Lake", + "Moosehorn", + "Moosomin", + "Moosonee", + "Moraviantown", + "Morden", + "Morell", + "Morewood", + "Morinville", + "Morrin", + "Morris", + "Morrisburg", + "Mortlach", + "Mount Brydges", + "Mount Elgin", + "Mount Forest", + "Mount Pearl", + "Mount Stewart", + "Mount Uniacke", + "Mountain View", + "Muirkirk", + "Mulgrave", + "Mundare", + "Munson", + "Munster", + "Murdochville", + "Murray Harbour", + "Murray River", + "Musquodoboit Harbour", + "Myrnam", + "Nackawic", + "Naicam", + "Nakina", + "Nakusp", + "Nampa", + "Namur", + "Nanaimo", + "Nanoose Bay", + "Nantes", + "Nanton", + "Napanee", + "Napierville", + "Nauwigewauk", + "Neepawa", + "Neguac", + "Neilburg", + "Nelson", + "Nepean", + "Neudorf", + "Neuville", + "New Aiyansh", + "New Carlisle", + "New Denver", + "New Dundee", + "New Glasgow", + "New Hamburg", + "New Harbour", + "New Liskeard", + "New Ross", + "New Waterford", + "New Westminster", + "New-Richmond", + "New-Wes-Valley", + "Newburgh", + "Newcastle Creek", + "Newcastle Village", + "Newdale", + "Newmarket", + "Newport", + "Newton", + "Newtown", + "Niagara", + "Niagara Falls", + "Niagara-on-the-Lake", + "Nicolet", + "Nipawin", + "Nipigon", + "Nisku", + "Niverville", + "Nobleford", + "Nobleton", + "Nokomis", + "Nominingue", + "Norfolk County", + "Norman Wells", + "Normandin", + "Norquay", + "North Battleford", + "North Bay", + "North Delta", + "North Hatley", + "North Lunenburg", + "North Perth", + "North Portal", + "North Russell", + "North Rustico", + "North Saanich", + "North Star", + "North Sydney", + "North Vancouver", + "North York", + "Norval", + "Norway House", + "Norwich", + "Norwood", + "Notre-Dame-de-Lourdes", + "Notre-Dame-du-Bon-Conseil", + "Notre-Dame-du-Mont-Carmel", + "Notre-Dame-du-Nord", + "Notre-Dame-du-Portage", + "Nouvelle", + "Noyan", + "Oak Lake", + "Oak Point", + "Oakville", + "Obedjiwan", + "Odessa", + "Ogoki", + "Ohsweken", + "Oil Springs", + "Oka", + "Okanagan Centre", + "Okotoks", + "Old Perlican", + "Oldcastle", + "Olds", + "Oliver", + "Omemee", + "Omerville", + "Onanole", + "Onion Lake", + "Onoway", + "Orangeville", + "Orillia", + "Orleans", + "Ormstown", + "Oromocto", + "Orono", + "Orton", + "Oshawa", + "Osoyoos", + "Ottawa", + "Otter Lake", + "Otterburn Park", + "Otterburne", + "Outlook", + "Owen Sound", + "Oxbow", + "Oxdrift", + "Oxford", + "Oxford House", + "Oyama", + "Pain Court", + "Paisley", + "Pakenham", + "Palmarolle", + "Palmerston", + "Papineauville", + "Paradise Cove", + "Paradise Valley", + "Parham", + "Paris", + "Parisville", + "Parkhill", + "Parksville", + "Parry Sound", + "Parson", + "Pasadena", + "Pascal", + "Paspebiac", + "Pass Lake", + "Paulatuk", + "Peace River", + "Peachland", + "Pefferlaw", + "Pelly", + "Pemberton", + "Pembroke", + "Penetanguishene", + "Penhold", + "Pennfield", + "Penobsquis", + "Penticton", + "Penzance", + "Perth", + "Perth-Andover", + "Petawawa", + "Peterborough", + "Petherton", + "Petit-de-Grat", + "Petitcodiac", + "Petite-Riviere-Saint-Francois", + "Petrolia", + "Pickering", + "Picton", + "Pictou", + "Pierreville", + "Pierson", + "Pikangikum", + "Pilot Butte", + "Pilot Mound", + "Pinantan Lake", + "Pinawa", + "Pincher Creek", + "Pincourt", + "Pine Falls", + "Piney", + "Pitt Meadows", + "Placentia", + "Plamondon", + "Plantagenet Station", + "Plaster Rock", + "Plessisville", + "Plum Coulee", + "Plumas", + "Plympton", + "Point Edward", + "Pointe-a-la-Croix", + "Pointe-aux-Trembles", + "Pointe-Calumet", + "Pointe-Claire", + "Pointe-Fortune", + "Pointe-Lebel", + "Pointe-Verte", + "Ponoka", + "Pont-Rouge", + "Pont-Viau", + "Pontypool", + "Poplar Hill", + "Port Alberni", + "Port Alice", + "Port au Choix", + "Port au Port", + "Port Burwell", + "Port Clements", + "Port Colborne", + "Port Coquitlam", + "Port Credit", + "Port Dover", + "Port Edward", + "Port Elgin", + "Port Hardy", + "Port Hawkesbury", + "Port Hope", + "Port Lorne", + "Port McNeill", + "Port McNicoll", + "Port Medway", + "Port Moody", + "Port Morien", + "Port Perry", + "Port Renfrew", + "Port Royal", + "Port Saunders", + "Port Stanley", + "Port-Cartier", + "Port-Daniel", + "Portage", + "Portage la Prairie", + "Portage-du-Fort", + "Porters Lake", + "Portneuf", + "Portugal Cove", + "Potter", + "Pouce Coupe", + "Pouch Cove", + "Powassan", + "Powell River", + "Preeceville", + "Prescott", + "Price", + "Priceville", + "Prince", + "Prince Albert", + "Prince George", + "Prince Rupert", + "Princeton", + "Princeville", + "Pritchard", + "Prospect", + "Provost", + "Pugwash", + "Pukatawagan", + "Puslinch", + "Puvirnituq", + "Pynns", + "Qualicum Beach", + "Quaqtaq", + "Quathiaski Cove", + "Quebec", + "Queen Charlotte", + "Quesnel", + "Quill Lake", + "Quispamsis", + "Quyon", + "Racine", + "Radisson", + "Radville", + "Rainbow Lake", + "Raleigh", + "Ramea", + "Rankin Inlet", + "Rapid City", + "Rawdon", + "Raymond", + "Raymore", + "Red Deer", + "Red Lake", + "Red Rock", + "Redcliff", + "Redvers", + "Redwater", + "Regina", + "Rencontre East", + "Renfrew", + "Renous", + "Repentigny", + "Revelstoke", + "Rexdale", + "Rhein", + "Richibucto", + "Richmond", + "Richmond Hill", + "Ridgetown", + "Ridgeway", + "Rigaud", + "Rimbey", + "Rimouski", + "Ripley", + "Ripon", + "Ripples", + "River Hebert", + "River John", + "Rivers", + "Riverside-Albert", + "Riverton", + "Riverview", + "Riviere-Beaudette", + "Riviere-Bleue", + "Riviere-Ouelle", + "Riviere-Rouge", + "Riviere-Saint-Paul", + "Roberts Creek", + "Roberval", + "Roblin", + "Rocanville", + "Rockland", + "Rockville", + "Rockwood", + "Rocky Mountain House", + "Roddickton", + "Rogersville", + "Roland", + "Rosalind", + "Rosedale", + "Rosemary", + "Rosemere", + "Roseneath", + "Rosetown", + "Rossburn", + "Rossland", + "Rossport", + "Rosthern", + "Rothesay", + "Rougemont", + "Rouleau", + "Rouyn-Noranda", + "Roxboro", + "Roxton Falls", + "Roxton Pond", + "Rumsey", + "Russell", + "Rycroft", + "Saanichton", + "Sable River", + "Sabrevois", + "Sackville", + "Saguenay", + "Saint Andrews", + "Saint Etienne-De-Lauzon", + "Saint John", + "Saint Romuald", + "Saint-Adalbert", + "Saint-Adelphe", + "Saint-Agapit", + "Saint-Aime-du-Lac-des-Iles", + "Saint-Alban", + "Saint-Alexis-des-Monts", + "Saint-Ambroise", + "Saint-Anaclet-de-Lessard", + "Saint-Andre", + "Saint-Andre-Avellin", + "Saint-Anicet", + "Saint-Anselme", + "Saint-Antoine-de-Tilly", + "Saint-Antoine-sur-Richelieu", + "Saint-Antonin", + "Saint-Apollinaire", + "Saint-Arsene", + "Saint-Aubert", + "Saint-Augustin", + "Saint-Augustin-de-Desmaures", + "Saint-Barnabe-Sud", + "Saint-Barthelemy", + "Saint-Basile", + "Saint-Basile-le-Grand", + "Saint-Benjamin", + "Saint-Bruno", + "Saint-Bruno-de-Montarville", + "Saint-Camille", + "Saint-Casimir", + "Saint-Cesaire", + "Saint-Charles-de-Bellechasse", + "Saint-Charles-sur-Richelieu", + "Saint-Clement", + "Saint-Colomban", + "Saint-Come", + "Saint-Come--Liniere", + "Saint-Cyprien", + "Saint-Cyrille-de-Wendover", + "Saint-Damase", + "Saint-Denis", + "Saint-Dominique", + "Saint-Donat", + "Saint-Elie", + "Saint-Elzear", + "Saint-Etienne-des-Gres", + "Saint-Eusebe", + "Saint-Eustache", + "Saint-Fabien", + "Saint-Fabien-de-Panet", + "Saint-Faustin--Lac-Carre", + "Saint-Felicien", + "Saint-Felix-de-Kingsey", + "Saint-Felix-de-Valois", + "Saint-Ferdinand", + "Saint-Ferreol-les-Neiges", + "Saint-Flavien", + "Saint-Francois-du-Lac", + "Saint-Frederic", + "Saint-Gabriel", + "Saint-Gabriel-de-Valcartier", + "Saint-Gedeon", + "Saint-Georges", + "Saint-Georges-de-Windsor", + "Saint-Germain-de-Grantham", + "Saint-Gilles", + "Saint-Godefroi", + "Saint-Guillaume", + "Saint-Henri", + "Saint-Hilaire", + "Saint-Honore-de-Temiscouata", + "Saint-Hubert-de-Riviere-du-Loup", + "Saint-Hugues", + "Saint-Hyacinthe", + "Saint-Irenee", + "Saint-Isidore", + "Saint-Jacques", + "Saint-Jean-de-Dieu", + "Saint-Jean-de-Matha", + "Saint-Jean-Port-Joli", + "Saint-Jean-sur-Richelieu", + "Saint-Jerome", + "Saint-Joachim", + "Saint-Joachim-de-Shefford", + "Saint-Joseph-de-Beauce", + "Saint-Jude", + "Saint-Lambert", + "Saint-Lazare-de-Bellechasse", + "Saint-Leon-de-Standon", + "Saint-Leonard", + "Saint-Liboire", + "Saint-Lin", + "Saint-Lin-Laurentides", + "Saint-Louis de Kent", + "Saint-Louis-de-Gonzague", + "Saint-Luc", + "Saint-Ludger", + "Saint-Malachie", + "Saint-Marc-de-Figuery", + "Saint-Marc-des-Carrieres", + "Saint-Marc-sur-Richelieu", + "Saint-Mathieu", + "Saint-Maurice", + "Saint-Michel", + "Saint-Michel-de-Bellechasse", + "Saint-Michel-des-Saints", + "Saint-Nazaire", + "Saint-Odilon-de-Cranbourne", + "Saint-Pacome", + "Saint-Pamphile", + "Saint-Pascal", + "Saint-Paul", + "Saint-Paul-de-la-Croix", + "Saint-Paulin", + "Saint-Philemon", + "Saint-Philippe", + "Saint-Philippe-de-Neri", + "Saint-Pie", + "Saint-Pierre", + "Saint-Pierre-de-Broughton", + "Saint-Pierre-les-Becquets", + "Saint-Placide", + "Saint-Polycarpe", + "Saint-Prosper", + "Saint-Quentin", + "Saint-Raphael", + "Saint-Raymond", + "Saint-Remi", + "Saint-Roch", + "Saint-Roch-de-Richelieu", + "Saint-Roch-des-Aulnaies", + "Saint-Sauveur", + "Saint-Sebastien", + "Saint-Severe", + "Saint-Simon-de-Rimouski", + "Saint-Stanislas", + "Saint-Stanislas-de-Kostka", + "Saint-Sylvere", + "Saint-Sylvestre", + "Saint-Telesphore", + "Saint-Thomas", + "Saint-Tite", + "Saint-Ubalde", + "Saint-Ulric", + "Saint-Urbain", + "Saint-Urbain-Premier", + "Saint-Vallier", + "Saint-Venant-de-Paquette", + "Saint-Victor", + "Saint-Wenceslas", + "Saint-Zacharie", + "Saint-Zenon", + "Saint-Zotique", + "Sainte-Adele", + "Sainte-Agathe-des-Monts", + "Sainte-Angele-de-Premont", + "Sainte-Anne-de-Beaupre", + "Sainte-Anne-de-Bellevue", + "Sainte-Anne-de-la-Perade", + "Sainte-Anne-des-Monts", + "Sainte-Anne-du-Lac", + "Sainte-Brigitte-des-Saults", + "Sainte-Catherine", + "Sainte-Cecile-de-Masham", + "Sainte-Cecile-de-Whitton", + "Sainte-Claire", + "Sainte-Clotilde-de-Horton", + "Sainte-Croix", + "Sainte-Famille", + "Sainte-Foy", + "Sainte-Gertrude", + "Sainte-Helene-de-Bagot", + "Sainte-Helene-de-Breakeyville", + "Sainte-Julie", + "Sainte-Julienne", + "Sainte-Justine", + "Sainte-Marcelline-de-Kildare", + "Sainte-Marguerite", + "Sainte-Marie", + "Sainte-Marthe", + "Sainte-Marthe-sur-le-Lac", + "Sainte-Martine", + "Sainte-Melanie", + "Sainte-Monique", + "Sainte-Perpetue", + "Sainte-Thecle", + "Sainte-Therese", + "Salaberry-de-Valleyfield", + "Salisbury", + "Salmo", + "Salmon Arm", + "Salmon River", + "Sandy Bay", + "Sandy Lake", + "Sanikiluaq", + "Sardis", + "Sarnia", + "Saskatoon", + "Saulnierville", + "Sault Ste. Marie", + "Savona", + "Sawyerville", + "Sayabec", + "Sayward", + "Scarborough", + "Schefferville", + "Schomberg", + "Schreiber", + "Scotland", + "Scotsburn", + "Scotstown", + "Scott", + "Scoudouc", + "Seaforth", + "Searchmont", + "Sechelt", + "Seldom-Little Seldom", + "Selkirk", + "Senneterre", + "Senneville", + "Sept-Iles", + "Seton Portage", + "Severn Bridge", + "Sexsmith", + "Shamattawa", + "Shanklin", + "Shannon", + "Shannonville", + "Sharbot Lake", + "Shaunavon", + "Shawinigan", + "Shawinigan-Sud", + "Shawnigan Lake", + "Shawville", + "Shediac", + "Sheho", + "Shelburne", + "Shellbrook", + "Sherbrooke", + "Sherrington", + "Sherwood Park", + "Shigawake", + "Shoal Lake", + "Shubenacadie", + "Sicamous", + "Sidney", + "Sillery", + "Silton", + "Simcoe", + "Sioux Lookout", + "Skidegate", + "Slave Lake", + "Slocan", + "Smithers", + "Smiths Falls", + "Smithville", + "Smoky Lake", + "Smooth Rock Falls", + "Snow Lake", + "Sointula", + "Sombra", + "Sooke", + "Sorel", + "Sorel-Tracy", + "Sorrento", + "Souris", + "South Augusta", + "South Gower", + "South Indian Lake", + "South Lancaster", + "South Mountain", + "South Porcupine", + "South River", + "South Slocan", + "Southend Reindeer", + "Southey", + "Spanish", + "Sparta", + "Spencerville", + "Sperling", + "Spillimacheen", + "Spirit River", + "Spiritwood", + "Spring Hill", + "Springdale", + "Springfield", + "Springhill", + "Spruce Grove", + "Spy Hill", + "Squamish", + "St-Hubert", + "St-Lazare", + "St-Timothee", + "St. Albert", + "St. Andrews", + "St. Anthony", + "St. Brieux", + "St. Catharines", + "St. Jacobs", + "St. Louis", + "St. Marys", + "St. Paul", + "St. Peters Bay", + "St. Stephen", + "St. Thomas", + "St. Walburg", + "Stanbridge East", + "Standard", + "Stanley Bridge, Hope River, Bayview, Cavendish and North Rustico", + "Star City", + "Stayner", + "Steinbach", + "Stella", + "Stellarton", + "Stephenville", + "Stephenville Crossing", + "Stettler", + "Stevensville", + "Stewiacke", + "Stirling", + "Stittsville", + "Stoneham", + "Stonewall", + "Stoney Creek", + "Stony Mountain", + "Stony Plain", + "Stouffville", + "Stoughton", + "Strasbourg", + "Stratford", + "Strathmore", + "Strathroy", + "Streetsville", + "Sturgeon Falls", + "Sturgis", + "Summerland", + "Summerside", + "Sunderland", + "Sundridge", + "Surrey", + "Sussex", + "Sutton", + "Swan River", + "Swastika", + "Swift Current", + "Sydenham", + "Sydney", + "Sydney Mines", + "Sylvan Lake", + "Taber", + "Tadoussac", + "Tahsis", + "Takla Landing", + "Tappen", + "Taschereau", + "Tasiujaq", + "Tatamagouche", + "Tavistock", + "Taylor", + "Tecumseh", + "Teeswater", + "Temiscaming", + "Tennion", + "Terrace", + "Terrace Bay", + "Terre Noire", + "Terrebonne", + "Teulon", + "Thamesford", + "Thamesville", + "The Pas", + "Thedford", + "Theodore", + "Theresa", + "Thetford-Mines", + "Thompson", + "Thorhild", + "Thornbury", + "Thorndale", + "Thornhill", + "Thorold", + "Three Hills", + "Three Mile Plains", + "Thunder Bay", + "Thurso", + "Tilbury", + "Tilley", + "Tillsonburg", + "Timberlea", + "Timmins", + "Tisdale", + "Tlell", + "Tofield", + "Tofino", + "Tompkins", + "Torbay", + "Toronto", + "Torrington", + "Tottenham", + "Tracadie", + "Trail", + "Treherne", + "Trenton", + "Tring-Jonction", + "Trochu", + "Trois Pistoles", + "Trout Creek", + "Trout River", + "Troy", + "Truro", + "Tsawwassen", + "Tuktoyaktuk", + "Tumbler Ridge", + "Turner Valley", + "Turtleford", + "Tusket", + "Tweed", + "Twillingate", + "Two Hills", + "Tyndall", + "Ucluelet", + "Union Bay", + "Unionville", + "Unity", + "Upper Island Cove", + "Upton", + "Utterson", + "Uxbridge", + "Val-Brillant", + "Val-David", + "Val-des-Monts", + "Val-Morin", + "Valcourt", + "Valemount", + "Vallee-Jonction", + "Valley", + "Valleyview", + "Van Anda", + "Vancouver", + "Vanderhoof", + "Vankleek Hill", + "Varennes", + "Vaudreuil-Dorion", + "Vaughan", + "Vauxhall", + "Vegreville", + "Vercheres", + "Verdun", + "Vermilion", + "Verner", + "Vernon", + "Vernon Bridge", + "Victoria", + "Victoria Cove", + "Victoria Harbour", + "Victoriaville", + "Vieux-Saint-Laurent", + "Viking", + "Villa Marie", + "Ville-Marie", + "Vineland Station", + "Virden", + "Viscount", + "Vonda", + "Vulcan", + "Wabana", + "Wabigoon", + "Wabush", + "Wadena", + "Wainfleet", + "Wainwright", + "Wakaw", + "Wakefield", + "Waldeck", + "Waldheim", + "Walkerton", + "Wallace", + "Wallaceburg", + "Warkworth", + "Warman", + "Warner", + "Warsaw", + "Warwick", + "Wasaga Beach", + "Washago", + "Waterdown", + "Waterford", + "Waterloo", + "Waterville", + "Watford", + "Watrous", + "Watson", + "Watson Lake", + "Waubaushene", + "Wawa", + "Waweig", + "Wawota", + "Weedon", + "Weir", + "Weldon", + "Welland", + "Wellesley", + "Wellington", + "Wembley", + "Wemindji", + "West Bay", + "West Chezzetcook", + "West Hill", + "West Lake", + "West Osgoode", + "Westbank", + "Western Bay", + "Westlock", + "Westmount", + "Weston", + "Westport", + "Westree", + "Westville", + "Wetaskiwin", + "Weyburn", + "Wheatley", + "Whistler Village", + "Whitby", + "White City", + "White Fox", + "White River", + "White Rock", + "Whitecourt", + "Whitehorse", + "Whitemouth", + "Whites Lake", + "Whitney", + "Whycocomagh", + "Wiarton", + "Wickham", + "Wilcox", + "Wildwood", + "Wilkie", + "Williams Lake", + "Williamsburg", + "Willingdon", + "Willow Bunch", + "Willowdale", + "Willowvale", + "Winchester", + "Windermere", + "Windham Centre", + "Windsor", + "Winfield", + "Wingham", + "Winkler", + "Winnipeg", + "Winnipegosis", + "Wiseton", + "Wishart", + "Witless Bay", + "Wittenburg", + "Wolfville", + "Wolseley", + "Wood Mountain", + "Woodbridge", + "Woodlands", + "Woodridge", + "Woodstock", + "Worsley", + "Wrentham", + "Wright-Gracefield-Northfield", + "Wymark", + "Wynyard", + "Wyoming", + "Yahk", + "Yamachiche", + "Yamaska", + "Yarker", + "Yarmouth", + "Yellow Grass", + "Yellowknife", + "York", + "Yorkton", + "Youbou", + "Young", + "Youngstown" + ], + "Cape Verde": [ + "Praia", + "Mindelo", + "Cidade Velha", + "Espargos", + "Assomada", + "Santa Maria", + "S\u00e3o Filipe" + ], + "Cayman Islands": [ + "Bodden Town", + "Coral Gables", + "George Town", + "Newlands", + "Savannah", + "Spot Bay", + "West Bay" + ], + "Central African Republic": [ + "Bamingui-Bangoran", + "Bangui", + "Basse-Kotto", + "Haute-Kotto", + "Haut-Mbomou", + "Kemo", + "Lobaye", + "Mambere-Kadei", + "Mbomou", + "Nana-Grebizi", + "Nana-Mambere", + "Ombella-Mpoko", + "Ouaka", + "Ouham", + "Ouham-Pende", + "Sangha-Mbaere", + "Vakaga" + ], + "Chad": [ + "Batha", + "Biltine", + "Borkou-Ennedi-Tibesti", + "Chari-Baguirmi", + "Gu\u00e9ra", + "Kanem", + "Lac", + "Logone Occidental", + "Logone Oriental", + "Mayo-Kebbi", + "Moyen-Chari", + "Ouadda\u00ef", + "Salamat", + "Tandjile" + ], + "Christmas Island": [ + "Drumsite (settlement)", + "Flying Fish Cove (settlement)", + "Poon Saan (settlement)", + "Silver City (settlement)" + ], + "Cocos (Keeling) Islands": [ + "Bantam (settlement)", + "West Island (island)" + ], + "Cook Islands": [ + "Amuri", + "Arutanga", + "Avarua", + "Avatiu", + "Omoka", + "Oneroa" + ], + "Chile": [ + "Algarrobo", + "Angol", + "Antofagasta", + "Apoquindo", + "Arauco", + "Arica", + "Buin", + "Bulnes", + "Calama", + "Caldera", + "Castro", + "Catemu", + "Centro", + "Cerrillos de Tamaya", + "Chicureo Abajo", + "Chiguayante", + "Chillan", + "Chillan Viejo", + "Chimbarongo", + "Chonchi", + "Chuquicamata", + "Coihaique", + "Colina", + "Collipulli", + "Concon", + "Constitucion", + "Coquimbo", + "Coronel", + "Cunco", + "Curacavi", + "Dalcahue", + "El Arco", + "El Bosque", + "El Monte", + "El Quisco", + "El Salto", + "El Salvador", + "El Valle", + "Fresia", + "Galvarino", + "Graneros", + "Hanga Roa", + "Iquique", + "La Calera", + "La Cisterna", + "La Granja", + "La Laja", + "La Ligua", + "La Reina", + "La Serena", + "La Union", + "Lampa", + "Las Condes", + "Lautaro", + "Llanquihue", + "Lo Barnechea", + "Lolol", + "Los Andes", + "Los Angeles", + "Machali", + "Macul", + "Maipu", + "Maquina Atacama", + "Maule", + "Mejillones", + "Melipilla", + "Miraflores", + "Molina", + "Monte Aguila", + "Nacimiento", + "Nogales", + "Nunoa", + "Olmue", + "Osorno", + "Ovalle", + "Paillaco", + "Penablanca", + "Penaflor", + "Port Montt", + "Providencia", + "Puchuncavi", + "Pucon", + "Puente Alto", + "Puerto Aisen", + "Puerto Natales", + "Puerto Varas", + "Punta Arenas", + "Puren", + "Purranque", + "Quellon", + "Quemchi", + "Quilicura", + "Quillota", + "Rancagua", + "Recoleta", + "Renaca", + "Renca", + "Rengo", + "Rinconada", + "Rio Bueno", + "San Antonio", + "San Bernardo", + "San Carlos", + "San Felipe", + "San Fernando", + "San Javier", + "San Martin", + "San Pedro", + "Santa Barbara", + "Santiago", + "Talagante", + "Talca", + "Talcahuano", + "Tarapaca", + "Temuco", + "Tome", + "Valdivia", + "Vallenar", + "Villa Alemana", + "Villarrica", + "Vitacura" + ], + "China": [ + "Aishang", + "Aizhou", + "Aksu", + "Anbang", + "Anbu", + "Ancheng", + "Anda", + "Andong", + "Angu", + "Anguo", + "Anhu", + "Anji", + "Anjiang", + "Ankang", + "Anke", + "Anqing", + "Anqiu", + "Anshan", + "Anshun", + "Ansu", + "Anxi", + "Anyang", + "Anying", + "Anzhou", + "Anzi", + "Aojiang", + "Aoma", + "Bagong", + "Baicheng", + "Baidu", + "Baihua", + "Baile", + "Bailicun", + "Baipo", + "Baise City", + "Baisha", + "Baishan", + "Baishi", + "Baitang", + "Baixiang", + "Baixin", + "Baiyashi", + "Baiyi", + "Baiyin", + "Baiyu", + "Baiyun", + "Baizhang", + "Baliqiao", + "Bamao", + "Bangke", + "Bangtou", + "Bantou", + "Banxi", + "Banyou", + "Baocheng", + "Baodi", + "Baodian", + "Baoding", + "Baojiang", + "Baoluo", + "Baoqing", + "Baoshan", + "Baotao", + "Baotian", + "Baotou", + "Baoxing", + "Baoyu", + "Base", + "Baying", + "Bazhou", + "Baziqiang", + "Beichan", + "Beidou", + "Beihai", + "Beijie", + "Beijing", + "Beilin", + "Beilun", + "Beishan", + "Beixi", + "Beixiao", + "Beiying", + "Beiyuan", + "Bengbu", + "Benxi", + "Bianzhuang", + "Bibo", + "Bijie", + "Binhe", + "Binjiang", + "Binzhou", + "Biyang", + "Bobai", + "Bohai", + "Boji", + "Bole", + "Boli", + "Boshan", + "Boxing", + "Bozhou", + "Buxin", + "Caijing", + "Caishen", + "Caiyuan", + "Cangnan", + "Cangshang", + "Cangzhou", + "Caopu", + "Caoxi", + "Caozhai", + "Cengang", + "Cenyang", + "Cezi", + "Chadianzi", + "Chaicun", + "Chaigoubu", + "Chamdo", + "Changchao", + "Changchun", + "Changde", + "Changfeng", + "Changhe", + "Changjian", + "Changjiang", + "Changle", + "Changning", + "Changping", + "Changqing", + "Changsha", + "Changshan", + "Changsheng", + "Changshu City", + "Changting", + "Changtu", + "Changxiacun", + "Changxin", + "Changzheng", + "Changzhi", + "Changzhong", + "Changzhou", + "Chaohu", + "Chaoyang", + "Chaozhou", + "Chen Xian", + "Chendu", + "Chengbei", + "Chengdong", + "Chengdu", + "Chengfeng", + "Chengguan", + "Chenghua", + "Chengjian", + "Chengmai", + "Chengnan", + "Chengqiao", + "Chenguang", + "Chengxi", + "Chengxian Chengguanzhen", + "Chengxiang", + "Chengyang", + "Chengzhong", + "Chenyang", + "Chenzhou", + "Chifeng", + "Chiping", + "Chizhou", + "Chongqing", + "Chongwen", + "Chongxian", + "Choucheng", + "Chuansha", + "Chum", + "Chunhua", + "Chunjiang", + "Chuxiong", + "Chuzhou", + "Cicheng", + "Cili", + "Citai", + "Cixi", + "Cuibei", + "Cuiyuan", + "Cuizhu", + "Cuntou", + "Dabaizhuang", + "Dabao", + "Dabu", + "Dachen", + "Dachuan", + "Dagang", + "Dahai", + "Dahuaishu", + "Daidong", + "Daishan", + "Daixi", + "Daizhong", + "Daji", + "Dajie", + "Daju", + "Dali", + "Dalian", + "Dampu", + "Dancheng", + "Dandong", + "Danfeng", + "Dangshan", + "Dangyang", + "Danjiang", + "Danjiangkou", + "Danyang", + "Danzao", + "Danzhou", + "Daojiang", + "Daotou", + "Daoxu", + "Daqiao", + "Daqing", + "Daqiuzhuang", + "Dasha", + "Dashiqiao", + "Dashun", + "Datang", + "Datong", + "Dawa", + "Dawang", + "Dawukou", + "Daxie", + "Daxing", + "Dayan", + "Dayang", + "Daye", + "Dayun", + "Dazhong", + "Dazhou", + "Dazu", + "Defeng", + "Dehui", + "Dengbu", + "Dengzhou", + "Deqing", + "Deyang", + "Deyuan", + "Deyue", + "Dezhou", + "Diankou", + "Dianzhong", + "Dianzi", + "Digang", + "Dingcheng", + "Dinghai", + "Dingqiao", + "Dingtao", + "Dingxi", + "Dingzha", + "Dingzhou", + "Dipu", + "Dongchang", + "Dongcheng", + "Dongcun", + "Dongdu", + "Dongfang", + "Dongfeng", + "Dongguan", + "Donghai", + "Donghe", + "Donghong", + "Donghuxu", + "Dongjiaying", + "Dongli", + "Donglin", + "Dongliu", + "Dongning", + "Dongshen", + "Dongsheng", + "Dongshi", + "Dongtou", + "Dongxi", + "Dongxiao", + "Dongxin", + "Dongxing", + "Dongyang", + "Dongying", + "Doujiang", + "Doumen", + "Dujiacun", + "Dungdo", + "Duoba", + "Dushu", + "Duwei", + "Duyun", + "Edong", + "Ejia", + "Enshi", + "Erqi", + "Eshan", + "Ezhou", + "Fangqiao", + "Fangshan", + "Fangxian Chengguanzhen", + "Fangzhuang", + "Fangzi", + "Fanjing", + "Fanzhong", + "Feihong", + "Feilong", + "Feixian", + "Feiyun", + "Fendou", + "Fengcheng", + "Fenggang", + "Fengjiang", + "Fenglin", + "Fengling", + "Fengming", + "Fengnan", + "Fengqi", + "Fengqiao", + "Fengqing", + "Fengshan", + "Fengshang", + "Fengshun", + "Fengtai", + "Fengting", + "Fengxian", + "Fengxiang", + "Fengzhou", + "Fenshang", + "Fenyang", + "Foshan", + "Fotang", + "Fuchun", + "Fuchunjiang", + "Fudao", + "Fuding", + "Fugu", + "Fuhao", + "Fuling", + "Fumin", + "Fuqiang", + "Furong", + "Fusheng", + "Fushun", + "Futian", + "Fuxin", + "Fuyang", + "Fuzhou", + "Gaiwei", + "Gaiyu", + "Gamlung", + "Gangcun", + "Ganjiang", + "Gannan", + "Ganyao", + "Ganzhou", + "Gaobeidian", + "Gaobu", + "Gaocheng", + "Gaoji", + "Gaoping", + "Gaoqiao", + "Gaotang", + "Gaoting", + "Gaoxin", + "Gaozhao", + "Gaozhou", + "Gejiu", + "Gongchang", + "Gongjiang", + "Gongjiao", + "Gongli", + "Gongyi", + "Gongyuan", + "Goushan", + "Gouzhuang", + "Guali", + "Guancheng", + "Guangchang", + "Guangdong", + "Guangming", + "Guangtai", + "Guangtong", + "Guangxi", + "Guangyuan", + "Guangzhou", + "Guanli", + "Guanqiao", + "Guantian", + "Gucheng", + "Guigang", + "Guili", + "Guilin", + "Guixi", + "Guiyang", + "Guiyuan", + "Guizhoumanzuxiang", + "Gujiang", + "Gujiao", + "Guli", + "Gunan", + "Guodian", + "Guohe", + "Guoji", + "Guoshang", + "Guozhen", + "Gushan", + "Gushi", + "Guxiang", + "Guyong", + "Guyuan", + "Gyari", + "Haibei", + "Haicheng", + "Haidian", + "Haifu", + "Haihong", + "Haijing", + "Haikou", + "Hailar", + "Hailin", + "Hainan", + "Haitang", + "Haixing", + "Haiyang", + "Haiyu", + "Haizhou", + "Handan", + "Hangbu", + "Hangong", + "Hangu", + "Hangzhou", + "Hanjiang", + "Hanshan", + "Hanshang", + "Hanting", + "Hanzhong", + "Haocheng", + "Haozhuang", + "Harbin", + "Hebei", + "Hebi", + "Hecheng", + "Hechi", + "Hechun", + "Hecun", + "Hedong", + "Hefei", + "Hegang", + "Heibei", + "Heihe", + "Hejiang", + "Hejin", + "Hekou", + "Heliang", + "Hengdian", + "Henghe", + "Hengjie", + "Hengshui", + "Hengyang", + "Hengzhou", + "Heping", + "Heshun", + "Hetao", + "Hetian", + "Hexi", + "Hexun", + "Heyi", + "Heyuan", + "Heze", + "Hezhou", + "Hezhu", + "Hezuo", + "Hohhot", + "Hongchang", + "Honglin", + "Hongling", + "Hongpan", + "Hongqiao", + "Hongshan", + "Hongshun", + "Hongtang", + "Hongwei", + "Hongxi", + "Hongyan", + "Hongyangshu", + "Hongyuan", + "Hongyun", + "Houxiangcheng", + "Houzhai", + "Huabei", + "Huacheng", + "Huadian", + "Huadong", + "Huafeng", + "Huagong", + "Huagongchang", + "Huaibei", + "Huaihe", + "Huaihua", + "Huainan", + "Huairou", + "Huajiashan", + "Huajie", + "Huali", + "Hualin", + "Hualong", + "Huamei", + "Huanan", + "Huangbao", + "Huangdao", + "Huangdu", + "Huanggang", + "Huanghou", + "Huanghu", + "Huanghua", + "Huangjia", + "Huangjue", + "Huangshan", + "Huangshi", + "Huangxuan", + "Huangyan", + "Huangyuan Chengguanzhen", + "Huangze", + "Huangzhai", + "Huangzhou", + "Huanzhen", + "Huaqiang", + "Huaqiao", + "Huashan", + "Huatan", + "Huating", + "Huawei", + "Huaxia", + "Huaxin", + "Huaxing", + "Huayang", + "Huaying", + "Huayuan", + "Huayue", + "Huayuji", + "Huazhong", + "Huazhou", + "Huge", + "Huicheng", + "Huigang", + "Huilongba", + "Huimin", + "Huixin", + "Huiyang", + "Huizhou", + "Hulan", + "Huling", + "Hulu", + "Huludao", + "Huoshan", + "Huozhou", + "Hupi", + "Huquan", + "Hushan", + "Huzhen", + "Huzhou", + "Jiadi", + "Jiading", + "Jiafu", + "Jiahao", + "Jiahe Chengguanzhen", + "Jiahu", + "Jialing", + "Jiamusi", + "Jianci", + "Jiangbei", + "Jiangchuanlu", + "Jiangdong", + "Jiangguantun", + "Jiangjia", + "Jiangjin Qu", + "Jiangkou", + "Jiangmen", + "Jiangnan", + "Jiangshan", + "Jiangtian", + "Jiangwan", + "Jiangwang", + "Jiangyan", + "Jiangyin", + "Jiangyou", + "Jianning", + "Jianxing", + "Jianyang", + "Jianyuan", + "Jianzhong", + "Jiaojiang", + "Jiaokou", + "Jiaotong", + "Jiaotou", + "Jiaowei", + "Jiaoyu", + "Jiaoyuan", + "Jiaoyun", + "Jiaozhou", + "Jiaozuo", + "Jiaqin", + "Jiaxin", + "Jiaxing", + "Jiaying", + "Jiayuan", + "Jiayue", + "Jiazhuang", + "Jicheng", + "Jiedong", + "Jiefang", + "Jiehe", + "Jielong", + "Jieshou", + "Jiexi", + "Jiexiu", + "Jieyang", + "Jifeng", + "Jiguang", + "Jilin City", + "Jimo", + "Jin Jiang", + "Jinan", + "Jinbi", + "Jincheng", + "Jinchuan", + "Jinci", + "Jinda", + "Jinde", + "Jindi", + "Jindian", + "Jinding", + "Jindou", + "Jindu", + "Jingbei", + "Jingcheng", + "Jingdezhen", + "Jingdong", + "Jingdu", + "Jingfeng", + "Jinghai", + "Jinghe", + "Jinghong", + "Jinghu", + "Jinghua", + "Jingjiang", + "Jinglian", + "Jinglong", + "Jingmen", + "Jingning Chengguanzhen", + "Jingshan", + "Jingtian", + "Jinguang", + "Jingxi", + "Jingyuan", + "Jingzhong", + "Jingzhou", + "Jinhai", + "Jinhe", + "Jinhong", + "Jinhu", + "Jinhua", + "Jining", + "Jinjiang", + "Jinli", + "Jinling", + "Jinlong", + "Jinlu", + "Jinlun", + "Jinma", + "Jinmao", + "Jinmen", + "Jinming", + "Jinnan", + "Jinpan", + "Jinpu", + "Jinqiao", + "Jinqingzhen", + "Jinsha", + "Jinshadi", + "Jinshan", + "Jinshi", + "Jintan", + "Jintian", + "Jinwo", + "Jinxiangzhen", + "Jinxing", + "Jinyang", + "Jinyi", + "Jinyin", + "Jinying", + "Jinyuan", + "Jinyun", + "Jinzao", + "Jinzhong", + "Jinzhou", + "Jishou", + "Jishu", + "Jiuba", + "Jiuguan", + "Jiuzong", + "Jixi", + "Jiya", + "Jiyang", + "Jizhou", + "Jondag", + "Juchuan", + "Juhua", + "Julong", + "Jundu", + "Junlin", + "Junping", + "Junpu", + "Kaifeng", + "Kaihua", + "Kaili", + "Kaiyuan", + "Kaiyun", + "Kandun", + "Kang Xian", + "Kangcun", + "Kangda", + "Karamay", + "Kashgar", + "Kecheng", + "Keqiao", + "Keshan", + "Korla", + "Kouqian", + "Kouquan", + "Kuangyan", + "Kuicheng", + "Kuiju", + "Kuishan", + "Kumul", + "Kunlun", + "Kunming", + "Kunshan", + "Kunyang", + "Kuytun", + "Laibin", + "Laiwu", + "Laiyi", + "Lake", + "Langfang", + "Langli", + "Langzhong", + "Lanhai", + "Lanjiang", + "Lanping", + "Lantang", + "Lanxi", + "Lanzhou", + "Laohekou", + "Laonian", + "Lecheng", + "Ledong", + "Lengshuijiang", + "Leshan", + "Lhasa", + "Lianghu", + "Liangping", + "Liangzhu", + "Lianhua", + "Lianjiang", + "Liannan", + "Lianping", + "Lianshan", + "Lianshi", + "Lianshui", + "Lianyuan", + "Lianyungang", + "Liaocheng", + "Liaoyang", + "Liaoyuan", + "Libang", + "Licheng", + "Lida", + "Lidong", + "Lidu", + "Lihou", + "Lijiang", + "Lijing", + "Linbei", + "Lincang", + "Lincheng", + "Lindian", + "Linfen", + "Lingang", + "Lingcheng", + "Lingdong", + "Linghu", + "Lingnga", + "Lingshi", + "Lingshui", + "Lingxi", + "Lingzhi", + "Linhai", + "Linjiang", + "Linkou", + "Linnan", + "Linping", + "Linqi", + "Linqing", + "Linqu", + "Lintong", + "Linxia Chengguanzhen", + "Linyi", + "Linze", + "Linzhou", + "Lishang", + "Lishu", + "Lishui", + "Liu`an", + "Liucheng", + "Liudao", + "Liudong", + "Liuhe", + "Liuheng", + "Liujian", + "Liujiang", + "Liulin", + "Liushi", + "Liuzhou", + "Liwu", + "Liyuan", + "Lize", + "Longchuan", + "Longdong", + "Longfeng", + "Longgang", + "Longgong", + "Longhu", + "Longhua", + "Longjian", + "Longjiang", + "Longjin", + "Longlin", + "Longmao", + "Longmen", + "Longnan", + "Longquan", + "Longshan", + "Longtai", + "Longteng", + "Longxiang", + "Longxin", + "Longxing", + "Longxun", + "Longyan", + "Longzhou", + "Loufan", + "Lucheng", + "Lugouqiao", + "Luhua", + "Lujiazhi", + "Lung", + "Luobu", + "Luocheng", + "Luofang", + "Luohe", + "Luohu", + "Luoling", + "Luomen", + "Luorong", + "Luoxi", + "Luoyang", + "Luoyuan", + "Luozhuang", + "Luqiao", + "Luquan", + "Lushang", + "Luwan", + "Luzhou", + "Macao", + "Maji", + "Majin", + "Maoba", + "Maodian", + "Maodun", + "Maoming", + "Maotai", + "Mapai", + "Mawei", + "Mayao", + "Mayu", + "Meicheng", + "Meijiang", + "Meilian", + "Meilin", + "Meishan", + "Meixi", + "Meiyu", + "Meiyuan", + "Meizhou", + "Mengshan", + "Mengyin", + "Mengzhou", + "Mengzi", + "Mianyang", + "Miaogao", + "Mingde", + "Mingdu", + "Mingjia", + "Mingjing", + "Mingshui", + "Mingxi", + "Mingxing", + "Mingzhou", + "Mingzhu", + "Minhang", + "Minjiang", + "Minjie", + "Minzhu", + "Minzu", + "Mishan", + "Miyun", + "Moushan", + "Mudanjiang", + "Muling", + "Nagqu", + "Name", + "Nanchang", + "Nanchong", + "Nanda", + "Nandu", + "Nanfang", + "Nanguo", + "Nangxian", + "Nanhai", + "Nanhan", + "Nanhe", + "Nanhu", + "Nanjiang", + "Nanjin", + "Nanjing", + "Nankai", + "Nanlong", + "Nanma", + "Nanmen", + "Nanning", + "Nanping", + "Nanshan", + "Nantang", + "Nantong", + "Nanxi", + "Nanxianglong", + "Nanxun", + "Nanyang", + "Nanying", + "Nanyuan", + "Nanzhao", + "Nanzhuang", + "Napo", + "Naxi Yaozuxiang", + "Neijiang", + "Nenjiang", + "Niaojiang", + "Ningbo", + "Ningde", + "Ninghai", + "Ninghe", + "Ningyi", + "Niulanshan", + "Niunaichang", + "Nongkeng", + "Nyingchi County", + "Oucheng", + "Oujiang", + "Panjin Shi", + "Panxi", + "Panzhihua", + "Pengcheng", + "Penglai", + "Pengshan", + "Pengyu", + "Pingchuan", + "Pingdingshan", + "Pinghu", + "Pingliang", + "Pinglu", + "Pingwang", + "Pingxiang", + "Pingyang", + "Pingyao County", + "Pingyi", + "Pingyin", + "Pingyuan", + "Pizhou", + "Potang", + "Pucheng", + "Pudong", + "Puning", + "Puqing", + "Putian", + "Putuo", + "Putuoshan", + "Puyang", + "Puyuan", + "Qiandao", + "Qiandaohu", + "Qianhai", + "Qianjiang", + "Qianjin", + "Qianling", + "Qianqing", + "Qianshan", + "Qiantan", + "Qiantang", + "Qianyu", + "Qiaodou", + "Qiaolian", + "Qiaoting", + "Qiaoxia", + "Qiaoyuan", + "Qiaozhen", + "Qidu", + "Qijiashan", + "Qike", + "Qingdao", + "Qingfeng Chengguanzhen", + "Qinggang", + "Qinghai", + "Qinghu", + "Qingma", + "Qingnian", + "Qingquan", + "Qingshan", + "Qingshuiwan", + "Qingtian", + "Qingtong", + "Qingxin", + "Qingyang", + "Qingyuan", + "Qingzhen", + "Qingzhou", + "Qinhuangdao", + "Qinjiang", + "Qinzhou", + "Qionghai", + "Qiongshan", + "Qiqihar", + "Qitai", + "Quanzhou", + "Qujiang", + "Qujing", + "Qushan", + "Quzhou", + "Renhe", + "Renhou", + "Renmin", + "Renqiu", + "Renrong", + "Rizhao", + "Rongjiang", + "Rongjin", + "Rongle", + "Rongshan", + "Rongsheng", + "Rongxian", + "Rongxing", + "Ruicheng", + "Ruifeng", + "Ruihu", + "Ruili", + "Ruiting", + "Ruixing", + "Ruiying", + "Rujia", + "Sailing", + "Sandu", + "Sanguan", + "Sanhe", + "Sanjiang", + "Sanjiangkou", + "Sanjiaocheng", + "Sanjiu", + "Sanlian", + "Sanmao", + "Sanmen", + "Sanmenxia", + "Sanming", + "Sanpailou", + "Santai", + "Santiaolou", + "Sanya", + "Sanyi", + "Sanyou", + "Sanyuanpu", + "Sanzhang", + "Shamen", + "Shancheng", + "Shangbao", + "Shangbu", + "Shangdong", + "Shangfang", + "Shanghai", + "Shanghu", + "Shangjiang", + "Shangluo", + "Shangma", + "Shangnan", + "Shangqiu", + "Shangrao", + "Shangsha", + "Shangsi", + "Shangtang", + "Shangwang", + "Shangwu", + "Shangxi", + "Shangye", + "Shangying", + "Shangzhang", + "Shangzhi", + "Shangzhou", + "Shanhe", + "Shanhu", + "Shanrui", + "Shanshui", + "Shantou", + "Shanwei", + "Shanzhuang", + "Shaoguan", + "Shaoguang", + "Shaowu", + "Shaoxing", + "Shashan", + "Shashi", + "Shecheng", + "Shejiazhuang", + "Shekou", + "Shengdu", + "Shengfang", + "Shengli", + "Shengping", + "Shengshan", + "Shenjiamen", + "Shenlong", + "Shennan", + "Shensha", + "Shenwan", + "Shenyan", + "Shenyang", + "Shenzhen", + "Shenzhou", + "Shibei", + "Shifan", + "Shifang", + "Shihezi", + "Shiji", + "Shijiazhuang", + "Shijing", + "Shijingxiang", + "Shiling", + "Shilou", + "Shima", + "Shinian", + "Shipu", + "Shiqi", + "Shiqiaopu", + "Shishi", + "Shixia", + "Shiyan", + "Shizheng", + "Shizhong", + "Shizhu", + "Shouchang", + "Shouchun", + "Shouguang", + "Shouyang", + "Shuangcheng", + "Shuanglin", + "Shuanglong", + "Shuangqiao", + "Shuangshipu", + "Shuangtang", + "Shuangxi", + "Shuangyashan", + "Shuguang", + "Shuhong", + "Shuigang", + "Shuiku", + "Shuitian", + "Shuitou", + "Shuiwu", + "Shule", + "Shuliang", + "Shunde", + "Shunshui", + "Shuozhou", + "Shuyi", + "Sichuan", + "Side", + "Siduxu", + "Sijiqing", + "Sili", + "Simao", + "Simcun", + "Simen", + "Siting", + "Siyang", + "Sizhou", + "Songling", + "Songyang", + "Songyuan", + "Suihua", + "Suining", + "Suixi", + "Suji", + "Sundun", + "Sungang", + "Suqian", + "Suxi", + "Suzhou", + "Suzhuang", + "Taicang", + "Taihe", + "Taikang", + "Tailai", + "Taili", + "Taimen", + "Taiping", + "Taipingyan", + "Taishan", + "Taixing", + "Taiyuan", + "Taizhou", + "Tancheng", + "Tang Xian", + "Tangbian", + "Tangchang", + "Tangcheng", + "Tangdukou", + "Tangtou", + "Tangxi", + "Tangxia", + "Tangyuan", + "Tanshi", + "Taocheng", + "Taohua", + "Taoshan", + "Taoxi", + "Taoyuan", + "Taozhuang", + "Tara", + "Tashi", + "Taxi", + "Tengjiao", + "Tengzhou", + "Tianbao", + "Tianchang", + "Tiancheng", + "Tianchi", + "Tiandong", + "Tianfu", + "Tiangang", + "Tianhai", + "Tianhong", + "Tianjin", + "Tianle", + "Tianli", + "Tianma", + "Tianning", + "Tianshan", + "Tianshi", + "Tianshui", + "Tiantai Chengguanzhen", + "Tianyang", + "Tianyi", + "Tianyuan", + "Tianzhen", + "Tianzhu", + "Tieli", + "Tieling", + "Tieshan", + "Tingpang", + "Tongbai", + "Tongchuan", + "Tongcun", + "Tongji", + "Tongliao", + "Tongling", + "Tonglu", + "Tongmin", + "Tongren", + "Tongwang", + "Tongxiang", + "Tongyu", + "Tongyuan", + "Tumu", + "Turpan Diqu", + "Wanbao", + "Wangfu", + "Wangluo", + "Wangshang", + "Wangsu", + "Wanjia", + "Wanning", + "Wanquan", + "Wansong", + "Wanxi", + "Weibo", + "Weidun", + "Weifang", + "Weihai", + "Weinan", + "Weitang", + "Weiyang", + "Wenchang", + "Wenhou", + "Wenlan", + "Wenlin", + "Wenling", + "Wenquan", + "Wenshan", + "Wenshang", + "Wenxi", + "Wenxing", + "Wenzhou", + "Wuhai", + "Wuhan", + "Wuhou", + "Wuhu", + "Wuling", + "Wuning", + "Wushan", + "Wutai", + "Wutong", + "Wuwei", + "Wuxi", + "Wuxia", + "Wuxing", + "Wuyang", + "Wuyi", + "Wuyishan", + "Wuzhen", + "Wuzhishan", + "Wuzhong", + "Wuzhou", + "Xiabancheng", + "Xiadianmiao", + "Xiakou", + "Xiamen", + "Xianchang", + "Xiandu", + "Xiangcheng", + "Xiangfan", + "Xiangfeng", + "Xiangjiang", + "Xiangnan", + "Xiangru", + "Xiangshan", + "Xiangsheng", + "Xiangsi", + "Xiangtan", + "Xiangtong", + "Xiangxi", + "Xiangyi", + "Xiangyuan", + "Xianjiang", + "Xianlin", + "Xianning", + "Xianqiao", + "Xianren", + "Xianrenqiao", + "Xiantao", + "Xianyang", + "Xianyou", + "Xiaogan", + "Xiaogang", + "Xiaoheshan", + "Xiaojiahe", + "Xiaojiang", + "Xiaomi", + "Xiaoqu", + "Xiaoshan", + "Xiaoshun", + "Xiaosi", + "Xiaoxi", + "Xiaozheng", + "Xiapu", + "Xiasha", + "Xiashi", + "Xiatangyunxiang", + "Xiayuan", + "Xiazhi", + "Xiazhuang", + "Xibei", + "Xibu", + "Xichang", + "Xichong", + "Xidian", + "Xiedian", + "Xieqiao", + "Xiezhou", + "Xigu", + "Xiguan", + "Xihu", + "Xijiao", + "Xijing", + "Xikou", + "Xiling", + "Ximeng", + "Xinao", + "Xincao", + "Xinchang", + "Xinchen", + "Xincheng", + "Xindi", + "Xindu", + "Xingang", + "Xingchang", + "Xingchen", + "Xingcheng", + "Xingfeng", + "Xingguang", + "Xinghua", + "Xingqiao", + "Xingtai", + "Xinguang", + "Xingwang", + "Xingxian", + "Xingxiangcun", + "Xingxing", + "Xingye", + "Xingyi", + "Xingyuan", + "Xinhua", + "Xinhuang", + "Xinhui", + "Xining", + "Xinjian", + "Xinjiang", + "Xinmin", + "Xinning", + "Xinqiao", + "Xinrong", + "Xinsha", + "Xinshijie", + "Xintai", + "Xintangbian", + "Xintian", + "Xinxiang", + "Xinxing", + "Xinyang", + "Xinyi", + "Xinyou", + "Xinzha", + "Xinzheng", + "Xinzhou", + "Xiping", + "Xiqu", + "Xishan", + "Xitang", + "Xiushan", + "Xiushui", + "Xiuying", + "Xiuyu", + "Xixi", + "Xiyang", + "Xiyue", + "Xizhang", + "Xizhou", + "Xuancheng", + "Xuanwu", + "Xuanzhou", + "Xuchang", + "Xucheng", + "Xucun", + "Xuefeng", + "Xuexi", + "Xuexiao", + "Xuezhuang", + "Xuhui", + "Xunxian", + "Xunyi Chengguanzhen", + "Xushan", + "Xuzhou", + "Yahao", + "Yajin", + "Yalan", + "Yalongwan", + "Yanchang", + "Yancheng", + "Yandang", + "Yandao", + "Yangce", + "Yangcun", + "Yangda", + "Yangfen", + "Yanggu", + "Yangjiang", + "Yangling", + "Yanglou", + "Yangmiao", + "Yangpu", + "Yangqitan", + "Yangqu", + "Yangquan", + "Yangshan", + "Yanguan", + "Yangxunqiao", + "Yangzhong", + "Yangzhou", + "Yanhai", + "Yanji", + "Yanjiang", + "Yanjiao", + "Yanjing", + "Yanming", + "Yanshi", + "Yanta", + "Yantai", + "Yantan", + "Yaocheng", + "Yaofeng", + "Yaohua", + "Yaoluoping", + "Yaozhuang", + "Yayu", + "Yibin", + "Yichang", + "Yicheng", + "Yichun", + "Yidong", + "Yifeng", + "Yifu", + "Yijin", + "Yijing", + "Yili", + "Yinchuan", + "Yindian", + "Yinfang", + "Yingcai", + "Yingchuan", + "Yingdu", + "Yinggen", + "Yingjia", + "Yingjie", + "Yingqian", + "Yingtai", + "Yinhai", + "Yining", + "Yinjiang", + "Yinliang", + "Yinshan", + "Yintian", + "Yinxin", + "Yinzhou", + "Yiqiao", + "Yisa", + "Yishan", + "Yishui", + "Yitian", + "Yiting", + "Yiwu", + "Yiyang", + "Yizheng", + "Yizhong", + "Yizhou", + "Yongchuan", + "Yongjia", + "Yongjiawan", + "Yongjin", + "Yongjiu", + "Yongkang", + "Yongning", + "Yongqiang", + "Yongxing", + "Yongzhou", + "Youchegang", + "Youjia", + "Youjiang", + "Youshi", + "Youyi", + "Yuanchang", + "Yuanheng", + "Yuanli", + "Yuanling", + "Yuanping", + "Yuanpu", + "Yuanqu", + "Yuantong", + "Yuanyang", + "Yucai", + "Yucheng", + "Yuchi", + "Yuecheng", + "Yuehu", + "Yuehua", + "Yuele", + "Yueliangwan", + "Yueqing", + "Yuetai", + "Yuhai", + "Yuhan", + "Yuhang", + "Yuhong", + "Yuhuan", + "Yuhuayuan", + "Yuhui", + "Yujing", + "Yulin", + "Yulong", + "Yuncheng", + "Yunfeng", + "Yunfu", + "Yungang", + "Yungcun", + "Yunling", + "Yunnan", + "Yunting", + "Yunyang", + "Yuting", + "Yutou", + "Yuxi", + "Yuxiang", + "Yuyao", + "Yuyuan", + "Yuzhen", + "Yuzhong Chengguanzhen", + "Yuzi", + "Zaoyang", + "Zaozhuang", + "Zhancheng", + "Zhanghe", + "Zhanghou", + "Zhangjiagang", + "Zhangjiajie", + "Zhangjiakou", + "Zhangjiang", + "Zhangqi", + "Zhangqiu", + "Zhangshan", + "Zhangshu", + "Zhangye", + "Zhangzhai", + "Zhangzhou", + "Zhangzhuang", + "Zhanjiang", + "Zhanmao", + "Zhaobaoshan", + "Zhaodong", + "Zhaoqing", + "Zhaotong", + "Zhaoyu", + "Zhaozhou", + "Zhapu", + "Zhedong", + "Zhengda", + "Zhengdi", + "Zhengding", + "Zhenghai", + "Zhengjiang", + "Zhengyuan", + "Zhengzhou", + "Zhenhua", + "Zhenjiang", + "Zhenxi", + "Zhenxing", + "Zhenzhou", + "Zhenzhuquan", + "Zheshang", + "Zhicheng", + "Zhijiang", + "Zhili", + "Zhima", + "Zhixing", + "Zhiye", + "Zhiyuan", + "Zhizhong", + "Zhongdian", + "Zhongfang", + "Zhongfu", + "Zhonggongmiao", + "Zhongji", + "Zhongjian", + "Zhonglin", + "Zhongnan", + "Zhongqiao", + "Zhongshan", + "Zhongtang", + "Zhongtian", + "Zhongtu", + "Zhongwei", + "Zhongxiang", + "Zhongxin", + "Zhongxing", + "Zhongyang", + "Zhongyicun", + "Zhongyin", + "Zhongyuan", + "Zhongzhou", + "Zhoukou", + "Zhoushan", + "Zhouwangmiao", + "Zhouxiang", + "Zhuhai", + "Zhuji", + "Zhujiajian", + "Zhujiajiao", + "Zhulin", + "Zhumadian", + "Zhuozhou", + "Zhuxi Chengguanzhen", + "Zhuxiang", + "Zhuyuan", + "Zibo", + "Zicheng", + "Zigong", + "Zijin", + "Ziyang", + "Ziyu", + "Zongxoi", + "Zoucheng", + "Zunyi", + "Zuxi" + ], + "Colombia": [ + "Acacias", + "Acevedo", + "Aguachica", + "Antioquia", + "Arauca", + "Armenia", + "Atlantico", + "Barrancabermeja", + "Barranquilla", + "Bello", + "Bermudez", + "Boyaca", + "Bucaramanga", + "Buenaventura", + "Buga", + "Cajica", + "Calamar", + "Caldas", + "Candelaria", + "Cartagena", + "Cartago", + "Cauca", + "Chia", + "Chiquinquira", + "Chocho", + "Columbia", + "Corozal", + "Cota", + "Cumaribo", + "Cundinamarca", + "Dosquebradas", + "Duitama", + "El Colegio", + "Engativa", + "Envigado", + "Espinal", + "Florencia", + "Floridablanca", + "Fonseca", + "Fundacion", + "Fusagasuga", + "Galapa", + "Ginebra", + "Giron", + "Guarne", + "Ibague", + "Inirida", + "Ipiales", + "Itagui", + "La Ceja", + "La Estrella", + "La Mesa", + "La Union", + "Los Patios", + "Madrid", + "Magdalena", + "Manizales", + "Miami", + "Mitu", + "Montenegro", + "Mosquera", + "Municipio de Copacabana", + "Neiva", + "Obando", + "Palmira", + "Pamplona", + "Pasto", + "Pereira", + "Piedecuesta", + "Pitalito", + "Planadas", + "Popayan", + "Puerta Roja", + "Puerto Tejada", + "Purificacion", + "Riohacha", + "Rionegro", + "Risaralda", + "Sabana de Torres", + "Sabaneta", + "Sachica", + "San Clemente", + "San Diego", + "San Gil", + "San Martin", + "Santa Marta", + "Santa Rosa de Cabal", + "Santa Rosa del Sur", + "Santiago de Cali", + "Silvania", + "Sincelejo", + "Soacha", + "Sogamoso", + "Soledad", + "Sopo", + "Tarapaca", + "Tauramena", + "Tenjo", + "Tocancipa", + "Tunja", + "Turbaco", + "Ubaque", + "Urumita", + "Valledupar", + "Velez", + "Villa del Rosario", + "Villamaria", + "Villavicencio", + "Yopal", + "Yotoco", + "Yumbo" + ], + "Comoros": [ + "Grande Comore (Njazidja)", + "Anjouan (Nzwani)", + "Moheli (Mwali)" + ], + "Congo": [ + "Banana", + "Goma", + "Kinshasa", + "Likasi", + "Lubumbashi" + ], + "Costa Rica": [ + "Alajuela", + "Alajuelita", + "Alfaro", + "Aserri", + "Atenas", + "Barva", + "Cartago", + "Colon", + "Corazon de Jesus", + "Coronado", + "Coyol", + "Curridabat", + "Desamparados", + "Escazu", + "Esparza", + "Filadelfia", + "Grecia", + "Guachipelin", + "Guacima", + "Guadalupe", + "Guapiles", + "Heredia", + "Isla de Tibas", + "Jaco", + "La Garita", + "Liberia", + "Llorente", + "Mercedes", + "Mexico", + "Miramar", + "Moravia", + "Palmares", + "Paraiso", + "Pavas", + "Perez", + "Poas", + "Puerto Jimenez", + "Puntarenas", + "Quepos", + "Quesada", + "Sabanilla", + "San Diego", + "San Francisco", + "San Isidro", + "San Joaquin", + "San Jose de la Montana", + "San Josecito", + "San Juan", + "San Marcos", + "San Pablo", + "San Pedro", + "San Rafael", + "San Ramon", + "Santa Ana", + "Santa Cecilia", + "Santa Cruz", + "Santo Domingo", + "Sarchi", + "Siquirres", + "Tres Rios", + "Turrialba", + "Turrucares", + "Zapote", + "Zarcero" + ], + "Croatia": [ + "Antunovac", + "Baska", + "Baska Voda", + "Bedekovcina", + "Bestovje", + "Betina", + "Bibinje", + "Bizovac", + "Bjelovar", + "Bracevci", + "Brdovec", + "Bregana", + "Brela", + "Brsadin", + "Buje", + "Cabuna", + "Cavtat", + "Cepin", + "Cestica", + "Core", + "Crikvenica", + "Dalj", + "Darda", + "Delnice", + "Desinic", + "Donja Pusca", + "Donja Zelina", + "Donji Kraljevec", + "Dubrovnik", + "Dugo Selo", + "Fazana", + "Fuzine", + "Galgovo", + "Glina", + "Gornja Lomnica", + "Gornji Kriz", + "Gornji Stupnik", + "Hreljin", + "Icici", + "Ivanec", + "Ivanic-Grad", + "Karlovac", + "Karojba", + "Kastel Gomilica", + "Kastel Luksic", + "Kastel Sucurac", + "Koprivnica", + "Kostrena", + "Kraljevec na Sutli", + "Krapina", + "Kriz", + "Krk", + "Krsan", + "Kutjevo", + "Labin", + "Lapad", + "Lekenik", + "Lepoglava", + "Lovran", + "Lukavec", + "Lupoglav", + "Makarska", + "Matulji", + "Medulin", + "Mlini", + "Mursko Sredisce", + "Nedelisce", + "Nova Gradiska", + "Novi Marof", + "Novi Vinodolski", + "Novo Cice", + "Nustar", + "Okrug Gornji", + "Opatija", + "Orahovica", + "Orebic", + "Orle", + "Oroslavje", + "Osijek", + "Pakrac", + "Pazin", + "Petrcane", + "Petrinja", + "Piskorevci", + "Podastrana", + "Podgajci Posavski", + "Popovaca", + "Postira", + "Pregrada", + "Prelog", + "Primosten", + "Privlaka", + "Pula", + "Rab", + "Rakitje", + "Rijeka", + "Rovinj", + "Samobor", + "Sapjane", + "Senkovec", + "Sesvete", + "Sesvetski Kraljevec", + "Sice", + "Silas", + "Simuni", + "Sinj", + "Sisak", + "Slatina", + "Slavonski Brod", + "Sokolovac", + "Solin", + "Split", + "Splitska", + "Strmec", + "Strmec Samoborski", + "Sveti Ivan Zelina", + "Tar", + "Torcec", + "Trogir", + "Tuzno", + "Umag", + "Varazdinske Toplice", + "Vardarac", + "Velika Gorica", + "Vetovo", + "Vinica", + "Vinkovci", + "Virje", + "Virovitica", + "Viskovci", + "Vojnic", + "Vrata", + "Vratisinec", + "Vrbnik", + "Vrbovec", + "Vukovar", + "Zabok", + "Zadar", + "Zagreb", + "Zapresic", + "Zlatar" + ], + "Cuba": [ + "Bayamo", + "Cienfuegos", + "Habana", + "Havana", + "La Habana", + "Las Tunas", + "Matanzas", + "Santiago de Cuba", + "Varadero", + "Villa" + ], + "Cyprus": [ + "Agia Anna", + "Aradippou", + "Ayia Marina", + "Chlorakas", + "Deryneia", + "Famagusta", + "Geroskipou", + "Kato Lakatamia", + "Kato Polemidia", + "Kiti", + "Kyrenia", + "Larnaca", + "Laxia", + "Limassol", + "Livadia", + "Morfou", + "Mouttagiaka", + "Nicosia", + "Paphos", + "Paralimni", + "Parekklisha", + "Prodromi", + "Sotira", + "Strovolos", + "Tera" + ], + "Czech Republic": [ + "Adamov", + "Albrechtice", + "Arnoltice", + "As", + "Babice", + "Banov", + "Baska", + "Batelov", + "Bavory", + "Bechyne", + "Bela pod Bezdezem", + "Belotin", + "Benatky nad Jizerou", + "Benesov", + "Benesovice", + "Bernartice", + "Bernartice nad Odrou", + "Beroun", + "Bezdekov", + "Bilina", + "Bilovice", + "Bilovice nad Svitavou", + "Bitovany", + "Blansko", + "Blatna", + "Blizevedly", + "Blovice", + "Blucina", + "Bludov", + "Bludovice", + "Bochov", + "Bohumin", + "Bohunovice", + "Bojanov", + "Bojkovice", + "Bolatice", + "Bolebor", + "Bor", + "Boretice", + "Borohradek", + "Borotin", + "Borovany", + "Borsice", + "Bosin", + "Boskovice", + "Bradlec", + "Brandys nad Labem-Stara Boleslav", + "Branky", + "Branov", + "Bratrikov", + "Brezi", + "Brezno", + "Brezolupy", + "Brezova", + "Brno", + "Brod", + "Brodce", + "Brodek", + "Broumov", + "Brtnice", + "Bruntal", + "Brusperk", + "Bucovice", + "Budyne nad Ohri", + "Bukovec", + "Bustehrad", + "Bylnice", + "Bystrice", + "Bystrice nad Pernstejnem", + "Bystrice pod Hostynem", + "Cakovice", + "Caslav", + "Cebin", + "Cechtice", + "Cejc", + "Cejkovice", + "Celadna", + "Celakovice", + "Cepi", + "Cercany", + "Cerekvice nad Loucnou", + "Cerhenice", + "Cerna Hora", + "Cerna za Bory", + "Cerncice", + "Cernosice", + "Cernotin", + "Cervene Pecky", + "Cerveny Kostelec", + "Ceska", + "Ceska Skalice", + "Ceska Trebova", + "Ceska Ves", + "Ceske Mezirici", + "Cesky Brod", + "Cesky Dub", + "Cestice", + "Cheb", + "Cheznovice", + "Chlumcany", + "Chlumec", + "Chlumec nad Cidlinou", + "Chlupice", + "Chocen", + "Chocerady", + "Chodov", + "Chodova Plana", + "Chomutov", + "Chotebor", + "Chotesov", + "Chotetov", + "Chotoviny", + "Choustnik", + "Choustnikovo Hradiste", + "Chrast", + "Chrastna", + "Chribska", + "Chroustovice", + "Chrudim", + "Chvalec", + "Chyne", + "Cista", + "Citoliby", + "Citov", + "Ckyne", + "Ctidruzice", + "Cvikov", + "Dalovice", + "Damnice", + "Darkovicky", + "Davle", + "Deblin", + "Dehylov", + "Dejvice", + "Desna", + "Detmarovice", + "Dily", + "Divisov", + "Dlouha Trebova", + "Dlouhe", + "Dobra", + "Dobra Voda", + "Dobrany", + "Dobre", + "Dobrichovice", + "Dobris", + "Dobriv", + "Dobronin", + "Dobroslavice", + "Dobruska", + "Doksy", + "Dolany", + "Dolni Becva", + "Dolni Benesov", + "Dolni Berkovice", + "Dolni Bojanovice", + "Dolni Brezany", + "Dolni Dunajovice", + "Dolni Jircany", + "Dolni Kounice", + "Dolni Nemci", + "Dolni Poustevna", + "Dolni Radechova", + "Dolni Sucha", + "Dolni Sytova", + "Dolni Terlicko", + "Dolni Zandov", + "Domasov", + "Domazelice", + "Domazlice", + "Doubravnik", + "Doubravy", + "Doudleby nad Orlici", + "Drahotuse", + "Drisy", + "Drnovice", + "Drzkov", + "Drzovice", + "Dubec", + "Dubenec", + "Dubi", + "Dubicko", + "Dubnany", + "Dubne", + "Duchcov", + "Dukovany", + "Dusejov", + "Dvorce", + "Dvur Kralove nad Labem", + "Dymokury", + "Ejpovice", + "Filipova", + "Francova Lhota", + "Frantiskovy Lazne", + "Frenstat pod Radhostem", + "Frydek-Mistek", + "Frydlant", + "Frydlant nad Ostravici", + "Frystak", + "Fulnek", + "Golcuv Jenikov", + "Grucovice", + "Habartov", + "Haj ve Slezsku", + "Haje", + "Hajnice", + "Halenkov", + "Hamr", + "Harrachov", + "Havrice", + "Hermanuv Mestec", + "Hlasna Treban", + "Hlinsko", + "Hlubocepy", + "Hlubocky", + "Hluboka nad Vltavou", + "Hlucin", + "Hodice", + "Hodslavice", + "Holasice", + "Holesov", + "Holice", + "Holoubkov", + "Holubice", + "Holysov", + "Horesedly", + "Horice", + "Horin", + "Horni Becva", + "Horni Benesov", + "Horni Bojanovice", + "Horni Briza", + "Horni Lutyne", + "Horni Nemci", + "Horni Pocernice", + "Horni Podluzi", + "Horni Redice", + "Horni Slavkov", + "Horomerice", + "Horousanky", + "Horovice", + "Horsovsky Tyn", + "Hospozin", + "Hosteradice", + "Hostice", + "Hostin", + "Hostinne", + "Hostivice", + "Hostomice", + "Hovezi", + "Hovorany", + "Hovorcovice", + "Hrabetice", + "Hradcovice", + "Hradec", + "Hradec nad Moravici", + "Hradek", + "Hradek nad Nisou", + "Hradiste", + "Hranice", + "Hrdejovice", + "Hronov", + "Hrusovany nad Jevisovkou", + "Hrusovany u Brna", + "Hudlice", + "Hukvaldy", + "Hulin", + "Humpolec", + "Hustopece", + "Hvozd", + "Hysly", + "Ivancice", + "Ivanovice na Hane", + "Jablonec nad Nisou", + "Jablonne nad Orlici", + "Jablonne v Podjestedi", + "Jablunka", + "Jablunkov", + "Jalubi", + "Janovice", + "Janovice nad Uhlavou", + "Jaromer", + "Jaroslav", + "Jaroslavice", + "Jedovnice", + "Jenec", + "Jesenice", + "Jesenik", + "Jevicko", + "Jevisovice", + "Jezov", + "Jihlava", + "Jilemnice", + "Jilove u Prahy", + "Jilovec", + "Jiloviste", + "Jince", + "Jindrichuv Hradec", + "Jinocany", + "Jirice", + "Jirickov", + "Jirkov", + "Jirny", + "Jistebnik", + "Kacerov", + "Kacice", + "Kadan", + "Kamenice", + "Kamenicky Senov", + "Kamenne Zehrovice", + "Kamenny Privoz", + "Kamyk", + "Kaplice", + "Karlin", + "Karlovy Vary", + "Karvina", + "Kaznejov", + "Kbely", + "Kdyne", + "Kladno", + "Klasterec nad Ohri", + "Klatovy", + "Klecany", + "Klicany", + "Klimkovice", + "Klobouky", + "Knezmost", + "Kochovice", + "Koci", + "Kolodeje", + "Komarice", + "Komorni Lhotka", + "Konice", + "Kopidlno", + "Koprivnice", + "Korycany", + "Kosmonosy", + "Kostelec na Hane", + "Kostelec nad Cernymi Lesy", + "Kostelec nad Labem", + "Kostelec nad Orlici", + "Kostelni Hlavno", + "Kostice", + "Kotencice", + "Kourim", + "Kouty", + "Kozmice", + "Kralice na Hane", + "Kraliky", + "Kralovice", + "Kralupy nad Vltavou", + "Kraluv Dvur", + "Kraslice", + "Krasna Hora nad Vltavou", + "Krasna Lipa", + "Kratonohy", + "Kravare", + "Krchleby", + "Krenovice", + "Krepenice", + "Kresice", + "Kretin", + "Krhova", + "Krivoklat", + "Krizanov", + "Krmelin", + "Krnov", + "Krnsko", + "Krouna", + "Krtiny", + "Krumvir", + "Krupka", + "Ktis", + "Kuncice", + "Kuncina", + "Kunovice", + "Kunratice", + "Kunstat", + "Kurim", + "Kvetnice", + "Kyjov", + "Kylesovice", + "Lachov", + "Ladvi", + "Lampertice", + "Lanskroun", + "Lanzhot", + "Lasenice", + "Lazne Bohdanec", + "Lazne Libverda", + "Ledec nad Sazavou", + "Lednice", + "Leskovec", + "Lesonice", + "Letohrad", + "Letovice", + "Lety", + "Lhota", + "Lhota pod Libcany", + "Lhotka", + "Liban", + "Libcany", + "Liberec", + "Libesice", + "Libeznice", + "Libice nad Cidlinou", + "Libis", + "Libocany", + "Libochovicky", + "Libos", + "Lichkov", + "Lichnov (o. Novy Jicin)", + "Line", + "Lipence", + "Lipnik nad Becvou", + "Lipova", + "Lisov", + "Litava", + "Liten", + "Litovel", + "Litvinov", + "Lodenice", + "Loket", + "Lomnice", + "Lomnice nad Luznici", + "Lomnice nad Popelkou", + "Loucany", + "Loucen", + "Loukov", + "Lounovice pod Blanikem", + "Louny", + "Lovosice", + "Lubenec", + "Luby", + "Luhacovice", + "Luka", + "Lukov", + "Lustenice", + "Lutin", + "Luze", + "Luzna", + "Lysa nad Labem", + "Lysice", + "Mala Skala", + "Malcice", + "Malenice", + "Malenovice", + "Malesov", + "Maly Ujezd", + "Marianska", + "Markvartovice", + "Marov u Upice", + "Mcely", + "Mechenice", + "Menany", + "Merklin", + "Mesice", + "Mestec", + "Mesto Touskov", + "Mezibori", + "Mezilesi", + "Michle", + "Mikulov", + "Mikulovice", + "Milevsko", + "Milikov", + "Milin", + "Milonice", + "Milotice", + "Milovice", + "Mimon", + "Miroslav", + "Mirosov", + "Mirosovice", + "Mlada Vozice", + "Mlade Buky", + "Mladkov", + "Mlazovice", + "Mnichovice", + "Mnisek pod Brdy", + "Modrice", + "Mohelnice", + "Mokra Horakov", + "Mokrany", + "Moran", + "Moravicany", + "Moravska Nova Ves", + "Moravska Trebova", + "Moravske Budejovice", + "Moravsky Beroun", + "Moravsky Krumlov", + "Moravsky Pisek", + "Moravsky Zizkov", + "Most", + "Mostek", + "Mosty u Jablunkova", + "Mratin", + "Mrlinek", + "Msec", + "Mseno", + "Mukarov", + "Mutenice", + "Nachod", + "Naklo", + "Napajedla", + "Nasavrky", + "Navsi u Jablunkova", + "Nechanice", + "Nedakonice", + "Nedomice", + "Nedvedice", + "Nehvizdy", + "Nejdek", + "Nelahozeves", + "Nenkovice", + "Nepomysl", + "Neratovice", + "Nesovice", + "Nezamyslice", + "Nezvestice", + "Nikolcice", + "Nivnice", + "Nova Cerekev", + "Nova Lhota", + "Nova Paka", + "Nova Vcelnice", + "Nova Ves", + "Nove Dvory", + "Nove Mesto na Morave", + "Nove Mesto nad Metuji", + "Nove Straseci", + "Nove Veseli", + "Novosedly", + "Novy Bor", + "Novy Bydzov", + "Novy Hrozenkov", + "Novy Jicin", + "Novy Knin", + "Novy Oldrichov", + "Nucice", + "Nupaky", + "Nydek", + "Nymburk", + "Nyrany", + "Nyrsko", + "Obrany", + "Obristvi", + "Ochoz", + "Odolena Voda", + "Odry", + "Ohrobec", + "Okrisky", + "Olomouc", + "Olomucany", + "Olovi", + "Olsany", + "Ondrejov", + "Oparany", + "Opatovice nad Labem", + "Opava", + "Opocno", + "Orlova", + "Osecna", + "Osek", + "Osik", + "Oslavany", + "Ostopovice", + "Ostrava", + "Ostromer", + "Ostrov", + "Ostrov u Macochy", + "Ostrozska Lhota", + "Ostrozska Nova Ves", + "Otnice", + "Otrokovice", + "Pacov", + "Palkovice", + "Pardubice", + "Pariz", + "Pavlice", + "Pchery", + "Pecin", + "Pecky", + "Pelhrimov", + "Perstejn", + "Petrovice", + "Petrovice u Karvine", + "Petrvald", + "Pilsen", + "Pisecna", + "Pistovice", + "Plana", + "Planany", + "Plouznice", + "Pocatky", + "Pocenice", + "Podborany", + "Podebrady", + "Podivin", + "Polepy", + "Polesovice", + "Police nad Metuji", + "Policka", + "Polna", + "Poricany", + "Poritsch", + "Postoloprty", + "Postrelmov", + "Potstejn", + "Prachatice", + "Prackovice nad Labem", + "Prague", + "Prazmo", + "Preckov", + "Predklasteri", + "Predmerice nad Jizerou", + "Predmerice nad Labem", + "Predmesti", + "Prelouc", + "Prepere", + "Prerov nad Labem", + "Prestice", + "Prezletice", + "Pribor", + "Pribyslav", + "Prikazy", + "Primda", + "Prlov", + "Prosetin", + "Protivin", + "Provodov", + "Pruhonice", + "Prusanky", + "Psary", + "Pustejov", + "Pysely", + "Radim", + "Radnice", + "Radostice", + "Radostin", + "Radun", + "Raj", + "Rajec-Jestrebi", + "Rajecko", + "Rakovnik", + "Rapotice", + "Rapotin", + "Raspenava", + "Rataje", + "Ratibor", + "Ratiskovice", + "Rebesovice", + "Repy", + "Ricany", + "Rikovice", + "Ritka", + "Rokycany", + "Rokytnice", + "Rokytnice nad Jizerou", + "Ronov nad Doubravou", + "Rosice", + "Roudnice nad Labem", + "Roudnicek", + "Rousinov", + "Rovensko pod Troskami", + "Rovina", + "Rovna", + "Rozdrojovice", + "Rozmital pod Tremsinem", + "Roznov pod Radhostem", + "Rozsochatec", + "Roztoky", + "Rtyne", + "Ruda nad Moravou", + "Rudikov", + "Rudna", + "Rudolfov", + "Rudoltice", + "Rybna", + "Rychnov", + "Rychnov nad Kneznou", + "Rychvald", + "Rymarov", + "Sadska", + "Sanov", + "Sany", + "Satov", + "Seberov", + "Sebrov", + "Sedlcany", + "Sedlec", + "Sedliste", + "Seibersdorf", + "Semily", + "Senec", + "Senice na Hane", + "Senohraby", + "Senov", + "Sestajovice", + "Sezemice", + "Sibrina", + "Silherovice", + "Siluvky", + "Sivice", + "Skalice", + "Skalsko", + "Skripov", + "Skuhrov nad Belou", + "Skutec", + "Slany", + "Slapanice", + "Slapy", + "Slavicin", + "Slavkov u Brna", + "Slavonice", + "Sloup", + "Sluknov", + "Slusovice", + "Smirice", + "Smrzovka", + "Snedovice", + "Snezne", + "Sobeslav", + "Sobotka", + "Sokolov", + "Spalene Porici", + "Spytihnev", + "Stalkov", + "Stankov", + "Stara Paka", + "Stara Voda", + "Stare Mesto", + "Stare Sedliste", + "Starec", + "Starovice", + "Starovicky", + "Stary Bydzov", + "Statenice", + "Stenovice", + "Stepanov", + "Sterboholy", + "Sternberk", + "Steti", + "Stezery", + "Stitina", + "Stity", + "Stochov", + "Stod", + "Stoky", + "Strachotice", + "Strachotin", + "Strakonice", + "Strancice", + "Strasice", + "Straz nad Nisou", + "Straz pod Ralskem", + "Strazek", + "Straznice", + "Strelice", + "Stribrec", + "Stribrna Skalice", + "Stribro", + "Stritez nad Ludinou", + "Strunkovice nad Blanici", + "Studenka", + "Sucha Loz", + "Sudkov", + "Sumice", + "Sumperk", + "Susice", + "Svatava", + "Svaty Jan nad Malsi", + "Svetla nad Sazavou", + "Sviadnov", + "Svihov", + "Svitavka", + "Svitavy", + "Svojek", + "Svojkov", + "Syrovice", + "Tachlovice", + "Tachov", + "Tehov", + "Telc", + "Telnice", + "Temice", + "Teplice", + "Tesetice", + "Tetin", + "Tisice", + "Tisnov", + "Tlumacov", + "Tman", + "Tosovice", + "Trebechovice pod Orebem", + "Trebestovice", + "Trebon", + "Tremesna", + "Tremosna", + "Trhovy Stepanov", + "Trinec", + "Trmice", + "Troja", + "Trstenice", + "Trutnov", + "Tucapy", + "Tuchlovice", + "Tuchomerice", + "Tupesy", + "Turnov", + "Tursko", + "Tvarozna", + "Tvrdonice", + "Tynec nad Sazavou", + "Tyniste nad Orlici", + "Uhersky Brod", + "Uhersky Ostroh", + "Uhonice", + "Uhrice", + "Ujezd", + "Ujezd nad Lesy", + "Unetice", + "Unicov", + "Usti nad Orlici", + "Ustin", + "Uvaly", + "Uzice", + "Vacenovice", + "Valasske Klobouky", + "Valasske Mezirici", + "Valtice", + "Vamberk", + "Varnsdorf", + "Vcelna", + "Velehrad", + "Velesin", + "Velesovice", + "Velka Bites", + "Velka Bystrice", + "Velka Dobra", + "Velka Jesenice", + "Velka Polom", + "Velke Albrechtice", + "Velke Brezno", + "Velke Heraltice", + "Velke Hydcice", + "Velke Losiny", + "Velke Mezirici", + "Velke Opatovice", + "Velke Popovice", + "Velke Prilepy", + "Velke Svatonovice", + "Velky", + "Velky Borek", + "Velky Osek", + "Veltrusy", + "Velvary", + "Vendryne", + "Vernovice", + "Veseli nad Luznici", + "Veseli nad Moravou", + "Veverska Bityska", + "Veverske Kninice", + "Vidce", + "Vimperk", + "Vinarice", + "Vinicne Sumice", + "Visnove", + "Vitkov", + "Vizovice", + "Vlachovice", + "Vladislav", + "Vlasim", + "Vlastislav", + "Vlcovice", + "Vochov", + "Vodnany", + "Vojkovice", + "Volyne", + "Votice", + "Vracov", + "Vrane nad Vltavou", + "Vratimov", + "Vratkov", + "Vrbice", + "Vrbno pod Pradedem", + "Vrchlabi", + "Vresina", + "Vsechovice", + "Vselibice", + "Vsenory", + "Vsestary", + "Vsetaty", + "Vsetin", + "Vtelno", + "Vyprachtice", + "Vysker", + "Vysoka", + "Vysoka nad Labem", + "Vysoke Myto", + "Vysoke Veseli", + "Zabcice", + "Zabreh", + "Zadni Treban", + "Zajeci", + "Zamberk", + "Zampach", + "Zandov", + "Zasova", + "Zatcany", + "Zborovice", + "Zbuch", + "Zbysov", + "Zdanice", + "Zdeslav", + "Zdiby", + "Zdice", + "Zdirec", + "Zdounky", + "Zehun", + "Zelenec", + "Zelenka", + "Zelesice", + "Zeletava", + "Zeleznice", + "Zelezny Brod", + "Zeliv", + "Zeravice", + "Zidlochovice", + "Zilina", + "Zipotin", + "Zizkov", + "Zlata", + "Zlate Hory", + "Zlicin", + "Zliv", + "Znojmo", + "Zubri", + "Zulova", + "Zvole" + ], + "Denmark": [ + "Aabenraa", + "Aabybro", + "Aalborg", + "Aarhus", + "Aars", + "Abyhoj", + "Agedrup", + "Agerbaek", + "Agerskov", + "Akirkeby", + "Albaek", + "Albertslund", + "Ale", + "Alestrup", + "Aller", + "Allerod", + "Allingabro", + "Allinge", + "Almind", + "Alsgarde", + "Alslev", + "Anholt", + "Ans", + "Ansager", + "Arden", + "Arre", + "Arslev", + "Arup", + "Asa", + "Askeby", + "Asnaes", + "Asperup", + "Assens", + "Astrup", + "Augustenborg", + "Auning", + "Avlum", + "Baekke", + "Baekmarksbro", + "Baelum", + "Bagsvaerd", + "Balle", + "Ballerup", + "Bandholm", + "Baring", + "Barrit", + "Beder", + "Bedsted", + "Bevtoft", + "Billund", + "Bjaert", + "Bjaeverskov", + "Bjerringbro", + "Blavand", + "Blokhus", + "Blommenslyst", + "Boeslunde", + "Bogense", + "Bogo By", + "Bolderslev", + "Bording Stationsby", + "Borkop", + "Borre", + "Borum", + "Borup", + "Bovlingbjerg", + "Bovrup", + "Brabrand", + "Braedstrup", + "Bramming", + "Brande", + "Branderup", + "Bredballe", + "Bredebro", + "Bredsten", + "Brejning", + "Brenderup", + "Broager", + "Brobyvaerk", + "Brondby Strand", + "Bronshoj", + "Brorup", + "Brovst", + "Bruunshab", + "Bryrup", + "Bylderup-Bov", + "Charlottenlund", + "Christiansfeld", + "Copenhagen", + "Dalmose", + "Dannemare", + "Daugard", + "Dianalund", + "Dong", + "Dronninglund", + "Dronningmolle", + "Dybvad", + "Ebberup", + "Ebeltoft", + "Ega", + "Egernsund", + "Egtved", + "Ejby", + "Ejstrup", + "Elsinore", + "Engesvang", + "Errindlev", + "Erslev", + "Esbjerg", + "Eskebjerg", + "Eskilstrup", + "Espergaerde", + "Faaborg", + "Fakse", + "Farevejle", + "Farum", + "Farup", + "Farvang", + "Fensmark", + "Ferritslev", + "Ferslev", + "Fjenneslev", + "Fjerritslev", + "Flauenskjold", + "Flemming", + "Follenslev", + "Fovling", + "Fredensborg", + "Fredericia", + "Frederiksberg", + "Frederiksdal", + "Frederikshavn", + "Frederikssund", + "Frorup", + "Frostrup", + "Fuglebjerg", + "Gadbjerg", + "Gadstrup", + "Galten", + "Gammel Svebolle", + "Gandrup", + "Ganlose", + "Gedved", + "Gelsted", + "Gentofte", + "Gesten", + "Gilleleje", + "Gislev", + "Gislinge", + "Gistrup", + "Give", + "Gjerlev", + "Gjern", + "Gjol", + "Gladsaxe", + "Glamsbjerg", + "Glejbjerg", + "Glesborg", + "Glostrup", + "Glumso", + "Glyngore", + "Gording", + "Gorlose", + "Graested", + "Gram", + "Gredstedbro", + "Greve", + "Greve Strand", + "Grevinge", + "Grindsted", + "Gudbjerg", + "Gudhjem", + "Gudme", + "Guldborg", + "Haderslev", + "Haderup", + "Hadsten", + "Hadsund", + "Hals", + "Hammel", + "Hammershoj", + "Hampen", + "Hanstholm", + "Harboore", + "Harby", + "Harlev", + "Harndrup", + "Harpelunde", + "Hasle", + "Haslev", + "Hasselager", + "Havdrup", + "Havndal", + "Hedehusene", + "Hedensted", + "Hejls", + "Hejnsvig", + "Hellebaek", + "Hellerup", + "Helsinge", + "Hemmet", + "Henne", + "Henne Strand", + "Herfolge", + "Herlev", + "Herlufmagle", + "Herning", + "Hesselager", + "Himmelev", + "Hinnerup", + "Hirtshals", + "Hjallerup", + "Hjerm", + "Hjortshoj", + "Hobro", + "Hodsager", + "Hojbjerg", + "Hojby", + "Hoje Tastrup", + "Hojslev", + "Holbaek", + "Holeby", + "Holme", + "Holme-Olstrup", + "Holstebro", + "Holsted", + "Holte", + "Hoptrup", + "Horbelev", + "Hornbaek", + "Horning", + "Hornslet", + "Hornsyld", + "Horsens", + "Horslunde", + "Horve", + "Hosterkob", + "Hou", + "Hovedgard", + "Humble", + "Humlebaek", + "Hundested", + "Hundslund", + "Hurup", + "Hvide Sande", + "Hvidovre", + "Hyllinge", + "Idestrup", + "Ikast", + "Janderup", + "Jelling", + "Jerslev", + "Jerup", + "Jordrup", + "Jorlunde", + "Juelsminde", + "Jyderup", + "Jyllinge", + "Jystrup", + "Kaldred", + "Kalundborg", + "Kalvehave", + "Karise", + "Karlslunde", + "Karlstrup", + "Karrebaeksminde", + "Karup", + "Kastrup", + "Kejlstrup", + "Kerteminde", + "Kettinge", + "Kibaek", + "Kirke Eskilstrup", + "Kirke Hvalso", + "Kirke Saby", + "Kirke-Hyllinge", + "Kjargaard", + "Kjellerup", + "Klampenborg", + "Klarup", + "Klemensker", + "Klippinge", + "Klokkerholm", + "Klovborg", + "Knebel", + "Kokkedal", + "Koldby", + "Kolding", + "Kolind", + "Kolsen", + "Kongens Lyngby", + "Kongerslev", + "Krusa", + "Kvaerndrup", + "Kvistgard", + "Kvols", + "Laeso", + "Lambjerg", + "Langa", + "Langeskov", + "Lasby", + "Laurbjerg", + "Ledoje", + "Lejre", + "Lem", + "Lemming", + "Lemvig", + "Lille Skensved", + "Liseleje", + "Logstrup", + "Lokken", + "Losning", + "Lundby Stationsby", + "Lunderskov", + "Lyngby", + "Lynge", + "Lystrup", + "Malling", + "Malov", + "Mariager", + "Maribo", + "Marslet", + "Marslev", + "Marstal", + "Martofte", + "Melby", + "Mern", + "Middelfart", + "Millinge", + "Moldrup", + "Morke", + "Morkov", + "Morud", + "Munke Bjergby", + "Munkebo", + "Naerum", + "Naesby", + "Naestved", + "Nakskov", + "Nexo", + "Nibe", + "Nim", + "Nimtofte", + "Niva", + "No", + "Nodebo", + "Norager", + "Nordborg", + "Nordby", + "Nordenskov", + "Norre Aby", + "Norre Asmindrup", + "Norre Bindslev", + "Norre Nebel", + "Norre Snede", + "Norreballe", + "Norresundby", + "Nyborg", + "Nygard", + "Nykobing Falster", + "Nykobing Mors", + "Nykobing Sjaelland", + "Nysted", + "Odder", + "Oddesund Syd", + "Odense", + "Odsted", + "Oksbol", + "Olsted", + "Olstykke", + "Omme", + "Orbaek", + "Ornhoj", + "Orsted", + "Orum", + "Osby", + "Ostbirk", + "Oster Assels", + "Ostermarie", + "Ostervra", + "Otterup", + "Oure", + "Padborg", + "Pandrup", + "Ramlose", + "Randbol", + "Randers", + "Ranum", + "Rebaek", + "Refsvindinge", + "Regstrup", + "Ribe", + "Ringe", + "Ringsted", + "Risskov", + "Rodding", + "Rodkaersbro", + "Rodvig", + "Ronde", + "Roskilde", + "Roslev", + "Rude", + "Ruds-Vedby", + "Rungsted", + "Ry", + "Rynkeby", + "Ryomgard", + "Ryslinge", + "Sabro", + "Saeby", + "Salten", + "Saltum", + "Sandager", + "Sanderum", + "Sandved", + "Sherrebek", + "Silkeborg", + "Sindal", + "Sjolund", + "Skaelskor", + "Skaering", + "Skagen", + "Skals", + "Skamby", + "Skanderborg", + "Skarup", + "Skibby", + "Skive", + "Skjern", + "Skodsborg", + "Skodstrup", + "Skovlunde", + "Slagelse", + "Slangerup", + "Slet", + "Snedsted", + "Snekkersten", + "Snertinge", + "Soborg", + "Soby", + "Soesmarke", + "Solbjerg", + "Sollested", + "Solrod", + "Sommersted", + "Sonder Omme", + "Sonder Stenderup", + "Sonderso", + "Soro", + "Sorring", + "Sorvad", + "Spentrup", + "Spjald", + "Spottrup", + "Stakroge", + "Stege", + "Stenderup", + "Stenlille", + "Stenlose", + "Stenstrup", + "Stensved", + "Stoholm", + "Stokkemarke", + "Store Fuglede", + "Store Heddinge", + "Store Merlose", + "Storvorde", + "Stouby", + "Stovring", + "Strandby", + "Strib", + "Stroby", + "Struer", + "Suldrup", + "Sulsted", + "Sundby", + "Sunds", + "Svaneke", + "Svanninge", + "Svendborg", + "Svenstrup", + "Svinninge", + "Taastrup", + "Tagerup", + "Tappernoje", + "Tarbaek", + "Tarm", + "Tars", + "Tejn", + "Terndrup", + "Them", + "Thisted", + "Thorso", + "Tikob", + "Tilst", + "Tim", + "Tinglev", + "Tistrup", + "Tisvildeleje", + "Tjaereborg", + "Tjebberup", + "Toftlund", + "Tollose", + "Tommerup", + "Toreby", + "Tornby", + "Torrig", + "Torring", + "Tranbjerg", + "Tranebjerg", + "Tranekaer", + "Trelde", + "Trige", + "TRUE", + "Trustrup", + "Tullebolle", + "Tune", + "Tureby", + "Tylstrup", + "Ugerlose", + "Uldum", + "Ulfborg", + "Ullerslev", + "Ulstrup", + "Vadum", + "Vaeggerlose", + "Vaerlose", + "Vamdrup", + "Vandel", + "Vantinge", + "Varde", + "Vasby", + "Vebbestrup", + "Vedbaek", + "Vederso", + "Veflinge", + "Vejby", + "Vejen", + "Vejle", + "Vejstrup", + "Vekso", + "Vemb", + "Vemmelev", + "Verninge", + "Vestbjerg", + "Vester Hassing", + "Vester-Skerninge", + "Vesterborg", + "Vestervig", + "Viborg", + "Viby", + "Vig", + "Vildbjerg", + "Vils", + "Vinderup", + "Vinkel", + "Vipperod", + "Virring", + "Virum", + "Vissenbjerg", + "Viuf", + "Vivild", + "Vodskov", + "Vojens", + "Vorbasse", + "Vordingborg", + "Vra" + ], + "Djibouti": [ + "Ali Sabih", + "Dikhil", + "Djibouti", + "Obock", + "Tadjoura" + ], + "Dominica": [ + "Saint Andrew", + "Saint David", + "Saint George", + "Saint John", + "Saint Joseph", + "Saint Luke", + "Saint Mark", + "Saint Patrick", + "Saint Paul", + "Saint Peter" + ], + "Dominican Republic": [ + "Arenazo", + "Bavaro", + "Boca Chica", + "Cabarete", + "Cotui", + "Dominica", + "Guaricano", + "Hato Mayor del Rey", + "Jimani", + "La Romana", + "Los Alcarrizos", + "Los Prados", + "Moca", + "Pedernales", + "Puerto Plata", + "Punta Cana", + "Sabaneta", + "San Cristobal", + "San Fernando de Monte Cristi", + "San Jose de Ocoa", + "Santa Cruz de Barahona", + "Santiago de los Caballeros", + "Santo Domingo" + ], + "Timor-Leste": [ + "Aileu", + "Ainaro", + "Baucau", + "Bobonaro", + "Cova-Lima", + "Dili", + "Ermera", + "Lautem", + "Liquica", + "Manatuto", + "Manufahi", + "Oecussi", + "Viqueque" + ], + "Tokelau": [ + "Atafu Village (village)", + "Nukunonu (village)", + "Fakaofo (village)", + "Fale (village)" + ], + "Turks and Caicos Islands": [ + "Back Salina", + "Blue Hills", + "Blue Mountain", + "Bottle Creek", + "Breezy Brae", + "Chalk Sound", + "Cheshire Hall", + "Cockburn Harbour (South Caicos Town)", + "Cockburn Town", + "Discovery Bay", + "Downtown", + "Five Cays", + "Grace Bay", + "Great Salina", + "Honda Road", + "Juba", + "Kew", + "Kew Town", + "Leeward", + "Long Bay Hill", + "Middle Caicos", + "North Creek", + "Out North", + "Overback", + "Palm Grove", + "Parrot Cay", + "Salt Cay", + "Sandy Point", + "The Bight", + "The Ridge", + "Turtle Cove", + "West Road", + "Wheeland", + "Whitby" + ], + "Ecuador": [ + "Ambato", + "Atacames", + "Atuntaqui", + "Bahia de Caraquez", + "Banos", + "Calderon", + "Cayambe", + "Cuenca", + "Daule", + "El Carmen", + "El Naranjal", + "Esmeraldas", + "Florida", + "General Leonidas Plaza Gutierrez", + "Guabo", + "Gualaceo", + "Guamote", + "Guayaquil", + "Guayas", + "Guayllabamba", + "Hacienda Bolivia", + "Hacienda Duran", + "Hacienda Ibarra", + "Hacienda Santa Catalina", + "Huaquillas", + "Ibarra", + "Jipijapa", + "La Esperanza", + "La Libertad", + "La Troncal", + "Latacunga", + "Loja", + "Loreto", + "Macara", + "Macas", + "Machachi", + "Machala", + "Manta", + "Milagro", + "Montecristi", + "Nabon", + "Olmedo", + "Otavalo", + "Paccha", + "Pasaje", + "Pelileo", + "Pichincha", + "Playas", + "Portoviejo", + "Puerto Francisco de Orellana", + "Puyo", + "Quevedo", + "Quito", + "Riobamba", + "Salinas", + "Samborondon", + "San Miguel", + "San Rafael", + "Santa Cruz", + "Santa Elena", + "Santo Domingo de los Colorados", + "Sucre", + "Tababela", + "Tarapoa", + "Tena", + "Vinces", + "Zamora", + "Zaruma", + "Zumba" + ], + "Egypt": [ + "Abu Hammad", + "Al Mahallah al Kubra", + "Al Mansurah", + "Al Marj", + "Alexandria", + "Almazah", + "Ar Rawdah", + "Assiut", + "Az Zamalik", + "Badr", + "Banha", + "Bani Suwayf", + "Cairo", + "Damietta", + "Faraskur", + "Flaminj", + "Giza", + "Heliopolis", + "Helwan", + "Hurghada", + "Ismailia", + "Kafr ash Shaykh", + "Luxor", + "Madinat an Nasr", + "Madinat as Sadis min Uktubar", + "Minya", + "Nasr", + "New Cairo", + "Port Said", + "Rafah", + "Ramsis", + "Sadat", + "Shirbin", + "Shubra", + "Sohag", + "Suez", + "Tanta", + "Toukh", + "Zagazig" + ], + "El Salvador": [ + "Ahuachapan", + "Antiguo Cuscatlan", + "Apaneca", + "Apopa", + "Ayutuxtepeque", + "Botoncillal El Botoncillo", + "Coatepeque", + "Colon", + "Colonia Escalon", + "Cuscatancingo", + "Delgado", + "Gigante", + "Guazapa", + "Ilopango", + "La Libertad", + "Lourdes", + "Mejicanos", + "Nuevo Cuscatlan", + "Ozatlan", + "San Jose Villanueva", + "San Marcos", + "San Miguel", + "San Salvador", + "Santa Ana", + "Santa Tecla", + "Santiago Texacuangos", + "Sonsonate", + "Soyapango", + "Usulutan", + "Zaragoza" + ], + "Equatorial Guinea": [ + "Annobon", + "Bioko Norte", + "Bioko Sur", + "Centro Sur", + "Kie-Ntem", + "Litoral", + "Wele-Nzas" + ], + "Eritrea": [ + "Anseba", + "Debub", + "Debubawi K'eyih Bahri", + "Gash Barka", + "Ma'akel", + "Semenawi Keyih Bahri" + ], + "Estonia": [ + "Aasmae", + "Aaviku", + "Aespa", + "Ahtma", + "Alliku", + "Ambla", + "Antsla", + "Ardu", + "Avinurme", + "Elva", + "Emmaste", + "Haabneeme", + "Haage", + "Haapsalu", + "Halinga", + "Harju", + "Harku", + "Kaarma", + "Kadrina", + "Kehra", + "Keila", + "Kiili", + "Kohila", + "Kohtla", + "Kose", + "Kulna", + "Kuressaare", + "Kuusalu", + "Laagri", + "Lagedi", + "Lahtse", + "Lepna", + "Loksa", + "Loo", + "Lubja", + "Maardu", + "Muraste", + "Narva", + "Otepaeae", + "Paide", + "Paikuse", + "Paldiski", + "Palivere", + "Peetri", + "Puhja", + "Rakke", + "Rakvere", + "Rapla", + "Saku", + "Saue", + "Sindi", + "Somerpalu", + "Syare", + "Tabasalu", + "Tabivere", + "Tallinn", + "Tamsalu", + "Tapa", + "Tartu", + "Toila", + "Vaida", + "Valga", + "Vara", + "Venevere", + "Viimsi", + "Viljandi", + "Voka" + ], + "Ethiopia": [ + "Addis Ababa", + "Afar", + "Amhara", + "Binshangul Gumuz", + "Dire Dawa", + "Gambela Hizboch", + "Harari", + "Oromia", + "Somali", + "Tigray", + "Southern Nations, Nationalities, and Peoples Region" + ], + "Faroe Islands": [ + "Argir", + "Glyvrar", + "Hvalba", + "Innan Glyvur", + "Leirvik", + "Saltangara", + "Signabour", + "Strendur" + ], + "Falkland Islands": [ + "Ajax Bay", + "Beaver Settlement", + "Bluff Cove Settlement", + "Bombilia House", + "Burnside House", + "Camp Verde (Campo Verde)", + "Carcass Island Settlement", + "Ceritos (Cerritos)", + "Chartres Settlement", + "Cranmer", + "Darwin Settlement", + "Dos Lomas", + "Douglas Settlement", + "Dunnose Head Settlement", + "Estancia House", + "Fitzroy North", + "Fitzroy Settlement", + "Foam Creek Settlement", + "Fox Bay East Settlement", + "Fox Bay West Settlement", + "Goose Green", + "Green Patch Settlement", + "Hill Cove", + "Hope Cottage", + "Hope Place", + "Horseshoe Bay", + "Johnson's Harbour", + "Keppel Settlement", + "Lively Settlement", + "Mare Harbour Rancho", + "Mariqueta", + "Mid Rancho", + "New House of Glamis", + "New Island Settlement", + "North Arm Settlement", + "Orqueta", + "Pebble Island Settlement", + "Piedra Sola", + "Port Albemarle", + "Port Egmont", + "Port Harriet", + "Port Howard", + "Port Louis Settlement", + "Port Louis South", + "Port Patterson", + "Port San Carlos Settlement", + "Port Stephens Settlement", + "Port William", + "RAF Mount Pleasant", + "Rincon Grande Settlement", + "Roy Cove Settlement", + "Salvador", + "San Carlos", + "Sand Fountain", + "Saunders Island Settlement", + "Sealion Island Settlement", + "Speedwell Island Settlement", + "Spring Point Settlement", + "Stanley", + "Teal Inlet Settlement", + "Tranquilidad", + "Volunteer Point", + "Walker Creek", + "Weddell Settlement", + "Westpoint Island Settlement" + ], + "Fiji": [ + "Central (Suva)", + "Eastern (Levuka)", + "Northern (Labasa)", + "Rotuma", + "Western (Lautoka)" + ], + "Finland": [ + "Aapajoki", + "Aavasaksa", + "Aitoo", + "Akaa", + "Alastaro", + "Alaveteli", + "Alavieska", + "Alavus", + "Alvettula", + "Angelniemi", + "Anjala", + "Anttila", + "Askola", + "Aura", + "Bergoe", + "Box", + "Broby", + "Degerby", + "Eno", + "Erajarvi", + "Espoo", + "Eura", + "Eurajoki", + "Evijaervi", + "Evitskog", + "Fiskars", + "Forsby", + "Forssa", + "Gammelby", + "Haapavesi", + "Haeme", + "Haermae", + "Haijaa", + "Halikko", + "Halkia", + "Halli", + "Halsua", + "Hamina", + "Hammaslahti", + "Hanko", + "Harjavalta", + "Harviala", + "Hattula", + "Hauho", + "Haukipudas", + "Haukkala", + "Hausjaervi", + "Heimari", + "Heinola", + "Helsingby", + "Helsinki", + "Hervanta", + "Hiltulanlahti", + "Himanka", + "Hinthaara", + "Hirvensalmi", + "Hirvihaara", + "Hoegsara", + "Hoeytiae", + "Hollola", + "Huittinen", + "Humppila", + "Huuvari", + "Hyvinkaeae", + "Ihode", + "Ii", + "Iisalmi", + "Iittala", + "Ilkka", + "Ilmajoki", + "Ilmarinen", + "Ilveskylae", + "Imatra", + "Inkeroinen", + "Isojoki", + "Itaekylae", + "Ivalo", + "Jaervelae", + "Jakobstad", + "Janakkala", + "Joensuu", + "Jokela", + "Jokikunta", + "Jokimaa", + "Jokioinen", + "Jormua", + "Joroinen", + "Jorvas", + "Joutseno", + "Jurva", + "Juuka", + "Juupajoki", + "Jyskae", + "Kaakamo", + "Kaarina", + "Kaemmenniemi", + "Kaerrby", + "Kaipiainen", + "Kaipola", + "Kaivanto", + "Kajaani", + "Kalajoki", + "Kalanti", + "Kangasala", + "Kangasniemi", + "Kankaanpaeae", + "Kannonkoski", + "Kannus", + "Kantomaanpaeae", + "Kantti", + "Kantvik", + "Karhula", + "Karinkanta", + "Karjaa", + "Karjalohja", + "Karkkila", + "Karkku", + "Karstula", + "Karttula", + "Karunki", + "Karvia", + "Kaskinen", + "Kauhajoki", + "Kauhakorpi", + "Kauhava", + "Kauniainen", + "Kausala", + "Kaustinen", + "Kauttua", + "Kauvatsa", + "Kello", + "Kellokoski", + "Kemi", + "Keminmaa", + "Kempele", + "Kerava", + "Kerkkoo", + "Keuruu", + "Kihnioe", + "Kiiminki", + "Kiistala", + "Kiljava", + "Kimito", + "Kinnula", + "Kirjala", + "Kirkkonummi", + "Kisko", + "Kitee", + "Kiuruvesi", + "Kivijaervi", + "Klaukkala", + "Kokkola", + "Kolari", + "Kolinkylae", + "Koljonvirta", + "Kontiolahti", + "Kontiomaeki", + "Kopsa", + "Koria", + "Kormu", + "Korplax", + "Korppoo", + "Korsholm", + "Koskenkorva", + "Koskioinen", + "Kotka", + "Kouvola", + "Kronoby", + "Kruusila", + "Kuhmalahti", + "Kuhmo", + "Kuivakangas", + "Kuivaniemi", + "Kulho", + "Kuni", + "Kuohu", + "Kuopio", + "Kuortane", + "Kurikka", + "Kuusamo", + "Kuusankoski", + "Kuusisto", + "Kvevlax", + "Kylmaekoski", + "Kyroeskoski", + "Kyynaeroe", + "Laeyliaeinen", + "Lahela", + "Lahti", + "Laihia", + "Laikko", + "Laitikkala", + "Laitila", + "Lammi", + "Lampinsaari", + "Lapinlahti", + "Lappajaervi", + "Lappeenranta", + "Lapua", + "Larsmo", + "Latovainio", + "Laukaa", + "Laukkoski", + "Launonen", + "Lautiosaari", + "Lehmo", + "Lehtimaeki", + "Lemi", + "Lepaa", + "Lepplax", + "Levanto", + "Lieksa", + "Lielax", + "Lieto", + "Lievestuore", + "Liljendal", + "Liminka", + "Linna", + "Linnavuori", + "Liperi", + "Littoinen", + "Lohja", + "Lohtaja", + "Loimaa", + "Loppi", + "Louhi", + "Loviisa", + "Lumijoki", + "Luohua", + "Luoma-aho", + "Maenttae", + "Maentyharju", + "Majvik", + "Mankila", + "Mantila", + "Martensby", + "Marttila", + "Masala", + "Masku", + "Mattila", + "Mehtaekylae", + "Merimasku", + "Metsaekansa", + "Mieto", + "Mikkeli", + "Mouhijaervi", + "Muhos", + "Multia", + "Munsala", + "Muonio", + "Muurame", + "Muurla", + "Myllykoski", + "Mynaemaeki", + "Naantali", + "Naervijoki", + "Nahkela", + "Nakkila", + "Narva", + "Nastola", + "Neuvoton", + "Niinijoki", + "Niittylahti", + "Nivala", + "Nokia", + "Noormarkku", + "Nousiainen", + "Nukari", + "Nummela", + "Nummenkylae", + "Nummi", + "Nunnanlahti", + "Nuppulinna", + "Nurmes", + "Nurmo", + "Nuutajaervi", + "Nykarleby", + "OEvermalax", + "Oitti", + "Oja", + "Okskoski", + "Orimattila", + "Orivesi", + "Otalampi", + "Oulainen", + "Oulu", + "Oulunsalo", + "Outokumpu", + "Paalijaervi", + "Paattinen", + "Padasjoki", + "Paelkaene", + "Paimio", + "Paippinen", + "Palojoki", + "Palokka", + "Pankakoski", + "Pargas", + "Parkano", + "Parkkuu", + "Pattijoki", + "Peipohja", + "Pellinki", + "Pello", + "Peraelae", + "Peraseinajoki", + "Pernioe", + "Pertteli", + "Perttula", + "Pihtipudas", + "Piispanristi", + "Pilkanmaa", + "Pirkkala", + "Pjelax", + "Pockar", + "Poeytyae", + "Pohjola", + "Poikelus", + "Poitsila", + "Pori", + "Porlammi", + "Pornainen", + "Porvoo", + "Pukkila", + "Punkaharju", + "Punkalaidun", + "Puolanka", + "Purmo", + "Purola", + "Pusula", + "Puumala", + "Pyhaejoki", + "Pyhaentae", + "Pyhamaa", + "Raahe", + "Raisio", + "Rantasalmi", + "Raseborg", + "Rauma", + "Rautalampi", + "Rautjaervi", + "Ravijoki", + "Revonlahti", + "Riihikoski", + "Riistavesi", + "Ristiina", + "Roeykkae", + "Roismala", + "Rovaniemi", + "Ruokolahti", + "Ruovesi", + "Rusko", + "Ruto", + "Ruutana", + "Ryttylae", + "Saaksmaki", + "Saarijaervi", + "Saekylae", + "Saeviae", + "Sahalahti", + "Sajaniemi", + "Salo", + "Saloinen", + "Salomaa", + "Sammaljoki", + "Sappee", + "Saukkola", + "Saunalahti", + "Sauvo", + "Savitaipale", + "Savonlinna", + "Saynatsalo", + "Seinaejoki", + "Sievi", + "Siikainen", + "Siivikkala", + "Simoniemi", + "Simpele", + "Sipoo", + "Siuntio", + "Siuro", + "Skinnarby", + "Skuru", + "Soederkulla", + "Soeoermarkku", + "Solberg", + "Somerniemi", + "Somero", + "Sotkamo", + "Sotkuma", + "Suhmura", + "Sundby", + "Sundom", + "Suolahti", + "Suomusjaervi", + "Suomussalmi", + "Suonenjoki", + "Svarta", + "Sykaeraeinen", + "Taavetti", + "Taipalsaari", + "Tammela", + "Tampella", + "Tampere", + "Tarttila", + "Tarvasjoki", + "Tenala", + "Terjaerv", + "Tervajoki", + "Tervakoski", + "Tervalampi", + "Teuva", + "Tikkakoski", + "Toelby", + "Toholampi", + "Toijala", + "Toivala", + "Tolkis", + "Tornio", + "Tortinmaeki", + "Tottijarvi", + "Tuomikylae", + "Turenki", + "Turku", + "Tuulos", + "Tuuri", + "Tuusula", + "Tyrnaevae", + "Uimaharju", + "Ulvila", + "Utsjoki", + "Utti", + "Uurainen", + "Uusikaupunki", + "Vaajakoski", + "Vaasa", + "Vaeaeksy", + "Vaesterskog", + "Vahto", + "Vakkola", + "Valkama", + "Valkeakoski", + "Valkeala", + "Valkola", + "Vammala", + "Vanhalinna", + "Vantaa", + "Varkaus", + "Vasarainen", + "Vaskio", + "Vaulammi", + "Vehniae", + "Veikkola", + "Venetheitto", + "Vesanka", + "Veteli", + "Viantie", + "Vihtavuori", + "Vihti", + "Viiala", + "Viitasaari", + "Viljakkala", + "Vilppula", + "Vimpeli", + "Virrat", + "Vuokatti", + "Ylaemylly", + "Ylihaermae", + "Ylitornio", + "Ylivieska", + "Ypaejae" + ], + "France": [ + "Aast", + "Abancourt", + "Abbans-Dessus", + "Abbaretz", + "Abbecourt", + "Abbeville", + "Abbeville-les-Conflans", + "Abeilhan", + "Abere", + "Abergement-Saint-Jean", + "Abilly", + "Ablain-Saint-Nazaire", + "Ablaincourt-Pressoir", + "Ablainzevelle", + "Ablis", + "Ablon-sur-Seine", + "Abondance", + "Abondant", + "Abreschviller", + "Abrest", + "Abscon", + "Abzac", + "Achatel", + "Achenheim", + "Acheres", + "Acheville", + "Achicourt", + "Achiet-le-Grand", + "Achiet-le-Petit", + "Acigne", + "Acq", + "Acquigny", + "Acy-en-Multien", + "Adam-les-Vercel", + "Adamswiller", + "Adelans-et-le-Val-de-Bithaine", + "Adissan", + "Adriers", + "Afa", + "Agay", + "Agde", + "Agen", + "Agneaux", + "Agnetz", + "Agnin", + "Agnos", + "Agny", + "Aguilcourt", + "Ahaxe-Alciette-Bascassan", + "Ahuille", + "Ahun", + "Ahuy", + "Aiffres", + "Aigaliers", + "Aiglemont", + "Aignan", + "Aigne", + "Aigny", + "Aigonnay", + "Aigre", + "Aigrefeuille", + "Aigrefeuille-sur-Maine", + "Aigremont", + "Aiguebelette-le-Lac", + "Aiguebelle", + "Aigueblanche", + "Aiguefonde", + "Aigueperse", + "Aigues-Mortes", + "Aigues-Vives", + "Aiguillon", + "Ailette", + "Aillas", + "Aillevillers-et-Lyaumont", + "Aillon-le-Vieux", + "Ailly-le-Haut-Clocher", + "Ailly-sur-Noye", + "Ailly-sur-Somme", + "Aimargues", + "Aime", + "Ainay-le-Chateau", + "Aincourt", + "Ainhoa", + "Airaines", + "Aire-sur-la-Lys", + "Airel", + "Airvault", + "Aiserey", + "Aissey", + "Aiton", + "Aix-en-Ergny", + "Aix-en-Issart", + "Aix-en-Othe", + "Aix-en-Provence", + "Aix-les-Bains", + "Aix-Noulette", + "Aixe-sur-Vienne", + "Aizenay", + "Ajaccio", + "Alairac", + "Alata", + "Alban", + "Albas", + "Albefeuille-Lagarde", + "Albens", + "Albert", + "Albertville", + "Albi", + "Albias", + "Albigny-sur-Saone", + "Albiosc", + "Alboussiere", + "Albussac", + "Alby-sur-Cheran", + "Alenya", + "Alfortville", + "Algolsheim", + "Algrange", + "Alignan-du-Vent", + "Alissas", + "Alix", + "Alixan", + "Alizay", + "Allain", + "Allaire", + "Allan", + "Allassac", + "Allauch", + "Allegre", + "Alleins", + "Allemans-du-Dropt", + "Allennes-les-Marais", + "Alleriot", + "Allery", + "Allevard", + "Alliancelles", + "Allier", + "Allieres", + "Allinges", + "Allogny", + "Allondrelle-la-Malmaison", + "Allonne", + "Allonnes", + "Allonville", + "Allonzier-la-Caille", + "Allos", + "Allouagne", + "Alloue", + "Allouis", + "Allouville-Bellefosse", + "Alluy", + "Alluyes", + "Ally", + "Alos-Sibas-Abense", + "Alteckendorf", + "Altkirch", + "Altorf", + "Altviller", + "Alvimare", + "Alzonne", + "Amagney", + "Amailloux", + "Amancey", + "Amancy", + "Amange", + "Amanlis", + "Amanvillers", + "Amathay-Vesigneux", + "Amaye-sur-Orne", + "Ambazac", + "Amberac", + "Amberieux", + "Amberieux-en-Dombes", + "Ambert", + "Ambes", + "Ambierle", + "Ambleny", + "Ambleteuse", + "Amboise", + "Ambon", + "Ambonnay", + "Ambres", + "Ambrieres", + "Ambronay", + "Ambrus", + "Ambutrix", + "Amelecourt", + "Amelie-les-Bains-Palalda", + "Amen", + "Ames", + "Amfreville", + "Amfreville-la-Mi-Voie", + "Amfreville-sous-les-Monts", + "Amiens", + "Amigny", + "Amigny-Rouy", + "Amillis", + "Amilly", + "Ammerschwihr", + "Ammerzwiller", + "Amneville", + "Amou", + "Amplepuis", + "Amponville", + "Ampuis", + "Ampus", + "Amure", + "Anais", + "Ance", + "Anceaumeville", + "Ancemont", + "Ancenis", + "Ancerville", + "Anche", + "Anchenoncourt-et-Chazel", + "Ancinnes", + "Ancizan", + "Ancone", + "Ancy", + "Ancy-le-Franc", + "Ancy-sur-Moselle", + "Andance", + "Andancette", + "Andard", + "Ande", + "Andechy", + "Andel", + "Andelot-Morval", + "Andernos-les-Bains", + "Andeville", + "Andigne", + "Andilly", + "Andoins", + "Andolsheim", + "Andon", + "Andonville", + "Andouille", + "Andouille-Neuville", + "Andres", + "Andrest", + "Andresy", + "Andreze", + "Andrezieux-Boutheon", + "Anduze", + "Anet", + "Anetz", + "Ange", + "Angeac-Champagne", + "Angeac-Charente", + "Angely", + "Angers", + "Angerville-la-Martel", + "Angervilliers", + "Angevillers", + "Angicourt", + "Angiens", + "Anglade", + "Anglefort", + "Angles", + "Anglet", + "Angliers", + "Anglure", + "Angoulins", + "Angoume", + "Angoville-sur-Ay", + "Angres", + "Anguerny", + "Angy", + "Anhaux", + "Anhiers", + "Aniane", + "Aniche", + "Anizy-le-Chateau", + "Anjou", + "Anjoutey", + "Anlhiac", + "Annay", + "Annay-sur-Serein", + "Annebault", + "Annecy", + "Annecy-le-Vieux", + "Annemasse", + "Annepont", + "Annequin", + "Annesse-et-Beaulieu", + "Annet-sur-Marne", + "Anneville-Ambourville", + "Anneyron", + "Annezay", + "Annezin", + "Annoeullin", + "Annois", + "Annonay", + "Annot", + "Annouville-Vilmesnil", + "Anor", + "Anould", + "Ansac-sur-Vienne", + "Ansauvillers", + "Anse", + "Ansouis", + "Antagnac", + "Anteuil", + "Anthe", + "Antheuil-Portes", + "Anthon", + "Anthy-sur-Leman", + "Antibes", + "Antignac", + "Antigny", + "Antilly", + "Antogny le Tillac", + "Antony", + "Antrain", + "Anzat-le-Luguet", + "Anzin", + "Anzin-Saint-Aubin", + "Anzy-le-Duc", + "Aoste", + "Aougny", + "Aouste-sur-Sye", + "Apach", + "Apcher", + "Appenwihr", + "Appeville", + "Appeville-Annebault", + "Appietto", + "Appoigny", + "Apprieu", + "Apremont", + "Apt", + "Araches-la-Frasse", + "Aragon", + "Aramits", + "Aramon", + "Arancou", + "Arbent", + "Arberats-Sillegue", + "Arbin", + "Arbois", + "Arbonne", + "Arboucave", + "Arbus", + "Arbusigny", + "Arc-et-Senans", + "Arc-sur-Tille", + "Arcachon", + "Arcay", + "Arcens", + "Arces", + "Archamps", + "Arche", + "Arches", + "Archettes", + "Archiac", + "Archingeay", + "Arcine", + "Arcis-sur-Aube", + "Arcon", + "Arcueil", + "Arcy-Sainte-Restitue", + "Ardenay-sur-Merize", + "Ardentes", + "Ardes", + "Ardiege", + "Ardillieres", + "Ardoix", + "Ardon", + "Ardres", + "Areines", + "Arengosse", + "Arenthon", + "Ares", + "Aressy", + "Arette", + "Argancy", + "Argelers", + "Argeles-Gazost", + "Argeliers", + "Argelliers", + "Argences", + "Argens", + "Argent-sur-Sauldre", + "Argentan", + "Argentat", + "Argenteuil", + "Argentiere", + "Argentine", + "Argenton-les-Vallees", + "Argenton-sur-Creuse", + "Argentre", + "Argentre-du-Plessis", + "Argeville", + "Argol", + "Argueil", + "Arinthod", + "Arlanc", + "Arlay", + "Arlebosc", + "Arles", + "Arleux", + "Arleux-en-Gohelle", + "Armaucourt", + "Armbouts-Cappel", + "Armenonville-les-Gatineaux", + "Armes", + "Armoy", + "Arnac-Pompadour", + "Arnage", + "Arnas", + "Arnay-le-Duc", + "Arnieres-sur-Iton", + "Arnouville", + "Arnouville-les-Mantes", + "Aron", + "Arpaillargues-et-Aureillac", + "Arpajon", + "Arpajon-sur-Cere", + "Arpenans", + "Arpheuilles-Saint-Priest", + "Arques", + "Arques-la-Bataille", + "Arquettes-en-Val", + "Arrabloy", + "Arradon", + "Arras", + "Arraute-Charritte", + "Arreau", + "Arrenes", + "Arrigas", + "Arrigny", + "Arrou", + "Ars", + "Ars-en-Re", + "Ars-Laquenexy", + "Ars-sur-Formans", + "Ars-sur-Moselle", + "Arsac", + "Arsac-en-Velay", + "Arsague", + "Artannes-sur-Indre", + "Artas", + "Artenay", + "Arthaz-Pont-Notre-Dame", + "Arthes", + "Arthez-de-Bearn", + "Arthon", + "Arthon-en-Retz", + "Artigat", + "Artigueloutan", + "Artiguelouve", + "Artigues", + "Artigues-pres-Bordeaux", + "Artix", + "Artolsheim", + "Arudy", + "Arvert", + "Arveyres", + "Arvillard", + "Arville", + "Arvillers", + "Arx", + "Arzacq-Arraziguet", + "Arzal", + "Arzano", + "Arzon", + "Asasp-Arros", + "Ascain", + "Ascheres-le-Marche", + "Ascoux", + "Ascq", + "Aslonnes", + "Asnans-Beauvoisin", + "Asnieres", + "Asnieres-sur-Oise", + "Asnieres-sur-Seine", + "Aspach-le-Bas", + "Aspach-le-Haut", + "Asperes", + "Aspet", + "Aspremont", + "Asque", + "Assas", + "Assat", + "Assay", + "Assevent", + "Assier", + "Assignan", + "Asson", + "Astaffort", + "Astille", + "Astis", + "Athee", + "Athesans-Etroitefontaine", + "Athies", + "Athies-sous-Laon", + "Athis-Mons", + "Attenschwiller", + "Attiches", + "Attichy", + "Attignat-Oncin", + "Attigny", + "Atton", + "Atur", + "Aubagne", + "Aubais", + "Aubas", + "Aubenas", + "Auberchicourt", + "Aubergenville", + "Auberives-sur-Vareze", + "Aubers", + "Auberville-la-Campagne", + "Auberville-la-Renault", + "Aubervilliers", + "Aubevoye", + "Aubiac", + "Aubie-et-Espessas", + "Aubiere", + "Aubiet", + "Aubignan", + "Aubigne", + "Aubigne-Racan", + "Aubigney", + "Aubigny", + "Aubigny-au-Bac", + "Aubigny-en-Artois", + "Aubigny-en-Laonnois", + "Aubigny-en-Plaine", + "Aubin", + "Aubin-Saint-Vaast", + "Aubinges", + "Aubord", + "Auboue", + "Aubrac", + "Aubrives", + "Aubry-du-Hainaut", + "Aubusson", + "Auby", + "Aucamville", + "Auch", + "Auchel", + "Auchy-les-Hesdin", + "Auchy-les-Mines", + "Auchy-lez-Orchies", + "Audelange", + "Audenge", + "Audes", + "Audierne", + "Audignies", + "Audincourt", + "Audincthun", + "Audruicq", + "Audun-le-Roman", + "Audun-le-Tiche", + "Auffargis", + "Auffay", + "Auffreville-Brasseuil", + "Auga", + "Augignac", + "Augny", + "Aulhat-Saint-Privat", + "Aulnat", + "Aulnay", + "Aulnay-sous-Bois", + "Aulnay-sur-Marne", + "Aulnay-sur-Mauldre", + "Aulnoye-Aymeries", + "Ault", + "Aumagne", + "Aumale", + "Aumenancourt", + "Aumetz", + "Aumont", + "Aumont-Aubrac", + "Aumont-en-Halatte", + "Aumontzey", + "Aumur", + "Aunay-les-Bois", + "Aunay-sous-Auneau", + "Aunay-sur-Odon", + "Auneau", + "Auneuil", + "Aups", + "Auray", + "Aurec-sur-Loire", + "Aureil", + "Aureilhan", + "Auriac", + "Auriac-sur-Vendinelle", + "Auribeau-sur-Siagne", + "Aurignac", + "Aurillac", + "Auriol", + "Aurons", + "Aussevielle", + "Aussillon", + "Aussonce", + "Aussonne", + "Autechaux", + "Auterive", + "Auteuil", + "Autevielle-Saint-Martin-Bideren", + "Authevernes", + "Authie", + "Authon", + "Authou", + "Authouillet", + "Autoreille", + "Autrans", + "Autreche", + "Autremencourt", + "Autreville", + "Autry-le-Chatel", + "Autun", + "Auvergny", + "Auvers", + "Auvers-Saint-Georges", + "Auvers-sur-Oise", + "Auvillar", + "Auvillars", + "Auvillers-les-Forges", + "Auvilliers-en-Gatinais", + "Auxais", + "Auxances", + "Auxange", + "Auxerre", + "Auxey-Duresses", + "Auxi-le-Chateau", + "Auxon", + "Auxon-Dessous", + "Auxon-Dessus", + "Auxonne", + "Auxy", + "Auzances", + "Auzeville-Tolosane", + "Auzielle", + "Auzon", + "Auzouer-en-Touraine", + "Availles-Limouzine", + "Avallon", + "Avancon", + "Avanne-Aveney", + "Avanton", + "Avaray", + "Aveize", + "Aveizieux", + "Avelin", + "Aveluy", + "Avenay", + "Avensan", + "Aventignan", + "Averdoingt", + "Averdon", + "Averton", + "Avesnelles", + "Avesnes-en-Bray", + "Avesnes-le-Comte", + "Avesnes-le-Sec", + "Avesnes-les-Aubert", + "Avesnes-sur-Helpe", + "Aveze", + "Aviernoz", + "Avignon", + "Avignonet-Lauragais", + "Avion", + "Aviron", + "Avize", + "Avoine", + "Avon", + "Avon-la-Peze", + "Avord", + "Avot", + "Avrainville", + "Avranches", + "Avremesnil", + "Avressieux", + "Avril", + "Avrille", + "Ax-les-Thermes", + "Aydat", + "Ayencourt", + "Ayette", + "Ayguemorte-les-Graves", + "Ayguesvives", + "Aymeries", + "Aynac", + "Ayrens", + "Ayse", + "Aytre", + "Azas", + "Azay-le-Brule", + "Azay-le-Rideau", + "Azay-sur-Cher", + "Azay-sur-Indre", + "Aze", + "Azerables", + "Azerailles", + "Azet", + "Azille", + "Azur", + "Azy-sur-Marne", + "Babeau-Bouldoux", + "Baccarat", + "Bach", + "Bachant", + "Bachy", + "Bacilly", + "Baconnes", + "Bacqueville", + "Bacqueville-en-Caux", + "Baden", + "Badevel", + "Bagard", + "Bagas", + "Bage-la-Ville", + "Bages", + "Bagnac-sur-Cele", + "Bagneaux", + "Bagneaux-sur-Loing", + "Bagneux", + "Bagnolet", + "Bagnols", + "Bagnols-en-Foret", + "Bagnols-sur-Ceze", + "Baguer-Morvan", + "Baguer-Pican", + "Baho", + "Baignes-Sainte-Radegonde", + "Baigneux-les-Juifs", + "Baillargues", + "Bailleau-le-Pin", + "Baillet-en-France", + "Bailleul", + "Bailleul-le-Soc", + "Bailleul-Sir-Berthoult", + "Bailleul-sur-Therain", + "Bailly", + "Bailly-Carrois", + "Bailly-le-Franc", + "Bailly-Romainvilliers", + "Bain-de-Bretagne", + "Bains", + "Bains-les-Bains", + "Bains-sur-Oust", + "Bainville-sur-Madon", + "Baisieux", + "Baixas", + "Bajus", + "Balagny-sur-Therain", + "Balan", + "Balanod", + "Balaruc-le-Vieux", + "Balaruc-les-Bains", + "Balaze", + "Balbigny", + "Baldenheim", + "Baldersheim", + "Balgau", + "Ballainvilliers", + "Ballaison", + "Ballan-Mire", + "Ballancourt-sur-Essonne", + "Balleroy", + "Ballon", + "Balma", + "Balschwiller", + "Balzac", + "Ban-de-Laveline", + "Banassac", + "Bandol AOC", + "Bangor", + "Banize", + "Bannalec", + "Banne", + "Bannes", + "Bannieres", + "Banon", + "Bantigny", + "Bantzenheim", + "Banville", + "Banvou", + "Banyuls de la Marenda", + "Banyuls-dels-Aspres", + "Bapaume", + "Bar-le-Duc", + "Bar-sur-Aube", + "Bar-sur-Seine", + "Baraqueville", + "Barastre", + "Barbaira", + "Barbaste", + "Barbatre", + "Barbazan-Debat", + "Barbechat", + "Barbentane", + "Barberaz", + "Barbery", + "Barbeville", + "Barbezieux-Saint-Hilaire", + "Barbieres", + "Barbizon", + "Barby", + "Barc", + "Barcelonnette", + "Bardos", + "Barembach", + "Barentin", + "Barenton-Bugny", + "Barfleur", + "Barges", + "Barinque", + "Barisey-au-Plain", + "Barisey-la-Cote", + "Barjac", + "Barjols", + "Barjon", + "Barjouville", + "Barlin", + "Barneville-Carteret", + "Baron", + "Baronville", + "Barr", + "Barraux", + "Barreme", + "Barro", + "Barrou", + "Bartenheim", + "Barzy-en-Thierache", + "Bas-en-Basset", + "Bascons", + "Bassan", + "Basse-Goulaine", + "Basse-Ham", + "Basse-Rentgen", + "Basse-sur-le-Rupt", + "Bassemberg", + "Bassens", + "Bassigney", + "Bassillac", + "Bassoles-Aulers", + "Bassou", + "Bassu", + "Bassussarry", + "Bastennes", + "Bastia", + "Batilly", + "Batilly-en-Gatinais", + "Battenheim", + "Battrans", + "Batz-sur-Mer", + "Batzendorf", + "Baud", + "Baudemont", + "Baudreix", + "Baulay", + "Baule", + "Baulne", + "Baulon", + "Baume-les-Dames", + "Baume-les-Messieurs", + "Baune", + "Baupte", + "Baurech", + "Bauvin", + "Bavans", + "Bavay", + "Bavent", + "Bavilliers", + "Bavincourt", + "Baye", + "Bayet", + "Bayeux", + "Bayon", + "Bayonne", + "Bazailles", + "Bazancourt", + "Bazarnes", + "Bazas", + "Bazeilles", + "Bazemont", + "Bazens", + "Bazet", + "Bazian", + "Bazicourt", + "Baziege", + "Bazien", + "Bazincourt-sur-Epte", + "Bazoches", + "Bazoches-les-Gallerandes", + "Bazoches-sur-Guyonne", + "Bazoches-sur-Hoene", + "Bazoches-sur-le-Betz", + "Bazoges-en-Paillers", + "Bazoilles-sur-Meuse", + "Bazoncourt", + "Bazouges-la-Perouse", + "Bazouges-sous-Hede", + "Bazouges-sur-le-Loir", + "Bazuel", + "Beaucaire", + "Beaucamps-le-Vieux", + "Beaucamps-Ligny", + "Beauce", + "Beauchamp", + "Beauchamps", + "Beauchamps-sur-Huillard", + "Beauchastel", + "Beauchene", + "Beaucourt", + "Beaucouze", + "Beaucroissant", + "Beaudricourt", + "Beaufort", + "Beaufort-en-Vallee", + "Beaufou", + "Beaugency", + "Beaujeu", + "Beaulieu-sous-Parthenay", + "Beaulieu-sur-Dordogne", + "Beaulieu-sur-Loire", + "Beaulieu-sur-Mer", + "Beaumetz-les-Loges", + "Beaumont", + "Beaumont-de-Lomagne", + "Beaumont-de-Pertuis", + "Beaumont-du-Gatinais", + "Beaumont-du-Perigord", + "Beaumont-en-Veron", + "Beaumont-Hague", + "Beaumont-le-Roger", + "Beaumont-les-Autels", + "Beaumont-les-Nonains", + "Beaumont-les-Valence", + "Beaumont-Pied-de-Boeuf", + "Beaumont-sur-Oise", + "Beaumont-sur-Sarthe", + "Beaune", + "Beaune-la-Rolande", + "Beaupont", + "Beaupreau", + "Beaupuy", + "Beauquesne", + "Beaurains", + "Beaurainville", + "Beauregard-Baret", + "Beauregard-Vendon", + "Beaurepaire", + "Beaurevoir", + "Beaurieux", + "Beausemblant", + "Beausoleil", + "Beaussault", + "Beautheil", + "Beautiran", + "Beautor", + "Beautot", + "Beauvais", + "Beauvais-sur-Matha", + "Beauval", + "Beauvallon", + "Beauvene", + "Beauvernois", + "Beauvezer", + "Beauville", + "Beauvoir", + "Beauvoir-de-Marc", + "Beauvoir-sur-Mer", + "Beauvoir-sur-Niort", + "Beauvoisin", + "Beauzac", + "Beauzelle", + "Bechy", + "Becon-les-Granits", + "Bedarrides", + "Bedee", + "Bedous", + "Beganne", + "Begard", + "Begles", + "Beguey", + "Behren-les-Forbach", + "Beignon", + "Beine-Nauroy", + "Beinheim", + "Beire-le-Chatel", + "Bel Air", + "Belarga", + "Belaye", + "Belbeuf", + "Belcodene", + "Belfort", + "Belfort-du-Quercy", + "Belgentier", + "Belgodere", + "Belhade", + "Beliet", + "Beligneux", + "Bellac", + "Bellaing", + "Bellancourt", + "Belle-Isle-en-Terre", + "Belleau", + "Bellebrune", + "Bellechaume", + "Bellefond", + "Bellefontaine", + "Bellefosse", + "Bellegarde", + "Bellegarde-du-Razes", + "Bellegarde-en-Diois", + "Bellegarde-Sainte-Marie", + "Bellegarde-sur-Valserine", + "Bellemagny", + "Bellenaves", + "Bellencombre", + "Belleneuve", + "Bellengreville", + "Bellentre", + "Belleray", + "Bellerive-sur-Allier", + "Bellesserre", + "Belleu", + "Bellevaux", + "Bellevesvre", + "Belleville", + "Belleville-en-Caux", + "Belleville-sur-Loire", + "Belleville-sur-Mer", + "Belleville-sur-Meuse", + "Belleville-sur-Vie", + "Bellevue-la-Montagne", + "Belley", + "Bellignat", + "Belloy-en-France", + "Belmont", + "Belmont-sur-Rance", + "Belmontet", + "Belpech", + "Belrupt-en-Verdunois", + "Belveze", + "Belz", + "Benamenil", + "Bene", + "Benerville-sur-Mer", + "Benesse-Maremne", + "Benestroff", + "Benfeld", + "Benifontaine", + "Benney", + "Bennwihr", + "Benon", + "Benouville", + "Beon", + "Berat", + "Bercenay-en-Othe", + "Berck", + "Berck-Plage", + "Berdoues", + "Berenx", + "Berg-sur-Moselle", + "Bergerac", + "Bergheim", + "Bergholtz", + "Bergonne", + "Bergues", + "Berjou", + "Berlaimont", + "Berles-au-Bois", + "Bermeries", + "Bermicourt", + "Bernadets", + "Bernard", + "Bernaville", + "Bernay", + "Bernay-Saint-Martin", + "Berne", + "Bernes-sur-Oise", + "Berneuil-sur-Aisne", + "Berneval-le-Grand", + "Bernex", + "Bernieres-le-Patry", + "Bernieres-sur-Mer", + "Bernin", + "Bernis", + "Bernos-Beaulac", + "Berriac", + "Berric", + "Berry-Bouy", + "Bersaillin", + "Bersee", + "Berson", + "Berthecourt", + "Berthelange", + "Berthen", + "Bertholene", + "Bertin", + "Bertincourt", + "Bertrange", + "Bertrimoutier", + "Bertry", + "Berville-en-Roumois", + "Berville-la-Campagne", + "Berville-sur-Seine", + "Berviller-en-Moselle", + "Berzeme", + "Berzet", + "Besayes", + "Besne", + "Bessais-le-Fromental", + "Bessan", + "Bessancourt", + "Bessay", + "Besse", + "Besse-sur-Braye", + "Besse-sur-Issole", + "Besseges", + "Bessenay", + "Bessens", + "Bessey-les-Citeaux", + "Bessieres", + "Bessines", + "Bessines-sur-Gartempe", + "Besson", + "Bessoncourt", + "Bessonies", + "Betaille", + "Bethancourt-en-Valois", + "Bethencourt-sur-Mer", + "Betheniville", + "Betheny", + "Bethisy-Saint-Pierre", + "Bethoncourt", + "Betschdorf", + "Bettancourt-la-Ferree", + "Bettignies", + "Betting", + "Betton", + "Bettviller", + "Bettwiller", + "Betz", + "Beugin", + "Beugneux", + "Beure", + "Beurlay", + "Beuste", + "Beutal", + "Beuvillers", + "Beuvrages", + "Beuvraignes", + "Beuvron-en-Auge", + "Beuvry-la-Foret", + "Beuzec-Cap-Sizun", + "Beuzeville", + "Bevenais", + "Beychac-et-Caillau", + "Beynes", + "Beynost", + "Beyrede-Jumet", + "Beyrie-en-Bearn", + "Beyssenac", + "Bezac", + "Bezannes", + "Bezons", + "Bezouce", + "Bezu-Saint-Eloi", + "Biache-Saint-Vaast", + "Biard", + "Biarritz", + "Biars-sur-Cere", + "Biaudos", + "Bichancourt", + "Bicqueley", + "Bidache", + "Bidarray", + "Bidart", + "Bief-du-Fourg", + "Bielle", + "Bienville", + "Bienvillers-au-Bois", + "Biermont", + "Bierne", + "Bierry-les-Belles-Fontaines", + "Biesheim", + "Biesles", + "Bietlenheim", + "Bieville-Beuville", + "Bievres", + "Biganos", + "Bignac", + "Bignan", + "Bignoux", + "Biguglia", + "Bihorel", + "Bilieu", + "Billere", + "Billey", + "Billiers", + "Billom", + "Billy", + "Billy-Berclau", + "Billy-Montigny", + "Billy-sous-les-Cotes", + "Billy-sur-Ourcq", + "Bindernheim", + "Binges", + "Binic", + "Bining", + "Bionville-sur-Nied", + "Biot", + "Bioule", + "Birac-sur-Trec", + "Biriatou", + "Birieux", + "Biscarrosse", + "Bischheim", + "Bischoffsheim", + "Bischwihr", + "Bischwiller", + "Bisel", + "Bitche", + "Biviers", + "Biville-sur-Mer", + "Bizanos", + "Blacourt", + "Blacqueville", + "Blacy", + "Blaesheim", + "Blagnac", + "Blagny", + "Blaignan", + "Blain", + "Blainville", + "Blainville-sur-Mer", + "Blainville-sur-Orne", + "Blaise", + "Blaise-sous-Arzillieres", + "Blaison-Gohier", + "Blamont", + "Blan", + "Blancafort", + "Blanchefosse-et-Bay", + "Blangy-sur-Bresle", + "Blanot", + "Blanquefort", + "Blanzat", + "Blanzay-sur-Boutonne", + "Blanzy", + "Blanzy-la-Salonnaise", + "Blaringhem", + "Blaudeix", + "Blausasc", + "Blauzac", + "Blavozy", + "Blaye", + "Blaye-les-Mines", + "Bleigny-le-Carreau", + "Blendecques", + "Blenod-les-Pont-a-Mousson", + "Blenod-les-Toul", + "Blerancourdelle", + "Blere", + "Bleriot-Plage", + "Blesle", + "Bletterans", + "Bleury", + "Bligny-les-Beaune", + "Blincourt", + "Blingel", + "Blodelsheim", + "Blois", + "Blomard", + "Blondefontaine", + "Blonville-sur-Mer", + "Blotzheim", + "Blou", + "Bloye", + "Blyes", + "Bobigny", + "Bocquegney", + "Boe", + "Boege", + "Boeil-Bezing", + "Boen-sur-Lignon", + "Boersch", + "Boeschepe", + "Boeseghem", + "Boesenbiesen", + "Bohain-en-Vermandois", + "Bohal", + "Boigneville", + "Boigny", + "Boigny-sur-Bionne", + "Bois", + "Bois-Anzeray", + "Bois-Arnault", + "Bois-Colombes", + "Bois-de-Cene", + "Bois-de-Gand", + "Bois-de-la-Pierre", + "Bois-Grenier", + "Bois-Guillaume", + "Bois-Jerome-Saint-Ouen", + "Bois-le-Roi", + "Boisbergues", + "Boiscommun", + "Boisemont", + "Boisjean", + "Boisleux-au-Mont", + "Boismont", + "Boismorand", + "Boisse-Penchot", + "Boisseron", + "Boisset-et-Gaujac", + "Boisseuil", + "Boissey-le-Chatel", + "Boissezon", + "Boissieres", + "Boissise-la-Bertrand", + "Boissise-le-Roi", + "Boissy-Fresnoy", + "Boissy-le-Bois", + "Boissy-le-Chatel", + "Boissy-le-Girard", + "Boissy-Maugis", + "Boissy-Mauvoisin", + "Boissy-sous-Saint-Yon", + "Boisville-la-Saint-Pere", + "Boisyvon", + "Bolandoz", + "Bolbec", + "Bollene", + "Bolleville", + "Bollezeele", + "Bollwiller", + "Bolsenheim", + "Bommes", + "Bompas", + "Bon-Encontre", + "Bonchamp-les-Laval", + "Boncourt-le-Bois", + "Boncourt-sur-Meuse", + "Bondeville", + "Bondigoux", + "Bondoufle", + "Bondues", + "Bondy", + "Bongheat", + "Bonifacio", + "Bonlier", + "Bonnard", + "Bonnat", + "Bonnebosq", + "Bonnee", + "Bonnegarde", + "Bonneguete", + "Bonneil", + "Bonnelles", + "Bonnemain", + "Bonnes", + "Bonnet", + "Bonnetable", + "Bonnetage", + "Bonnetan", + "Bonneuil-en-France", + "Bonneuil-en-Valois", + "Bonneuil-les-Eaux", + "Bonneuil-sur-Marne", + "Bonneval", + "Bonnevaux-le-Prieure", + "Bonnevent-Velloreille", + "Bonneville", + "Bonneville-Aptot", + "Bonneville-la-Louvet", + "Bonnieres-sur-Seine", + "Bonnieux", + "Bonny-sur-Loire", + "Bonrepos", + "Bonrepos-Riquet", + "Bons-en-Chablais", + "Bonsecours", + "Bonson", + "Bonzac", + "Boos", + "Boqueho", + "Bor-et-Bar", + "Boran-sur-Oise", + "Bord", + "Bordeaux", + "Borderes", + "Borderes-et-Lamensans", + "Bordes", + "Bords", + "Borgo", + "Bormes-les-Mimosas", + "Bornay", + "Bornel", + "Bosc Renoult", + "Bosc-Guerard-Saint-Adrien", + "Bosc-le-Hard", + "Bosc-Mesnil", + "Bosgouet", + "Bosguerard-de-Marcouville", + "Bosjean", + "Bosmont-sur-Serre", + "Bosrobert", + "Bossancourt", + "Bossay-sur-Claise", + "Bossendorf", + "Bossey", + "Botsorhel", + "Bouafles", + "Bouan", + "Bouaye", + "Boubers-sur-Canche", + "Boubiers", + "Bouc-Bel-Air", + "Boucau", + "Bouchain", + "Bouchemaine", + "Boucheporn", + "Bouchet", + "Boucoiran-et-Nozieres", + "Bouee", + "Bouer", + "Bouere", + "Bouex", + "Bouffemont", + "Bouffere", + "Bougarber", + "Bouge-Chambalud", + "Bougival", + "Bougnon", + "Bougue", + "Bouguenais", + "Bougy", + "Bouhet", + "Bouillargues", + "Bouilly", + "Bouilly-en-Gatinais", + "Bouin", + "Boujan-sur-Libron", + "Boulages", + "Boulancourt", + "Boulange", + "Boulay-les-Barres", + "Boulay-Moselle", + "Boulazac", + "Bouleurs", + "Bouliac", + "Boulieu-les-Annonay", + "Bouligney", + "Bouligny", + "Boullay-les-Troux", + "Boulleret", + "Boulleville", + "Bouloc", + "Boulogne-Billancourt", + "Boulogne-la-Grasse", + "Boulogne-sur-Gesse", + "Boulogne-sur-Mer", + "Bouloire", + "Boult-sur-Suippe", + "Boulzicourt", + "Bouniagues", + "Bouquet", + "Bouquetot", + "Bouray-sur-Juine", + "Bourbon-Lancy", + "Bourbonne-les-Bains", + "Bourbourg", + "Bourbriac", + "Bourcefranc-le-Chapus", + "Bourdenay", + "Bourdon", + "Bouresse", + "Bourg", + "Bourg-Achard", + "Bourg-Argental", + "Bourg-Blanc", + "Bourg-de-Thizy", + "Bourg-en-Bresse", + "Bourg-la-Reine", + "Bourg-le-Comte", + "Bourg-le-Roi", + "Bourg-les-Valence", + "Bourg-Saint-Andeol", + "Bourg-Saint-Maurice", + "Bourg-Sainte-Marie", + "Bourg-sous-Chatelet", + "Bourganeuf", + "Bourgbarre", + "Bourges", + "Bourget", + "Bourghelles", + "Bourgneuf", + "Bourgneuf-en-Retz", + "Bourgogne", + "Bourgoin", + "Bourguebus", + "Bourgueil", + "Bourguignon-sous-Coucy", + "Bourlon", + "Bourneville", + "Bournezeau", + "Bourogne", + "Bourran", + "Bourron-Marlotte", + "Bours", + "Boursault", + "Bourseville", + "Boursieres", + "Bourth", + "Boury-en-Vexin", + "Bousbach", + "Bousbecque", + "Bousies", + "Boussac", + "Boussay", + "Boussenac", + "Boussens", + "Boussieres", + "Boussois", + "Boussy-Saint-Antoine", + "Boust", + "Boutancourt", + "Boutiers-Saint-Trojan", + "Boutigny-Prouais", + "Boutigny-sur-Essonne", + "Bouvaincourt-sur-Bresle", + "Bouvante", + "Bouvelinghem", + "Bouvesse-Quirieu", + "Bouvigny-Boyeffles", + "Bouville", + "Bouvincourt-en-Vermandois", + "Bouvron", + "Bouxieres-aux-Chenes", + "Bouxieres-aux-Dames", + "Bouxwiller", + "Bouzel", + "Bouzigues", + "Bouzincourt", + "Bouzonville", + "Bouzonville-en-Beauce", + "Bouzy", + "Bouzy-la-Foret", + "Boves", + "Boyer", + "Boynes", + "Boz", + "Bozel", + "Bozouls", + "Brachy", + "Bracieux", + "Brain-sur-Allonnes", + "Brain-sur-Vilaine", + "Braine", + "Brains", + "Bram", + "Bramans", + "Branches", + "Brancourt-en-Laonnois", + "Brandivy", + "Brando", + "Brandonnet", + "Branges", + "Branne", + "Branoux-les-Taillades", + "Bransles", + "Braquis", + "Bras", + "Brasles", + "Brasparts", + "Brassac", + "Brassac-les-Mines", + "Brassempouy", + "Braucourt", + "Braud-et-Saint-Louis", + "Brax", + "Bray", + "Bray-Dunes", + "Bray-en-Val", + "Bray-et-Lu", + "Bray-Saint-Christophe", + "Bray-sur-Seine", + "Bray-sur-Somme", + "Braye-sous-Faye", + "Brazey-en-Plaine", + "Breal-sous-Montfort", + "Brebieres", + "Brece", + "Brecey", + "Brech", + "Breconchaux", + "Bree", + "Bregy", + "Brehal", + "Brehand", + "Breil-sur-Roya", + "Breitenbach-Haut-Rhin", + "Breles", + "Bremenil", + "Bremontier-Merval", + "Brenouille", + "Brens", + "Bresles", + "Bresse-sur-Grosne", + "Bressolles", + "Bressols", + "Bresson", + "Bressuire", + "Brest", + "Bretagne", + "Breteil", + "Breteniere", + "Bretenoux", + "Breteuil", + "Bretignolles", + "Bretignolles-sur-Mer", + "Bretigny", + "Bretteville-sur-Laize", + "Bretteville-sur-Odon", + "Breuil", + "Breuil-le-Sec", + "Breuil-le-Vert", + "Breuil-Magne", + "Breuillet", + "Breuilpont", + "Breuschwickersheim", + "Breuvannes-en-Bassigny", + "Breux-sur-Avre", + "Breval", + "Breviandes", + "Brexent-Enocq", + "Breze", + "Brezins", + "Brezolles", + "Brianconnet", + "Briare", + "Briarres-sur-Essonne", + "Briatexte", + "Bricon", + "Bricquebec", + "Bricqueville-la-Blouette", + "Bricqueville-sur-Mer", + "Bricy", + "Brides-les-Bains", + "Bridore", + "Brie", + "Brie-Comte-Robert", + "Brie-et-Angonnes", + "Briec", + "Brienne-la-Vieille", + "Briennon", + "Brienon-sur-Armancon", + "Brieres-les-Scelles", + "Brieuil-sur-Chize", + "Brieulles-sur-Meuse", + "Briey", + "Brignac-la-Plaine", + "Brignais", + "Brigne", + "Brignoles", + "Brignon", + "Brignoud", + "Brigueuil", + "Briis-sous-Forges", + "Brimeux", + "Brin-sur-Seille", + "Brinay", + "Brindas", + "Bringolo", + "Brinon-sur-Beuvron", + "Briollay", + "Brion", + "Brionne", + "Briord", + "Brioude", + "Brioux-sur-Boutonne", + "Briouze", + "Briscous", + "Brison-Saint-Innocent", + "Brissac", + "Brissac-Quince", + "Brissy-Hamegicourt", + "Brive", + "Brive-la-Gaillarde", + "Brives-Charensac", + "Brives-sur-Charente", + "Brix", + "Brochon", + "Broglie", + "Brognon", + "Broin", + "Brombos", + "Bron", + "Broons", + "Brossac", + "Brosville", + "Brou", + "Brou-sur-Chantereine", + "Brouay", + "Brouckerque", + "Brouderdorff", + "Broue", + "Brouennes", + "Brouilla", + "Brouqueyran", + "Brousse", + "Brousseval", + "Brouviller", + "Bru", + "Bruch", + "Brue-Auriac", + "Bruebach", + "Bruges", + "Brugheas", + "Brugny-Vaudancourt", + "Bruguieres", + "Bruille-Saint-Amand", + "Bruley", + "Brullioles", + "Brulon", + "Brumath", + "Brunoy", + "Brunstatt", + "Brussey", + "Brussieu", + "Brusvily", + "Brux", + "Bruyeres-et-Montberault", + "Bruyeres-le-Chatel", + "Bruyeres-sur-Oise", + "Bruz", + "Bry-sur-Marne", + "Bu", + "Buanes", + "Bubry", + "Buc", + "Buceels", + "Bucey-les-Gy", + "Bucheres", + "Buchy", + "Bucquoy", + "Bucy-le-Long", + "Bucy-les-Cerny", + "Budos", + "Bueil", + "Buellas", + "Buffard", + "Bugeat", + "Bugnicourt", + "Buhl", + "Buigny-les-Gamaches", + "Buire-le-Sec", + "Buironfosse", + "Buis-les-Baronnies", + "Bulat-Pestivien", + "Bulgneville", + "Bulhon", + "Bulles", + "Bully", + "Bully-les-Mines", + "Buno-Bonnevaux", + "Bunzac", + "Burbure", + "Bures-sur-Yvette", + "Burie", + "Burlats", + "Burnhaupt-le-Haut", + "Buros", + "Bury", + "Busigny", + "Busloup", + "Busque", + "Bussac-Foret", + "Bussang", + "Bussiere-Galant", + "Bussiere-Poitevine", + "Bussieres-les-Belmont", + "Bussunarits-Sarrasquette", + "Bussus-Bussuel", + "Bussy-le-Chateau", + "Bussy-le-Grand", + "Bussy-les-Daours", + "Bussy-Lettree", + "Bussy-Saint-Georges", + "Busy", + "Buthiers", + "Butry-sur-Oise", + "Buxerolles", + "Buxeuil", + "Buxieres-les-Mines", + "Buxy", + "Buzan", + "Buzancais", + "Buzet-sur-Baise", + "Buzet-sur-Tarn", + "Buzy", + "Cabanac", + "Cabanac-et-Villagrains", + "Cabannes", + "Cabara", + "Cabariot", + "Cabasse", + "Cabestany", + "Cabourg", + "Cabries", + "Cabris", + "Cachan", + "Cadalen", + "Cadaujac", + "Caden", + "Cadenet", + "Cadillac", + "Cadillac-en-Fronsadais", + "Cadolive", + "Cadours", + "Caen", + "Caestre", + "Cagnac-les-Mines", + "Cagnes-sur-Mer", + "Cagnicourt", + "Cagny", + "Cahagnes", + "Cahors", + "Cahuzac", + "Cahuzac-sur-Vere", + "Caille", + "Caillouel-Crepigny", + "Cailloux-sur-Fontaines", + "Cairanne", + "Cairon", + "Caissargues", + "Cajarc", + "Calais", + "Calas", + "Calavante", + "Calcatoggio", + "Calenzana", + "Callac", + "Callas", + "Calleville", + "Callian", + "Calmels-et-le-Viala", + "Calmont", + "Calonne-Ricouart", + "Calonne-sur-la-Lys", + "Caluire-et-Cuire", + "Calvi", + "Calvisson", + "Camaret-sur-Aigues", + "Camaret-sur-Mer", + "Camarsac", + "Cambes", + "Cambieure", + "Camblain-Chatelain", + "Camblanes-et-Meynac", + "Cambo-les-Bains", + "Cambounet-sur-le-Sor", + "Cambrai", + "Cambrin", + "Cambronne-les-Ribecourt", + "Came", + "Cameyrac", + "Camiac-et-Saint-Denis", + "Camiers", + "Camlez", + "Camoel", + "Camon", + "Camors", + "Campagnan", + "Campagne", + "Campagne-les-Hesdin", + "Campagne-les-Wardrecques", + "Campagnolles", + "Campeaux", + "Campeneac", + "Campet-et-Lamolere", + "Camphin-en-Carembault", + "Camphin-en-Pevele", + "Campigneulles-les-Petites", + "Campremy", + "Camprond", + "Camps-la-Source", + "Campuac", + "Campugnan", + "Canaples", + "Cancale", + "Cancon", + "Cande", + "Cande-sur-Beuvron", + "Candillargues", + "Candresse", + "Canejan", + "Canet-de-Salars", + "Canet-Plage", + "Cangey", + "Canisy", + "Canlers", + "Canly", + "Cannes", + "Cannes-Ecluse", + "Cannet", + "Canohes", + "Canouville", + "Canteleu", + "Cantin", + "Cany-Barville", + "Capbreton", + "Capdenac-Gare", + "Capelle", + "Capelle-Fermont", + "Capendu", + "Capens", + "Capestang", + "Capinghem", + "Capoulet-et-Junac", + "Cappel", + "Cappelle-Brouck", + "Cappelle-en-Pevele", + "Cappelle-la-Grande", + "Captieux", + "Capvern", + "Caragoudes", + "Caraman", + "Carantec", + "Carantilly", + "Carbon-Blanc", + "Carbonne", + "Carcans", + "Carcassonne", + "Carces", + "Carcopino", + "Cardaillac", + "Cardesse", + "Cardonville", + "Cardroc", + "Carency", + "Carentan", + "Carentoir", + "Carhaix-Plouguer", + "Carignan", + "Carling", + "Carlipa", + "Carlucet", + "Carlus", + "Carmaux", + "Carnac", + "Carneville", + "Carnieres", + "Carnin", + "Carnon-Plage", + "Carnoules", + "Carolles", + "Caromb", + "Carpentras", + "Carpiquet", + "Carquefou", + "Carqueiranne", + "Carresse-Cassaber", + "Carrieres-sous-Poissy", + "Carrieres-sur-Seine", + "Carros", + "Carrouges", + "Carry-le-Rouet", + "Carsac-Aillac", + "Carspach", + "Cartelegue", + "Cartignies", + "Carville-la-Folletiere", + "Carvin", + "Casanova", + "Cases-de-Pene", + "Cassagne", + "Cassagnes", + "Cassagnes-Begonhes", + "Cassagnoles", + "Cassel", + "Casseneuil", + "Cassis", + "Casson", + "Cast", + "Castagnede", + "Castanet-le-Haut", + "Castanet-Tolosan", + "Casteide-Cami", + "Castelginest", + "Casteljaloux", + "Castellane", + "Castellar", + "Castellare-di-Mercurio", + "Castello-di-Rostino", + "Castelmoron-sur-Lot", + "Castelnau-de-Brassac", + "Castelnau-de-Levis", + "Castelnau-de-Montmiral", + "Castelnau-Durban", + "Castelnau-le-Lez", + "Castelnau-Montratier", + "Castelnau-sur-Gupie", + "Castelnau-Valence", + "Castelnaud-de-Gratecambe", + "Castelnaudary", + "Castels", + "Castelsagrat", + "Castelsarrasin", + "Castera-Loubix", + "Castet", + "Castetner", + "Castets-en-Dorthe", + "Castiglione", + "Castillon-Debats", + "Castillon-du-Gard", + "Castillon-la-Bataille", + "Castillon-Massas", + "Castillonnes", + "Castilly", + "Castres", + "Castres-Gironde", + "Castries", + "Catenay", + "Catenoy", + "Cattenom", + "Catus", + "Caucalieres", + "Caudan", + "Caudebec-en-Caux", + "Caudecoste", + "Caudrot", + "Caudry", + "Cauge", + "Caullery", + "Caulnes", + "Caumont", + "Caumont-sur-Durance", + "Caumont-sur-Garonne", + "Cauneille", + "Caunes-Minervois", + "Caurel", + "Cauroir", + "Cauroy-les-Hermonville", + "Caussade-Riviere", + "Causse-de-la-Selle", + "Cauvigny", + "Cauville-sur-Mer", + "Caux", + "Caux-et-Sauzens", + "Cauzac", + "Cavaillon", + "Cavalaire-sur-Mer", + "Cavan", + "Caveirac", + "Cavignac", + "Cavillargues", + "Cavillon", + "Cayeux-sur-Mer", + "Caylus", + "Cayrac", + "Cazals-des-Bayles", + "Cazaux", + "Cazaux-Layrisse", + "Cazavet", + "Cazeres", + "Cazes-Mondenard", + "Cazevieille", + "Cazilhac", + "Cazouls-les-Beziers", + "Ceauce", + "Ceaux", + "Cebazat", + "Ceignes", + "Ceintrey", + "Celle-Levescault", + "Celles-en-Bassigny", + "Celles-sur-Belle", + "Celles-sur-Durolle", + "Cellettes", + "Cellieu", + "Celon", + "Cenac", + "Cendras", + "Cenon", + "Cenon-sur-Vienne", + "Centres", + "Cepet", + "Cepie", + "Cepoy", + "Cerans-Foulletourte", + "Cercier", + "Cercoux", + "Cerdon", + "Cere", + "Cerelles", + "Cereste", + "Ceret", + "Cergy", + "Cerilly", + "Cerise", + "Cerisiers", + "Cerisy-la-Foret", + "Cerisy-la-Salle", + "Cerizay", + "Cernay", + "Cernay-la-Ville", + "Cerneux", + "Cerny", + "Cerons", + "Cers", + "Certines", + "Cervens", + "Cervera de la Marenda", + "Cervieres", + "Cervione", + "Cesar", + "Cesarches", + "Cescau", + "Cesny-aux-Vignes", + "Cesny-Bois-Halbout", + "Cessales", + "Cessenon-sur-Orb", + "Cesseras", + "Cessey", + "Cessieu", + "Cesson", + "Cessy", + "Cestas", + "Ceton", + "Ceyrat", + "Ceyreste", + "Ceyssat", + "Ceyzeriat", + "Cezay", + "Chaban", + "Chabanais", + "Chabestan", + "Chabeuil", + "Chablis", + "Chabons", + "Chabottes", + "Chabrillan", + "Chabris", + "Chacenay", + "Chadeleuf", + "Chadrac", + "Chadron", + "Chaffois", + "Chagey", + "Chagny", + "Chaignay", + "Chail", + "Chaillac", + "Chaillac-sur-Vienne", + "Chaille-les-Marais", + "Chailles", + "Chaillevette", + "Chailloue", + "Chailly-en-Biere", + "Chailly-en-Gatinais", + "Chainaz-les-Frasses", + "Chaingy", + "Chaix", + "Chalais", + "Chalamont", + "Chalampe", + "Chalandry-Elaire", + "Chaleins", + "Chalencon", + "Chalette-sur-Loing", + "Chalette-sur-Voire", + "Chaleze", + "Chalezeule", + "Chaligny", + "Chalindrey", + "Challain-la-Potherie", + "Challans", + "Challes-les-Eaux", + "Challet", + "Challex", + "Chalmaison", + "Chalo-Saint-Mars", + "Chalon", + "Chalonnes-sur-Loire", + "Chalons-en-Champagne", + "Chalonvillars", + "Chalou-Moulineux", + "Chamagne", + "Chamagnieu", + "Chambalud", + "Chamberet", + "Chambilly", + "Chamblac", + "Chamblanc", + "Chambles", + "Chamblet", + "Chambley-Bussieres", + "Chambly", + "Chamboeuf", + "Chambon", + "Chambon-sur-Lac", + "Chambon-sur-Voueize", + "Chambonas", + "Chambord", + "Chamboret", + "Chamborigaud", + "Chambors", + "Chambost-Longessaigne", + "Chamboulive", + "Chambourcy", + "Chambourg-sur-Indre", + "Chambrecy", + "Chambretaud", + "Chambry", + "Chamelet", + "Chameyrat", + "Chamigny", + "Chamonix", + "Chamouilley", + "Chamoux", + "Chamoux-sur-Gelon", + "Champ", + "Champ-le-Duc", + "Champ-sur-Drac", + "Champagnac", + "Champagnac-le-Vieux", + "Champagnat", + "Champagne", + "Champagne-les-Marais", + "Champagne-Mouton", + "Champagne-sur-Oise", + "Champagne-sur-Seine", + "Champagney", + "Champagnole", + "Champanges", + "Champcenest", + "Champcerie", + "Champcevinel", + "Champcueil", + "Champdieu", + "Champdotre", + "Champdray", + "Champeaux", + "Champeix", + "Champenay", + "Champenoux", + "Champeon", + "Champey-sur-Moselle", + "Champforgeuil", + "Champfromier", + "Champhol", + "Champien", + "Champier", + "Champigne", + "Champigneulles", + "Champigny", + "Champigny-sur-Marne", + "Champlan", + "Champlemy", + "Champlitte", + "Champniers", + "Champoly", + "Champoulet", + "Champs", + "Champs-sur-Marne", + "Champs-sur-Tarentaine-Marchal", + "Champs-sur-Yonne", + "Champsac", + "Champtercier", + "Champtoce-sur-Loire", + "Champtoceaux", + "Champvans", + "Chanas", + "Chanceaux-sur-Choisille", + "Chancelade", + "Chancenay", + "Change", + "Changis-sur-Marne", + "Chaniers", + "Chanonat", + "Chanoz-Chatenay", + "Chanteau", + "Chantecorps", + "Chanteheux", + "Chanteloup", + "Chanteloup-en-Brie", + "Chanteloup-les-Bois", + "Chanteloup-les-Vignes", + "Chantemerle-sur-la-Soie", + "Chantepie", + "Chanteuges", + "Chantilly", + "Chantome", + "Chantonnay", + "Chantraine", + "Chantrans", + "Chanveaux", + "Chaon", + "Chapareillan", + "Chapdes-Beaufort", + "Chapeiry", + "Chapelle-Vallon", + "Chapelle-Voland", + "Chaponnay", + "Chaponost", + "Chaptelat", + "Chaptuzat", + "Charancieu", + "Charantonnay", + "Charavines", + "Charbonnieres-les-Bains", + "Charbonnieres-les-Varennes", + "Charbuy", + "Charentay", + "Charenton-le-Pont", + "Charge", + "Chargey-les-Gray", + "Chargey-les-Port", + "Charleval", + "Charleville", + "Charlieu", + "Charly", + "Charly-sur-Marne", + "Charmant", + "Charmes", + "Charmes-sur-Rhone", + "Charmont-en-Beauce", + "Charmont-sous-Barbuise", + "Charnas", + "Charnay", + "Charnay-les-Macon", + "Charnecles", + "Charny", + "Charolles", + "Charonville", + "Charost", + "Charquemont", + "Charrecey", + "Charron", + "Charroux", + "Charsonville", + "Charteves", + "Chartres", + "Chartres-de-Bretagne", + "Chartrettes", + "Charvieu-Chavagneux", + "Charvonnex", + "Chas", + "Chasnais", + "Chasne-sur-Illet", + "Chaspinhac", + "Chassagnes", + "Chassagny", + "Chasse-sur-Rhone", + "Chasselay", + "Chassemy", + "Chassenard", + "Chasseneuil", + "Chasseneuil-du-Poitou", + "Chasseneuil-sur-Bonnieure", + "Chassey-le-Camp", + "Chassiers", + "Chassieu", + "Chataincourt", + "Chateau", + "Chateau-Arnoux-Saint-Auban", + "Chateau-Chervix", + "Chateau-Chinon(Ville)", + "Chateau-du-Loir", + "Chateau-Gontier", + "Chateau-Landon", + "Chateau-Porcien", + "Chateau-Renault", + "Chateau-Salins", + "Chateau-sur-Epte", + "Chateaubleau", + "Chateaubourg", + "Chateaubriand", + "Chateaubriant", + "Chateaudouble", + "Chateaufort", + "Chateaugay", + "Chateaugiron", + "Chateaumeillant", + "Chateauneuf", + "Chateauneuf-de-Bordette", + "Chateauneuf-de-Gadagne", + "Chateauneuf-de-Galaure", + "Chateauneuf-du-Faou", + "Chateauneuf-du-Rhone", + "Chateauneuf-en-Thymerais", + "Chateauneuf-Grasse", + "Chateauneuf-la-Foret", + "Chateauneuf-le-Rouge", + "Chateauneuf-les-Martigues", + "Chateauneuf-sur-Charente", + "Chateauneuf-sur-Loire", + "Chateauneuf-sur-Sarthe", + "Chateaurenard", + "Chateauvillain", + "Chatel", + "Chatel-de-Neuvre", + "Chatel-Guyon", + "Chatel-Saint-Germain", + "Chatel-sur-Moselle", + "Chatelaillon-Plage", + "Chatelaines", + "Chatelais", + "Chatelaudren", + "Chateldon", + "Chatelet", + "Chatelus", + "Chatelus-le-Marcheix", + "Chatenay-sur-Seine", + "Chatenet", + "Chatenois", + "Chatenois-les-Forges", + "Chatenoy", + "Chatenoy-le-Royal", + "Chatignonville", + "Chatillon", + "Chatillon-Coligny", + "Chatillon-la-Palud", + "Chatillon-le-Duc", + "Chatillon-le-Roi", + "Chatillon-les-Sons", + "Chatillon-sur-Chalaronne", + "Chatillon-sur-Cher", + "Chatillon-sur-Indre", + "Chatillon-sur-Loire", + "Chatillon-sur-Saone", + "Chatillon-sur-Seiche", + "Chatillon-sur-Thouet", + "Chatonnay", + "Chatonrupt-Sommermont", + "Chatou", + "Chatres", + "Chatres-sur-Cher", + "Chatte", + "Chatuzange-le-Goubet", + "Chauche", + "Chaudefonds-sur-Layon", + "Chaudefontaine", + "Chaudon", + "Chaudron-en-Mauges", + "Chauffailles", + "Chauffry", + "Chaufour-les-Bonnieres", + "Chaufour-Notre-Dame", + "Chaulnes", + "Chaumes", + "Chaumes-en-Brie", + "Chaumont", + "Chaumont-en-Vexin", + "Chaumontel", + "Chaumousey", + "Chauny", + "Chauray", + "Chauriat", + "Chaussin", + "Chaussoy-Epagny", + "Chaussy", + "Chauve", + "Chauvigny", + "Chauvincourt-Provemont", + "Chauvry", + "Chaux", + "Chavagne", + "Chavagnes-en-Paillers", + "Chavagnes-les-Redoux", + "Chavaignes", + "Chavanay", + "Chavannes-sur-Reyssouze", + "Chavanod", + "Chavanoz", + "Chavaroux", + "Chavenay", + "Chavigny", + "Chaville", + "Chazelles", + "Chazelles-sur-Lyon", + "Checy", + "Chedigny", + "Chef-Boutonne", + "Cheffes", + "Chehery", + "Chelan", + "Chelles", + "Chemaze", + "Chemere", + "Chemere-le-Roi", + "Chemery", + "Chemery-les-Deux", + "Chemille-Melay", + "Chemilly-sur-Serein", + "Cheminot", + "Chemy", + "Chenailler-Mascheix", + "Chenaud", + "Chenay-le-Chatel", + "Chenerailles", + "Chenevelles", + "Chenex", + "Chenimenil", + "Chennevieres-sur-Marne", + "Chenonceaux", + "Chenou", + "Chenove", + "Chens-sur-Leman", + "Cheny", + "Chepoix", + "Cheptainville", + "Chepy", + "Cherac", + "Cherbourg-Octeville", + "Chereng", + "Cheret", + "Cherier", + "Cherisey", + "Cherisy", + "Cheron", + "Cheroy", + "Cherre", + "Cherreau", + "Cherves-Chatelars", + "Cherves-Richemont", + "Chervettes", + "Cherveux", + "Chesley", + "Chessy", + "Chessy-les-Pres", + "Cheux", + "Chevaigne", + "Cheval-Blanc", + "Chevalet-le-Haut", + "Chevanceaux", + "Chevannes", + "Cheverny", + "Chevigny", + "Chevigny-Saint-Sauveur", + "Chevillon", + "Chevillon-sur-Huillard", + "Chevilly", + "Chevilly-Larue", + "Chevincourt", + "Chevire-le-Rouge", + "Chevrainvilliers", + "Chevremont", + "Chevreuse", + "Chevrier", + "Chevrieres", + "Chevrotaine", + "Chevru", + "Chevry", + "Chevry-Cossigny", + "Chevry-en-Sereine", + "Cheyssieu", + "Chezery-Forens", + "Chezy", + "Chezy-sur-Marne", + "Chiche", + "Chichery", + "Chierry", + "Chieulles", + "Chignin", + "Chigny-les-Roses", + "Chigy", + "Chilhac", + "Chille", + "Chilly", + "Chilly-Mazarin", + "Chimilin", + "Chinon", + "Chire-en-Montreuil", + "Chirens", + "Chiry-Ourscamp", + "Chissay-en-Touraine", + "Chisseaux", + "Chissey-en-Morvan", + "Chitenay", + "Chivres-en-Laonnois", + "Chize", + "Chocques", + "Choisel", + "Choisey", + "Choisy", + "Choisy-au-Bac", + "Choisy-en-Brie", + "Choisy-le-Roi", + "Cholet", + "Chomerac", + "Chorges", + "Chourgnac", + "Chouy", + "Choye", + "Chozeau", + "Chuelles", + "Chuzelles", + "Ciboure", + "Ciel", + "Cierrey", + "Cieurac", + "Cieux", + "Cinq-Mars-la-Pile", + "Cinqueux", + "Cintegabelle", + "Cintheaux", + "Cintre", + "Cires-les-Mello", + "Cirey", + "Cirey-sur-Vezouze", + "Ciron", + "Ciry-le-Noble", + "Cissac-Medoc", + "Cisse", + "Cistrieres", + "Citerne", + "Citry", + "Civaux", + "Civens", + "Civrac-de-Blaye", + "Civrac-en-Medoc", + "Civray", + "Civray-de-Touraine", + "Civrieux", + "Civry-en-Montagne", + "Cize", + "Cizely", + "Claira", + "Clairac", + "Clairfontaine", + "Clairmarais", + "Clairoix", + "Clairvaux-dAveyron", + "Clairvaux-les-Lacs", + "Claix", + "Clamart", + "Clamecy", + "Claouey", + "Clapiers", + "Clarac", + "Claracq", + "Clarafond", + "Clarensac", + "Clarques", + "Clary", + "Classun", + "Clasville", + "Clavel", + "Clavette", + "Claviers", + "Claville", + "Claye-Souilly", + "Cleder", + "Cleguer", + "Cleguerec", + "Clelles", + "Clement", + "Clemery", + "Clemont", + "Clenay", + "Cleon", + "Clerieux", + "Clermont", + "Clermont-Ferrand", + "Clerval", + "Clery-Saint-Andre", + "Clesse", + "Clety", + "Clevilliers", + "Clichy", + "Clichy-sous-Bois", + "Clinchamps-sur-Orne", + "Cliron", + "Clisson", + "Clohars-Carnoet", + "Clohars-Fouesnant", + "Clouange", + "Clouzeau", + "Cloyes-sur-le-Loir", + "Cluny", + "Cluses", + "Coaraze", + "Coarraze", + "Cobrieux", + "Cocheren", + "Cocumont", + "Codognan", + "Codolet", + "Coesmes", + "Coeuvres-et-Valsery", + "Coex", + "Cogles", + "Cogna", + "Cognac", + "Cognin", + "Cogolin", + "Coignet", + "Coignieres", + "Coimeres", + "Coincy", + "Coirac", + "Coise-Saint-Jean-Pied-Gauthier", + "Coivrel", + "Colayrac-Saint-Cirq", + "Colembert", + "Coligny", + "Collandres-Quincarnon", + "Collegien", + "Colleret", + "Colleville", + "Colleville-Montgomery", + "Collias", + "Collioure", + "Collobrieres", + "Collonges-les-Premieres", + "Collonges-sous-Saleve", + "Collorgues", + "Colmar", + "Colmars", + "Cologne", + "Colomars", + "Colombe", + "Colombelles", + "Colombes", + "Colombier", + "Colombier-Fontaine", + "Colombier-le-Cardinal", + "Colombier-le-Vieux", + "Colombier-Saugnieu", + "Colombieres-sur-Orb", + "Colombiers", + "Colomby-sur-Thaon", + "Colomiers", + "Colomieu", + "Colondannes", + "Colonzelle", + "Colpo", + "Coltainville", + "Combas", + "Comblanchien", + "Combloux", + "Combon", + "Combourg", + "Combrand", + "Combree", + "Combrit", + "Combronde", + "Combs-la-Ville", + "Comines", + "Commelle-Vernay", + "Commenchon", + "Commensacq", + "Commentry", + "Commeny", + "Commequiers", + "Commer", + "Commercy", + "Commes", + "Commissey", + "Communay", + "Compans", + "Compertrix", + "Compolibat", + "Compreignac", + "Comps", + "Concarneau", + "Conceze", + "Conches-en-Ouche", + "Conches-sur-Gondoire", + "Conchy-les-Pots", + "Condac", + "Condat", + "Condat-sur-Vienne", + "Conde-en-Brie", + "Conde-Northen", + "Conde-Sainte-Libiaire", + "Conde-sur-Iton", + "Conde-sur-Marne", + "Conde-sur-Noireau", + "Conde-sur-Sarthe", + "Conde-sur-Suippe", + "Conde-sur-Vesgre", + "Conde-sur-Vire", + "Condecourt", + "Condeon", + "Condette", + "Condezaygues", + "Condillac", + "Condom", + "Condrieu", + "Conflans-en-Jarnisy", + "Conflans-Sainte-Honorine", + "Conflans-sur-Loing", + "Conflans-sur-Seine", + "Confolens", + "Congenies", + "Conliege", + "Connantray-Vaurefroy", + "Conne-de-Labarde", + "Connerre", + "Conquereuil", + "Conques-sur-Orbiel", + "Cons-Sainte-Colombe", + "Contamine-sur-Arve", + "Contes", + "Contigne", + "Contoire", + "Contre", + "Contres", + "Contrexeville", + "Contrisson", + "Contz-les-Bains", + "Copponex", + "Coquelles", + "Corancez", + "Coray", + "Corbara", + "Corbarieu", + "Corbas", + "Corbehem", + "Corbeil-Cerf", + "Corbeil-Essonnes", + "Corbeilles", + "Corbelin", + "Corbeny", + "Corbere-Aberes", + "Corbere-les-Cabanes", + "Corbie", + "Corbieres", + "Corbigny", + "Corbonod", + "Corbreuse", + "Corcelles-les-Citeaux", + "Corcelles-les-Monts", + "Corcieux", + "Corconne", + "Corcy", + "Cordelle", + "Cordemais", + "Cordes-sur-Ciel", + "Cordes-Tolosannes", + "Cordon", + "Corenc", + "Corgnac-sur-lIsle", + "Corgoloin", + "Corignac", + "Corlay", + "Cormainville", + "Corme-Ecluse", + "Corme-Royal", + "Cormeilles", + "Cormeilles-en-Parisis", + "Cormeilles-en-Vexin", + "Cormelles-le-Royal", + "Cormeray", + "Cormery", + "Cormes", + "Cormicy", + "Cormolain", + "Cormontreuil", + "Cormoranche-sur-Saone", + "Cornac", + "Cornas", + "Corne", + "Cornebarrieu", + "Corneilla-de-Conflent", + "Corneilla-del-Vercol", + "Corneilla-la-Riviere", + "Cornier", + "Cornille", + "Cornillon-Confoux", + "Cornillon-en-Trieves", + "Cornimont", + "Cornus", + "Corny-sur-Moselle", + "Coron", + "Corpe", + "Corps-Nuds", + "Correze", + "Corroy", + "Cors", + "Corsept", + "Corseul", + "Corte", + "Corveissiat", + "Corze", + "Cosges", + "Cosmes", + "Cosne-Cours-sur-Loire", + "Cosqueville", + "Cosse-le-Vivien", + "Cossesseville", + "Costaros", + "Cotdoussan", + "Cotignac", + "Cottenchy", + "Cottevrard", + "Cottun", + "Couargues", + "Coublevie", + "Coubon", + "Coubron", + "Couches", + "Couchey", + "Coucy-le-Chateau-Auffrique", + "Couddes", + "Coudehard", + "Coudekerque-Branche", + "Coudes", + "Coudoux", + "Coudray", + "Coudray-au-Perche", + "Coudray-Rabut", + "Coudroy", + "Coudun", + "Coueron", + "Couesmes-Vauce", + "Coufouleux", + "Couhe", + "Couilly-Pont-aux-Dames", + "Couiza", + "Coulaines", + "Coulandon", + "Coulans-sur-Gee", + "Coulaures", + "Coullons", + "Coulogne", + "Couloisy", + "Coulombiers", + "Coulomby", + "Coulommes", + "Coulommiers", + "Coulommiers-la-Tour", + "Coulon", + "Coulonces", + "Coulonges", + "Coulonges-Thouarsais", + "Coulounieix-Chamiers", + "Coulouvray-Boisbenatre", + "Coulvain", + "Coulx", + "Coume", + "Coupelle-Vieille", + "Coupesarte", + "Coupeville", + "Coupigny", + "Coupru", + "Coupvray", + "Cour-Cheverny", + "Cour-et-Buis", + "Cour-sur-Loire", + "Courances", + "Courbeveille", + "Courbevoie", + "Courcais", + "Courcay", + "Courcelles", + "Courcelles-Chaussy", + "Courcelles-en-Bassee", + "Courcelles-Epayelles", + "Courcelles-les-Gisors", + "Courcelles-les-Lens", + "Courcelles-sur-Nied", + "Courcelles-sur-Seine", + "Courcelles-sur-Viosne", + "Courcemont", + "Courcerac", + "Courchaton", + "Courchelettes", + "Courchevel", + "Courcon", + "Courcouronnes", + "Courcy", + "Courcy-aux-Loges", + "Courdemanche", + "Courdimanche-sur-Essonne", + "Courgis", + "Courlans", + "Courlaoux", + "Courlay", + "Courmelles", + "Courmemin", + "Cournon", + "Cournon-dAuvergne", + "Cournonsec", + "Cournonterral", + "Courpalay", + "Courpiere", + "Courquetaine", + "Cours", + "Cours-de-Monsegur", + "Cours-la-Ville", + "Cours-les-Bains", + "Cours-les-Barres", + "Coursac", + "Coursan", + "Courseulles-sur-Mer", + "Courson", + "Courson-les-Carrieres", + "Courson-Monteloup", + "Courtelevant", + "Courtenay", + "Courtenot", + "Courteranges", + "Courthezon", + "Courtisols", + "Courtomer", + "Courtonne-la-Meurdrac", + "Courtry", + "Courville-sur-Eure", + "Courzieu", + "Cousance", + "Cousances-les-Forges", + "Cousolre", + "Coussay-les-Bois", + "Coutances", + "Coutarnoux", + "Couterne", + "Couternon", + "Couteuges", + "Coutevroult", + "Coutiches", + "Coutras", + "Couvains", + "Couville", + "Couvron-et-Aumencourt", + "Coux", + "Couy", + "Couze-et-Saint-Front", + "Couzeix", + "Couzon", + "Coye-la-Foret", + "Coyriere", + "Cozes", + "Crach", + "Craincourt", + "Cramant", + "Cran-Gevrier", + "Crancey", + "Crancot", + "Cransac", + "Cranves-Sales", + "Craon", + "Craonne", + "Craponne", + "Cras-sur-Reyssouze", + "Cravanche", + "Cravans", + "Cravant", + "Cravant-les-Coteaux", + "Cravent", + "Crayssac", + "Crazannes", + "Creances", + "Creches-sur-Saone", + "Crecy-sur-Serre", + "Credin", + "Cregy-les-Meaux", + "Crehange", + "Crehen", + "Creil", + "Creissan", + "Creissels", + "Cremeaux", + "Cremieu", + "Crepey", + "Cresancey", + "Crespieres", + "Crespin", + "Cressat", + "Cresse", + "Cresserons", + "Crest", + "Creully", + "Creusot", + "Creutzwald", + "Creuzier-le-Neuf", + "Creuzier-le-Vieux", + "Crevant-Laveine", + "Crevechamps", + "Crevecoeur-le-Grand", + "Crevin", + "Crezancy", + "Criel-sur-Mer", + "Crillon-le-Brave", + "Crimolois", + "Crisenoy", + "Crisolles", + "Crissey", + "Crochte", + "Crocq", + "Croisette", + "Croisilles", + "Croissanville", + "Croissy-Beaubourg", + "Croissy-sur-Celle", + "Croissy-sur-Seine", + "Croix", + "Croix-Chapeau", + "Croix-de-Vie", + "Croix-Mare", + "Croixanvec", + "Crolles", + "Cros-de-Ronesque", + "Crosne", + "Crottet", + "Crouay", + "Croutelle", + "Crouttes", + "Crouy-sur-Cosson", + "Crouy-sur-Ourcq", + "Croze", + "Crozes-Hermitage", + "Crozon", + "Cruas", + "Cruet", + "Crugny", + "Cruscades", + "Cruseilles", + "Crusnes", + "Cruzilles-les-Mepillat", + "Cruzy", + "Cublac", + "Cubry-les-Soing", + "Cubzac-les-Ponts", + "Cucq", + "Cucuron", + "Cuers", + "Cuffies", + "Cuffy", + "Cugand", + "Cuges-les-Pins", + "Cugnaux", + "Cuigy-en-Bray", + "Cuinchy", + "Cuincy", + "Cuinzier", + "Cuise-la-Motte", + "Cuiseaux", + "Cuisery", + "Culhat", + "Culmont", + "Culoz", + "Cumieres", + "Cunfin", + "Cunlhat", + "Cuon", + "Cuperly", + "Cuqueron", + "Curchy", + "Curdin", + "Curel", + "Curgies", + "Curtafond", + "Curzay-sur-Vonne", + "Cussay", + "Cusset", + "Cussey-les-Forges", + "Cussy-les-Forges", + "Custines", + "Cusy", + "Cuttoli-Corticchiato", + "Cuvergnon", + "Cuverville", + "Cuvilly", + "Cuvry", + "Cuxac-Cabardes", + "Cuy", + "Cuy-Saint-Fiacre", + "Cuzieu", + "Cysoing", + "Dabo", + "Dachstein", + "Dadonville", + "Dagneux", + "Dainville", + "Dalhunden", + "Dallet", + "Dalmas", + "Damazan", + "Dambach-la-Ville", + "Dambenois", + "Dame-Marie", + "Damelevieres", + "Damerey", + "Damery", + "Damgan", + "Damiatte", + "Damigny", + "Dammarie-les-Lys", + "Dammarie-sur-Saulx", + "Dammartin-en-Goele", + "Dammartin-en-Serve", + "Damparis", + "Dampierre", + "Dampierre-au-Temple", + "Dampierre-en-Burly", + "Dampierre-en-Crot", + "Dampierre-les-Bois", + "Dampierre-les-Conflans", + "Dampierre-sur-Blevy", + "Dampierre-sur-Boutonne", + "Dampmart", + "Damprichard", + "Dampsmesnil", + "Dampvalley-les-Colombe", + "Damville", + "Damvix", + "Dancevoir", + "Dangeau", + "Dangeul", + "Danjoutin", + "Danne-et-Quatre-Vents", + "Dannemoine", + "Daoulas", + "Dardilly", + "Dareize", + "Dargnies", + "Dargoire", + "Darmont", + "Darnetal", + "Darney", + "Darnieulles", + "Darvoy", + "Dasle", + "Daubensand", + "Daubeuf-la-Campagne", + "Dauendorf", + "Daumeray", + "Daux", + "Dauzat-sur-Vodable", + "Davenescourt", + "Davezieux", + "Dax", + "Deauville", + "Decazeville", + "Dechy", + "Decines-Charpieu", + "Decize", + "Delettes", + "Delle", + "Delme", + "Demouville", + "Demuin", + "Denain", + "Denat", + "Denee", + "Denevre", + "Denice", + "Denier", + "Dennebroeucq", + "Denneville", + "Denney", + "Denting", + "Dercy", + "Dernancourt", + "Derval", + "Desaignes", + "Desertines", + "Desvres", + "Detrier", + "Dettwiller", + "Deuil-la-Barre", + "Deulemont", + "Devecey", + "Devillac", + "Deville-les-Rouen", + "Devrouze", + "Deyme", + "Deyvillers", + "Dezize-les-Maranges", + "Dhuisy", + "Diarville", + "Didenheim", + "Die", + "Diebling", + "Dieffenbach-au-Val", + "Diemeringen", + "Diemoz", + "Dienville", + "Dieppe", + "Dieppe-sous-Douaumont", + "Dierre", + "Dietwiller", + "Dieue-sur-Meuse", + "Dieulefit", + "Dieulouard", + "Dieupentale", + "Dieuze", + "Dieval", + "Diffembach-les-Hellimer", + "Diges", + "Digne-les-Bains", + "Digoin", + "Dijon", + "Dimbsthal", + "Dimechaux", + "Dinan", + "Dinard", + "Dinge", + "Dingsheim", + "Dingy-en-Vuache", + "Dingy-Saint-Clair", + "Dinoze", + "Dionay", + "Dissay", + "Disse-sous-Ballon", + "Distre", + "Distroff", + "Dive", + "Dives-sur-Mer", + "Divion", + "Divonne-les-Bains", + "Dixmont", + "Dizy", + "Doazit", + "Docelles", + "Doeuil-sur-le-Mignon", + "Dogneville", + "Doingt", + "Doissin", + "Doix", + "Dol-de-Bretagne", + "Dole", + "Dollon", + "Dolo", + "Dolomieu", + "Domagne", + "Domaize", + "Domalain", + "Domancy", + "Domart-sur-la-Luce", + "Domats", + "Dombasle-sur-Meurthe", + "Domene", + "Domerat", + "Domessargues", + "Domessin", + "Domevre-sur-Durbion", + "Domezain-Berraute", + "Domfront", + "Domgermain", + "Domjevin", + "Dommartin", + "Dommartin-les-Remiremont", + "Dommartin-les-Toul", + "Domont", + "Dompierre-les-Ormes", + "Dompierre-sur-Besbre", + "Dompierre-sur-Mer", + "Dompierre-sur-Veyle", + "Dompierre-sur-Yon", + "Donchery", + "Doncourt-les-Conflans", + "Donges", + "Donjeux", + "Donnemarie-Dontilly", + "Donnery", + "Donneville", + "Donnezac", + "Dontrien", + "Donville-les-Bains", + "Donzacq", + "Donzere", + "Donzy", + "Donzy-le-Pertuis", + "Dordives", + "Dorlisheim", + "Dormans", + "Dormelles", + "Dornes", + "Dornot", + "Dortan", + "Dorval", + "Douai", + "Douarnenez", + "Doubs", + "Douchy", + "Douchy-les-Mines", + "Doudeville", + "Doue-la-Fontaine", + "Douilly", + "Doulezon", + "Doullens", + "Doumy", + "Dounoux", + "Dourdain", + "Dourdan", + "Dourges", + "Dourgne", + "Doussard", + "Douvaine", + "Douville", + "Douvres", + "Douvres-la-Delivrande", + "Douvrin", + "Doux", + "Douy-la-Ramee", + "Douzy", + "Doville", + "Doyet", + "Dozule", + "Drace", + "Drachenbronn-Birlenbach", + "Dracy-le-Fort", + "Draguignan", + "Draillant", + "Drain", + "Drancy", + "Drap", + "Draveil", + "Dreffeac", + "Dremil-Lafage", + "Dreslincourt", + "Dreuil-les-Amiens", + "Dreux", + "Dreville", + "Drocourt", + "Drom", + "Droupt-Saint-Basle", + "Drouville", + "Druillat", + "Drulingen", + "Drusenheim", + "Druye", + "Druyes-les-Belles-Fontaines", + "Dry", + "Ducey", + "Duclair", + "Duerne", + "Dugny", + "Dugny-sur-Meuse", + "Duingt", + "Duisans", + "Dullin", + "Dun-le-Poelier", + "Dun-sur-Auron", + "Duneau", + "Dunes", + "Duniere", + "Dunkirk", + "Duppigheim", + "Durance", + "Duranus", + "Durban-Corbieres", + "Durcet", + "Durette", + "Durfort", + "Durlinsdorf", + "Durmenach", + "Durrenbach", + "Durrenentzen", + "Durstel", + "Durtal", + "Durtol", + "Dury", + "Duttlenheim", + "Eance", + "Eaubonne", + "Eaucourt-sur-Somme", + "Eaunes", + "Eaux-Bonnes", + "Eaux-Puiseaux", + "Eauze", + "Ebersviller", + "Eblange", + "Ecaillon", + "Ecalles-Alix", + "Ecaquelon", + "Ecardenville-la-Campagne", + "Ecardenville-sur-Eure", + "Ecault", + "Eccles", + "Echalas", + "Echarcon", + "Echauffour", + "Echavanne", + "Echemire", + "Echenans", + "Echenevex", + "Echenon", + "Echenoz-la-Meline", + "Echevannes", + "Echevis", + "Echillais", + "Echinghen", + "Echire", + "Eckbolsheim", + "Eckwersheim", + "Eclaron-Braucourt-Sainte-Liviere", + "Ecleux", + "Ecluzelles", + "Ecoche", + "Ecole", + "Ecole-Valentin", + "Ecommoy", + "Ecorcei", + "Ecos", + "Ecouen", + "Ecouflant", + "Ecourt-Saint-Quentin", + "Ecouviez", + "Ecoyeux", + "Ecques", + "Ecquevilly", + "Ecretteville-les-Baons", + "Ecrosnes", + "Ecrouves", + "Ectot-les-Baons", + "Ecueil", + "Ecueille", + "Ecuelles", + "Ecuille", + "Ecuires", + "Ecuisses", + "Ecully", + "Ecury-sur-Coole", + "Edern", + "Effiat", + "Effry", + "Egletons", + "Egligny", + "Egly", + "Egreville", + "Eguilles", + "Eichhoffen", + "Einville-au-Jard", + "el Volo", + "Elbeuf", + "Eletot", + "Eleu-dit-Leauwette", + "Elincourt", + "Elincourt-Sainte-Marguerite", + "Elliant", + "Ellon", + "Elna", + "Elnes", + "Eloise", + "Eloyes", + "els Banys de la Presta", + "Elven", + "Emance", + "Embrun", + "Embry", + "Emerainville", + "Emieville", + "Emmerin", + "Enchenberg", + "Enencourt-le-Sec", + "Enghien-les-Bains", + "Engins", + "Englefontaine", + "Englos", + "Ennery", + "Ennevelin", + "Ennezat", + "Ennordres", + "Enquin-les-Mines", + "Ensisheim", + "Ensues-la-Redonne", + "Entraigues-sur-la-Sorgue", + "Entrains-sur-Nohain", + "Entrammes", + "Entrange", + "Entraygues-sur-Truyere", + "Entre-deux-Guiers", + "Entrecasteaux", + "Entremont-le-Vieux", + "Entressen", + "Entzheim", + "Enveig", + "Envermeu", + "Epagne-Epagnette", + "Epagny", + "Epaignes", + "Epegard", + "Epenancourt", + "Epenede", + "Epercieux-Saint-Paul", + "Eperlecques", + "Epernon", + "Epertully", + "Epervans", + "Epfig", + "Epiais-Rhus", + "Epieds-en-Beauce", + "Epierre", + "Epinac", + "Epinay", + "Epinay-sous-Senart", + "Epineuil-le-Fleuriel", + "Epinouze", + "Epinoy", + "Episy", + "Epoisses", + "Epone", + "Epouville", + "Eppe-Sauvage", + "Eppeville", + "Epping", + "Epuisay", + "Equeurdreville-Hainneville", + "Equihen-Plage", + "Er", + "Eragny", + "Erbray", + "Erbree", + "Erce-en-Lamee", + "Erce-pres-Liffre", + "Erceville", + "Ercheu", + "Erdeven", + "Ergersheim", + "Ergny", + "Ergue-Gaberic", + "Erize-Saint-Dizier", + "Ermenonville", + "Ermont", + "Ernee", + "Ernemont-sur-Buchy", + "Ernestviller", + "Ernolsheim-Bruche", + "Erome", + "Eroudeville", + "Erquinghem-Lys", + "Erquinvillers", + "Erquy", + "Erre", + "Errouville", + "Erstein", + "Ervauville", + "Esbarres", + "Esbly", + "Escalquens", + "Escames", + "Escassefort", + "Escaudain", + "Escaudoeuvres", + "Escautpont", + "Escazeaux", + "Eschau", + "Eschbach-au-Val", + "Eschentzwiller", + "Esches", + "Esclainvillers", + "Escolives-Sainte-Camille", + "Escombres-et-le-Chesnois", + "Escondeaux", + "Escorneboeuf", + "Escou", + "Escout", + "Escoutoux", + "Escurolles", + "Esery", + "Eslettes", + "Esmery-Hallon", + "Esnandes", + "Esnouveaux", + "Espagnac", + "Espalais", + "Espalion", + "Espaly-Saint-Marcel", + "Esparron-de-Verdon", + "Espedaillac", + "Espelette", + "Espeluche", + "Espezel", + "Espiet", + "Espinasses", + "Espira-de-Conflent", + "Espirat", + "Espondeilhan", + "Esquay-Notre-Dame", + "Esquay-sur-Seulles", + "Esquelbecq", + "Esquerchin", + "Esquerdes", + "Esquibien", + "Esquieze-Sere", + "Essegney", + "Essert", + "Essertaux", + "Esserts-Saleve", + "Essey", + "Essey-les-Nancy", + "Essia", + "Essigny-le-Grand", + "Esson", + "Essoyes", + "Estadens", + "Estagel", + "Estaing", + "Estaires", + "Esternay", + "Estevelles", + "Estillac", + "Estivareilles", + "Estouches", + "Estouteville-Ecalles", + "Estouy", + "Estrablin", + "Estree-Blanche", + "Estrees", + "Estrees-les-Crecy", + "Estrees-Saint-Denis", + "Estrees-sur-Noye", + "Esvres", + "Etable", + "Etables", + "Etables-sur-Mer", + "Etaimpuis", + "Etaing", + "Etainhus", + "Etalondes", + "Etampes-sur-Marne", + "Etang-sur-Arroux", + "Etaules", + "Etauliers", + "Etaux", + "Etaves-et-Bocquiaux", + "Eteimbes", + "Etel", + "Etelfay", + "Etercy", + "Eternoz", + "Eterville", + "Etevaux", + "Eth", + "Etigny", + "Etiolles", + "Etival", + "Etival-Clairefontaine", + "Etival-les-le-Mans", + "Etoges", + "Etoile-sur-Rhone", + "Etourvy", + "Etouvans", + "Etouvy", + "Etrechy", + "Etreillers", + "Etrelles", + "Etrembieres", + "Etrepagny", + "Etrepilly", + "Etreux", + "Etrez", + "Etriac", + "Etriche", + "Etricourt-Manancourt", + "Etroeungt", + "Etroussat", + "Ettendorf", + "Etting", + "Etupes", + "Etuz", + "Etzling", + "Eu", + "Eulmont", + "Euville", + "Evans", + "Evenos", + "Everly", + "Eveux", + "Evin-Malmaison", + "Evran", + "Evrecy", + "Evron", + "Excenevex", + "Excideuil", + "Exideuil", + "Exincourt", + "Exireuil", + "Exoudun", + "Eybens", + "Eybouleuf", + "Eygalieres", + "Eyguieres", + "Eygurande-et-Gardedeuil", + "Eyjeaux", + "Eyliac", + "Eymet", + "Eymoutiers", + "Eyragues", + "Eyrans", + "Eysines", + "Eyzin-Pinet", + "Ezanville", + "Eze", + "Ezy-sur-Eure", + "Fabregues", + "Fabrezan", + "Faches", + "Faches-Thumesnil", + "Fagnieres", + "Faimbe", + "Fains-Veel", + "Falaise", + "Falck", + "Falicon", + "Fallerans", + "Falleron", + "Falletans", + "Famars", + "Fameck", + "Fampoux", + "Fanjeaux", + "Faramans", + "Farbus", + "Farebersviller", + "Fareins", + "Faremoutiers", + "Farges-les-Chalon", + "Fargues", + "Fargues-Saint-Hilaire", + "Farincourt", + "Fatouville-Grestain", + "Fauch", + "Faucigny", + "Faucogney-et-la-Mer", + "Faucompierre", + "Faulquemont", + "Faulx", + "Faumont", + "Fauquembergues", + "Fauville-en-Caux", + "Favars", + "Faverges", + "Faverges-de-la-Tour", + "Faverolles-la-Campagne", + "Faverolles-sur-Cher", + "Favieres", + "Fay-aux-Loges", + "Fay-de-Bretagne", + "Fay-les-Nemours", + "Fayence", + "Fayet-le-Chateau", + "Fayl-Billot", + "Fays-la-Chapelle", + "Fayssac", + "Feas", + "Fechain", + "Fegersheim", + "Fegreac", + "Feigeres", + "Feignies", + "Feillens", + "Fein", + "Feissons-sur-Isere", + "Feldkirch", + "Felines", + "Felix", + "Fellering", + "Felletin", + "Fenain", + "Fenay", + "Fendeille", + "Fenetrange", + "Feneu", + "Feneyrols", + "Fenioux", + "Fenouillet", + "Fere-Champenoise", + "Fere-en-Tardenois", + "Ferel", + "Ferfay", + "Fericy", + "Ferin", + "Fermanville", + "Ferney-Voltaire", + "Ferolles-Attilly", + "Ferques", + "Ferrals-les-Corbieres", + "Ferreol", + "Ferrette", + "Ferreux-Quincey", + "Ferriere-la-Grande", + "Ferriere-la-Petite", + "Ferriere-Larcon", + "Ferrieres", + "Ferrieres-en-Brie", + "Ferrieres-en-Gatinais", + "Ferrieres-Haut-Clocher", + "Ferrieres-les-Scey", + "Ferrieres-sur-Ariege", + "Fesches-le-Chatel", + "Fesques", + "Fessenheim", + "Festieux", + "Festubert", + "Feternes", + "Feucherolles", + "Feuges", + "Feuguerolles-sur-Seulles", + "Feuilla", + "Feuquieres", + "Feuquieres-en-Vimeu", + "Feurs", + "Feves", + "Fey", + "Feytiat", + "Feyzin", + "Fiefs", + "Fiennes", + "Fierville-Bray", + "Fierville-les-Mines", + "Figanieres", + "Figeac", + "Fignieres", + "Filain", + "Fille", + "Fillievres", + "Fillinges", + "Filstroff", + "Finhan", + "Firmi", + "Firminy", + "Fislis", + "Fismes", + "Fitilieu", + "Fitz-James", + "Flagnac", + "Flamanville", + "Flamarens", + "Flancourt-Catelon", + "Flangebouche", + "Flaucourt", + "Flaux", + "Flavacourt", + "Flavigny", + "Flavigny-sur-Moselle", + "Flavin", + "Flavy-le-Martel", + "Flaxlanden", + "Flayosc", + "Fleac", + "Flechin", + "Flee", + "Flers", + "Flers-en-Escrebieux", + "Flers-sur-Noye", + "Fletrange", + "Fletre", + "Fleurance", + "Fleurbaix", + "Fleure", + "Fleurey-sur-Ouche", + "Fleurie", + "Fleuriel", + "Fleury", + "Fleury-en-Biere", + "Fleury-les-Aubrais", + "Fleury-Merogis", + "Fleury-sur-Andelle", + "Fleury-sur-Orne", + "Fleville-devant-Nancy", + "Flevy", + "Flines-les-Mortagne", + "Flines-lez-Raches", + "Flins-sur-Seine", + "Flixecourt", + "Floing", + "Floirac", + "Florac", + "Florange", + "Florensac", + "Florent-en-Argonne", + "Florentin", + "Floyon", + "Flumet", + "Foameix-Ornel", + "Foecy", + "Foissiat", + "Foix", + "Folelli", + "Folembray", + "Folgensbourg", + "Follainville-Dennemont", + "Folles", + "Folleville", + "Folschviller", + "Fonbeauzard", + "Foncine-le-Haut", + "Fondettes", + "Fons", + "Fonsorbes", + "Font-Romeu-Odeillo-Via", + "Fontain", + "Fontaine", + "Fontaine-au-Bois", + "Fontaine-Bonneleau", + "Fontaine-en-Dormois", + "Fontaine-Etoupefour", + "Fontaine-Guerin", + "Fontaine-Heudebourg", + "Fontaine-la-Mallet", + "Fontaine-le-Comte", + "Fontaine-le-Dun", + "Fontaine-le-Pin", + "Fontaine-les-Bassets", + "Fontaine-les-Dijon", + "Fontaine-les-Gres", + "Fontaine-les-Luxeuil", + "Fontaine-Milon", + "Fontaine-Notre-Dame", + "Fontaine-Simon", + "Fontaine-sous-Jouy", + "Fontaine-sous-Preaux", + "Fontaine-sur-Somme", + "Fontaine-Uterte", + "Fontainebleau", + "Fontaines", + "Fontaines-Saint-Martin", + "Fontaines-sur-Saone", + "Fontanes", + "Fontanil-Cornillon", + "Fontannes", + "Fontcouverte", + "Fontenai-les-Louvets", + "Fontenay", + "Fontenay-aux-Roses", + "Fontenay-en-Parisis", + "Fontenay-le-Comte", + "Fontenay-le-Fleury", + "Fontenay-le-Vicomte", + "Fontenay-sous-Bois", + "Fontenay-sur-Loing", + "Fontenay-sur-Vegre", + "Fontenay-Tresigny", + "Fontenelle-en-Brie", + "Fontenilles", + "Fontenoy", + "Fontenoy-la-Joute", + "Fontenoy-le-Chateau", + "Fontes", + "Fontjoncouse", + "Fontpedrosa", + "Fontrabiouse", + "Fontvannes", + "Fontvieille", + "Forbach", + "Forcalqueiret", + "Forcalquier", + "Force", + "Forest-sur-Marque", + "Foret-la-Folie", + "Forfry", + "Forges", + "Forges-les-Bains", + "Forges-les-Eaux", + "Forleans", + "Formerie", + "Fors", + "Fort-Mahon-Plage", + "Fort-Mardyck", + "Fortschwihr", + "Fos-sur-Mer", + "Fosse", + "Fossemanant", + "Fosses", + "Fosses-et-Baleyssac", + "Fouchy", + "Fouday", + "Fouencamps", + "Fouesnant", + "Foug", + "Fougax-et-Barrineuf", + "Fougere", + "Fougeres", + "Fougeres-sur-Bievre", + "Fougerolles", + "Fouillard", + "Fouilleuse", + "Foulangues", + "Foulayronnes", + "Foulcrey", + "Fouquebrune", + "Fouquieres-les-Lens", + "Four", + "Fouras", + "Fourchambault", + "Fourches", + "Fourdrinoy", + "Fourg", + "Fourmies", + "Fournes-en-Weppes", + "Fournier", + "Fournival", + "Fournols", + "Fouronnes", + "Fourques", + "Fourques-sur-Garonne", + "Fourqueux", + "Fours-Saint-Laurent", + "Foussemagne", + "Fragnes", + "Fraisans", + "Fraisses", + "Fraize", + "Fralignes", + "Frambouhans", + "Framerville-Rainecourt", + "Francaltroff", + "Francardo", + "Francheleins", + "Francheville", + "Francieres", + "Franclens", + "Francois", + "Franconville", + "Francourville", + "Frangy", + "Franois", + "Franqueville", + "Franvillers", + "Franxault", + "Frauenberg", + "Frebuans", + "Frechede", + "Frechencourt", + "Frechou", + "Fredille", + "Fregimont", + "Fregouville", + "Freistroff", + "Frejairolles", + "Freland", + "Frelinghien", + "Fremainville", + "Fremifontaine", + "Fremonville", + "Frencq", + "Frenes", + "Freneuse", + "Frepillon", + "Fresnay-en-Retz", + "Fresnay-le-Gilmert", + "Fresnay-sur-Sarthe", + "Fresne", + "Fresne-Cauverville", + "Fresne-la-Mere", + "Fresne-Saint-Mames", + "Fresneaux-Montchevreuil", + "Fresnes", + "Fresnes-au-Mont", + "Fresnes-en-Woevre", + "Fresnes-les-Montauban", + "Fresnes-sur-Escaut", + "Fresnes-sur-Marne", + "Fresnicourt-le-Dolmen", + "Fresnoy-la-Riviere", + "Fresnoy-le-Grand", + "Frespech", + "Fressac", + "Fressain", + "Fresse", + "Fresse-sur-Moselle", + "Fressenneville", + "Fressies", + "Fressines", + "Frethun", + "Fretigney-et-Velloreille", + "Fretin", + "Frevent", + "Frevillers", + "Frevin-Capelle", + "Friauville", + "Frieres-Faillouel", + "Friesen", + "Friville-Escarbotin", + "Frocourt", + "Froges", + "Froidestrees", + "Froidfond", + "Froissy", + "Fromelles", + "Fromont", + "Fromonville", + "Froncles", + "Fronsac", + "Frontenac", + "Frontenas", + "Frontenay-Rohan-Rohan", + "Frontenay-sur-Dive", + "Frontenex", + "Frontignan", + "Frontignan-Saves", + "Fronton", + "Frontonas", + "Frossay", + "Frouard", + "Frouzins", + "Frozes", + "Frucourt", + "Frugeres-les-Mines", + "Fruges", + "Fuisse", + "Fultot", + "Fumay", + "Fumel", + "Furchhausen", + "Furiani", + "Fussy", + "Fuveau", + "Fye", + "Gaas", + "Gabaston", + "Gabat", + "Gace", + "Gagnac-sur-Garonne", + "Gagnieres", + "Gagny", + "Gahard", + "Gailhan", + "Gaillac", + "Gaillac-Toulza", + "Gaillan-en-Medoc", + "Gaillard", + "Gaillefontaine", + "Gaillon", + "Galametz", + "Galapian", + "Galargues", + "Galfingue", + "Galgon", + "Galie", + "Gallardon", + "Gallician", + "Galluis", + "Gamaches", + "Gamarde-les-Bains", + "Gambais", + "Gambsheim", + "Gan", + "Ganac", + "Gandrange", + "Ganges", + "Gannat", + "Gap", + "Garancieres-en-Drouais", + "Garanou", + "Garat", + "Garche", + "Garches", + "Garchizy", + "Gardanne", + "Gardonne", + "Garencieres", + "Garennes-sur-Eure", + "Gareoult", + "Gargenville", + "Garlan", + "Garlin", + "Garons", + "Garrevaques", + "Garrigues", + "Garris", + "Garrosse", + "Gas", + "Gasny", + "Gassin", + "Gasville-Oiseme", + "Gatelles", + "Gatey", + "Gattieres", + "Gauchy", + "Gauciel", + "Gauriac", + "Gauriaguet", + "Gauville-la-Campagne", + "Gavarnie", + "Gavray", + "Gaye", + "Geanges", + "Geaune", + "Geay", + "Gee", + "Geispolsheim", + "Gelannes", + "Gelles", + "Gelos", + "Geloux", + "Gemeaux", + "Gemenos", + "Gemil", + "Gemozac", + "Genac", + "Genas", + "Genay", + "Gencay", + "Gendrey", + "Gene", + "Genebrieres", + "Genech", + "Genelard", + "Generac", + "Generargues", + "Genet", + "Geneuille", + "Geney", + "Genille", + "Genis", + "Genissac", + "Genissiat", + "Genissieux", + "Genlis", + "Gennes", + "Gennes-sur-Seiche", + "Gennetines", + "Gennevilliers", + "Gensac", + "Gensac-la-Pallue", + "Gente", + "Gentilly", + "Georges", + "Geovreisset", + "Ger", + "Gerard", + "Gerbaix", + "Gerbecourt-et-Haplemont", + "Gerbeviller", + "Gergy", + "Gerland", + "Germaine", + "Germainville", + "Germenay", + "Germigny-sur-Loire", + "Germond-Rouvre", + "Gerstheim", + "Gervais", + "Gervans", + "Gerzat", + "Gesnes-le-Gandelin", + "Geste", + "Gestel", + "Gesvres", + "Getigne", + "Geudertheim", + "Geveze", + "Gevrey-Chambertin", + "Gevrieux", + "Gex", + "Geyssans", + "Gezaincourt", + "Gezoncourt", + "Ghisonaccia", + "Ghyvelde", + "Giat", + "Giberville", + "Gidy", + "Gien", + "Gieres", + "Gievres", + "Gif-sur-Yvette", + "Gigean", + "Gignac", + "Gignac-la-Nerthe", + "Gigny-sur-Saone", + "Gilette", + "Gilles", + "Gilley", + "Gilly-les-Citeaux", + "Gilly-sur-Isere", + "Gimbrett", + "Gimeux", + "Gimont", + "Ginasservis", + "Ginestas", + "Ginestet", + "Girancourt", + "Giraumont", + "Girolles", + "Giromagny", + "Giron", + "Gironcourt-sur-Vraine", + "Gironde-sur-Dropt", + "Giroussens", + "Gisors", + "Givenchy-en-Gohelle", + "Givet", + "Givors", + "Givraines", + "Givrand", + "Givrauval", + "Givron", + "Givry", + "Glanon", + "Glatigny", + "Gleize", + "Glenic", + "Glomel", + "Glos-sur-Risle", + "Goderville", + "Godewaersvelde", + "Goersdorf", + "Goes", + "Goetzenbruck", + "Goeulzin", + "Goin", + "Goincourt", + "Golbey", + "Golfe-Juan", + "Gombergean", + "Gomelange", + "Gomene", + "Gomer", + "Gometz-la-Ville", + "Gometz-le-Chatel", + "Gommegnies", + "Gommerville", + "Goncelin", + "Gondecourt", + "Gondeville", + "Gondrecourt-le-Chateau", + "Gondreville", + "Gonesse", + "Gonfaron", + "Gonfreville-Caillot", + "Gonfreville-lOrcher", + "Gonnehem", + "Gonneville-la-Mallet", + "Gonneville-sur-Mer", + "Gontier", + "Gorbio", + "Gorcy", + "Gordes", + "Gorges", + "Gornac", + "Gorre", + "Gorron", + "Gorze", + "Gosnay", + "Gosselming", + "Gottenhouse", + "Gouaix", + "Gouaux", + "Goudelin", + "Goudourville", + "Gouesnach", + "Gouesnou", + "Gouezec", + "Gouillons", + "Gouise", + "Goulet", + "Goult", + "Goupillieres", + "Gourdan-Polignan", + "Gourdon", + "Gourge", + "Gourhel", + "Gourin", + "Gourlizon", + "Gournay-en-Bray", + "Gournay-sur-Marne", + "Gourvillette", + "Goury", + "Goussainville", + "Gousse", + "Goutrens", + "Gouts", + "Gouttieres", + "Gouvernes", + "Gouves", + "Gouvieux", + "Gouville-sur-Mer", + "Goux-les-Dambelin", + "Goux-les-Usiers", + "Gouy-en-Artois", + "Gouy-en-Ternois", + "Gouy-Saint-Andre", + "Gouy-sous-Bellonne", + "Gouze", + "Gouzeaucourt", + "Goven", + "Goxwiller", + "Goyrans", + "Grabels", + "Gracay", + "Graces", + "Gradignan", + "Gragnague", + "Graincourt-les-Havrincourt", + "Grainville", + "Grainville-la-Teinturiere", + "Grainville-sur-Odon", + "Graissessac", + "Gramat", + "Grammond", + "Grand", + "Grand Champ", + "Grand-Auverne", + "Grand-Charmont", + "Grand-Fort-Philippe", + "Grand-Fougeray", + "Grand-Laviers", + "Grand-Rozoy", + "Grandchamp", + "Grandchamps-des-Fontaines", + "Grande-Synthe", + "Grandfontaine", + "Grandfontaine-Fournets", + "Grandfresnoy", + "Grandpre", + "Grandris", + "Grandsaigne", + "Grandvaux", + "Grandvillars", + "Grandville-Gaudreville", + "Grandvillers", + "Grandvilliers", + "Grane", + "Granges", + "Granges-le-Bourg", + "Granges-sur-Vologne", + "Grangues", + "Grans", + "Granville", + "Grasse", + "Grassendorf", + "Gratentour", + "Gratot", + "Graulhet", + "Grauves", + "Gravelines", + "Graveron-Semerville", + "Graveson", + "Gravigny", + "Gray", + "Grazac", + "Grazay", + "Greasque", + "Gremecey", + "Gremevillers", + "Gremonville", + "Grenade", + "Grenay", + "Greneville-en-Beauce", + "Grenoble", + "Grentheville", + "Grentzingen", + "Greolieres", + "Greoux-les-Bains", + "Grepiac", + "Gresse-en-Vercors", + "Gresswiller", + "Gressy", + "Gresy-sur-Aix", + "Gresy-sur-Isere", + "Gretz-Armainvilliers", + "Grez-en-Bouere", + "Grez-sur-Loing", + "Grezieu-la-Varenne", + "Grezillac", + "Grezolles", + "Gries", + "Griesbach-au-Val", + "Griesheim-pres-Molsheim", + "Grignan", + "Grignols", + "Grigny", + "Grillon", + "Grilly", + "Grimaud", + "Gripport", + "Griselles", + "Grisolles", + "Grisy-Suisnes", + "Grisy-sur-Seine", + "Grivillers", + "Groffliers", + "Groissiat", + "Groisy", + "Groix", + "Gron", + "Gros-Rederching", + "Grosbliederstroff", + "Grosbreuil", + "Groslay", + "Grosrouvre", + "Grosseto-Prugna", + "Grossoeuvre", + "Grozon", + "Gruchet-le-Valasse", + "Gruey-les-Surance", + "Gruffy", + "Grugies", + "Gruissan", + "Grun-Bordas", + "Grundviller", + "Gruson", + "Grussenheim", + "Guebwiller", + "Guecelard", + "Guegon", + "Guemar", + "Guemene-Penfao", + "Guemene-sur-Scorff", + "Guenange", + "Guengat", + "Guenin", + "Guenrouet", + "Guer", + "Guerande", + "Guerard", + "Guercheville", + "Gueret", + "Guerigny", + "Guerlesquin", + "Guernes", + "Guerting", + "Guerville", + "Guesnain", + "Guessling-Hemering", + "Guethary", + "Gueugnon", + "Gueures", + "Gueux", + "Guewenheim", + "Guiche", + "Guichen", + "Guiclan", + "Guidel", + "Guignen", + "Guignes", + "Guigneville", + "Guignicourt", + "Guignicourt-sur-Vence", + "Guiler-sur-Goyen", + "Guilers", + "Guilherand-Granges", + "Guillestre", + "Guilliers", + "Guilly", + "Guilvinec", + "Guines", + "Guingamp", + "Guipavas", + "Guipel", + "Guipronvel", + "Guipry", + "Guiscard", + "Guise", + "Guiseniers", + "Guitalens", + "Guivry", + "Gujan-Mestras", + "Gumbrechtshoffen", + "Gundershoffen", + "Gundolsheim", + "Guntzviller", + "Guny", + "Gurs", + "Guyancourt", + "Gy-en-Sologne", + "Habas", + "Habere-Lullin", + "Habsheim", + "Hadol", + "Hagenbach", + "Hagenthal-le-Haut", + "Hagetmau", + "Hageville", + "Hagondange", + "Haguenau", + "Haillicourt", + "Haironville", + "Haisnes", + "Hallencourt", + "Hallennes-lez-Haubourdin", + "Hallering", + "Hallines", + "Halloy-les-Pernois", + "Halluin", + "Ham", + "Ham-en-Artois", + "Ham-sous-Varsberg", + "Ham-sur-Meuse", + "Hamars", + "Hambach", + "Hambers", + "Hamel", + "Hammeville", + "Han-sur-Nied", + "Hanches", + "Hangenbieten", + "Hangest-en-Santerre", + "Hannogne-Saint-Martin", + "Hantay", + "Hanvec", + "Happonvilliers", + "Haramont", + "Haraucourt", + "Harbonnieres", + "Harcanville", + "Harcigny", + "Harcourt", + "Hardelot-Plage", + "Hardencourt", + "Hardifort", + "Hardinvast", + "Harfleur", + "Hargicourt", + "Hargnies", + "Harnes", + "Haroue", + "Harprich", + "Harreberg", + "Harreville-les-Chanteurs", + "Harskirchen", + "Hartmannswiller", + "Hary", + "Hasnon", + "Hasparren", + "Haspres", + "Hastingues", + "Hatten", + "Hattenville", + "Hattstatt", + "Haubourdin", + "Hauconcourt", + "Haucourt-Moulaine", + "Haudiomont", + "Haudivillers", + "Haulchin", + "Haussignemont", + "Haussimont", + "Haussy", + "Haut-Clocher", + "Haute-Goulaine", + "Haute-Isle", + "Haute-Rivoire", + "Haute-Vigneulles", + "Hautecloque", + "Hautefage-la-Tour", + "Hautefort", + "Hauteluce", + "Hauterive", + "Hauterives", + "Hauteville-les-Dijon", + "Hauteville-Lompnes", + "Hauteville-sur-Mer", + "Hautmont", + "Hautot-sur-Mer", + "Hautvillers", + "Hautvillers-Ouville", + "Haveluy", + "Haverskerque", + "Havrincourt", + "Hayange", + "Haybes", + "Hazebrouck", + "Hebecourt", + "Hebecrevon", + "Hebuterne", + "Hede-Bazouges", + "Hegenheim", + "Heidwiller", + "Heiligenberg", + "Heillecourt", + "Heilly", + "Heimersdorf", + "Heimsbrunn", + "Heiteren", + "Helesmes", + "Helette", + "Helfaut", + "Hellemmes-Lille", + "Hellimer", + "Hem", + "Hemevillers", + "Heming", + "Hemonstoir", + "Henansal", + "Hendaye", + "Henin-Beaumont", + "Henin-sur-Cojeul", + "Hennebont", + "Henon", + "Henonville", + "Henouville", + "Henrichemont", + "Henridorff", + "Henvic", + "Herbeys", + "Herbignac", + "Herblay", + "Herchies", + "Herepian", + "Heres", + "Hergnies", + "Heric", + "Hericourt", + "Hericy", + "Herimoncourt", + "Herin", + "Herisson", + "Herlies", + "Hermanville-sur-Mer", + "Hermelange", + "Hermeray", + "Hermes", + "Hermies", + "Hermillon", + "Herny", + "Herouvillette", + "Herrlisheim-pres-Colmar", + "Herserange", + "Hersin-Coupigny", + "Hery-sur-Alby", + "Herzeele", + "Hesdin", + "Hesingue", + "Hestrus", + "Hettange-Grande", + "Heuchin", + "Heudebouville", + "Heudicourt", + "Heudicourt-sous-les-Cotes", + "Heudreville-sur-Eure", + "Heugas", + "Heuqueville", + "Heurtevent", + "Heutregiville", + "Heyrieux", + "Higueres-Souye", + "Hilbesheim", + "Hillion", + "Hindlingen", + "Hinges", + "Hipsheim", + "Hirel", + "Hirsingue", + "Hirson", + "Hochfelden", + "Hochstatt", + "Hocquigny", + "Hodenc-en-Bray", + "Hodeng-Hodenger", + "Hoenheim", + "Hoerdt", + "Hohfrankenheim", + "Hohwiller", + "Holnon", + "Holtzheim", + "Holtzwihr", + "Holving", + "Hombleux", + "Homblieres", + "Hombourg", + "Hombourg-Budange", + "Hombourg-Haut", + "Homecourt", + "Homps", + "Hon-Hergies", + "Hondeghem", + "Hondouville", + "Hondschoote", + "Honfleur", + "Honnecourt-sur-Escaut", + "Hopital-Camfrout", + "Horbourg-Wihr", + "Hordain", + "Horgues", + "Hornaing", + "Hossegor", + "Houchin", + "Houdain-lez-Bavay", + "Houdan", + "Houdelmont", + "Houdemont", + "Houeilles", + "Houilles", + "Houlbec-Cocherel", + "Houlette", + "Houlgate", + "Houlle", + "Houplin-Ancoisne", + "Houplines", + "Houppeville", + "Hourtin", + "Houry", + "Houssen", + "Housseville", + "Houville-la-Branche", + "Houx", + "Hoymille", + "Hubersent", + "Huberville", + "Huchenneville", + "Hucqueliers", + "Hudimesnil", + "Huelgoat", + "Huest", + "Huez", + "Hugier", + "Huiron", + "Huisseau-sur-Cosson", + "Huisseau-sur-Mauves", + "Hulluch", + "Hultehouse", + "Hundling", + "Hundsbach", + "Huningue", + "Hunspach", + "Huppy", + "Hure", + "Huriel", + "Hurigny", + "Husseren-les-Chateaux", + "Husseren-Wesserling", + "Hussigny-Godbrange", + "Huttenheim", + "Hyemondans", + "Idrac-Respailles", + "Idron", + "Iffendic", + "Ifs", + "Igney", + "Igny", + "Igon", + "Igoville", + "Illange", + "Ille-sur-Tet", + "Illfurth", + "Illhaeusern", + "Illiat", + "Illiers-Combray", + "Illifaut", + "Illkirch-Graffenstaden", + "Illois", + "Illzach", + "Imling", + "Imphy", + "Incheville", + "Inchy", + "Indre", + "Ingersheim", + "Ingolsheim", + "Ingrandes", + "Ingre", + "Inguiniel", + "Ingwiller", + "Innenheim", + "Inxent", + "Ippling", + "Irai", + "Irancy", + "Irigny", + "Irissarry", + "Irodouer", + "Irouleguy", + "Irreville", + "Is-sur-Tille", + "Isbergues", + "Isches", + "Isigny-le-Buat", + "Isigny-sur-Mer", + "Isle", + "Isle-et-Bardais", + "Isles-les-Villenoy", + "Isneauville", + "Isola", + "Ispoure", + "Isques", + "Issancourt-et-Rumel", + "Issenhausen", + "Issenheim", + "Issoire", + "Issou", + "Issoudun", + "Issus", + "Issy-les-Moulineaux", + "Istres", + "Itancourt", + "Iteuil", + "Ittenheim", + "Itteville", + "Itxassou", + "Iville", + "Ivoy-le-Pre", + "Ivry-la-Bataille", + "Ivry-le-Temple", + "Ivry-sur-Seine", + "Iwuy", + "Izeaux", + "Izernore", + "Izeron", + "Izier", + "Izon", + "Izotges", + "Jabreilles-les-Bordes", + "Jacob-Bellecombette", + "Jacou", + "Jainvillotte", + "Jallais", + "Jallans", + "Jallerange", + "Jalognes", + "Jalogny", + "Jalons", + "Jambles", + "Jametz", + "Jandun", + "Janneyrias", + "Janville", + "Janville-sur-Juine", + "Janvilliers", + "Janvry", + "Janze", + "Jarcieu", + "Jard-sur-Mer", + "Jardin", + "Jardres", + "Jargeau", + "Jarmenil", + "Jarnac-Champagne", + "Jarnages", + "Jarny", + "Jarrie", + "Jarrier", + "Jars", + "Jarville-la-Malgrange", + "Jarze", + "Jassans-Riottier", + "Jasseron", + "Jaucourt", + "Jaujac", + "Jaunay-Clan", + "Jaure", + "Jausiers", + "Jaux", + "Javene", + "Javrezac", + "Jayat", + "Jazeneuil", + "Jeandelaincourt", + "Jeanmenil", + "Jebsheim", + "Jegun", + "Jenlain", + "Jesonville", + "Jettingen", + "Jeu-les-Bois", + "Jeufosse", + "Jeumont", + "Jeune", + "Jeurre", + "Jeux-les-Bard", + "Jeuxey", + "Jezainville", + "Job", + "Jobourg", + "Joch", + "Joeuf", + "Joigny", + "Joigny-sur-Meuse", + "Joinville", + "Joinville-le-Pont", + "Jolimetz", + "Jolivet", + "Jonage", + "Jonchery-sur-Vesle", + "Joncourt", + "Jonquerets-de-Livet", + "Jonquerettes", + "Jonquieres", + "Jons", + "Jonvelle", + "Jonvilliers", + "Jonzac", + "Jonzier-Epagny", + "Jonzieux", + "Josnes", + "Josse", + "Josselin", + "Jossigny", + "Jouarre", + "Jouars-Pontchartrain", + "Jouaville", + "Joudreville", + "Joue-sur-Erdre", + "Jougne", + "Jouhet", + "Jouques", + "Journans", + "Journiac", + "Journy", + "Joux", + "Jouy-en-Josas", + "Jouy-le-Chatel", + "Jouy-le-Moutier", + "Jouy-le-Potier", + "Jouy-sous-Thelle", + "Jouy-sur-Eure", + "Jouy-sur-Morin", + "Juan-les-Pins", + "Jugeals-Nazareth", + "Jugon-les-Lacs", + "Juigne-sur-Loire", + "Juigne-sur-Sarthe", + "Juillac", + "Juillan", + "Juilles", + "Juilly", + "Jujurieux", + "Julienas", + "Julienne", + "Jully-sur-Sarce", + "Jumeauville", + "Jumelles", + "Jumilhac-le-Grand", + "Junay", + "Jungholtz", + "Juniville", + "Jupilles", + "Jurancon", + "Jury", + "Jussey", + "Jussy", + "Juvaincourt", + "Juvignac", + "Juvigny", + "Juvigny-en-Perthois", + "Juville", + "Juvisy-sur-Orge", + "Juziers", + "Kaltenhouse", + "Kappelen", + "Katzenthal", + "Kaysersberg", + "Kedange-sur-Canner", + "Kembs", + "Kerbach", + "Kerfot", + "Kerfourn", + "Kergloff", + "Kerien", + "Kerity", + "Kerlaz", + "Kerlouan", + "Kernascleden", + "Kerpert", + "Kervignac", + "Kesseldorf", + "Kienheim", + "Kientzheim", + "Killem", + "Kilstett", + "Kingersheim", + "Kintzheim", + "Knutange", + "Koenigsmacker", + "Koeur-la-Petite", + "Krafft", + "Krautergersheim", + "Kriegsheim", + "Kruth", + "Kunheim", + "Kuntzig", + "Kurtzenhouse", + "Kutzenhausen", + "La Baconniere", + "La Barben", + "La Barre-de-Monts", + "La Barre-en-Ouche", + "La Barthe", + "La Bassee", + "La Bastide", + "La Bathie", + "La Batie", + "La Baule-Escoublac", + "La Baume-de-Transit", + "La Baussaine", + "La Bazoche-Gouet", + "La Bazoge", + "La Begue", + "La Bernerie-en-Retz", + "La Berthenoux", + "La Bigne", + "La Biolle", + "La Bohalle", + "La Boissiere-des-Landes", + "La Bosse", + "La Bosse-de-Bretagne", + "La Bouexiere", + "La Bouilladisse", + "La Bourboule", + "La Bourgonce", + "La Boussac", + "La Bresse", + "La Bretonne", + "La Bridoire", + "La Brigue", + "La Brillanne", + "La Broque", + "La Brosse", + "La Bruffiere", + "La Brulatte", + "La Buisse", + "La Buissiere", + "La Bussiere", + "La Calmette", + "La Calotterie", + "La Canourgue", + "La Capelle", + "La Caunette", + "La Cavalerie", + "La Celle", + "La Celle-Saint-Cloud", + "La Celle-sous-Montmirail", + "La Celle-sur-Seine", + "La Cerlangue", + "La Chaise", + "La Chaise-Baudouin", + "La Chaize-le-Vicomte", + "La Chapelaude", + "La Chapelle", + "La Chapelle-aux-Bois", + "La Chapelle-aux-Lys", + "La Chapelle-Baton", + "La Chapelle-Blanche", + "La Chapelle-de-Brain", + "La Chapelle-de-Guinchay", + "La Chapelle-en-Vercors", + "La Chapelle-Gaudin", + "La Chapelle-Gauthier", + "La Chapelle-Heulin", + "La Chapelle-Laurent", + "La Chapelle-Montligeon", + "La Chapelle-Orthemale", + "La Chapelle-Saint-Luc", + "La Chapelle-sur-Chezy", + "La Chapelle-Yvon", + "La Charme", + "La Charmee", + "La Chartre-sur-le-Loir", + "La Chataigneraie", + "La Chatre", + "La Chatre-Langlin", + "La Chaumusse", + "La Chaussaire", + "La Chaussee", + "La Chaux-du-Dombief", + "La Cheneviere", + "La Chevallerais", + "La Chevroliere", + "La Ciotat", + "La Clayette", + "La Clisse", + "La Clotte", + "La Clusaz", + "La Cluse-et-Mijoux", + "La Colle-sur-Loup", + "La Combelle", + "La Copechagniere", + "La Coquille", + "La Cornuaille", + "La Cote", + "La Couarde-sur-Mer", + "La Coucourde", + "La Coudre", + "La Coulonche", + "La Courneuve", + "La Couronne", + "La Couture-Boussey", + "La Crau", + "La Croix-Valmer", + "La Cropte", + "La Dagueniere", + "La Defense", + "La Destrousse", + "La Dominelais", + "La Fare-en-Champsaur", + "La Farlede", + "La Faute-sur-Mer", + "La Faye", + "La Fere", + "La Ferriere", + "La Ferriere-Bochard", + "La Ferte", + "La Ferte-Alais", + "La Ferte-Mace", + "La Ferte-Milon", + "La Ferte-Saint-Cyr", + "La Ferte-Saint-Samson", + "La Ferte-sous-Jouarre", + "La Feuillade", + "La Feuillie", + "La Flachere", + "La Fleche", + "La Flocelliere", + "La Flotte", + "La Force", + "La Forest-Landerneau", + "La Foret", + "La Foret-Fouesnant", + "La Forie", + "La Fouillade", + "La Fouillouse", + "La Foux", + "La Foye-Monjault", + "La Frasse", + "La Frenaye", + "La Fresnais", + "La Frette", + "La Frette-sur-Seine", + "La Gacilly", + "La Gaillarde", + "La Garde", + "La Garenne", + "La Garenne-Colombes", + "La Garnache", + "La Gaubretiere", + "La Gaude", + "La Gavotte", + "La Glacerie", + "La Gorgue", + "La Gouesniere", + "La Grand-Croix", + "La Grande-Motte", + "La Grandville", + "La Grave", + "La Graverie", + "La Gree-Saint-Laurent", + "La Greve-sur-Mignon", + "La Grigonnais", + "La Groise", + "La Guerche", + "La Guerche-de-Bretagne", + "La Gueroulde", + "La Guierche", + "La Guyonniere", + "La Haie", + "La Halle", + "La Hallotiere", + "La Haye", + "La Haye-Saint-Sylvestre", + "La Houblonniere", + "La Houssaye-en-Brie", + "La Houssoye", + "La Jaille-Yvon", + "La Jarne", + "La Jarrie", + "La Jubaudiere", + "La Jumelliere", + "La Laigne", + "La Lande", + "La Landec", + "La Laupie", + "La Lechere", + "La Limouziniere", + "La Liviniere", + "La Londe", + "La Londe-les-Maures", + "La Loubiere", + "La Loupe", + "La Lucerne-dOutremer", + "La Machine", + "La Madeleine", + "La Madeleine-sur-Loing", + "La Magdelaine-sur-Tarn", + "La Mailleraye-sur-Seine", + "La Malhoure", + "La Marche", + "La Marolle-en-Sologne", + "La Martiniere", + "La Maxe", + "La Meauffe", + "La Meaugon", + "La Meignanne", + "La Meilleraie-Tillay", + "La Meilleraye-de-Bretagne", + "La Membrolle-sur-Choisille", + "La Membrolle-sur-Longuenee", + "La Menitre", + "La Meziere", + "La Milesse", + "La Montagne", + "La Mothe-Saint-Heray", + "La Motte", + "La Motte-Chalancon", + "La Motte-du-Caire", + "La Motte-Fouquet", + "La Motte-Saint-Jean", + "La Motte-Saint-Martin", + "La Motte-Servolex", + "La Mulatiere", + "La Muraz", + "La Mure", + "La Napoule", + "La Nerthe", + "La Neuveville-devant-Lepanges", + "La Neuville-du-Bosc", + "La Noe", + "La Norville", + "La Palud", + "La Paute", + "La Penne-sur-Huveaune", + "La Perche", + "La Place", + "La Plagne", + "La Plaine", + "La Plaine-Saint-Denis", + "La Planche", + "La Plane", + "La Pointe", + "La Poiteviniere", + "La Pommeraye", + "La Porcherie", + "La Porte", + "La Possonniere", + "La Poste", + "La Poterie", + "La Poterie-Mathieu", + "La Poueze", + "La Puye", + "La Queue-en-Brie", + "La Queue-les-Yvelines", + "La Ravoire", + "La Remuee", + "La Renaudiere", + "La Reole", + "La Reorthe", + "La Ricamarie", + "La Richardais", + "La Riche", + "La Riviere", + "La Riviere-de-Corps", + "La Rixouse", + "La Roche", + "La Roche-Blanche", + "La Roche-des-Arnauds", + "La Roche-sur-le-Buis", + "La Roche-sur-Yon", + "La Rochefoucauld", + "La Rochegiron", + "La Rochelle", + "La Rochenard", + "La Rochette", + "La Rochette-sur-Crest", + "La Romagne", + "La Ronde", + "La Roque-Baignard", + "La Roquebrussanne", + "La Roquette-sur-Siagne", + "La Rouine", + "La Rouquette", + "La Rouviere", + "La Salette-Fallavaux", + "La Salle-de-Vihiers", + "La Salvetat-Lauragais", + "La Salvetat-Saint-Gilles", + "La Salvetat-sur-Agout", + "La Saulce", + "La Sauve", + "La Sauvetat-de-Saveres", + "La Seauve-sur-Semene", + "La Seguiniere", + "La Selle-en-Hermoy", + "La Selve", + "La Sentinelle", + "La Seyne-sur-Mer", + "La Sone", + "La Souche", + "La Souterraine", + "La Suze-sur-Sarthe", + "La Tagniere", + "La Taillee", + "La Talaudiere", + "La Tardiere", + "La Terrasse", + "La Tessoualle", + "La Teste-de-Buch", + "La Tour", + "La Tour-dAuvergne", + "La Tour-de-Scay", + "La Tour-du-Crieu", + "La Tour-Saint-Gelin", + "La Tour-sur-Orb", + "La Tourette", + "La Tranche-sur-Mer", + "La Treille", + "La Tremblade", + "La Trimouille", + "La Trinite", + "La Trinite-de-Reville", + "La Tronche", + "La Tuiliere", + "La Turballe", + "La Turbie", + "La Vacherie", + "La Valette-du-Var", + "La Vallee de Dormelles", + "La Varenne", + "La Vaupaliere", + "La Verpilliere", + "La Verrie", + "La Verriere", + "La Vespiere", + "La Veze", + "La Ville", + "La Ville aux Chiens", + "La Ville-aux-Bois", + "La Villedieu", + "La Villedieu-les-Quenoche", + "La Villeneuve", + "La Villetelle", + "La Voulte-sur-Rhone", + "La Vraie-Croix", + "La Walck", + "La Wantzenau", + "Laas", + "Labaroche", + "Labarthe-sur-Leze", + "Labastide-Beauvoir", + "Labastide-Cezeracq", + "Labastide-dArmagnac", + "Labastide-de-Virac", + "Labastide-Gabausse", + "Labastide-Rouairoux", + "Labastide-Saint-Pierre", + "Labastidette", + "Labatut", + "Labege", + "Labenne", + "Labessiere-Candeil", + "Labeuvriere", + "Lablachere", + "Labouheyre", + "Labouquerie", + "Labourse", + "Labretonie", + "Labruguiere", + "Labruyere", + "Labry", + "Labuissiere", + "Lacabarede", + "Lacadee", + "Lacanau", + "Lacapelle-Cabanac", + "Lacapelle-Marival", + "Lacapelle-Viescamp", + "Lacaune", + "Lacaussade", + "Lachapelle", + "Lachapelle-sous-Chaux", + "Lachapelle-sous-Rougemont", + "Lachaux", + "Lacour", + "Lacq", + "Lacroix-Falgarde", + "Lacroix-Saint-Ouen", + "Lacroix-sur-Meuse", + "Lacrost", + "Lacs", + "Ladoix-Serrigny", + "Ladon", + "Laduz", + "Lafare", + "Lafeuillade-en-Vezie", + "Lafitole", + "Lafox", + "Lagardelle-sur-Leze", + "Lagardere", + "Lagarrigue", + "Lagnes", + "Lagnieu", + "Lagny-le-Sec", + "Lagor", + "Lagord", + "Lagrave", + "Laguenne", + "Laguiole", + "Lagupie", + "Lahitte-Toupiere", + "Lahonce", + "Lahontan", + "Lahosse", + "Lahourcade", + "Laifour", + "Laigne", + "Laigne-en-Belin", + "Laignelet", + "Laignes", + "Laigneville", + "LAiguillon-sur-Mer", + "Laille", + "Lailly-en-Val", + "Lainsecq", + "Laissac", + "Laissaud", + "Laissey", + "Laiz", + "Laize", + "Lalanne-Arque", + "Lalbenque", + "Laleu", + "Lalinde", + "Lallaing", + "Lalonquette", + "Laloubere", + "Lamagdelaine", + "Lamagistere", + "Lamaire", + "Lamalou-les-Bains", + "Lamanon", + "Lamarche", + "Lamarche-sur-Saone", + "Lamastre", + "Lamativie", + "Lamaziere-Basse", + "Lamballe", + "Lambersart", + "Lambert", + "Lambesc", + "Lambres-lez-Douai", + "Lamnay", + "Lamorlaye", + "Lamorville", + "Lamothe-Landerron", + "Lamothe-Montravel", + "Lamotte-Beuvron", + "Lampaul-Guimiliau", + "Lampaul-Plouarzel", + "Lampertheim", + "Lampertsloch", + "Lancey", + "Lancie", + "Lancieux", + "Lancon-Provence", + "Lancrans", + "Landas", + "Landebia", + "Landeda", + "Landelles", + "Landelles-et-Coupigny", + "Landemont", + "Landepereuse", + "Landerneau", + "Landeronde", + "Landes", + "Landevant", + "Landevieille", + "Landivisiau", + "Landogne", + "Landos", + "Landrecies", + "Landres", + "Landrethun-le-Nord", + "Landrethun-les-Ardres", + "Landrevarzec", + "Landry", + "Landser", + "Landujan", + "Landunvez", + "Lanester", + "Laneuvelotte", + "Laneuveville-aux-Bois", + "Laneuveville-devant-Bayon", + "Laneuveville-devant-Nancy", + "Langan", + "Langeac", + "Langeais", + "Langensoultzbach", + "Langlade", + "Langoat", + "Langoelan", + "Langoiran", + "Langolen", + "Langon", + "Langonnet", + "Langourla", + "Langres", + "Langrune-sur-Mer", + "Langueux", + "Languidic", + "Lanhelin", + "Laning", + "Lanleff", + "Lanmerin", + "Lanmeur", + "Lanne", + "Lanne-en-Baretous", + "Lannebert", + "Lannemezan", + "Lannilis", + "Lannion", + "Lannoy", + "Lannoy-Cuillere", + "Lanobre", + "Lanouee", + "Lanrelas", + "Lanrodec", + "Lans", + "Lans-en-Vercors", + "Lansac", + "Lansargues", + "Lanta", + "Lantenne-Vertiere", + "Lanthenans", + "Lantignie", + "Lantilly", + "Lanton", + "Lantriac", + "Lanvallay", + "Lanvaudan", + "Lanveoc", + "Lanvollon", + "Lanzac", + "Laon", + "Lapalisse", + "Lapalme", + "Lapalud", + "Laparrouquial", + "Lapenche", + "Laperriere-sur-Saone", + "Lapeyrouse-Fossat", + "Lapeyrouse-Mornay", + "Lapoutroie", + "Lapouyade", + "Lapte", + "Lapugnoy", + "Laquenexy", + "Laqueuille", + "Laragne-Monteglin", + "LArbresle", + "Larcay", + "Larchant", + "Larche", + "Lardy", + "Largeasse", + "Largillay-Marsonnay", + "Lariviere-Arnoncourt", + "Larmor-Baden", + "Larmor-Plage", + "Laroche-Saint-Cydroine", + "Laroin", + "Laroque-de-Fa", + "Larrazet", + "Larressore", + "Larriviere-Saint-Savin", + "Laruns", + "Larzicourt", + "Lasalle", + "Lasbordes", + "Lassay-les-Chateaux", + "Lassay-sur-Croisne", + "Lasseran", + "Lasserre", + "Lasseube", + "Lassigny", + "Lasson", + "Lassy", + "Lastic", + "Lathuile", + "Latille", + "Latour", + "Latour-Bas-Elne", + "Latresne", + "Latronquiere", + "Lattainville", + "Lattes", + "Lattre-Saint-Quentin", + "Laudun-lArdoise", + "Laugnac", + "Launaguet", + "Launay", + "Laurabuc", + "Laure", + "Laurede", + "Laurenan", + "Laurens", + "Laurent", + "Lauret", + "Lauris", + "Laussonne", + "Lautenbach", + "Lauterbourg", + "Lautrec", + "Lauzerte", + "Lauzerville", + "Lauzun", + "Laval", + "Laval-sur-Doulon", + "Laval-sur-Vologne", + "Lavannes", + "Lavans-les-Saint-Claude", + "Lavans-Vuillafans", + "Lavardac", + "Lavardens", + "Lavardin", + "Lavau", + "Lavaur", + "Lavaurette", + "Lavelanet", + "Laventie", + "Lavergne", + "Lavernose-Lacasse", + "Laversine", + "Laversines", + "Laverune", + "Lavit", + "Lavours", + "Lavoute-Chilhac", + "Laxou", + "Laye", + "Layrac", + "Layrisse", + "Le Baizil", + "Le Ban-Saint-Martin", + "Le Bar-sur-Loup", + "Le Barboux", + "Le Barcares", + "Le Bardon", + "Le Barp", + "Le Beausset", + "Le Bernard", + "Le Bessat", + "Le Bez", + "Le Bignon", + "Le Blanc", + "Le Blanc-Mesnil", + "Le Bleymard", + "Le Bocasse", + "Le Bois", + "Le Bois-Plage-en-Re", + "Le Bonhomme", + "Le Bono", + "Le Bosc", + "Le Bosc-Roger-en-Roumois", + "Le Bouchage", + "Le Boulay-Morin", + "Le Boupere", + "Le Bourg", + "Le Bourget", + "Le Bourgneuf-la-Foret", + "Le Bouscat", + "Le Bousquet", + "Le Breil", + "Le Breuil", + "Le Breuil-sur-Couze", + "Le Broc", + "Le Brugeron", + "Le Buisson-de-Cadouin", + "Le Cailar", + "Le Cannet", + "Le Castellet", + "Le Castera", + "Le Cateau-Cambresis", + "Le Caylar", + "Le Cellier", + "Le Cendre", + "Le Cergne", + "Le Chambon", + "Le Champ-pres-Froges", + "Le Champ-Saint-Pere", + "Le Chateau", + "Le Chateau Gaillard", + "Le Chatel", + "Le Chatelard", + "Le Chatelet-en-Brie", + "Le Chatelet-sur-Retourne", + "Le Chaylard", + "Le Chesnay", + "Le Chesne", + "Le Cheylas", + "Le Collet-de-Deze", + "Le Comte", + "Le Conquet", + "Le Coteau", + "Le Coudray", + "Le Coudray-Baillet", + "Le Coudray-Montceaux", + "Le Cres", + "Le Crest", + "Le Creusot", + "Le Croisic", + "Le Crotoy", + "Le Deluge", + "Le Deschaux", + "Le Dezert", + "Le Donjon", + "Le Dorat", + "Le Doulieu", + "Le Falgoux", + "Le Faou", + "Le Faouet", + "Le Fayet", + "Le Fenouiller", + "Le Ferre", + "Le Fidelaire", + "Le Fief-Sauvin", + "Le Foeil", + "Le Folgoet", + "Le Fossat", + "Le Fousseret", + "Le Fraysse", + "Le Fresne-Camilly", + "Le Fuilet", + "Le Garric", + "Le Gavre", + "Le Gond", + "Le Grand Village", + "Le Grand-Bornand", + "Le Grand-Pressigny", + "Le Grand-Quevilly", + "Le Gratteris", + "Le Grau-du-Roi", + "Le Gua", + "Le Guerno", + "Le Guildo", + "Le Haillan", + "Le Havre", + "Le Herie-la-Vieville", + "Le Hohwald", + "Le Houlme", + "Le Kremlin-Bicetre", + "Le Landin", + "Le Landreau", + "Le Lardin-Saint-Lazare", + "Le Lavandou", + "Le Lez", + "Le Longeron", + "Le Loroux", + "Le Loroux-Bottereau", + "Le Louroux-Beconnais", + "Le Luart", + "Le Luc", + "Le Lude", + "Le Manoir", + "Le Mans", + "Le Marillais", + "Le Martinet", + "Le Mas", + "Le May-sur-Evre", + "Le Mayet", + "Le Mazeau", + "Le Mee-sur-Seine", + "Le Meix-Saint-Epoing", + "Le Mele-sur-Sarthe", + "Le Menil", + "Le Meriot", + "Le Merlerault", + "Le Mesnil-Amelot", + "Le Mesnil-en-Thelle", + "Le Mesnil-en-Vallee", + "Le Mesnil-Esnard", + "Le Mesnil-Fuguet", + "Le Mesnil-le-Roi", + "Le Mesnil-Ozenne", + "Le Mesnil-Vigot", + "Le Mesnil-Villeman", + "Le Meux", + "Le Molard", + "Le Molay", + "Le Monastier-Pin-Mories", + "Le Monastier-sur-Gazeille", + "Le Mont-Dore", + "Le Monteil", + "Le Montel", + "Le Muy", + "Le Neubourg", + "Le Noyer", + "Le Palais", + "Le Pallet", + "Le Parc", + "Le Parcq", + "Le Passage", + "Le Pecq", + "Le Pellerin", + "Le Perray-en-Yvelines", + "Le Perreux-sur-Marne", + "Le Perrier", + "Le Petit-Quevilly", + "Le Pian-sur-Garonne", + "Le Pin", + "Le Pin-la-Garenne", + "Le Pizou", + "Le Plan-de-la-Tour", + "Le Planois", + "Le Plessier-sur-Bulles", + "Le Plessis", + "Le Plessis-Belleville", + "Le Plessis-Bouchard", + "Le Plessis-Grammoire", + "Le Plessis-Hebert", + "Le Plessis-Pate", + "Le Plessis-Robinson", + "Le Plessis-Trevise", + "Le Poet", + "Le Poet-Laval", + "Le Poinconnet", + "Le Poire-sur-Velluire", + "Le Pont", + "Le Pont-de-Claix", + "Le Pontet", + "Le Porge", + "Le Port", + "Le Port-Marly", + "Le Portel", + "Le Pouget", + "Le Pouliguen", + "Le Pout", + "Le Pouzin", + "Le Pradet", + "Le Pre-Saint-Gervais", + "Le Puy", + "Le Puy-en-Velay", + "Le Puy-Sainte-Reparade", + "Le Quesnel", + "Le Quesnoy", + "Le Raincy", + "Le Relecq-Kerhuon", + "Le Renouard", + "Le Revest-les-Eaux", + "Le Rheu", + "Le Roncenay-Authenay", + "Le Rouget", + "Le Rouret", + "Le Rove", + "Le Sacq", + "Le Sap", + "Le Segur", + "Le Soler", + "Le Sourn", + "Le Syndicat", + "Le Taillan-Medoc", + "Le Tallud", + "Le Teich", + "Le Teil", + "Le Teilleul", + "Le Temple-de-Bretagne", + "Le Theil", + "Le Theil-de-Bretagne", + "Le Thieulin", + "Le Thillay", + "Le Thillot", + "Le Tholonet", + "Le Tholy", + "Le Thor", + "Le Thou", + "Le Thoureil", + "Le Thuit-Signol", + "Le Thuit-Simer", + "Le Tignet", + "Le Torquesne", + "Le Touquet-Paris-Plage", + "Le Tourne", + "Le Tourneur", + "Le Touvet", + "Le Trait", + "Le Treport", + "Le Trevoux", + "Le Tronchet", + "Le Tronquay", + "Le Val", + "Le Val-dAjol", + "Le Vaudioux", + "Le Vaudreuil", + "Le Vaumain", + "Le Verger", + "Le Vernet", + "Le Versoud", + "Le Vesinet", + "Le Vieux", + "Le Vieux Bourg", + "Le Vigan", + "Le Vigean", + "Le Vigeant", + "Le Vigen", + "Le Vivier-sur-Mer", + "Le Voide", + "Lealvillers", + "Leaz", + "Lecelles", + "Lechatelet", + "Lechelle", + "Lecousse", + "Lectoure", + "Ledenon", + "Lederzeele", + "Leers", + "Leffincourt", + "Leffrinckoucke", + "Leforest", + "Lege", + "Lege-Cap-Ferret", + "Leguevin", + "Lehon", + "Leigneux", + "Leintrey", + "Lelling", + "Lemainville", + "Lembach", + "Lemberg", + "Leme", + "Lemmes", + "Lempdes", + "Lempdes-sur-Allagnon", + "Lemps", + "Lencloitre", + "Lennon", + "Lenoncourt", + "Lens", + "Lens-Lestang", + "Lent", + "Lentigny", + "Lentilly", + "Lentiol", + "Leojac", + "Leon", + "Leouville", + "Lepin-le-Lac", + "Lepuix", + "Lepuy", + "Lere", + "Lery", + "Les Abrets", + "Les Ageux", + "Les Alleuds", + "Les Allies", + "Les Allues", + "Les Ancizes-Comps", + "Les Andelys", + "Les Angles", + "Les Arcs", + "Les Ardillats", + "Les Artigues-de-Lussac", + "Les Assions", + "Les Aubiers", + "Les Avanchers-Valmorel", + "Les Avenieres", + "Les Bains", + "Les Baux de Provence", + "Les Baux-de-Breteuil", + "Les Billanges", + "Les Bordes", + "Les Bordes-sur-Lez", + "Les Breviaires", + "Les Brouzils", + "Les Cabanes", + "Les Cabannes", + "Les Cars", + "Les Champs", + "Les Chapelles", + "Les Charmontois", + "Les Cheres", + "Les Clayes-sous-Bois", + "Les Clouzeaux", + "Les Combes", + "Les Deux-Fays", + "Les Echelles", + "Les Ecrennes", + "Les Eglisottes-et-Chalaures", + "Les Eparres", + "Les Epesses", + "Les Essards", + "Les Essards-Taignevaux", + "Les Essarts", + "Les Etangs", + "Les Eyzies-de-Tayac-Sireuil", + "Les Fins", + "Les Fontaines", + "Les Fonts", + "Les Forges", + "Les Fourgs", + "Les Gets", + "Les Gours", + "Les Grands-Chezeaux", + "Les Granges", + "Les Gras", + "Les Halles", + "Les Hays", + "Les Herbiers", + "Les Hogues", + "Les Hopitaux-Vieux", + "Les Hotelleries", + "Les Houches", + "Les Jumeaux", + "Les Landes", + "Les Landes-Genusson", + "Les Laumes", + "Les Lilas", + "Les Loges", + "Les Loges-en-Josas", + "Les Lucs-sur-Boulogne", + "Les Mages", + "Les Marches", + "Les Martres", + "Les Mathes", + "Les Maures", + "Les Mees", + "Les Mesneux", + "Les Mesnuls", + "Les Milles", + "Les Moitiers-en-Bauptois", + "Les Molieres", + "Les Montils", + "Les Mureaux", + "Les Nouillers", + "Les Ollieres-sur-Eyrieux", + "Les Olmes", + "Les Ormes", + "Les Ormes-sur-Voulzie", + "Les Palais", + "Les Pavillons-sous-Bois", + "Les Peintures", + "Les Pennes-Mirabeau", + "Les Petites Loges", + "Les Pieux", + "Les Pineaux", + "Les Pins", + "Les Places", + "Les Rives", + "Les Rivieres-Henruel", + "Les Roches", + "Les Rosiers", + "Les Rosiers-sur-Loire", + "Les Rousses", + "Les Sables", + "Les Sauvages", + "Les Sorinieres", + "Les Taillades", + "Les Thilliers-en-Vexin", + "Les Touches", + "Les Vallees", + "Les Vans", + "Les Varennes", + "Les Vigneaux", + "Les Villedieu", + "Lescar", + "Lescheraines", + "Lescherolles", + "Lesches", + "Lesconil", + "Lescout", + "Lescure", + "Lesdain", + "Lesigny", + "Lesneven", + "Lespesses", + "Lespielle", + "Lespignan", + "Lespinasse", + "Lesquin", + "Lessay", + "Lesse", + "Lessy", + "Lestelle-Betharram", + "Lestiou", + "Lestrem", + "Letanne", + "Letricourt", + "Leuc", + "Leucate", + "Leudeville", + "Leugny", + "Leuilly-sous-Coucy", + "Leuville-sur-Orge", + "Leuvrigny", + "Levainville", + "Leval", + "Levallois-Perret", + "Levens", + "Levernois", + "Leves", + "Levet", + "Levie", + "Levier", + "Levignacq", + "Levis", + "Levroux", + "Lewarde", + "Lexy", + "Leyme", + "Leyr", + "Leyrieu", + "Leysse", + "Lezan", + "Lezardrieux", + "Lezat-sur-Leze", + "Lezay", + "Lezennes", + "Lezignan-Corbieres", + "Lezigne", + "Lezigneux", + "Lezoux", + "Lheraule", + "Lherm", + "Lhommaize", + "Lhuis", + "Liancourt", + "Liancourt-Saint-Pierre", + "Liart", + "Libercourt", + "Libourne", + "Licques", + "Liepvre", + "Lieramont", + "Liergues", + "Liernais", + "Lieu-Saint-Amand", + "Lieuran-les-Beziers", + "Lieurey", + "Lieuron", + "Lieusaint", + "Lieuvillers", + "Liffol-le-Grand", + "Liffre", + "Ligescourt", + "Lignan-sur-Orb", + "Ligne", + "Lignerolles", + "Lignieres-Chatelain", + "Lignieres-la-Carelle", + "Lignol", + "Ligny-en-Barrois", + "Ligny-en-Cambresis", + "Ligny-le-Chatel", + "Ligny-le-Ribault", + "Ligsdorf", + "Ligueil", + "Liguge", + "Lihons", + "Lihus", + "Lille", + "Lillebonne", + "Lillers", + "Limas", + "Limay", + "Limeil-Brevannes", + "Limeray", + "Limersheim", + "Limerzel", + "Limesy", + "Limetz-Villez", + "Limoges", + "Limoges-Fourches", + "Limogne-en-Quercy", + "Limonest", + "Limony", + "Limours", + "Limoux", + "Linars", + "Linas", + "Lincel", + "Lingolsheim", + "Lingreville", + "Linselles", + "Linxe", + "Liocourt", + "Lion-en-Sullias", + "Lion-sur-Mer", + "Liouc", + "Lipsheim", + "Lire", + "Lisieux", + "Lisle", + "LIsle-dEspagnac", + "LIsle-sur-le-Doubs", + "Lisle-sur-Tarn", + "Lisors", + "Lisses", + "Lissieu", + "Lissy", + "Lit-et-Mixe", + "Livarot", + "Liverdun", + "Liverdy-en-Brie", + "Livernon", + "Livet-et-Gavet", + "Livet-sur-Authou", + "Livinhac-le-Haut", + "Livre-sur-Changeon", + "Livron", + "Livron-sur-Drome", + "Livry-Gargan", + "Livry-sur-Seine", + "Lixhausen", + "Lixheim", + "Lizac", + "Lizy-sur-Ourcq", + "Llupia", + "Loche", + "Loche-sur-Indrois", + "Locmaria-Grand-Champ", + "Locmaria-Plouzane", + "Locmariaquer", + "Locmine", + "Locmiquelic", + "Locoal-Mendon", + "Locon", + "Locquemeau", + "Locquirec", + "Loctudy", + "Loge-Fougereuse", + "Logelbach", + "Logelheim", + "Lognes", + "Logonna-Daoulas", + "Logonna-Quimerch", + "Logrian-Florian", + "Lohr", + "Loire", + "Loire-les-Marais", + "Loire-sur-Rhone", + "Loiron", + "Loisin", + "Loison-sous-Lens", + "Loisy", + "Loisy-sur-Marne", + "Loix", + "Lokmaria", + "Lombers", + "Lombez", + "Lombron", + "Lomme", + "Lommerange", + "Lompret", + "Londigny", + "Londinieres", + "Longages", + "Longchamp", + "Longchamp-sous-Chatenois", + "Longeault", + "Longecourt-en-Plaine", + "Longes", + "Longessaigne", + "Longevelle-sur-Doubs", + "Longeves", + "Longeville-en-Barrois", + "Longeville-les-Metz", + "Longeville-les-Saint-Avold", + "Longeville-sur-Mer", + "Longfosse", + "Longjumeau", + "Longlaville", + "Longnes", + "Longpont-sur-Orge", + "Longpre-les-Corps-Saints", + "Longue-Jumelles", + "Longueau", + "Longueil-Annel", + "Longueil-Sainte-Marie", + "Longuenesse", + "Longueville", + "Longueville-sur-Scie", + "Longuyon", + "Longvic", + "Longwy", + "Lons", + "Lons-le-Saunier", + "Loon-Plage", + "Loos", + "Loos-en-Gohelle", + "Loperhet", + "Lorcieres", + "Lorette", + "Lorey", + "Lorgies", + "Lorgues", + "Lorient", + "Lorignac", + "Loriol-du-Comtat", + "Loriol-sur-Drome", + "Lorlanges", + "Lormaison", + "Lormaye", + "Lormont", + "Lorquin", + "Lorrez-le-Bocage-Preaux", + "Lorris", + "Lorry-Mardigny", + "Los Masos", + "Losne", + "Louailles", + "Louannec", + "Louargat", + "Louatre", + "Loubaresse", + "Loubes-Bernac", + "Loubeyrat", + "Loubieng", + "Loubigne", + "Loubille", + "Loudeac", + "Loudes", + "Loudrefing", + "Loudun", + "Loue", + "Louer", + "Lougres", + "Louhans", + "Loupershouse", + "Loupes", + "Loupiac-de-la-Reole", + "Loupian", + "Louplande", + "Lourches", + "Lourdes", + "Lourenties", + "Loures-Barousse", + "Louresse-Rochemenier", + "Lourmarin", + "Lourties-Monbrun", + "Loury", + "Louveciennes", + "Louvemont", + "Louverne", + "Louvie-Juzon", + "Louviers", + "Louvigne-de-Bais", + "Louvignies-Quesnoy", + "Louvigny", + "Louvil", + "Louvrechy", + "Louvres", + "Louvroil", + "Louzouer", + "Louzy", + "Lovagny", + "Loyat", + "Loyes", + "Loyettes", + "Lozanne", + "Lozinghem", + "Lozon", + "Luant", + "Lubersac", + "Luc", + "Luc-sur-Mer", + "Luc-sur-Orbieu", + "Lucciana", + "Luce", + "Luceau", + "Lucenay", + "Lucey", + "Luchy", + "Lucon", + "Lucq-de-Bearn", + "Lucy-sur-Cure", + "Ludon-Medoc", + "Ludres", + "Luemschwiller", + "Lugny-Champagne", + "Lugny-les-Charolles", + "Lugrin", + "Luisant", + "Luitre", + "Lullin", + "Lully", + "Lumbin", + "Lumbres", + "Lumeau", + "Lumio", + "Lunel", + "Lunel-Viel", + "Luneray", + "Lupe", + "Luppy", + "Lupstein", + "Luquet", + "Lurais", + "Luray", + "Lurcy", + "Lurcy-Levis", + "Lure", + "Lury-sur-Arnon", + "Lus-la-Croix-Haute", + "Lusanger", + "Lusignan", + "Lusignan-Grand", + "Lusigny", + "Lusigny-sur-Barse", + "Lussac", + "Lussac-les-Chateaux", + "Lussac-les-Eglises", + "Lussant", + "Lussas", + "Lussat", + "Luttange", + "Lutter", + "Lutterbach", + "Lutz-en-Dunois", + "Lux", + "Luxe", + "Luxeuil-les-Bains", + "Luxey", + "Luynes", + "Luz-Saint-Sauveur", + "Luzarches", + "Luze", + "Luzille", + "Luzinay", + "Luzy", + "Lyaud", + "Lynde", + "Lyon", + "Mably", + "Macau", + "Mache", + "Machecoul", + "Machemont", + "Macheren", + "Machezal", + "Maclas", + "Macot-la-Plagne", + "Madirac", + "Madre", + "Madriat", + "Mael-Carhaix", + "Maennolsheim", + "Maffliers", + "Magagnosc", + "Magalas", + "Magenta", + "Magescq", + "Magland", + "Magnan", + "Magnanville", + "Magne", + "Magneux-Haute-Rive", + "Magnieres", + "Magny", + "Magny-Cours", + "Magny-en-Vexin", + "Magny-le-Desert", + "Magny-le-Hongre", + "Magny-les-Hameaux", + "Magny-les-Villers", + "Magny-sur-Tille", + "Magrie", + "Magstatt-le-Haut", + "Maiche", + "Maidieres", + "Maigne", + "Maignelay-Montigny", + "Maillane", + "Maille", + "Maillebois", + "Mailly-Champagne", + "Mailly-la-Ville", + "Mailly-le-Camp", + "Mailly-Maillet", + "Mailly-Raineval", + "Maincy", + "Maing", + "Maintenon", + "Mainvilliers", + "Mainxe", + "Mairieux", + "Mairy-sur-Marne", + "Maisdon-sur-Sevre", + "Maisnil", + "Maisnil-les-Ruitz", + "Maison-Ponthieu", + "Maisons-Alfort", + "Maisons-Laffitte", + "Maisonsgoutte", + "Maisontiers", + "Maisse", + "Maizeroy", + "Maizieres-les-Metz", + "Malabry", + "Malafretaz", + "Malain", + "Malakoff", + "Malancourt-la-Montagne", + "Malange", + "Malansac", + "Malataverne", + "Malaucene", + "Malaumont", + "Malaunay", + "Malause", + "Malaussanne", + "Malay-le-Grand", + "Malegoude", + "Malemort-du-Comtat", + "Malemort-sur-Correze", + "Malesherbes", + "Malestroit", + "Maleville", + "Malguenac", + "Malicorne", + "Malicorne-sur-Sarthe", + "Malijai", + "Malincourt", + "Malintrat", + "Malissard", + "Malleloy", + "Mallemoisson", + "Mallemort", + "Malling", + "Malmerspach", + "Malmont", + "Malpas", + "Malras", + "Malrevers", + "Malves-en-Minervois", + "Malville", + "Malzeville", + "Mamers", + "Mametz", + "Mamey", + "Mamirolle", + "Manchecourt", + "Mancieulles", + "Mandagout", + "Mandelieu-la-Napoule", + "Mandeure", + "Mandres-la-Cote", + "Mandres-les-Roses", + "Manduel", + "Mane", + "Maneglise", + "Mangiennes", + "Mangonville", + "Manicamp", + "Maninghen-Henne", + "Manneville-es-Plains", + "Mannevillette", + "Manom", + "Manoncourt-sur-Seille", + "Manonviller", + "Manosque", + "Manot", + "Mansigne", + "Mansle", + "Manspach", + "Mantes-la-Jolie", + "Mantes-la-Ville", + "Manthelan", + "Mantoche", + "Mantry", + "Manzat", + "Manziat", + "Marange-Silvange", + "Marange-Zondrange", + "Marans", + "Maraussan", + "Marbache", + "Marc", + "Marcamps", + "Marcay", + "Marce-sur-Esves", + "Marcelcave", + "Marcellaz-Albanais", + "Marchainville", + "Marchaux", + "Marche-Allouarde", + "Marcheprime", + "Marchesieux", + "Marcheville", + "Marchiennes", + "Marciac", + "Marcigny", + "Marcilhac-sur-Cele", + "Marcillac", + "Marcillac-la-Croisille", + "Marcillat-en-Combraille", + "Marcilloles", + "Marcilly-en-Bassigny", + "Marcilly-en-Beauce", + "Marcilly-en-Villette", + "Marcilly-sur-Eure", + "Marcilly-sur-Seine", + "Marcilly-sur-Tille", + "Marcilly-sur-Vienne", + "Marck", + "Marckolsheim", + "Marcoing", + "Marcollin", + "Marconnelle", + "Marcoussis", + "Marcouville", + "Marcoux", + "Marcq", + "Marcq-en-Baroeul", + "Marcq-en-Ostrevent", + "Mardeuil", + "Mardie", + "Mardyck", + "Mareau-aux-Bois", + "Mareau-aux-Pres", + "Mareil-en-France", + "Mareil-Marly", + "Mareil-sur-Loir", + "Mareil-sur-Mauldre", + "Marenla", + "Marennes", + "Marest", + "Marestaing", + "Mareuil", + "Mareuil-Caubert", + "Mareuil-en-Brie", + "Mareuil-le-Port", + "Mareuil-les-Meaux", + "Mareuil-sur-Cher", + "Mareuil-sur-Lay-Dissais", + "Mareuil-sur-Ourcq", + "Margaux", + "Margencel", + "Margency", + "Margerie-Chantagret", + "Margny", + "Margny-les-Compiegne", + "Margon", + "Marguerittes", + "Margut", + "Marie", + "Marienthal", + "Marignac", + "Marignac-Lasclares", + "Marignane", + "Marigne", + "Marignier", + "Marigny", + "Marigny-Brizay", + "Marigny-Chemereau", + "Marigny-en-Orxois", + "Marigny-le-Chatel", + "Marigny-les-Usages", + "Marigny-Marmande", + "Marin", + "Marines", + "Maringes", + "Maringues", + "Marle", + "Marlenheim", + "Marles-en-Brie", + "Marles-les-Mines", + "Marliens", + "Marlioz", + "Marlotte", + "Marly", + "Marly-la-Ville", + "Marly-le-Roi", + "Marmagne", + "Marmande", + "Marmanhac", + "Marmoutier", + "Marnand", + "Marnaz", + "Marnes", + "Marnes-la-Coquette", + "Maroeuil", + "Marolles", + "Marolles-en-Brie", + "Marolles-en-Hurepoix", + "Marols", + "Maromme", + "Maron", + "Marpent", + "Marquay", + "Marquefave", + "Marqueglise", + "Marques", + "Marquillies", + "Marquion", + "Marquise", + "Marquixanes", + "Mars", + "Mars-sur-Allier", + "Marsac", + "Marsac-en-Livradois", + "Marsac-sur-lIsle", + "Marsainvilliers", + "Marsais", + "Marsais-Sainte-Radegonde", + "Marsaneix", + "Marsangy", + "Marsannay-le-Bois", + "Marsanne", + "Marsat", + "Marsaz", + "Marseillan", + "Marseille", + "Marseille-en-Beauvaisis", + "Marseilles-les-Aubigny", + "Marsillargues", + "Marsilly", + "Marssac-sur-Tarn", + "Martainville-Epreville", + "Martel", + "Marthod", + "Martiel", + "Martignas-sur-Jalle", + "Martigne-Briand", + "Martigne-Ferchaud", + "Martigny", + "Martigues", + "Martillac", + "Martin-Eglise", + "Martinet", + "Martinvast", + "Martot", + "Martres-Tolosane", + "Marval", + "Marvejols", + "Marville-les-Bois", + "Marzan", + "Marzy", + "Mas-Grenier", + "Mas-Saintes-Puelles", + "Masevaux", + "Maslacq", + "Maslives", + "Masnieres", + "Masny", + "Masparraute", + "Massat", + "Masserac", + "Masseret", + "Massiac", + "Massieu", + "Massieux", + "Massingy-les-Semur", + "Massugas", + "Massy", + "Mastaing", + "Matha", + "Mathay", + "Mathenay", + "Mathieu", + "Matignon", + "Matigny", + "Matour", + "Mattaincourt", + "Mattexey", + "Matzenheim", + "Maubeuge", + "Maubourguet", + "Mauchamps", + "Maucor", + "Mauguio", + "Maule", + "Mauleon-Licharre", + "Maulevrier", + "Mauperthuis", + "Mauprevoir", + "Mauran", + "Maure", + "Maure-de-Bretagne", + "Maurecourt", + "Maureilhan", + "Maureillas-las-Illas", + "Mauremont", + "Maurens", + "Maurepas", + "Mauressargues", + "Maureville", + "Mauriac", + "Maurois", + "Mauron", + "Maurrin", + "Maurs", + "Maussane-les-Alpilles", + "Mauves", + "Mauves-sur-Huisne", + "Mauves-sur-Loire", + "Mauvezin-de-Prat", + "Maux", + "Mauzac", + "Mauze-sur-le-Mignon", + "Mauzens-et-Miremont", + "Maxent", + "Maxeville", + "Maxilly-sur-Saone", + "May-en-Multien", + "May-sur-Orne", + "Mayenne", + "Mayet", + "Maysel", + "Mazamet", + "Mazan", + "Mazange", + "Maze", + "Mazeray", + "Mazeres-de-Neste", + "Mazeres-sur-Salat", + "Mazerolles", + "Mazerolles-le-Salin", + "Mazet-Saint-Voy", + "Mazeuil", + "Mazieres-en-Gatine", + "Mazieres-en-Mauges", + "Mazingarbe", + "Mazion", + "Meaudre", + "Meaulte", + "Meaux", + "Meauzac", + "Medan", + "Medis", + "Medreac", + "Mees", + "Megrit", + "Meharicourt", + "Mehun-sur-Yevre", + "Meigneux", + "Meilhac", + "Meilhan", + "Meilhan-sur-Garonne", + "Meillant", + "Meillerie", + "Meillon", + "Meillonnas", + "Meisenthal", + "Mejannes-le-Clap", + "Mejannes-les-Ales", + "Melay", + "Melesse", + "Melgven", + "Mellac", + "Melle", + "Mellecey", + "Melleran", + "Melleray", + "Mellionnec", + "Mello", + "Melrand", + "Melsheim", + "Melun", + "Membrey", + "Menat", + "Mende", + "Mendionde", + "Meneac", + "Menerbes", + "Menesplet", + "Menestreau-en-Villette", + "Menetou-Salon", + "Menetreol-sur-Sauldre", + "Menetrol", + "Menil-Erreux", + "Menil-Hermei", + "Menil-la-Horgne", + "Menil-sur-Belvitte", + "Menilles", + "Mennecy", + "Mennevret", + "Mens", + "Mensignac", + "Menthon-Saint-Bernard", + "Menton", + "Menucourt", + "Menville", + "Meounes-les-Montrieux", + "Mer", + "Mercenac", + "Merckeghem", + "Mercues", + "Mercurol", + "Mercy-le-Bas", + "Merdrignac", + "Mere", + "Mereau", + "Merenvielle", + "Mereville", + "Merey-sous-Montrond", + "Mergey", + "Mericourt", + "Meriel", + "Merignac", + "Merignas", + "Merignat", + "Merignies", + "Merigny", + "Merindol", + "Merlas", + "Merlebach", + "Merlevenez", + "Merlimont", + "Merlines", + "Mernel", + "Meroux", + "Merry-la-Vallee", + "Merry-sur-Yonne", + "Mers-les-Bains", + "Mertzen", + "Mertzwiller", + "Meru", + "Mervans", + "Merville", + "Merville-Franceville-Plage", + "Merxheim", + "Mery", + "Mery-es-Bois", + "Mery-sur-Oise", + "Mery-sur-Seine", + "Mesanger", + "Mesangueville", + "Meschers-sur-Gironde", + "Mescoules", + "Mesland", + "Meslay", + "Meslay-du-Maine", + "Meslay-le-Vidame", + "Meslin", + "Mesnil-Raoul", + "Mesnil-Saint-Georges", + "Mesnil-Saint-Nicaise", + "Mesnil-Sellieres", + "Mesnil-sous-Vienne", + "Mesplede", + "Messac", + "Messanges", + "Messei", + "Messein", + "Messia-sur-Sorne", + "Messigny-et-Vantoux", + "Messimy", + "Messon", + "Messy", + "Metabief", + "Meteren", + "Mettray", + "Metz", + "Metz-Tessy", + "Metzeral", + "Metzeresche", + "Metzervisse", + "Meucon", + "Meudon", + "Meulan-en-Yvelines", + "Meung-sur-Loire", + "Meurchin", + "Meursault", + "Meuse", + "Meusnes", + "Meuzac", + "Mevoisins", + "Meximieux", + "Mexy", + "Meyenheim", + "Meylan", + "Meymac", + "Meynes", + "Meyrargues", + "Meyras", + "Meyreuil", + "Meyssac", + "Meythet", + "Meyzieu", + "Meze", + "Mezel", + "Mezeres", + "Mezeriat", + "Mezidon-Canon", + "Mezieres-en-Drouais", + "Mezieres-lez-Clery", + "Mezieres-sous-Lavardin", + "Mezieres-sur-Couesnon", + "Mezieres-sur-Seine", + "Mezzavia", + "Michelbach-le-Bas", + "Mielan", + "Miellin", + "Mietesheim", + "Mieussy", + "Migennes", + "Miglos", + "Mignaloux-Beauvoir", + "Migne-Auxances", + "Mignieres", + "Migron", + "Milhaud", + "Milizac", + "Millac", + "Millas", + "Millau", + "Millencourt", + "Millery", + "Milly", + "Milly-la-Foret", + "Milly-Lamartine", + "Milly-sur-Therain", + "Milon-la-Chapelle", + "Mimbaste", + "Mimet", + "Mimizan", + "Mine de Bert", + "Mingot", + "Miniac-Morvan", + "Miniac-sous-Becherel", + "Minihy-Treguier", + "Minversheim", + "Minzier", + "Mionnay", + "Mions", + "Mios", + "Mirabel-aux-Baronnies", + "Miradoux", + "Miramas", + "Mirambeau", + "Miramont-de-Guyenne", + "Miramont-Sensacq", + "Mirande", + "Mirebeau", + "Mirebeau-sur-Beze", + "Mirecourt", + "Miremont", + "Mirepeix", + "Mirepoix", + "Mirepoix-sur-Tarn", + "Mireval-Lauragais", + "Miribel", + "Miserey", + "Miserey-Salines", + "Mison", + "Misse", + "Missillac", + "Missiriac", + "Misson", + "Missy-sur-Aisne", + "Mitry-Mory", + "Mittelbronn", + "Mittelhausbergen", + "Mittelwihr", + "Mitterand", + "Mittersheim", + "Modane", + "Moelan-sur-Mer", + "Moens", + "Moernach", + "Moeslains", + "Mogneville", + "Mogues", + "Mohon", + "Moineville", + "Moinville-la-Jeulin", + "Moirans", + "Moirans-en-Montagne", + "Moire", + "Moisdon-la-Riviere", + "Moislains", + "Moissac", + "Moissat", + "Moisselles", + "Moissieu-sur-Dolon", + "Moissy-Cramayel", + "Moisville", + "Molac", + "Molandier", + "Molesme", + "Moliens", + "Molieres-sur-Ceze", + "Moliets-et-Maa", + "Molinet", + "Molineuf", + "Molleges", + "Molliens-au-Bois", + "Mollkirch", + "Moloy", + "Molsheim", + "Moltifao", + "Momas", + "Mombrier", + "Momeres", + "Mommenheim", + "Momy", + "Monbahus", + "Monbalen", + "Monbrun", + "Moncale", + "Monce-en-Belin", + "Monceau-le-Neuf-et-Faucouzy", + "Monceau-le-Waast", + "Monceau-Saint-Waast", + "Monceaux", + "Moncel-sur-Seille", + "Moncetz-Longevas", + "Moncheaux-les-Frevent", + "Monchecourt", + "Monchy-Breton", + "Monchy-Humieres", + "Monchy-Saint-Eloi", + "Monclar-de-Quercy", + "Moncontour", + "Moncoutant", + "Mondelange", + "Mondescourt", + "Mondetour", + "Mondeville", + "Mondon", + "Mondonville", + "Mondragon", + "Mondrainville", + "Mondrepuis", + "Monein", + "Monestier-de-Clermont", + "Monesties", + "Monetay-sur-Loire", + "Moneteau", + "Monferran-Plaves", + "Monferran-Saves", + "Monflanquin", + "Monistrol-sur-Loire", + "Monnaie", + "Monnetier-Mornex", + "Monneville", + "Monnieres", + "Monpazier", + "Mons", + "Mons-en-Baroeul", + "Mons-en-Montois", + "Mons-en-Pevele", + "Monsac", + "Monsegur", + "Monsempron-Libos", + "Monsireigne", + "Monsteroux-Milieu", + "Mont", + "Mont-Bonvillers", + "Mont-Cauvaire", + "Mont-de-Marsan", + "Mont-Notre-Dame", + "Mont-pres-Chambord", + "Mont-Saint-Aignan", + "Mont-Saint-Martin", + "Mont-Saint-Pere", + "Mont-Saxonnex", + "Mont-sur-Meurthe", + "Mont-sur-Monnet", + "Montabard", + "Montady", + "Montagnac", + "Montagnat", + "Montagne", + "Montagney", + "Montagnieu", + "Montagnole", + "Montagny-en-Vexin", + "Montagny-les-Lanches", + "Montagny-les-Seurre", + "Montagny-Sainte-Felicite", + "Montagny-sur-Grosne", + "Montagrier", + "Montagut", + "Montaigu", + "Montaigu-de-Quercy", + "Montaigut-sur-Save", + "Montainville", + "Montalet-le-Bois", + "Montalieu-Vercieu", + "Montamise", + "Montanay", + "Montardon", + "Montargis", + "Montarlot-les-Rioz", + "Montarnaud", + "Montastruc-de-Salies", + "Montastruc-la-Conseillere", + "Montataire", + "Montauban", + "Montauban-de-Bretagne", + "Montaud", + "Montaudin", + "Montaulieu", + "Montaure", + "Montauroux", + "Montaut", + "Montayral", + "Montbard", + "Montbartier", + "Montbazin", + "Montbazon", + "Montbel", + "Montbellet", + "Montberon", + "Montbert", + "Montbeton", + "Montbeugny", + "Montbizot", + "Montblanc", + "Montboillon", + "Montbonnot-Saint-Martin", + "Montboucher-sur-Jabron", + "Montbouton", + "Montbrison", + "Montbron", + "Montbronn", + "Montbrun-Bocage", + "Montcaret", + "Montcarra", + "Montceau", + "Montceau-les-Mines", + "Montceaux", + "Montceaux-les-Meaux", + "Montcel", + "Montcenis", + "Montcey", + "Montchamp", + "Montchanin", + "Montchaude", + "Montclar", + "Montcornet", + "Montcourt-Fromonville", + "Montcoy", + "Montcuq", + "Montcy-Notre-Dame", + "Montdidier", + "Montdoumerc", + "Montdragon", + "Monteaux", + "Montebourg", + "Montech", + "Montecheroux", + "Monteglin", + "Monteils", + "Montel-de-Gelat", + "Montelier", + "Montemboeuf", + "Montendre", + "Montenescourt", + "Montenois", + "Montenoison", + "Monterblanc", + "Montereau-Fault-Yonne", + "Monterfil", + "Montescot", + "Montesquieu", + "Montesquieu-des-Alberes", + "Montesquieu-Volvestre", + "Montessaux", + "Montesson", + "Montestruc-sur-Gers", + "Montestrucq", + "Monteux", + "Montevrain", + "Monteynard", + "Montfarville", + "Montfaucon", + "Montfaucon-en-Velay", + "Montfaucon-Montigne", + "Montfavet", + "Montfermeil", + "Montfermy", + "Montferrand-du-Perigord", + "Montferrand-le-Chateau", + "Montferrat", + "Montferrier-sur-Lez", + "Montfleur", + "Montfort", + "Montfort-en-Chalosse", + "Montfort-sur-Meu", + "Montfrin", + "Montfroc", + "Montfuron", + "Montgaillard", + "Montgaroult", + "Montgermont", + "Montgeron", + "Montgesty", + "Montgirod", + "Montgiscard", + "Montgivray", + "Montherme", + "Monthieux", + "Monthodon", + "Monthou-sur-Bievre", + "Monthou-sur-Cher", + "Monthureux-sur-Saone", + "Monthyon", + "Monticello", + "Montier-en-Der", + "Montierchaume", + "Montiers", + "Montignac-de-Lauzun", + "Montignac-le-Coq", + "Montigne-le-Brillant", + "Montigne-les-Rairies", + "Montigny", + "Montigny-en-Cambresis", + "Montigny-en-Gohelle", + "Montigny-le-Bretonneux", + "Montigny-le-Chartif", + "Montigny-Lengrain", + "Montigny-les-Cormeilles", + "Montigny-sur-Loing", + "Montilly", + "Montilly-sur-Noireau", + "Montiron", + "Montivilliers", + "Montjavoult", + "Montjean-sur-Loire", + "Montlhery", + "Montliard", + "Montlieu-la-Garde", + "Montlignon", + "Montlivault", + "Montlouis", + "Montlouis-sur-Loire", + "Montluel", + "Montmacq", + "Montmagny", + "Montmalin", + "Montmarault", + "Montmartin", + "Montmartin-en-Graignes", + "Montmartin-sur-Mer", + "Montmelian", + "Montmerle-sur-Saone", + "Montmeyran", + "Montmirail", + "Montmiral", + "Montmirat", + "Montmoreau-Saint-Cybard", + "Montmorency", + "Montmorency-Beaufort", + "Montmorillon", + "Montmorot", + "Montoir-de-Bretagne", + "Montoire-sur-le-Loir", + "Montois-la-Montagne", + "Montoison", + "Montolivet", + "Montournais", + "Montpellier", + "Montpeyroux", + "Montpezat", + "Montpezat-de-Quercy", + "Montpezat-sous-Bauzon", + "Montpincon", + "Montpinier", + "Montpitol", + "Montpon-Menesterol", + "Montpothier", + "Montrabe", + "Montreal", + "Montreal-la-Cluse", + "Montredon-des-Corbieres", + "Montredon-Labessonnie", + "Montrejeau", + "Montrelais", + "Montrem", + "Montrequienne", + "Montresor", + "Montret", + "Montreuil", + "Montreuil-aux-Lions", + "Montreuil-Bonnin", + "Montreuil-en-Caux", + "Montreuil-sous-Perouse", + "Montreuil-sur-Blaise", + "Montreuil-sur-Breche", + "Montreuil-sur-Lozon", + "Montreuil-sur-Mer", + "Montreux-Jeune", + "Montrevel", + "Montrevel-en-Bresse", + "Montrichard", + "Montricoux", + "Montrodat", + "Montrond", + "Montrond-les-Bains", + "Montrouge", + "Montrouveau", + "Montry", + "Monts", + "Monts-en-Bessin", + "Monts-sur-Guesnes", + "Montsalvy", + "Montsauche-les-Settons", + "Montsegur-sur-Lauzon", + "Montseveroux", + "Montsoreau", + "Montsoult", + "Montussan", + "Montvalen", + "Montvalent", + "Montvendre", + "Montverdun", + "Montville", + "Moon-sur-Elle", + "Moosch", + "Moragne", + "Morainvilliers", + "Morance", + "Morancez", + "Morangis", + "Morbecque", + "Morbier", + "Morcenx", + "Mordelles", + "Moreac", + "Moree", + "Morelmaison", + "Morestel", + "Moret-sur-Loing", + "Moreuil", + "Morez", + "Morgny", + "Morgny-la-Pommeraye", + "Morhange", + "Morienval", + "Morieres-les-Avignon", + "Morieux", + "Morigny-Champigny", + "Morisel", + "Moriville", + "Morlaas", + "Morlaix", + "Mormant", + "Mornac", + "Mornac-sur-Seudre", + "Mornant", + "Mornay", + "Mornay-sur-Allier", + "Moroges", + "Morogues", + "Morre", + "Morsain", + "Morsang-sur-Orge", + "Morsbach", + "Morsbronn-les-Bains", + "Morschwiller-le-Bas", + "Mortagne", + "Mortagne-au-Perche", + "Mortagne-du-Nord", + "Mortagne-sur-Sevre", + "Mortain", + "Mortcerf", + "Morteau", + "Morteaux-Couliboeuf", + "Mortefontaine", + "Mortefontaine-en-Thelle", + "Mortree", + "Mortzwiller", + "Morvillers-Saint-Saturnin", + "Morvilliers", + "Morzine", + "Moslins", + "Mosnac", + "Mosson", + "Motteville", + "Mouans-Sartoux", + "Mouaze", + "Mouchin", + "Mouflers", + "Mougins", + "Mougon", + "Mouguerre", + "Mouilleron-en-Pareds", + "Mouilleron-le-Captif", + "Mouledous", + "Moules", + "Mouliets-et-Villemartin", + "Moulin", + "Moulin-Mage", + "Moulin-Neuf", + "Moulin-sous-Touvent", + "Moulineaux", + "Moulines", + "Moulinet", + "Moulins", + "Moulins-Engilbert", + "Moulins-les-Metz", + "Moulins-sur-Cephons", + "Moulins-sur-Yevre", + "Moulle", + "Moult", + "Moumour", + "Mourenx", + "Moureze", + "Mouries", + "Mourioux-Vieilleville", + "Mourmelon-le-Grand", + "Mourmelon-le-Petit", + "Mouroux", + "Mours", + "Mours-Saint-Eusebe", + "Moussan", + "Mousseaux-Neuville", + "Moussey", + "Mousson", + "Moussoulens", + "Moussy", + "Moussy-le-Neuf", + "Moussy-le-Vieux", + "Mousteru", + "Moustier-en-Fagne", + "Mouthe", + "Mouthier-en-Bresse", + "Mouthiers-sur-Boeme", + "Moutiers", + "Moutiers-les-Mauxfaits", + "Moutiers-sur-le-Lay", + "Mouvaux", + "Mouxy", + "Mouy", + "Mouzeil", + "Mouzieys-Teulet", + "Mouzillon", + "Mouzon", + "Moyaux", + "Moyencourt", + "Moyenmoutier", + "Moyenneville", + "Moyeuvre-Grande", + "Moyon", + "Moyrazes", + "Moyvillers", + "Mozac", + "Muespach-le-Haut", + "Muides-sur-Loire", + "Muidorge", + "Muirancourt", + "Muizon", + "Mulcent", + "Mulcey", + "Mulhouse", + "Mulsanne", + "Munchhouse", + "Mundolsheim", + "Munster", + "Mur-de-Bretagne", + "Mur-de-Sologne", + "Murat", + "Mures", + "Muret", + "Murianette", + "Muro", + "Murol", + "Muron", + "Murs-Erigne", + "Murviel-les-Beziers", + "Murviel-les-Montpellier", + "Mus", + "Mussidan", + "Mussig", + "Mutzig", + "Muzillac", + "Nadillac", + "Nages-et-Solorgues", + "Nailloux", + "Naintre", + "Naizin", + "Najac", + "Nalliers", + "Nancy", + "Nandy", + "Nangis", + "Nans-les-Pins", + "Nanterre", + "Nantes", + "Nanteuil-en-Vallee", + "Nanteuil-le-Haudouin", + "Nanteuil-les-Meaux", + "Nantiat", + "Nantoin", + "Nanton", + "Nantua", + "Naours", + "Narbonne", + "Narbonne-Plage", + "Nargis", + "Narrosse", + "Nattages", + "Naucelle", + "Naujan-et-Postiac", + "Naux", + "Navailles-Angos", + "Navarrenx", + "Naves", + "Nay", + "Nayemont-les-Fosses", + "Nazelles-Negron", + "Neauphle-le-Chateau", + "Neauphlette", + "Nebian", + "Nebouzat", + "Nedonchel", + "Neewiller-pres-Lauterbourg", + "Neffes", + "Neffies", + "Nefiach", + "Negrepelisse", + "Negron", + "Nehou", + "Nemours", + "Neoules", + "Nercillac", + "Nere", + "Neris-les-Bains", + "Neron", + "Neronde-sur-Dore", + "Ners", + "Nersac", + "Nerville-la-Foret", + "Nery", + "Nesle", + "Nesles", + "Nesles-la-Montagne", + "Nesles-la-Vallee", + "Nesmy", + "Nessa", + "Neuf Eglise", + "Neuf-Brisach", + "Neufchateau", + "Neufchatel-en-Bray", + "Neufchef", + "Neufgrange", + "Neuflize", + "Neufmanil", + "Neufmesnil", + "Neufmoutiers-en-Brie", + "Neufvy-sur-Aronde", + "Neuil", + "Neuille", + "Neuilly", + "Neuilly-en-Thelle", + "Neuilly-le-Bisson", + "Neuilly-le-Real", + "Neuilly-les-Dijon", + "Neuilly-Plaisance", + "Neuilly-Saint-Front", + "Neuilly-sous-Clermont", + "Neuilly-sur-Marne", + "Neuilly-sur-Seine", + "Neulliac", + "Neung-sur-Beuvron", + "Neure", + "Neussargues-Moissac", + "Neuve-Maison", + "Neuvecelle", + "Neuves-Maisons", + "Neuvic", + "Neuvic-Entier", + "Neuvicq-le-Chateau", + "Neuville", + "Neuville-aux-Bois", + "Neuville-Bosc", + "Neuville-de-Poitou", + "Neuville-en-Ferrain", + "Neuville-Ferrieres", + "Neuville-les-Dames", + "Neuville-les-Dieppe", + "Neuville-Saint-Remy", + "Neuville-Saint-Vaast", + "Neuville-sur-Ain", + "Neuville-sur-Brenne", + "Neuville-sur-Escaut", + "Neuville-sur-Oise", + "Neuville-sur-Saone", + "Neuville-sur-Sarthe", + "Neuville-sur-Seine", + "Neuviller-sur-Moselle", + "Neuvireuil", + "Neuvy", + "Neuvy-Bouin", + "Neuvy-en-Beauce", + "Neuvy-en-Sullias", + "Neuvy-le-Roi", + "Neuvy-Saint-Sepulchre", + "Nevers", + "Nevez", + "Nevian", + "Neville", + "Nexon", + "Neydens", + "Nibas", + "Nibelle", + "Nice", + "Nicole", + "Nicorps", + "Niderhoff", + "Niderviller", + "Niederbronn-les-Bains", + "Niederbruck", + "Niederentzen", + "Niederhaslach", + "Niederhausbergen", + "Niedermodern", + "Niederschaeffolsheim", + "Nieppe", + "Niergnies", + "Nieuil", + "Nieul-le-Virouil", + "Nieul-les-Saintes", + "Nieul-sur-Mer", + "Nievroz", + "Niffer", + "Niherne", + "Nilvange", + "Niort", + "Nissan-lez-Enserune", + "Nitting", + "Nivillac", + "Nivolas-Vermelle", + "Nizas", + "Noailhac", + "Noaillac", + "Noaillan", + "Noailles", + "Noe", + "Noeux-les-Auxi", + "Noeux-les-Mines", + "Nogent", + "Nogent-le-Phaye", + "Nogent-le-Roi", + "Nogent-le-Rotrou", + "Nogent-sur-Eure", + "Nogent-sur-Marne", + "Nogent-sur-Oise", + "Nogent-sur-Seine", + "Nogent-sur-Vernisson", + "Nohanent", + "Nohic", + "Noidans-le-Ferroux", + "Noidans-les-Vesoul", + "Noilhan", + "Nointel", + "Nointot", + "Noiron", + "Noiron-sous-Gevrey", + "Noirterre", + "Noiseau", + "Noisiel", + "Noisseville", + "Noisy-le-Grand", + "Noisy-le-Roi", + "Noisy-le-Sec", + "Noisy-Rudignon", + "Noisy-sur-Ecole", + "Noisy-sur-Oise", + "Nolay", + "Nomain", + "Nomeny", + "Nomexy", + "Nommay", + "Nonancourt", + "Nonette", + "Nonneville", + "Nontron", + "Nonville", + "Nonvilliers-Grandhoux", + "Noordpeene", + "Nordausques", + "Nordhouse", + "Norges-la-Ville", + "Normanville", + "Normier", + "Norrent-Fontes", + "Norrey-en-Auge", + "Norroy-le-Sec", + "Norroy-le-Veneur", + "Norroy-les-Pont-a-Mousson", + "Nort-sur-Erdre", + "Nostang", + "Nothalten", + "Notre-Dame-de-Boisset", + "Notre-Dame-de-Bondeville", + "Notre-Dame-de-Cenilly", + "Notre-Dame-de-Commiers", + "Notre-Dame-de-Gravenchon", + "Notre-Dame-de-la-Rouviere", + "Notre-Dame-de-Livaye", + "Notre-Dame-de-Livoye", + "Notre-Dame-de-Mesage", + "Notre-Dame-de-Riez", + "Notre-Dame-de-Sanilhac", + "Notre-Dame-des-Landes", + "Notre-Dame-du-Pre", + "Nouaille-Maupertuis", + "Nouainville", + "Nouan-le-Fuzelier", + "Noueilles", + "Nouilly", + "Nousseviller-les-Bitche", + "Nousseviller-Saint-Nabor", + "Nouvelle-Eglise", + "Nouvion-le-Comte", + "Nouvion-le-Vineux", + "Nouvion-sur-Meuse", + "Nouvoitou", + "Nouzonville", + "Novalaise", + "Noveant-sur-Moselle", + "Noves", + "Novillard", + "Novillars", + "Novion-Porcien", + "Noyal-Muzillac", + "Noyal-Pontivy", + "Noyal-sur-Vilaine", + "Noyant-de-Touraine", + "Noyant-la-Gravoyere", + "Noyant-la-Plaine", + "Noyarey", + "Noyelles-Godault", + "Noyelles-sous-Lens", + "Noyelles-sur-Escaut", + "Noyen-sur-Sarthe", + "Noyers", + "Noyers-Bocage", + "Noyers-sur-Cher", + "Noyon", + "Nozay", + "Nuaille", + "Nuaille-sur-Boutonne", + "Nueil-sur-Layon", + "Nuelles", + "Nuits-Saint-Georges", + "Nyoiseau", + "Nyons", + "Obenheim", + "Oberbronn", + "Oberentzen", + "Oberhaslach", + "Oberhausbergen", + "Oberhergheim", + "Oberhoffen-sur-Moder", + "Oberlauterbach", + "Obermodern-Zutzendorf", + "Obermorschwihr", + "Obermorschwiller", + "Obernai", + "Obersaasheim", + "Oberschaeffolsheim", + "Objat", + "Oblinghem", + "Obtree", + "Ochey", + "Octeville", + "Octeville-sur-Mer", + "Oderen", + "Odomez", + "Odos", + "Oelleville", + "OEting", + "Oeyreluy", + "Offekerque", + "Offemont", + "Offendorf", + "Offoy", + "Offranville", + "Ogenne-Camptort", + "Oger", + "Ogeu-les-Bains", + "Ogeviller", + "Ogy", + "Oignies", + "Oingt", + "Oinville-sur-Montcient", + "Oiron", + "Oiselay-et-Grachaux", + "Oisemont", + "Oisly", + "Oisseau", + "Oissel", + "Oisy", + "Oisy-le-Verger", + "Oizon", + "Olargues", + "Olby", + "Olemps", + "Oletta", + "Olivet", + "Ollainville", + "Olle", + "Ollezy", + "Ollieres", + "Olliergues", + "Ollioules", + "Olloix", + "Olmet", + "Olonne-sur-Mer", + "Olonzac", + "Oloron-Sainte-Marie", + "Olwisheim", + "Omessa", + "Omonville-la-Rogue", + "Ondes", + "Ondres", + "Ondreville-sur-Essonne", + "Onet-le-Chateau", + "Onnaing", + "Onnion", + "Ons-en-Bray", + "Onzain", + "Opio", + "Oppede", + "Optevoz", + "Oradour", + "Oradour-Fanais", + "Oradour-sur-Glane", + "Oraison", + "Orangis", + "Orban", + "Orbec", + "Orbeil", + "Orbey", + "Orcet", + "Orchaise", + "Orchamps-Vennes", + "Orches", + "Orchies", + "Orcier", + "Orcines", + "Ordan-Larroque", + "Ordiarp", + "Oregue", + "Oresmaux", + "Orgelet", + "Orgeres", + "Orgerus", + "Orgeval", + "Orgon", + "Orgueil", + "Orignolles", + "Origny-en-Thierache", + "Origny-le-Sec", + "Origny-Sainte-Benoite", + "Oriol-en-Royans", + "Orion", + "Orleat", + "Orlienas", + "Orlu", + "Orly", + "Ormersviller", + "Ormes", + "Ormes-et-Ville", + "Ormesson-sur-Marne", + "Ormoy", + "Ormoy-Villers", + "Ornacieux", + "Ornans", + "Ornex", + "Orny", + "Orphin", + "Orrouer", + "Orrouy", + "Orry-la-Ville", + "Orsan", + "Orsanco", + "Orsonville", + "Orthez", + "Ortoncourt", + "Orval", + "Orvault", + "Orvaux", + "Orveau-Bellesauve", + "Orvillers-Sorel", + "Osne-le-Val", + "Osny", + "Ossages", + "Osse", + "Osses", + "Ossun", + "Ostheim", + "Ostricourt", + "Ostwald", + "Ota", + "Othis", + "Ottange", + "Ottmarsheim", + "Ottonville", + "Ottrott", + "Ouanne", + "Ouarville", + "Ouchamps", + "Oucques", + "Oudon", + "Ouerre", + "Ouezy", + "Ouffieres", + "Ougney", + "Ouhans", + "Ouilly-le-Tesson", + "Ouilly-le-Vicomte", + "Ouistreham", + "Oulchy-le-Chateau", + "Oullins", + "Oupia", + "Ourches", + "Ouroux", + "Ouroux-sur-Saone", + "Oursbelille", + "Ousse", + "Ousson-sur-Loire", + "Outarville", + "Outille", + "Outines", + "Outreau", + "Ouveillan", + "Ouville", + "Ouzilly", + "Ouzouer-le-Marche", + "Ouzouer-sur-Loire", + "Ouzouer-sur-Trezee", + "Ovanches", + "Ovillers-la-Boisselle", + "Oye-Plage", + "Oyeu", + "Oyonnax", + "Oytier-Saint-Oblas", + "Ozan", + "Ozoir-la-Ferriere", + "Ozolles", + "Ozouer-le-Voulgis", + "Pabu", + "Pace", + "Pact", + "Pacy-sur-Eure", + "Pageas", + "Pagny-la-Ville", + "Pagny-sur-Meuse", + "Pagny-sur-Moselle", + "Paillart", + "Paillencourt", + "Paillet", + "Paimboeuf", + "Paimpol", + "Paimpont", + "Painblanc", + "Pair-et-Grandrupt", + "Paix", + "Paizay-le-Chapt", + "Paizay-le-Sec", + "Paizay-le-Tort", + "Palaiseau", + "Palaja", + "Palalda", + "Palaminy", + "Palau-del-Vidre", + "Palavas-les-Flots", + "Paleyrac", + "Palinges", + "Palleau", + "Palluau", + "Palluau-sur-Indre", + "Pallud", + "Pamfou", + "Pamiers", + "Pamproux", + "Panassac", + "Panazol", + "Panissieres", + "Pannece", + "Pannes", + "Panossas", + "Pantin", + "Panzoult", + "Paradou", + "Paray-le-Monial", + "Paray-sous-Briailles", + "Paray-Vieille-Poste", + "Paraza", + "Parcay-Meslay", + "Parce-sur-Sarthe", + "Parcieux", + "Pareds", + "Parempuyre", + "Parent", + "Parentis-en-Born", + "Pargny-Filain", + "Pargny-la-Dhuys", + "Pargny-les-Bois", + "Pargny-sur-Saulx", + "Parigne", + "Parigne-sur-Braye", + "Parigny", + "Paris", + "Paris 17 Batignolles-Monceau", + "Parisot", + "Parly", + "Parmain", + "Parnans", + "Parnay", + "Parne-sur-Roc", + "Paron", + "Parsac", + "Parthenay", + "Parthenay-de-Bretagne", + "Parzac", + "Pas-en-Artois", + "Paslieres", + "Pasly", + "Pasques", + "Passel", + "Passy", + "Patay", + "Pau", + "Pauilhac", + "Pauillac Haut", + "Paul", + "Paulhac", + "Paulhaguet", + "Paulhan", + "Paulx", + "Pavie", + "Pavilly", + "Payrac", + "Payrin-Augmontel", + "Payroux", + "Payzac", + "Peaugres", + "Peaule", + "Pebrac", + "Pechabou", + "Pechbonnieu", + "Pecquencourt", + "Pecqueuse", + "Pegomas", + "Peillac", + "Peille", + "Peillon", + "Peillonnex", + "Peipin", + "Peisey-Nancroix", + "Pelissanne", + "Pellegrue", + "Pellevoisin", + "Pellouailles-les-Vignes", + "Pelousey", + "Peltre", + "Pelussin", + "Penchard", + "Pencran", + "Pende", + "Penestin", + "Penguily", + "Penmarch", + "Pennautier", + "Penne-dAgenais", + "Pennedepie", + "Penol", + "Penta-di-Casinca", + "Penvenan", + "Pepieux", + "Peray", + "Percy", + "Pere", + "Perenchies", + "Peret", + "Peri", + "Periers", + "Perignac", + "Perignat-les-Sarlieve", + "Perigne", + "Perigneux", + "Perigny", + "Perillos", + "Pern", + "Pernay", + "Pernes", + "Pernes-les-Boulogne", + "Pernes-les-Fontaines", + "Perols", + "Peron", + "Peronnas", + "Peronne", + "Peronne-en-Melantois", + "Perouse", + "Peroy-les-Gombries", + "Perpezac-le-Noir", + "Perpignan", + "Perrecy-les-Forges", + "Perreux", + "Perrex", + "Perrier", + "Perriers-sur-Andelle", + "Perrignier", + "Perrigny", + "Perrigny-les-Dijon", + "Perrogney-les-Fontaines", + "Perros-Guirec", + "Perrou", + "Perruel", + "Pers", + "Pers-Jussy", + "Persan", + "Persquen", + "Perthes-les-Brienne", + "Pertheville-Ners", + "Pertuis", + "Pessac", + "Pessac-sur-Dordogne", + "Pessan", + "Pessans", + "Pessat-Villeneuve", + "Petit Chaumont", + "Petit-Couronne", + "Petit-Landau", + "Petit-Mars", + "Petit-Palais-et-Cornemps", + "Petite-Foret", + "Petite-Rosselle", + "Petiville", + "Petreto-Bicchisano", + "Peumerit", + "Pexonne", + "Pey", + "Peymeinade", + "Peynier", + "Peypin", + "Peyrat-le-Chateau", + "Peyrehorade", + "Peyriac-de-Mer", + "Peyriac-Minervois", + "Peyrignac", + "Peyrilhac", + "Peyrilles", + "Peyrins", + "Peyrissas", + "Peyrolles-en-Provence", + "Peyruis", + "Peyrus", + "Peyrusse-Massas", + "Pezenas", + "Pezens", + "Pezilla-la-Riviere", + "Pezou", + "Pfaffenheim", + "Pfaffenhoffen", + "Pfastatt", + "Pfettisheim", + "Pfulgriesheim", + "Phaffans", + "Phalempin", + "Phalsbourg", + "Pia", + "Piazza", + "Piblange", + "Pibrac", + "Picauville", + "Picquigny", + "Piegros-la-Clastre", + "Piegut-Pluviers", + "Piennes", + "Pierre", + "Pierre-Benite", + "Pierre-de-Bresse", + "Pierre-la-Treiche", + "Pierre-Levee", + "Pierrefeu-du-Var", + "Pierrefitte-Nestalas", + "Pierrefitte-sur-Seine", + "Pierrefonds", + "Pierrefort", + "Pierregot", + "Pierrelatte", + "Pierrelaye", + "Pierremande", + "Pierrepont-sur-Avre", + "Pierrerue", + "Pierres", + "Pierrevert", + "Pierrevillers", + "Pierric", + "Pierry", + "Pietralba", + "Pieusse", + "Pignan", + "Pignans", + "Pignols", + "Pihem", + "Pimbo", + "Pimprez", + "Pin", + "Pinet", + "Pineuilh", + "Piney", + "Pinon", + "Pinsaguel", + "Piolenc", + "Pionsat", + "Pipriac", + "Piquecos", + "Pire-sur-Seiche", + "Pirey", + "Pirou", + "Piscop", + "Piseux", + "Pissos", + "Pissotte", + "Pissy-Poville", + "Pithiviers", + "Pitres", + "Pizay", + "Plabennec", + "Place", + "Plailly", + "Plaimpied-Givaudins", + "Plaine-de-Walsch", + "Plaine-Haute", + "Plaintel", + "Plaisance", + "Plaisance-du-Touch", + "Plaisir", + "Plan-de-Cuques", + "Planay", + "Plancher-Bas", + "Planches", + "Planguenoual", + "Planzolles", + "Plappeville", + "Plassay", + "Plateau", + "Plaudren", + "Plauzat", + "Pleboulle", + "Plechatel", + "Pledran", + "Plehedel", + "Plelan-le-Grand", + "Plelan-le-Petit", + "Plelauff", + "Plelo", + "Plemet", + "Plenee-Jugon", + "Pleneuf-Val-Andre", + "Plerguer", + "Plerin", + "Plerneuf", + "Plescop", + "Plesidy", + "Plesnois", + "Plessala", + "Plesse", + "Plessis-Barbuise", + "Plessis-de-Roye", + "Plestan", + "Plestin-les-Greves", + "Pleucadeuc", + "Pleudihen-sur-Rance", + "Pleugriffet", + "Pleugueneuc", + "Pleumartin", + "Pleumeleuc", + "Pleumeur-Bodou", + "Pleure", + "Pleurs", + "Pleurtuit", + "Pleuven", + "Pleyben", + "Pleyber-Christ", + "Plobannalec-Lesconil", + "Plobsheim", + "Ploemel", + "Ploemeur", + "Ploerdut", + "Ploeren", + "Ploermel", + "Ploeuc-sur-Lie", + "Ploeven", + "Plogonnec", + "Plomb", + "Plombieres-les-Bains", + "Plombieres-les-Dijon", + "Plomelin", + "Plomeur", + "Plonevez-du-Faou", + "Plorec-sur-Arguenon", + "Plottes", + "Plouagat", + "Plouaret", + "Plouarzel", + "Plouasne", + "Plouay", + "Ploubalay", + "Ploubazlanec", + "Ploubezre", + "Ploudalmezeau", + "Ploudaniel", + "Plouec-du-Trieux", + "Plouedern", + "Plouer-sur-Rance", + "Plouescat", + "Plouezec", + "Ploufragan", + "Plougar", + "Plougasnou", + "Plougastel-Daoulas", + "Plougonvelin", + "Plougonven", + "Plougoulm", + "Plougoumelen", + "Plougourvest", + "Plougrescant", + "Plouguerneau", + "Plouguin", + "Plouha", + "Plouharnel", + "Plouigneau", + "Ploumagoar", + "Ploumilliau", + "Ploumoguer", + "Plouneour-Menez", + "Plouneour-Trez", + "Plounerin", + "Plounevez-Lochrist", + "Plounevezel", + "Plourin", + "Plourivo", + "Plouvain", + "Plouvara", + "Plouvien", + "Plouvorn", + "Plouzane", + "Plozevet", + "Pludual", + "Pluduno", + "Pluguffan", + "Pluherlin", + "Plumaugat", + "Plumeliau", + "Plumelin", + "Plumergat", + "Plumoison", + "Pluneret", + "Plurien", + "Plusquellec", + "Plussulien", + "Pluvault", + "Pluvigner", + "Pluzunet", + "Poce-sur-Cisse", + "Podensac", + "Poeuilly", + "Poey-de-Lescar", + "Poggio-dOletta", + "Pogny", + "Poigny-la-Foret", + "Poilly-lez-Gien", + "Poilly-sur-Tholon", + "Poinsenot", + "Pointis-Inard", + "Poisat", + "Poiseul-les-Saulx", + "Poisieux", + "Poisson", + "Poissons", + "Poissy", + "Poisy", + "Poitiers", + "Poix", + "Poix-de-Picardie", + "Poix-du-Nord", + "Poligny", + "Pollestres", + "Polliat", + "Pomacle", + "Pomarez", + "Pomerols", + "Pomeys", + "Pommard", + "Pommeret", + "Pommerit-Jaudy", + "Pommerit-le-Vicomte", + "Pommeuse", + "Pommevic", + "Pommiers", + "Pommiers-la-Placette", + "Pompadour", + "Pompaire", + "Pompertuzat", + "Pompey", + "Pompidou", + "Pompignan", + "Pomponne", + "Pomport", + "Poncey-les-Athee", + "Ponchon", + "Poncin", + "Poncins", + "Pons", + "Pont", + "Pont-a-Marcq", + "Pont-a-Vendin", + "Pont-Audemer", + "Pont-Aven", + "Pont-de-Barret", + "Pont-de-Beauvoisin", + "Pont-de-Briques", + "Pont-de-Buis-les-Quimerch", + "Pont-de-Cheruy", + "Pont-de-Labeaume", + "Pont-de-Larn", + "Pont-de-Metz", + "Pont-de-Roide", + "Pont-de-Salars", + "Pont-de-Vaux", + "Pont-de-Veyle", + "Pont-du-Casse", + "Pont-du-Chateau", + "Pont-en-Royans", + "Pont-Eveque", + "Pont-Hebert", + "Pont-Noyelles", + "Pont-Remy", + "Pont-Saint-Esprit", + "Pont-Saint-Mard", + "Pont-Saint-Martin", + "Pont-Saint-Pierre", + "Pont-Saint-Vincent", + "Pont-Sainte-Marie", + "Pont-Sainte-Maxence", + "Pont-Salomon", + "Pont-Scorff", + "Pont-sur-Sambre", + "Pont-sur-Seine", + "Pont-sur-Yonne", + "Pontacq", + "Pontailler-sur-Saone", + "Pontarlier", + "Pontarme", + "Pontaubault", + "Pontault-Combault", + "Pontaumur", + "Pontaut", + "Pontavert", + "Pontcarre", + "Pontcharra", + "Pontcharra-sur-Turdine", + "Pontchateau", + "Pontcirq", + "Ponte-Leccia", + "Ponteilla", + "Pontenx-les-Forges", + "Pontgibaud", + "Pontgouin", + "Ponthevrard", + "Ponthierry", + "Pontigne", + "Pontigny", + "Pontivy", + "Pontlevoy", + "Pontoise", + "Pontorson", + "Pontours", + "Pontpoint", + "Pontruet", + "Ponts", + "Pontvallain", + "Popian", + "Porcelette", + "Porcheres", + "Porcheresse", + "Porcheville", + "Porcieu-Amblagnieu", + "Pordic", + "Pornic", + "Pornichet", + "Port-Brillet", + "Port-Cros", + "Port-de-Bouc", + "Port-des-Barques", + "Port-en-Bessin-Huppain", + "Port-Joinville", + "Port-la-Nouvelle", + "Port-Launay", + "Port-Louis", + "Port-Mort", + "Port-Saint-Louis-du-Rhone", + "Port-Saint-Pere", + "Port-Sainte-Foy-et-Ponchapt", + "Port-Sainte-Marie", + "Port-sur-Saone", + "Portbail", + "Portel-des-Corbieres", + "Portes-les-Valence", + "Portet-sur-Garonne", + "Portets", + "Porticcio", + "Portieux", + "Portiragnes", + "Porto", + "Porto-Vecchio", + "Portrieux", + "Ports", + "Portvendres", + "Poses", + "Potigny", + "Pouan-les-Vallees", + "Pouance", + "Pouffonds", + "Pougny", + "Pougues-les-Eaux", + "Pougy", + "Pouille", + "Pouillenay", + "Pouilley-Francais", + "Pouilley-les-Vignes", + "Pouillon", + "Pouilloux", + "Pouilly", + "Pouilly-en-Auxois", + "Pouilly-le-Monial", + "Pouilly-les-Nonains", + "Pouilly-sous-Charlieu", + "Pouilly-sur-Loire", + "Pouilly-sur-Serre", + "Pouilly-sur-Vingeanne", + "Poulainville", + "Poulan-Pouzols", + "Pouldergat", + "Pouldreuzic", + "Poule-les-Echarmeaux", + "Pouligney-Lusans", + "Poullan-sur-Mer", + "Poullaouen", + "Poulx", + "Pournoy-la-Grasse", + "Pourrain", + "Pourrieres", + "Pouru-Saint-Remy", + "Poussan", + "Pouxeux", + "Pouydesseaux", + "Pouzauges", + "Pouzay", + "Pouzilhac", + "Pouzolles", + "Pouzols-Minervois", + "Poville", + "Pradelles", + "Prades", + "Prades-le-Lez", + "Pradieres", + "Prahecq", + "Pralognan-la-Vanoise", + "Pranzac", + "Prasville", + "Prat", + "Prats-de-Carlux", + "Pray", + "Prayssac", + "Prayssas", + "Praz", + "Praz-sur-Arly", + "Pre-en-Pail", + "Preaux", + "Precey", + "Prechac", + "Precieux", + "Precigne", + "Precorbin", + "Precy-sous-Thil", + "Precy-sur-Marne", + "Precy-sur-Oise", + "Precy-sur-Vrin", + "Prefailles", + "Prefontaines", + "Preguillac", + "Preignac", + "Preignan", + "Premanon", + "Premery", + "Premian", + "Premontre", + "Preseau", + "Presles-en-Brie", + "Presles-et-Thierny", + "Pressagny-le-Val", + "Pressignac-Vicq", + "Pressigny", + "Pressigny-les-Pins", + "Pretot-Vicquemare", + "Preuschdorf", + "Prevessin-Moens", + "Prey", + "Prigonrieux", + "Primarette", + "Primat", + "Prin-Deyrancon", + "Princay", + "Pringy", + "Prinquiau", + "Prisse", + "Privas", + "Prix", + "Prix-les-Mezieres", + "Proissans", + "Prompsat", + "Pronville", + "Propriano", + "Prouais", + "Prouilly", + "Prouvy", + "Prouzel", + "Provencheres-sur-Fave", + "Provencheres-sur-Meuse", + "Proveysieux", + "Proville", + "Provin", + "Provins", + "Proyart", + "Prudhomat", + "Prunay-Cassereau", + "Prunay-le-Gillon", + "Prunay-sur-Essonne", + "Prunelli-di-Fiumorbo", + "Prunieres", + "Pruniers", + "Pruzilly", + "Publier", + "Puceul", + "Puchevillers", + "Puget-sur-Argens", + "Puget-Ville", + "Pugey", + "Pugieu", + "Pugnac", + "Pugny-Chatenod", + "Puicheric", + "Puihardy", + "Puilacher", + "Puilboreau", + "Puimichel", + "Puiseaux", + "Puiseux-en-France", + "Puiseux-le-Hauberger", + "Puisieulx", + "Puisieux", + "Puissalicon", + "Puisseguin", + "Puisserguier", + "Pujaudran", + "Pujaut", + "Pujo-le-Plan", + "Pujols", + "Puligny-Montrachet", + "Pulligny", + "Pulnoy", + "Pulversheim", + "Pusignan", + "Pussay", + "Puteaux", + "Putot-en-Bessin", + "Puttelange-les-Thionville", + "Puy-Guillaume", + "Puy-Saint-Andre", + "Puy-Saint-Martin", + "Puybegon", + "Puybrun", + "Puycelsi", + "Puycornet", + "Puygouzon", + "Puygros", + "Puylaurens", + "Puyloubier", + "Puymiclan", + "Puyravault", + "Puyreaux", + "Puyricard", + "Quaedypre", + "Quarouble", + "Quarre-les-Tombes", + "Quatremare", + "Queaux", + "Quebriac", + "Quedillac", + "Queige", + "Quelaines-Saint-Gault", + "Quelneuc", + "Quenoche", + "Querenaing", + "Quernes", + "Querqueville", + "Querrien", + "Querrieu", + "Quers", + "Quesnoy-sur-Deule", + "Quessoy", + "Questembert", + "Quetigny", + "Quettehou", + "Quettreville-sur-Sienne", + "Quevauvillers", + "Queven", + "Quevert", + "Quevillon", + "Queyrac", + "Queyrieres", + "Quezac", + "Quiberon", + "Quiberville", + "Quibou", + "Quiers", + "Quievrechain", + "Quievrecourt", + "Quievy", + "Quillan", + "Quillebeuf-sur-Seine", + "Quilly", + "Quily", + "Quimper", + "Quincampoix", + "Quincie-en-Beaujolais", + "Quincieu", + "Quincy", + "Quincy-sous-Senart", + "Quincy-Voisins", + "Quineville", + "Quingey", + "Quinsac", + "Quint-Fonsegrives", + "Quintenic", + "Quintin", + "Quissac", + "Rabastens-de-Bigorre", + "Rabat-les-Trois-Seigneurs", + "Rablay-sur-Layon", + "Rabou", + "Raches", + "Racquinghem", + "Racrange", + "Radinghem", + "Radinghem-en-Weppes", + "Radon", + "Radonvilliers", + "Raedersheim", + "Raffetot", + "Rahon", + "Rai", + "Raids", + "Raimbeaucourt", + "Rainfreville", + "Rainneville", + "Rainville", + "Rainvillers", + "Raismes", + "Raizeux", + "Ramatuelle", + "Rambert", + "Rambervillers", + "Rambouillet", + "Rammersmatt", + "Ramonchamp", + "Ramonville-Saint-Agne", + "Rance", + "Rancogne", + "Randan", + "Randens", + "Ranes", + "Rang", + "Rang-du-Fliers", + "Rans", + "Ranspach", + "Rantigny", + "Ranville", + "Raon-aux-Bois", + "Raon-sur-Plaine", + "Rarecourt", + "Ratieres", + "Ratte", + "Raucourt-et-Flaba", + "Rauville-la-Place", + "Rauwiller", + "Rauzan", + "Ravenel", + "Ravieres", + "Ray-sur-Saone", + "Rayssac", + "Razac-sur-lIsle", + "Real", + "Realmont", + "Realville", + "Reaumont", + "Reaumur", + "Rebais", + "Rebenacq", + "Rebrechien", + "Rebreuve-sur-Canche", + "Rebreuviette", + "Recey-sur-Ource", + "Rechesy", + "Rechicourt-le-Chateau", + "Recloses", + "Recologne", + "Recologne-les-Rioz", + "Recques-sur-Course", + "Recquignies", + "Redene", + "Redessan", + "Reding", + "Redon", + "Reffuveille", + "Regniowez", + "Reguiny", + "Reguisheim", + "Regusse", + "Rehainviller", + "Rehon", + "Reichshoffen", + "Reichstett", + "Reignac-sur-Indre", + "Reignier-Esery", + "Reillanne", + "Reilly", + "Reims", + "Reims-la-Brulee", + "Reiners", + "Reiningue", + "Reipertswiller", + "Reitwiller", + "Relanges", + "Remaucourt", + "Remecourt", + "Remelfang", + "Remelfing", + "Remenoville", + "Remerangles", + "Remereville", + "Remering-les-Puttelange", + "Remigny", + "Remilly", + "Reminiac", + "Remiremont", + "Remoulins", + "Remungol", + "Remuzat", + "Remy", + "Renage", + "Renaison", + "Renault", + "Renaze", + "Rene", + "Renescure", + "Rennes", + "Renneville", + "Repaix", + "Reparsac", + "Replonges", + "Requeil", + "Requista", + "Ressons-le-Long", + "Ressons-sur-Matz", + "Restinclieres", + "Rethel", + "Rethondes", + "Retiers", + "Retonfey", + "Retournac", + "Retschwiller", + "Rettel", + "Rety", + "Reuil-en-Brie", + "Reuil-sur-Breche", + "Reuilly", + "Reuilly-Sauvigny", + "Reumont", + "Reuves", + "Revel", + "Revel-Tourdan", + "Reventin-Vaugris", + "Revest-des-Brousses", + "Reviers", + "Revigny", + "Revigny-sur-Ornain", + "Reville", + "Revin", + "Reynies", + "Reyrieux", + "Reyssouze", + "Rezonville", + "Rhinau", + "Riaille", + "Rians", + "Riantec", + "Ribaute-les-Tavernes", + "Ribecourt-Dreslincourt", + "Ribemont", + "Ribemont-sur-Ancre", + "Riberac", + "Ribiers", + "Ricarville", + "Richardmenil", + "Richebourg", + "Richelieu", + "Richeling", + "Richemont", + "Richwiller", + "Ricquebourg", + "Riec-sur-Belon", + "Riedisheim", + "Riedseltz", + "Riencourt-les-Bapaume", + "Rieulay", + "Rieumes", + "Rieupeyroux", + "Rieux", + "Rieux-de-Pelleport", + "Rieux-en-Cambresis", + "Rieux-Minervois", + "Riez", + "Rignac", + "Rignieux-le-Franc", + "Rilhac-Rancon", + "Rillieux-la-Pape", + "Rimbaud", + "Rimogne", + "Ringendorf", + "Rinxent", + "Riocaud", + "Riom", + "Riom-es-Montagnes", + "Rion-des-Landes", + "Rions", + "Riorges", + "Riotord", + "Rioz", + "Ris-Orangis", + "Rittershoffen", + "Rivarennes", + "Rive-de-Gier", + "Rivecourt", + "Rivedoux-Plage", + "Rivery", + "Rivesaltes", + "Riviere", + "Rivieres", + "Riville", + "Rixheim", + "Roaillan", + "Roanne", + "Roannes-Saint-Mary", + "Robert", + "Robion", + "Rocbaron", + "Roche", + "Roche-la-Moliere", + "Roche-le-Peyroux", + "Roche-lez-Beaupre", + "Rochechouart", + "Rochecorbon", + "Rochefort", + "Rochefort-du-Gard", + "Rochefort-en-Terre", + "Rochefort-sur-Loire", + "Rochefort-sur-Nenon", + "Rochegude", + "Rochemaure", + "Rocher", + "Roches", + "Roches-les-Blamont", + "Roches-Premarie-Andille", + "Roches-sur-Marne", + "Rocheserviere", + "Rochesson", + "Rochetoirin", + "Rochetrejoux", + "Rochy-Conde", + "Rocquemont", + "Rocquencourt", + "Rocroi", + "Rodelinghem", + "Roderen", + "Rodern", + "Rodez", + "Roeschwoog", + "Roeulx", + "Roeux", + "Roeze-sur-Sarthe", + "Roffey", + "Roffiac", + "Rogerville", + "Rognac", + "Rognaix", + "Rognes", + "Rognonas", + "Rohan", + "Rohr", + "Rohrbach-les-Bitche", + "Roiffieux", + "Roisel", + "Roissy-en-Brie", + "Roissy-en-France", + "Rolampont", + "Rollancourt", + "Rolleville", + "Rollot", + "Romagnat", + "Romagne", + "Romagnieu", + "Romain", + "Romain-sur-Meuse", + "Romaine", + "Romainville", + "Romaneche-Thorins", + "Romange", + "Romans", + "Rombas", + "Romegoux", + "Romeny-sur-Marne", + "Romeries", + "Romille", + "Romilly-sur-Andelle", + "Romilly-sur-Seine", + "Romorantin-Lanthenay", + "Rompon", + "Roncey", + "Ronchin", + "Roncq", + "Ronnet", + "Ronno", + "Ronsenac", + "Ronthon", + "Roost-Warendin", + "Roppe", + "Roppenheim", + "Roppentzwiller", + "Roquebilliere", + "Roquebrune", + "Roquebrune-Cap-Martin", + "Roquebrune-sur-Argens", + "Roquecor", + "Roquecourbe", + "Roquefort", + "Roquefort-de-Sault", + "Roquefort-des-Corbieres", + "Roquefort-la-Bedoule", + "Roquefort-sur-Garonne", + "Roquefort-sur-Soulzon", + "Roquelaure-Saint-Aubin", + "Roquemaure", + "Roques", + "Roqueseriere", + "Roquesteron", + "Roquetoire", + "Roquettes", + "Roquevaire", + "Rosay", + "Rosay-sur-Lieure", + "Roscoff", + "Rosel", + "Rosenwiller", + "Rosheim", + "Rosieres", + "Rosieres-aux-Salines", + "Rosieres-en-Haye", + "Rosieres-en-Santerre", + "Rosieres-pres-Troyes", + "Rosieres-sur-Mance", + "Rosny-sous-Bois", + "Rosny-sur-Seine", + "Rosoy-en-Multien", + "Rospez", + "Rosporden", + "Rosselange", + "Rossfeld", + "Rosteig", + "Rostrenen", + "Rosult", + "Rothau", + "Rotherens", + "Rots", + "Rott", + "Rouans", + "Roubaix", + "Roubia", + "Roubion", + "Roucy", + "Rouen", + "Rouffach", + "Rouffiac-Tolosan", + "Rouffignac", + "Rouffignac-Saint-Cernin-de-Reilhac", + "Rouge-Perriers", + "Rougegoutte", + "Rougemont", + "Rougiers", + "Rouillac", + "Rouille", + "Rouillon", + "Rouilly-Sacey", + "Roujan", + "Roulans", + "Roullens", + "Roullet-Saint-Estephe", + "Roumare", + "Roumazieres", + "Roumegoux", + "Roumoules", + "Rountzenheim", + "Rouperroux", + "Rousies", + "Roussay", + "Rousseloy", + "Rousset", + "Roussillon", + "Rousson", + "Roussy", + "Roussy-le-Village", + "Routot", + "Rouville", + "Rouvillers", + "Rouvre", + "Rouvres-la-Chetive", + "Rouvroy", + "Rouvroy-sur-Audry", + "Rouvroy-sur-Marne", + "Rouxmesnil-Bouteilles", + "Rouy-le-Grand", + "Rouziers-de-Touraine", + "Roville-aux-Chenes", + "Royan", + "Royas", + "Royat", + "Roybon", + "Roye", + "Roye-sur-Matz", + "Rozay-en-Brie", + "Rozerieulles", + "Rozier-en-Donzy", + "Rozieres-en-Beauce", + "Rozoy-Bellevalle", + "Rozoy-sur-Serre", + "Ruaudin", + "Rubelles", + "Rubempre", + "Ruch", + "Rucqueville", + "Rue", + "Rueil-Malmaison", + "Ruelisheim", + "Ruelle", + "Ruelle-sur-Touvre", + "Ruesnes", + "Ruffec", + "Ruffey-les-Beaune", + "Ruffey-les-Echirey", + "Ruffey-sur-Seille", + "Ruffiac", + "Rugles", + "Ruille-Froid-Fonds", + "Ruille-le-Gravelais", + "Ruitz", + "Rully", + "Rumaucourt", + "Rumegies", + "Rumersheim-le-Haut", + "Rumigny", + "Rumilly", + "Rumilly-en-Cambresis", + "Rungis", + "Ruoms", + "Rupt", + "Rupt-sur-Moselle", + "Rurange-les-Thionville", + "Russ", + "Ruy", + "Ry", + "Saacy-sur-Marne", + "Saales", + "Sabatier", + "Sable-sur-Sarthe", + "Sablonceaux", + "Sablons", + "Sabres", + "Sacey", + "Sachin", + "Saclas", + "Saclay", + "Sacquenville", + "Sacy", + "Sadirac", + "Saessolsheim", + "Saffre", + "Sagy", + "Sahurs", + "Saignes", + "Sail-sous-Couzan", + "Saillans", + "Sailly-en-Ostrevent", + "Sailly-Flibeaucourt", + "Sailly-Labourse", + "Sailly-le-Sec", + "Sailly-lez-Cambrai", + "Sailly-sur-la-Lys", + "Sain-Bel", + "Sainghin-en-Melantois", + "Sainghin-en-Weppes", + "Sainneville", + "Sainpuits", + "Sains-du-Nord", + "Sains-en-Amienois", + "Sains-en-Gohelle", + "Saint Nicolas Les Arras", + "Saint-Abit", + "Saint-Adrien", + "Saint-Affrique", + "Saint-Agathon", + "Saint-Agnant", + "Saint-Agoulin", + "Saint-Agreve", + "Saint-Aignan-des-Noyers", + "Saint-Aignan-sur-Roe", + "Saint-Aigulin", + "Saint-Albain", + "Saint-Alban-de-Roche", + "Saint-Alban-du-Rhone", + "Saint-Alban-Leysse", + "Saint-Alexandre", + "Saint-Amancet", + "Saint-Amand-de-Belves", + "Saint-Amand-de-Coly", + "Saint-Amand-en-Puisaye", + "Saint-Amand-les-Eaux", + "Saint-Amand-Magnazeix", + "Saint-Amand-Montrond", + "Saint-Amand-sur-Fion", + "Saint-Amans-Soult", + "Saint-Amans-Valtoret", + "Saint-Amant-de-Boixe", + "Saint-Amant-Tallende", + "Saint-Amarin", + "Saint-Ambroix", + "Saint-Amour", + "Saint-Andeol-de-Vals", + "Saint-Andeux", + "Saint-Andiol", + "Saint-Andre", + "Saint-Andre-de-Chalencon", + "Saint-Andre-de-Corcy", + "Saint-Andre-de-Messei", + "Saint-Andre-de-Roquelongue", + "Saint-Andre-de-Rosans", + "Saint-Andre-de-Sangonis", + "Saint-Andre-des-Eaux", + "Saint-Andre-en-Vivarais", + "Saint-Andre-Farivillers", + "Saint-Andre-le-Gaz", + "Saint-Andre-le-Puy", + "Saint-Andre-les-Alpes", + "Saint-Andre-les-Vergers", + "Saint-Andre-lez-Lille", + "Saint-Andre-sur-Orne", + "Saint-Andre-Treize-Voies", + "Saint-Androny", + "Saint-Angeau", + "Saint-Angel", + "Saint-Antoine-Cumond", + "Saint-Antoine-du-Rocher", + "Saint-Antoine-la-Foret", + "Saint-Antonin-sur-Bayon", + "Saint-Apollinaire", + "Saint-Appolinard", + "Saint-Aquilin-de-Pacy", + "Saint-Armel", + "Saint-Arnoult", + "Saint-Arnoult-des-Bois", + "Saint-Arnoult-en-Yvelines", + "Saint-Astier", + "Saint-Auban", + "Saint-Aubert", + "Saint-Aubin", + "Saint-Aubin-de-Baubigne", + "Saint-Aubin-de-Lanquais", + "Saint-Aubin-de-Medoc", + "Saint-Aubin-des-Chateaux", + "Saint-Aubin-du-Cormier", + "Saint-Aubin-du-Plain", + "Saint-Aubin-en-Bray", + "Saint-Aubin-en-Charollais", + "Saint-Aubin-les-Elbeuf", + "Saint-Aubin-les-Forges", + "Saint-Aubin-sous-Erquery", + "Saint-Aubin-sur-Gaillon", + "Saint-Aubin-sur-Mer", + "Saint-Aubin-sur-Scie", + "Saint-Augustin", + "Saint-Aunes", + "Saint-Avaugourd-des-Landes", + "Saint-Ave", + "Saint-Avertin", + "Saint-Avit", + "Saint-Avit-les-Guespieres", + "Saint-Avold", + "Saint-Avre", + "Saint-Ay", + "Saint-Aygulf", + "Saint-Baldoph", + "Saint-Bardoux", + "Saint-Barnabe", + "Saint-Barthelemy-de-Bussiere", + "Saint-Barthelemy-de-Vals", + "Saint-Barthelemy-Lestra", + "Saint-Baudille-de-la-Tour", + "Saint-Bauzille-de-Montmel", + "Saint-Bauzille-de-Putois", + "Saint-Beat", + "Saint-Benezet", + "Saint-Benin-dAzy", + "Saint-Benoit", + "Saint-Benoit-des-Ondes", + "Saint-Benoit-sur-Loire", + "Saint-Berain-sur-Dheune", + "Saint-Bernard", + "Saint-Beron", + "Saint-Berthevin", + "Saint-Bihy", + "Saint-Blaise-la-Roche", + "Saint-Bohaire", + "Saint-Boil", + "Saint-Boingt", + "Saint-Bonnet-de-Mure", + "Saint-Bonnet-le-Chateau", + "Saint-Bonnet-le-Troncy", + "Saint-Bonnet-les-Allier", + "Saint-Branchs", + "Saint-Brandan", + "Saint-Bres", + "Saint-Brevin-les-Pins", + "Saint-Briac-sur-Mer", + "Saint-Brice", + "Saint-Brice-de-Landelles", + "Saint-Brice-sous-Foret", + "Saint-Brieuc", + "Saint-Bris-le-Vineux", + "Saint-Brisson-sur-Loire", + "Saint-Calais", + "Saint-Cannat", + "Saint-Caprais-de-Bordeaux", + "Saint-Carne", + "Saint-Carreuc", + "Saint-Cassin", + "Saint-Cast-le-Guildo", + "Saint-Cere", + "Saint-Cergues", + "Saint-Cesaire", + "Saint-Cezaire-sur-Siagne", + "Saint-Cezert", + "Saint-Chamassy", + "Saint-Chamond", + "Saint-Chaptes", + "Saint-Chartres", + "Saint-Chef", + "Saint-Cheron-du-Chemin", + "Saint-Chinian", + "Saint-Christo-en-Jarez", + "Saint-Christol", + "Saint-Christol-les-Ales", + "Saint-Christophe-de-Valains", + "Saint-Christophe-du-Bois", + "Saint-Christophe-du-Ligneron", + "Saint-Christophe-en-Boucherie", + "Saint-Christophe-en-Brionnais", + "Saint-Christophe-sur-Avre", + "Saint-Christophe-sur-Guiers", + "Saint-Christophe-sur-le-Nais", + "Saint-Christophe-sur-Roc", + "Saint-Ciers-sur-Gironde", + "Saint-Cirgues", + "Saint-Clair", + "Saint-Clair-de-la-Tour", + "Saint-Clair-du-Rhone", + "Saint-Clair-sur-Galaure", + "Saint-Clar-de-Riviere", + "Saint-Claud", + "Saint-Claude", + "Saint-Claude-de-Diray", + "Saint-Clement", + "Saint-Clement-de-la-Place", + "Saint-Clement-des-Levees", + "Saint-Clet", + "Saint-Cloud", + "Saint-Colomban", + "Saint-Congard", + "Saint-Contest", + "Saint-Corneille", + "Saint-Cornier-des-Landes", + "Saint-Coulitz", + "Saint-Coulomb", + "Saint-Creac", + "Saint-Crepin-Ibouvillers", + "Saint-Crespin-sur-Moine", + "Saint-Cyprien", + "Saint-Cyprien-Plage", + "Saint-Cyr-du-Gault", + "Saint-Cyr-en-Pail", + "Saint-Cyr-en-Val", + "Saint-Cyr-la-Campagne", + "Saint-Cyr-le-Chatoux", + "Saint-Cyr-les-Champagnes", + "Saint-Cyr-sur-le-Rhone", + "Saint-Cyr-sur-Loire", + "Saint-Cyr-sur-Menthon", + "Saint-Cyr-sur-Mer", + "Saint-Cyr-sur-Morin", + "Saint-Denis", + "Saint-Denis-dAnjou", + "Saint-Denis-de-Cabanne", + "Saint-Denis-de-Palin", + "Saint-Denis-de-Pile", + "Saint-Denis-de-Vaux", + "Saint-Denis-des-Murs", + "Saint-Denis-en-Bugey", + "Saint-Denis-en-Val", + "Saint-Denis-le-Gast", + "Saint-Denis-le-Thiboult", + "Saint-Denis-les-Rebais", + "Saint-Denis-sur-Coise", + "Saint-Denis-sur-Sarthon", + "Saint-Derrien", + "Saint-Desir", + "Saint-Desirat", + "Saint-Desire", + "Saint-Dezery", + "Saint-Didier-de-Formans", + "Saint-Didier-de-la-Tour", + "Saint-Didier-en-Donjon", + "Saint-Didier-en-Velay", + "Saint-Didier-sous-Riverie", + "Saint-Didier-sur-Chalaronne", + "Saint-Didier-sur-Rochefort", + "Saint-Die-des-Vosges", + "Saint-Dionisy", + "Saint-Disdier", + "Saint-Divy", + "Saint-Dizier", + "Saint-Dizier-en-Diois", + "Saint-Dolay", + "Saint-Domet", + "Saint-Domineuc", + "Saint-Donan", + "Saint-Doulchard", + "Saint-Drezery", + "Saint-Ebremond-de-Bonfosse", + "Saint-Elier", + "Saint-Eliph", + "Saint-Elix-Seglan", + "Saint-Eloi", + "Saint-Eloy-de-Gy", + "Saint-Eloy-la-Glaciere", + "Saint-Eloy-les-Mines", + "Saint-Emilion", + "Saint-Erblon", + "Saint-Erme-Outre-et-Ramecourt", + "Saint-Esteve", + "Saint-Esteve-Janson", + "Saint-Etienne", + "Saint-Etienne-au-Mont", + "Saint-Etienne-au-Temple", + "Saint-Etienne-de-Baigorry", + "Saint-Etienne-de-Brillouet", + "Saint-Etienne-de-Crossey", + "Saint-Etienne-de-Cuines", + "Saint-Etienne-de-Fontbellon", + "Saint-Etienne-de-Montluc", + "Saint-Etienne-de-Saint-Geoirs", + "Saint-Etienne-de-Tinee", + "Saint-Etienne-de-Tulmont", + "Saint-Etienne-de-Valoux", + "Saint-Etienne-des-Oullieres", + "Saint-Etienne-du-Bois", + "Saint-Etienne-du-Gres", + "Saint-Etienne-du-Valdonnez", + "Saint-Etienne-du-Vauvray", + "Saint-Etienne-en-Cogles", + "Saint-Etienne-la-Varenne", + "Saint-Etienne-le-Molard", + "Saint-Etienne-les-Orgues", + "Saint-Etienne-sous-Bailleul", + "Saint-Etienne-sur-Chalaronne", + "Saint-Etienne-sur-Suippe", + "Saint-Eulien", + "Saint-Eustache-la-Foret", + "Saint-Evarzec", + "Saint-Faust", + "Saint-Felicien", + "Saint-Felix-de-Rieutord", + "Saint-Felix-de-Villadeix", + "Saint-Fiacre", + "Saint-Fiacre-sur-Maine", + "Saint-Firmin", + "Saint-Firmin-des-Pres", + "Saint-Florent", + "Saint-Florent-le-Vieil", + "Saint-Florent-sur-Auzonnet", + "Saint-Florent-sur-Cher", + "Saint-Florentin", + "Saint-Floret", + "Saint-Floris", + "Saint-Flour", + "Saint-Flovier", + "Saint-Folquin", + "Saint-Fons", + "Saint-Forgeux", + "Saint-Fort", + "Saint-Fregant", + "Saint-Fromond", + "Saint-Front", + "Saint-Fulgent", + "Saint-Fuscien", + "Saint-Galmier", + "Saint-Gatien-des-Bois", + "Saint-Gaudens", + "Saint-Gaultier", + "Saint-Gein", + "Saint-Gelais", + "Saint-Gely-du-Fesc", + "Saint-Gence", + "Saint-Generoux", + "Saint-Genes-du-Retz", + "Saint-Genest-Lerpt", + "Saint-Genest-Malifaux", + "Saint-Gengoux-de-Scisse", + "Saint-Genies-Bellevue", + "Saint-Genies-de-Comolas", + "Saint-Genies-de-Malgoires", + "Saint-Genies-des-Mourgues", + "Saint-Genis-Laval", + "Saint-Genis-les-Ollieres", + "Saint-Genis-Pouilly", + "Saint-Genix-sur-Guiers", + "Saint-Genou", + "Saint-Geoire-en-Valdaine", + "Saint-Geoirs", + "Saint-Georges-de-Baroille", + "Saint-Georges-de-Didonne", + "Saint-Georges-de-Luzencon", + "Saint-Georges-de-Montaigu", + "Saint-Georges-de-Pointindoux", + "Saint-Georges-de-Poisieux", + "Saint-Georges-de-Reneins", + "Saint-Georges-des-Coteaux", + "Saint-Georges-du-Bois", + "Saint-Georges-du-Rosay", + "Saint-Georges-du-Vievre", + "Saint-Georges-Haute-Ville", + "Saint-Georges-le-Flechard", + "Saint-Georges-les-Baillargeaux", + "Saint-Georges-Montcocq", + "Saint-Georges-sur-Allier", + "Saint-Georges-sur-Arnon", + "Saint-Georges-sur-Baulche", + "Saint-Georges-sur-Cher", + "Saint-Georges-sur-Eure", + "Saint-Georges-sur-Fontaine", + "Saint-Georges-sur-Loire", + "Saint-Georges-sur-Renon", + "Saint-Gerand", + "Saint-Gerand-de-Vaux", + "Saint-Gereon", + "Saint-Germain", + "Saint-Germain-de-Joux", + "Saint-Germain-de-la-Grange", + "Saint-Germain-de-Princay", + "Saint-Germain-de-Tournebut", + "Saint-Germain-des-Fosses", + "Saint-Germain-des-Pres", + "Saint-Germain-du-Corbeis", + "Saint-Germain-du-Plain", + "Saint-Germain-du-Puch", + "Saint-Germain-du-Puy", + "Saint-Germain-en-Laye", + "Saint-Germain-la-Blanche-Herbe", + "Saint-Germain-la-Ville", + "Saint-Germain-Langot", + "Saint-Germain-Laprade", + "Saint-Germain-Laxis", + "Saint-Germain-Lembron", + "Saint-Germain-les-Arpajon", + "Saint-Germain-les-Belles", + "Saint-Germain-les-Corbeil", + "Saint-Germain-les-Paroisses", + "Saint-Germain-les-Vergnes", + "Saint-Germain-Nuelles", + "Saint-Germain-sous-Doue", + "Saint-Germain-sur-Avre", + "Saint-Germain-sur-Moine", + "Saint-Germain-sur-Morin", + "Saint-Germain-sur-Rhone", + "Saint-Germain-Village", + "Saint-Germainmont", + "Saint-Germer-de-Fly", + "Saint-Gervais-en-Belin", + "Saint-Gervais-la-Foret", + "Saint-Gervais-les-Bains", + "Saint-Gervais-sous-Meymont", + "Saint-Gervais-sur-Roubion", + "Saint-Gervazy", + "Saint-Geyrac", + "Saint-Gildas-des-Bois", + "Saint-Gilles", + "Saint-Gilles-des-Marais", + "Saint-Gilles-les-Bois", + "Saint-Gingolph", + "Saint-Girons", + "Saint-Goazec", + "Saint-Gobain", + "Saint-Gondon", + "Saint-Gondran", + "Saint-Gonnery", + "Saint-Gratien", + "Saint-Grave", + "Saint-Gregoire", + "Saint-Guilhem-le-Desert", + "Saint-Guinoux", + "Saint-Heand", + "Saint-Helen", + "Saint-Herblain", + "Saint-Herve", + "Saint-Hilaire-Cusson-la-Valmitte", + "Saint-Hilaire-de-Brethmas", + "Saint-Hilaire-de-Chaleons", + "Saint-Hilaire-de-Court", + "Saint-Hilaire-de-la-Cote", + "Saint-Hilaire-de-Loulay", + "Saint-Hilaire-de-Riez", + "Saint-Hilaire-de-Talmont", + "Saint-Hilaire-de-Voust", + "Saint-Hilaire-du-Harcouet", + "Saint-Hilaire-le-Vouhis", + "Saint-Hilaire-les-Andresis", + "Saint-Hilaire-les-Courbes", + "Saint-Hilaire-lez-Cambrai", + "Saint-Hilaire-Peyroux", + "Saint-Hilaire-Saint-Mesmin", + "Saint-Hilarion", + "Saint-Hilliers", + "Saint-Hippolyte", + "Saint-Hippolyte-de-Montaigu", + "Saint-Hippolyte-du-Fort", + "Saint-Honore-les-Bains", + "Saint-Hostien", + "Saint-Igneuc", + "Saint-Illide", + "Saint-Imoges", + "Saint-Ismier", + "Saint-Jacques-de-la-Lande", + "Saint-Jean-aux-Amognes", + "Saint-Jean-Bonnefonds", + "Saint-Jean-Brevelay", + "Saint-Jean-de-Boiseau", + "Saint-Jean-de-Bournay", + "Saint-Jean-de-Braye", + "Saint-Jean-de-Chevelu", + "Saint-Jean-de-Cornies", + "Saint-Jean-de-Gonville", + "Saint-Jean-de-la-Ruelle", + "Saint-Jean-de-Laur", + "Saint-Jean-de-Lier", + "Saint-Jean-de-Liversay", + "Saint-Jean-de-Losne", + "Saint-Jean-de-Luz", + "Saint-Jean-de-Marcel", + "Saint-Jean-de-Marsacq", + "Saint-Jean-de-Maurienne", + "Saint-Jean-de-Moirans", + "Saint-Jean-de-Monts", + "Saint-Jean-de-Muzols", + "Saint-Jean-de-Sauves", + "Saint-Jean-de-Serres", + "Saint-Jean-de-Sixt", + "Saint-Jean-de-Soudain", + "Saint-Jean-de-Vedas", + "Saint-Jean-des-Baisants", + "Saint-Jean-des-Champs", + "Saint-Jean-des-Mauvrets", + "Saint-Jean-des-Ollieres", + "Saint-Jean-des-Vignes", + "Saint-Jean-du-Bruel", + "Saint-Jean-du-Cardonnay", + "Saint-Jean-du-Falga", + "Saint-Jean-en-Royans", + "Saint-Jean-Kerdaniel", + "Saint-Jean-Kourtzerode", + "Saint-Jean-la-Poterie", + "Saint-Jean-Lasseille", + "Saint-Jean-le-Blanc", + "Saint-Jean-le-Centenier", + "Saint-Jean-le-Thomas", + "Saint-Jean-les-Deux-Jumeaux", + "Saint-Jean-Ligoure", + "Saint-Jean-Pied-de-Port", + "Saint-Jean-Rohrbach", + "Saint-Jean-Saint-Germain", + "Saint-Jean-sur-Erve", + "Saint-Jean-sur-Vilaine", + "Saint-Jean-Trolimon", + "Saint-Jeannet", + "Saint-Jeoire", + "Saint-Jeoire-Prieure", + "Saint-Jeures", + "Saint-Joachim", + "Saint-Jorioz", + "Saint-Jory", + "Saint-Joseph-de-Riviere", + "Saint-Jouan-des-Guerets", + "Saint-Jouvent", + "Saint-Judoce", + "Saint-Julien", + "Saint-Julien-de-Cassagnas", + "Saint-Julien-de-Chedon", + "Saint-Julien-de-Concelles", + "Saint-Julien-de-Coppel", + "Saint-Julien-de-Lampon", + "Saint-Julien-de-Vouvantes", + "Saint-Julien-des-Landes", + "Saint-Julien-du-Puy", + "Saint-Julien-du-Sault", + "Saint-Julien-en-Born", + "Saint-Julien-en-Champsaur", + "Saint-Julien-en-Genevois", + "Saint-Julien-le-Roux", + "Saint-Julien-le-Vendomois", + "Saint-Julien-les-Metz", + "Saint-Julien-les-Villas", + "Saint-Julien-sur-Bibost", + "Saint-Julien-sur-Sarthe", + "Saint-Junien", + "Saint-Just-Chaleyssin", + "Saint-Just-de-Claix", + "Saint-Just-en-Bas", + "Saint-Just-en-Chaussee", + "Saint-Just-en-Chevalet", + "Saint-Just-le-Martel", + "Saint-Just-Malmont", + "Saint-Just-pres-Brioude", + "Saint-Lactencin", + "Saint-Lager", + "Saint-Lager-Bressac", + "Saint-Lambert-du-Lattay", + "Saint-Lambert-la-Potherie", + "Saint-Lambert-sur-Dive", + "Saint-Lanne", + "Saint-Lary-Boujean", + "Saint-Lary-Soulan", + "Saint-Launeuc", + "Saint-Laurent-Blangy", + "Saint-Laurent-Bretagne", + "Saint-Laurent-de-la-Plaine", + "Saint-Laurent-de-la-Pree", + "Saint-Laurent-de-la-Salanque", + "Saint-Laurent-de-Levezou", + "Saint-Laurent-de-Mure", + "Saint-Laurent-de-Neste", + "Saint-Laurent-des-Autels", + "Saint-Laurent-des-Combes", + "Saint-Laurent-du-Bois", + "Saint-Laurent-du-Mottay", + "Saint-Laurent-du-Pont", + "Saint-Laurent-du-Var", + "Saint-Laurent-en-Beaumont", + "Saint-Laurent-en-Gatines", + "Saint-Laurent-la-Roche", + "Saint-Laurent-Rochefort", + "Saint-Laurent-sur-Gorre", + "Saint-Laurent-sur-Sevre", + "Saint-Laurs", + "Saint-Leger-aux-Bois", + "Saint-Leger-de-Rotes", + "Saint-Leger-des-Vignes", + "Saint-Leger-du-Bourg-Denis", + "Saint-Leger-en-Bray", + "Saint-Leger-les-Domart", + "Saint-Leger-sous-Brienne", + "Saint-Leger-sous-Cholet", + "Saint-Leger-sur-Dheune", + "Saint-Leonard", + "Saint-Leonard-de-Noblat", + "Saint-Leu-la-Foret", + "Saint-Lezin", + "Saint-Lieux-les-Lavaur", + "Saint-Lormel", + "Saint-Loubes", + "Saint-Louis", + "Saint-Louis-de-Montferrand", + "Saint-Loup", + "Saint-Loup-Cammas", + "Saint-Loup-Hors", + "Saint-Lubin-des-Joncherets", + "Saint-Lumier-en-Champagne", + "Saint-Lumine-de-Clisson", + "Saint-Luperce", + "Saint-Lupicin", + "Saint-Lye", + "Saint-Lye-la-Foret", + "Saint-Lyphard", + "Saint-Lys", + "Saint-Macaire", + "Saint-Macaire-du-Bois", + "Saint-Macaire-en-Mauges", + "Saint-Magne-de-Castillon", + "Saint-Maigner", + "Saint-Maigrin", + "Saint-Maime", + "Saint-Maixant", + "Saint-Malo-de-Guersac", + "Saint-Malo-de-la-Lande", + "Saint-Malo-de-Phily", + "Saint-Malo-du-Bois", + "Saint-Malo-en-Donziois", + "Saint-Mamert-du-Gard", + "Saint-Mamet-la-Salvetat", + "Saint-Mammes", + "Saint-Mande", + "Saint-Mandrier-sur-Mer", + "Saint-Marc-Jaumegarde", + "Saint-Marceau", + "Saint-Marcel-Bel-Accueil", + "Saint-Marcel-les-Valence", + "Saint-Marcel-sur-Aude", + "Saint-Marcellin", + "Saint-Marcellin-en-Forez", + "Saint-Mard", + "Saint-Mard-de-Vaux", + "Saint-Mariens", + "Saint-Mars-de-Coutais", + "Saint-Mars-de-Locquenay", + "Saint-Mars-du-Desert", + "Saint-Mars-la-Jaille", + "Saint-Martial", + "Saint-Martial-de-Vitaterne", + "Saint-Martin-au-Laert", + "Saint-Martin-Belle-Roche", + "Saint-Martin-Bellevue", + "Saint-Martin-Boulogne", + "Saint-Martin-Choquel", + "Saint-Martin-de-Belleville", + "Saint-Martin-de-Bernegoue", + "Saint-Martin-de-Blagny", + "Saint-Martin-de-Crau", + "Saint-Martin-de-Fontenay", + "Saint-Martin-de-la-Brasque", + "Saint-Martin-de-Lenne", + "Saint-Martin-de-Londres", + "Saint-Martin-de-Nigelles", + "Saint-Martin-de-Re", + "Saint-Martin-de-Riberac", + "Saint-Martin-de-Seignanx", + "Saint-Martin-de-Valamas", + "Saint-Martin-de-Valgalgues", + "Saint-Martin-des-Bois", + "Saint-Martin-des-Champs", + "Saint-Martin-des-Noyers", + "Saint-Martin-des-Olmes", + "Saint-Martin-du-Bois", + "Saint-Martin-du-Bosc", + "Saint-Martin-du-Manoir", + "Saint-Martin-du-Mont", + "Saint-Martin-du-Puy", + "Saint-Martin-du-Tertre", + "Saint-Martin-du-Tilleul", + "Saint-Martin-du-Var", + "Saint-Martin-en-Biere", + "Saint-Martin-en-Bresse", + "Saint-Martin-en-Campagne", + "Saint-Martin-en-Gatinois", + "Saint-Martin-en-Haut", + "Saint-Martin-la-Campagne", + "Saint-Martin-la-Plaine", + "Saint-Martin-Lacaussade", + "Saint-Martin-Lalande", + "Saint-Martin-le-Beau", + "Saint-Martin-le-Noeud", + "Saint-Martin-le-Pin", + "Saint-Martin-le-Vieil", + "Saint-Martin-le-Vinoux", + "Saint-Martin-les-Melle", + "Saint-Martin-Longueau", + "Saint-Martin-Osmonville", + "Saint-Martin-Sainte-Catherine", + "Saint-Martin-sur-Arve", + "Saint-Martin-sur-le-Pre", + "Saint-Martin-sur-Nohain", + "Saint-Martin-sur-Ocre", + "Saint-Martin-Terressus", + "Saint-Martin-Valmeroux", + "Saint-Mary", + "Saint-Mathieu-de-Treviers", + "Saint-Mathurin", + "Saint-Maudan", + "Saint-Maulvis", + "Saint-Maurice", + "Saint-Maurice-de-Cazevieille", + "Saint-Maurice-de-Gourdans", + "Saint-Maurice-de-Lignon", + "Saint-Maurice-de-Remens", + "Saint-Maurice-la-Clouere", + "Saint-Maurice-la-Souterraine", + "Saint-Maurice-les-Brousses", + "Saint-Maurice-Montcouronne", + "Saint-Maurice-sur-Aveyron", + "Saint-Maurice-sur-Dargoire", + "Saint-Maurice-sur-Eygues", + "Saint-Maurice-sur-Fessard", + "Saint-Maurice-sur-Moselle", + "Saint-Max", + "Saint-Maxent", + "Saint-Maximin", + "Saint-Maximin-la-Sainte-Baume", + "Saint-Maxire", + "Saint-Meard-de-Gurcon", + "Saint-Medard-de-Guizieres", + "Saint-Medard-en-Forez", + "Saint-Meen-le-Grand", + "Saint-Melaine-sur-Aubance", + "Saint-Meloir-des-Ondes", + "Saint-Meme-les-Carrieres", + "Saint-Memmie", + "Saint-Michel", + "Saint-Michel-Chef-Chef", + "Saint-Michel-de-Chabrillanoux", + "Saint-Michel-de-Maurienne", + "Saint-Michel-de-Rieufret", + "Saint-Michel-de-Volangis", + "Saint-Michel-des-Andaines", + "Saint-Michel-le-Cloucq", + "Saint-Michel-lObservatoire", + "Saint-Michel-Mont-Mercure", + "Saint-Michel-sous-Bois", + "Saint-Michel-sur-Meurthe", + "Saint-Michel-sur-Orge", + "Saint-Michel-sur-Savasse", + "Saint-Michel-sur-Ternoise", + "Saint-Michel-Treve", + "Saint-Mihiel", + "Saint-Mitre-les-Remparts", + "Saint-Morillon", + "Saint-Nabord", + "Saint-Nauphary", + "Saint-Nazaire", + "Saint-Nazaire-de-Valentane", + "Saint-Nectaire", + "Saint-Nicolas-de-Bliquetuit", + "Saint-Nicolas-de-la-Grave", + "Saint-Nicolas-de-Port", + "Saint-Nicolas-de-Redon", + "Saint-Nicolas-du-Pelem", + "Saint-Nolff", + "Saint-Nom-la-Breteche", + "Saint-Offenge-Dessous", + "Saint-Offenge-Dessus", + "Saint-Omer", + "Saint-Omer-en-Chaussee", + "Saint-Orens-de-Gameville", + "Saint-Orens-Pouy-Petit", + "Saint-Ouen", + "Saint-Ouen-de-Thouberville", + "Saint-Ouen-des-Besaces", + "Saint-Ouen-des-Toits", + "Saint-Ouen-du-Breuil", + "Saint-Ouen-du-Mesnil-Oger", + "Saint-Ouen-du-Tilleul", + "Saint-Ouen-en-Brie", + "Saint-Ouen-les-Parey", + "Saint-Ouen-sur-Iton", + "Saint-Ouen-sur-Morin", + "Saint-Oulph", + "Saint-Ours", + "Saint-Pabu", + "Saint-Pair-du-Mont", + "Saint-Pair-sur-Mer", + "Saint-Pal-de-Mons", + "Saint-Palais", + "Saint-Pancre", + "Saint-Pandelon", + "Saint-Pantaleon-de-Larche", + "Saint-Papoul", + "Saint-Pardoux-du-Breuil", + "Saint-Pargoire", + "Saint-Parize-le-Chatel", + "Saint-Parres-aux-Tertres", + "Saint-Parres-les-Vaudes", + "Saint-Paterne", + "Saint-Paterne-Racan", + "Saint-Pathus", + "Saint-Patrice-de-Claids", + "Saint-Paul", + "Saint-Paul-de-Jarrat", + "Saint-Paul-de-Varces", + "Saint-Paul-de-Vence", + "Saint-Paul-de-Vezelin", + "Saint-Paul-du-Vernay", + "Saint-Paul-en-Chablais", + "Saint-Paul-en-Cornillon", + "Saint-Paul-en-Foret", + "Saint-Paul-en-Jarez", + "Saint-Paul-en-Pareds", + "Saint-Paul-les-Dax", + "Saint-Paul-les-Durance", + "Saint-Paul-les-Romans", + "Saint-Paul-Trois-Chateaux", + "Saint-Paulet-de-Caisson", + "Saint-Pee-sur-Nivelle", + "Saint-Pellerin", + "Saint-Peray", + "Saint-Perdon", + "Saint-Pere", + "Saint-Pere-en-Retz", + "Saint-Pern", + "Saint-Philbert-de-Bouaine", + "Saint-Philbert-de-Grand-Lieu", + "Saint-Philbert-du-Pont-Charrault", + "Saint-Philibert", + "Saint-Piat", + "Saint-Pierre-Bois", + "Saint-Pierre-Brouck", + "Saint-Pierre-dAllevard", + "Saint-Pierre-de-Boeuf", + "Saint-Pierre-de-Bressieux", + "Saint-Pierre-de-Chandieu", + "Saint-Pierre-de-Jards", + "Saint-Pierre-de-Lages", + "Saint-Pierre-de-Maille", + "Saint-Pierre-de-Mons", + "Saint-Pierre-de-Plesguen", + "Saint-Pierre-de-Trivisy", + "Saint-Pierre-de-Varengeville", + "Saint-Pierre-de-Varennes", + "Saint-Pierre-des-Corps", + "Saint-Pierre-des-Echaubrognes", + "Saint-Pierre-des-Fleurs", + "Saint-Pierre-du-Chemin", + "Saint-Pierre-du-Mont", + "Saint-Pierre-du-Palais", + "Saint-Pierre-du-Perray", + "Saint-Pierre-du-Regard", + "Saint-Pierre-du-Vauvray", + "Saint-Pierre-en-Port", + "Saint-Pierre-en-Val", + "Saint-Pierre-la-Bourlhonne", + "Saint-Pierre-la-Cour", + "Saint-Pierre-la-Garenne", + "Saint-Pierre-la-Palud", + "Saint-Pierre-Lavis", + "Saint-Pierre-le-Chastel", + "Saint-Pierre-le-Moutier", + "Saint-Pierre-le-Vieux", + "Saint-Pierre-les-Elbeuf", + "Saint-Pierre-Montlimart", + "Saint-Pierre-sur-Dives", + "Saint-Pierre-Tarentaine", + "Saint-Pierreville", + "Saint-Pol-sur-Mer", + "Saint-Pol-sur-Ternoise", + "Saint-Pompont", + "Saint-Pont", + "Saint-Porchaire", + "Saint-Porquier", + "Saint-Pouange", + "Saint-Pourcain-sur-Sioule", + "Saint-Prest", + "Saint-Priest-des-Champs", + "Saint-Priest-en-Jarez", + "Saint-Priest-la-Roche", + "Saint-Priest-la-Vetre", + "Saint-Priest-Taurion", + "Saint-Prim", + "Saint-Privat", + "Saint-Privat-de-Vallongue", + "Saint-Privat-la-Montagne", + "Saint-Prix", + "Saint-Projet", + "Saint-Prouant", + "Saint-Pryve-Saint-Mesmin", + "Saint-Python", + "Saint-Quay-Perros", + "Saint-Quay-Portrieux", + "Saint-Quentin", + "Saint-Quentin-de-Baron", + "Saint-Quentin-du-Dropt", + "Saint-Quentin-en-Mauges", + "Saint-Quentin-Fallavier", + "Saint-Quentin-la-Poterie", + "Saint-Quentin-le-Verger", + "Saint-Quentin-les-Chardonnets", + "Saint-Quentin-sur-Indrois", + "Saint-Quentin-sur-le-Homme", + "Saint-Rambert-en-Bugey", + "Saint-Regle", + "Saint-Remeze", + "Saint-Remimont", + "Saint-Remy", + "Saint-Remy-du-Nord", + "Saint-Remy-en-Mauges", + "Saint-Remy-en-Rollat", + "Saint-Remy-la-Vanne", + "Saint-Remy-la-Varenne", + "Saint-Remy-les-Chevreuse", + "Saint-Remy-sur-Avre", + "Saint-Remy-sur-Durolle", + "Saint-Renan", + "Saint-Reverien", + "Saint-Riquier", + "Saint-Rirand", + "Saint-Robert", + "Saint-Roch", + "Saint-Rogatien", + "Saint-Romain-de-Colbosc", + "Saint-Romain-de-Lerps", + "Saint-Romain-en-Gal", + "Saint-Romain-en-Gier", + "Saint-Romain-la-Motte", + "Saint-Romain-la-Virvee", + "Saint-Romain-Lachalm", + "Saint-Romain-le-Preux", + "Saint-Romain-le-Puy", + "Saint-Romain-les-Atheux", + "Saint-Rome-de-Tarn", + "Saint-Saens", + "Saint-Saire", + "Saint-Samson-sur-Rance", + "Saint-Sandoux", + "Saint-Sardos", + "Saint-Saturnin-du-Limet", + "Saint-Saturnin-les-Apt", + "Saint-Saturnin-les-Avignon", + "Saint-Saturnin-sur-Loire", + "Saint-Saulge", + "Saint-Saulve", + "Saint-Sauvant", + "Saint-Sauveur-dAunis", + "Saint-Sauveur-de-Montagut", + "Saint-Sauveur-Gouvernet", + "Saint-Sauveur-la-Sagne", + "Saint-Sauveur-le-Vicomte", + "Saint-Sauveur-Lendelin", + "Saint-Savin", + "Saint-Savinien", + "Saint-Saviol", + "Saint-Savournin", + "Saint-Sebastien", + "Saint-Sebastien-de-Morsent", + "Saint-Secondin", + "Saint-Segal", + "Saint-Seglin", + "Saint-Seine-sur-Vingeanne", + "Saint-Selve", + "Saint-Senoch", + "Saint-Senoux", + "Saint-Series", + "Saint-Sernin", + "Saint-Sernin-du-Bois", + "Saint-Servant", + "Saint-Seurin-de-Cadourne", + "Saint-Seurin-de-Cursac", + "Saint-Seurin-de-Prats", + "Saint-Sever", + "Saint-Sever-Calvados", + "Saint-Siffret", + "Saint-Sigismond", + "Saint-Simeon-de-Bressieux", + "Saint-Simon", + "Saint-Simon-de-Pellouaille", + "Saint-Sixt", + "Saint-Sixte", + "Saint-Sorlin-en-Valloire", + "Saint-Souplet", + "Saint-Soupplets", + "Saint-Suliac", + "Saint-Sulpice-de-Faleyrens", + "Saint-Sulpice-de-Royan", + "Saint-Sulpice-et-Cameyrac", + "Saint-Sulpice-la-Foret", + "Saint-Sulpice-le-Vieux", + "Saint-Sulpice-les-Feuilles", + "Saint-Sulpice-sur-Leze", + "Saint-Sulpice-sur-Risle", + "Saint-Sylvain", + "Saint-Sylvestre-sur-Lot", + "Saint-Symphorien-de-Lay", + "Saint-Symphorien-dOzon", + "Saint-Symphorien-sur-Coise", + "Saint-Symphorien-sur-Saone", + "Saint-Theodorit", + "Saint-Thibaud-de-Couz", + "Saint-Thibault", + "Saint-Thibault-des-Vignes", + "Saint-Thibery", + "Saint-Thierry", + "Saint-Thurial", + "Saint-Trivier-de-Courtes", + "Saint-Trivier-sur-Moignans", + "Saint-Trojan-les-Bains", + "Saint-Tropez", + "Saint-Tugdual", + "Saint-Urbain", + "Saint-Urbain-Maconcourt", + "Saint-Usage", + "Saint-Uze", + "Saint-Vaast-du-Val", + "Saint-Vaast-en-Auge", + "Saint-Vaast-la-Hougue", + "Saint-Vaast-les-Mello", + "Saint-Valery-en-Caux", + "Saint-Valery-sur-Somme", + "Saint-Vallier", + "Saint-Vallier-de-Thiey", + "Saint-Varent", + "Saint-Vaury", + "Saint-Venant", + "Saint-Verand", + "Saint-Viance", + "Saint-Viatre", + "Saint-Viaud", + "Saint-Victor-de-Cessieu", + "Saint-Victor-la-Coste", + "Saint-Victor-sur-Arlanc", + "Saint-Victor-sur-Loire", + "Saint-Victor-sur-Rhins", + "Saint-Victoret", + "Saint-Victurnien", + "Saint-Vigor", + "Saint-Vincent-de-Connezac", + "Saint-Vincent-de-Durfort", + "Saint-Vincent-de-Paul", + "Saint-Vincent-de-Tyrosse", + "Saint-Vincent-des-Landes", + "Saint-Vincent-sur-Graon", + "Saint-Vit", + "Saint-Vital", + "Saint-Vite", + "Saint-Vivien", + "Saint-Vivien-de-Medoc", + "Saint-Vrain", + "Saint-Vulbas", + "Saint-Witz", + "Saint-Xandre", + "Saint-Ybars", + "Saint-Yorre", + "Saint-Yrieix-la-Perche", + "Saint-Yrieix-sur-Charente", + "Saint-Yvi", + "Saint-Yzan-de-Soudiac", + "Saint-Zacharie", + "Sainte-Adresse", + "Sainte-Anastasie-sur-Issole", + "Sainte-Anne-Saint-Priest", + "Sainte-Anne-sur-Vilaine", + "Sainte-Austreberthe", + "Sainte-Bazeille", + "Sainte-Blandine", + "Sainte-Catherine", + "Sainte-Cecile", + "Sainte-Colombe-de-Duras", + "Sainte-Colombe-sur-Gand", + "Sainte-Colombe-sur-Guette", + "Sainte-Consorce", + "Sainte-Croix", + "Sainte-Croix-aux-Mines", + "Sainte-Croix-en-Jarez", + "Sainte-Croix-en-Plaine", + "Sainte-Croix-Grand-Tonne", + "Sainte-Croix-Hague", + "Sainte-Croix-Volvestre", + "Sainte-Eanne", + "Sainte-Enimie", + "Sainte-Eulalie-en-Born", + "Sainte-Eusoye", + "Sainte-Fauste", + "Sainte-Fereole", + "Sainte-Flaive-des-Loups", + "Sainte-Florence", + "Sainte-Florine", + "Sainte-Fortunade", + "Sainte-Foy-de-Longas", + "Sainte-Foy-de-Peyrolieres", + "Sainte-Foy-la-Grande", + "Sainte-Foy-les-Lyon", + "Sainte-Gemme-la-Plaine", + "Sainte-Gemme-Martaillac", + "Sainte-Genevieve", + "Sainte-Helene", + "Sainte-Hermine", + "Sainte-Honorine-du-Fay", + "Sainte-Livrade-sur-Lot", + "Sainte-Luce-sur-Loire", + "Sainte-Lucie de Porto-Vecchio", + "Sainte-Lucie-de-Tallano", + "Sainte-Marguerite", + "Sainte-Marguerite-des-Loges", + "Sainte-Marie", + "Sainte-Marie-aux-Chenes", + "Sainte-Marie-aux-Mines", + "Sainte-Marie-Cappel", + "Sainte-Marie-de-Chignac", + "Sainte-Marie-de-Cuines", + "Sainte-Marie-de-Re", + "Sainte-Marie-du-Mont", + "Sainte-Marie-Kerque", + "Sainte-Marie-Laumont", + "Sainte-Maure-de-Touraine", + "Sainte-Maxime", + "Sainte-Menehould", + "Sainte-Mere-Eglise", + "Sainte-Neomaye", + "Sainte-Opportune-du-Bosc", + "Sainte-Ouenne", + "Sainte-Pazanne", + "Sainte-Preuve", + "Sainte-Radegonde", + "Sainte-Reine-de-Bretagne", + "Sainte-Sabine-sur-Longeve", + "Sainte-Savine", + "Sainte-Seve", + "Sainte-Sigolene", + "Sainte-Solange", + "Sainte-Soulle", + "Sainte-Suzanne", + "Sainte-Terre", + "Sainte-Tulle", + "Sainte-Valiere", + "Sainte-Verge", + "Saintes", + "Saintes-Maries-de-la-Mer", + "Saintry-sur-Seine", + "Saints", + "Saints-Geosmes", + "Sainville", + "Saissac", + "Saisseval", + "Saivres", + "Saix", + "Salagnon", + "Salaise-sur-Sanne", + "Salans", + "Salbert", + "Salbris", + "Saleich", + "Saleilles", + "Salernes", + "Salers", + "Sales", + "Saleux", + "Salies-de-Bearn", + "Salies-du-Salat", + "Saligny", + "Saligny-le-Vif", + "Saligny-sur-Roudon", + "Salin-de-Giraud", + "Salindres", + "Salins", + "Salins-les-Bains", + "Salins-les-Thermes", + "Sallanches", + "Sallaumines", + "Salleboeuf", + "Sallertaine", + "Salles-de-Barbezieux", + "Salles-la-Source", + "Salles-Mongiscard", + "Salles-sur-Mer", + "Salome", + "Salon-de-Provence", + "Salouel", + "Salses-le-Chateau", + "Salvagnac", + "Salviac", + "Salvizinet", + "Salzuit", + "Samadet", + "Samatan", + "Samazan", + "Sambin", + "Sameon", + "Samer", + "Samognat", + "Samois-sur-Seine", + "Samoreau", + "Sampigny-les-Maranges", + "Samson", + "San-Giuliano", + "San-Nicolao", + "Sanary-sur-Mer", + "Sancerre", + "Sanchey", + "Sancourt", + "Sand", + "Sandillon", + "Sandouville", + "Sandrans", + "Sangatte", + "Sanguinet", + "Sannerville", + "Sannois", + "Sansais", + "Sant Andreu de Sureda", + "Sant Genis de Fontanes", + "Sant Joan de Pladecorts", + "Santa-Maria-Poggio", + "Santeny", + "Santes", + "Santeuil", + "Santranges", + "Sanvignes-les-Mines", + "Sanxay", + "Saone", + "Sapogne-et-Feucheres", + "Sapogne-sur-Marche", + "Saramon", + "Saran", + "Sarcelles", + "Sarcey", + "Sarcicourt", + "Sardan", + "Sardieu", + "Sardon", + "Sare", + "Sarge-sur-Braye", + "Sarliac-sur-lIsle", + "Sarralbe", + "Sarraltroff", + "Sarrant", + "Sarras", + "Sarrazac", + "Sarre", + "Sarre-Union", + "Sarrebourg", + "Sarreguemines", + "Sarrey", + "Sarrians", + "Sarrola-Carcopino", + "Sarry", + "Sars-Poteries", + "Sartrouville", + "Sarzeau", + "Sassay", + "Sassenage", + "Sassenay", + "Sassey-sur-Meuse", + "Sathonay-Camp", + "Sathonay-Village", + "Satillieu", + "Satolas-et-Bonce", + "Saubens", + "Saubion", + "Saubrigues", + "Saubusse", + "Saucats", + "Saudoy", + "Saugon", + "Saugues", + "Saujon", + "Saulces-Monclin", + "Saulcy-sur-Meurthe", + "Saules", + "Saulge", + "Saulieu", + "Saulnes", + "Saulnieres", + "Saulnot", + "Saulny", + "Saulon-la-Chapelle", + "Saulon-la-Rue", + "Sault", + "Sault-Brenaz", + "Sault-les-Rethel", + "Sault-Saint-Remy", + "Saultain", + "Saulx-les-Chartreux", + "Saulx-Marchais", + "Saulxures", + "Saulxures-les-Nancy", + "Saulxures-sur-Moselotte", + "Saulzoir", + "Saumane-de-Vaucluse", + "Saumeray", + "Saumur", + "Saurat", + "Sauret-Besserve", + "Sausheim", + "Saussan", + "Saussay-la-Campagne", + "Saussemesnil", + "Saussenac", + "Sausset-les-Pins", + "Saussey", + "Saussines", + "Sautel", + "Sauteyrargues", + "Sautron", + "Sauvage", + "Sauvagney", + "Sauvagnon", + "Sauvat", + "Sauve", + "Sauverny", + "Sauvessanges", + "Sauveterre", + "Sauveterre-de-Bearn", + "Sauveterre-de-Comminges", + "Sauveterre-de-Guyenne", + "Sauveterre-la-Lemance", + "Sauvian", + "Sauvigney-les-Pesmes", + "Sauvigny-les-Bois", + "Sauxillanges", + "Sauze", + "Sauze-Vaussais", + "Sauzelles", + "Sauzet", + "Sauzon", + "Savasse", + "Savenay", + "Savennieres", + "Saverdun", + "Saverne", + "Savieres", + "Savignac-les-Eglises", + "Savignac-sur-Leyze", + "Savigne", + "Savigne-sous-le-Lude", + "Savigneux", + "Savigny", + "Savigny-en-Revermont", + "Savigny-en-Septaine", + "Savigny-le-Sec", + "Savigny-le-Temple", + "Savigny-les-Beaune", + "Savigny-sur-Braye", + "Savigny-sur-Clairis", + "Savigny-sur-Orge", + "Savoie", + "Savonnieres", + "Savouges", + "Savoyeux", + "Savy", + "Savy-Berlette", + "Sayat", + "Scaer", + "Sceaux", + "Sceaux-du-Gatinais", + "Sceaux-sur-Huisne", + "Scharrachbergheim-Irmstett", + "Scherwiller", + "Schillersdorf", + "Schiltigheim", + "Schirmeck", + "Schirrhein", + "Schmittviller", + "Schnersheim", + "Schoeneck", + "Schopperten", + "Schorbach", + "Schweighouse-Thann", + "Schwenheim", + "Scientrier", + "Sciez", + "Scionzier", + "Scorbe-Clairvaux", + "Scrignac", + "Scy-Chazelles", + "Sebazac-Concoures", + "Sebecourt", + "Sebourg", + "Secheval", + "Seclin", + "Secondigny", + "Sedan", + "Sedzere", + "Sees", + "Seez", + "Segalas", + "Segny", + "Segonzac", + "Segonzat", + "Segre", + "Segrie", + "Segry", + "Seichamps", + "Seiches-sur-le-Loir", + "Seignalens", + "Seignelay", + "Seignosse", + "Seilh", + "Seilhac", + "Seine-Port", + "Seingbouse", + "Seissan", + "Selle", + "Selles", + "Selles-Saint-Denis", + "Selles-sur-Cher", + "Selles-sur-Nahon", + "Sellieres", + "Selommes", + "Seloncourt", + "Selongey", + "Seltz", + "Semalens", + "Semblancay", + "Semeac", + "Semeacq-Blachon", + "Semecourt", + "Semoine", + "Semoutiers-Montsaon", + "Semoy", + "Sempigny", + "Semur-en-Brionnais", + "Senan", + "Senas", + "Sendets", + "Sene", + "Senlecques", + "Senlis", + "Sennece-les-Macon", + "Sennecey-le-Grand", + "Sennely", + "Senneville-sur-Fecamp", + "Senonches", + "Senones", + "Senonges", + "Senozan", + "Sens", + "Sens-de-Bretagne", + "Sentheim", + "Senuc", + "Sepmeries", + "Seppois-le-Bas", + "Seppois-le-Haut", + "Sept-Forges", + "Sept-Saulx", + "Septeme", + "Septemes-les-Vallons", + "Septeuil", + "Septfonds", + "Septvaux", + "Sequedin", + "Seraincourt", + "Serans", + "Seraucourt-le-Grand", + "Serbannes", + "Serdinya", + "Sereilhac", + "Serein", + "Seremange-Erzange", + "Serent", + "Serezin-de-la-Tour", + "Serezin-du-Rhone", + "Sergeac", + "Sergy", + "Serifontaine", + "Serignan", + "Serignan-du-Comtat", + "Serigne", + "Sermaises", + "Sermamagny", + "Sermerieu", + "Sermoise", + "Sermoyer", + "Sernhac", + "Serocourt", + "Seronville", + "Serques", + "Serquigny", + "Serre-les-Sapins", + "Serres", + "Serres-Castet", + "Serres-Gaston", + "Serres-Morlaas", + "Serres-Sainte-Marie", + "Serres-sur-Arget", + "Serrieres", + "Serrieres-de-Briord", + "Serrieres-en-Chautagne", + "Serris", + "Serrouville", + "Sers", + "Servais", + "Servance", + "Servant", + "Servas", + "Servaville-Salmonville", + "Servian", + "Servon", + "Servon-sur-Vilaine", + "Sery", + "Sery-les-Mezieres", + "Sessenheim", + "Seugy", + "Seuil", + "Seuillet", + "Seurre", + "Sevelinges", + "Severac", + "Severac-le-Chateau", + "Seveux", + "Sevran", + "Sevres-Anxaumont", + "Sevrey", + "Sevrier", + "Sewen", + "Sexey-aux-Forges", + "Seyches", + "Seyne-les-Alpes", + "Seynod", + "Seyre", + "Seyssel", + "Seysses", + "Seyssinet", + "Seyssinet-Pariset", + "Seyssins", + "Seyssuel", + "Sezanne", + "Sibiril", + "Siccieu-Saint-Julien-et-Carisieu", + "Siegen", + "Sierck-les-Bains", + "Sierentz", + "Sierville", + "Sigean", + "Sigloy", + "Signes", + "Signy", + "Signy-le-Petit", + "Signy-Signets", + "Sigogne", + "Sigoules", + "Sigournais", + "Sigy-en-Bray", + "Silfiac", + "Sillans", + "Sille-le-Guillaume", + "Sillery", + "Sillingy", + "Silly-la-Poterie", + "Silly-le-Long", + "Silly-sur-Nied", + "Silly-Tillard", + "Simandre", + "Simandres", + "Simiane-Collongue", + "Simorre", + "Sin-le-Noble", + "Sinard", + "Sinceny", + "Sion-les-Mines", + "Siran", + "Sireuil", + "Siros", + "Sisco", + "Sissonne", + "Sissy", + "Sisteron", + "Sivry-Courtry", + "Sivry-sur-Meuse", + "Six-Fours-les-Plages", + "Sizun", + "Smarves", + "Sochaux", + "Soignolles-en-Brie", + "Soing-Cubry-Charentenay", + "Soissons", + "Soissons-sur-Nacey", + "Soisy-sous-Montmorency", + "Soisy-sur-Ecole", + "Soisy-sur-Seine", + "Soize", + "Solaize", + "Solaro", + "Solers", + "Solesmes", + "Soleymieux", + "Solferino", + "Solgne", + "Soliers", + "Solignac", + "Solignac-sous-Roche", + "Solignac-sur-Loire", + "Soligny-la-Trappe", + "Sollies-Pont", + "Sollies-Toucas", + "Sollies-Ville", + "Sologny", + "Somain", + "Sombacour", + "Sombernon", + "Somloire", + "Sommaing", + "Somme", + "Sommecaise", + "Sommedieue", + "Sommelonne", + "Sommerance", + "Sommervieu", + "Sommerviller", + "Sommieres", + "Sommieres-du-Clain", + "Sonchamp", + "Sondernach", + "Songeons", + "Sonnay", + "Sonnaz", + "Sonzay", + "Soorts-Hossegor", + "Sorbey", + "Sorbiers", + "Sorcy-Saint-Martin", + "Sore", + "Sorede", + "Sorel-en-Vimeu", + "Sorel-Moussel", + "Soreze", + "Sorges", + "Sorgues", + "Sorigny", + "Sormonne", + "Sornay", + "Sorquainville", + "Sorrus", + "Sort-en-Chalosse", + "Sospel", + "Sottevast", + "Sotteville", + "Sotteville-sur-Mer", + "Souastre", + "Soubise", + "Soublecause", + "Souchez", + "Soucht", + "Soucieu-en-Jarrest", + "Soucy", + "Soudan", + "Soues", + "Souesmes", + "Souffelweyersheim", + "Soufflenheim", + "Sougy", + "Sougy-sur-Loire", + "Souilhanels", + "Souillac", + "Soulac-sur-Mer", + "Soulaincourt", + "Soulaines-Dhuys", + "Soulaines-sur-Aubance", + "Soulaire-et-Bourg", + "Soulanges", + "Soulangis", + "Soulge-sur-Ouette", + "Soulieres", + "Souligne-sous-Ballon", + "Soulitre", + "Soullans", + "Soultz-Haut-Rhin", + "Soultz-sous-Forets", + "Soultzeren", + "Soultzmatt", + "Soulvache", + "Soumeras", + "Soumoulou", + "Souppes-sur-Loing", + "Souprosse", + "Souraide", + "Sourcieux-les-Mines", + "Sourdeval", + "Sourdon", + "Sourdun", + "Sourribes", + "Sours", + "Souspierre", + "Soustons", + "Souvans", + "Souvigne", + "Souvigne-sur-Sarthe", + "Souvigny", + "Souvigny-en-Sologne", + "Souzay-Champigny", + "Souzy", + "Souzy-la-Briche", + "Soyaux", + "Soyers", + "Soyons", + "Spay", + "Spechbach-le-Bas", + "Spechbach-le-Haut", + "Speracedes", + "Spezet", + "Spicheren", + "Spincourt", + "Sponville", + "Spycker", + "Squiffiec", + "St Chamas", + "St Laurent des Arbres", + "St-Malo", + "Staffelfelden", + "Stains", + "Steenbecque", + "Steenvoorde", + "Steenwerck", + "Steige", + "Steinbach", + "Steinbourg", + "Stella-Plage", + "Stenay", + "Still", + "Stiring-Wendel", + "Stosswihr", + "Strasbourg", + "Strazeele", + "Strueth", + "Succieu", + "Suce-sur-Erdre", + "Sucy-en-Brie", + "Suhescun", + "Suin", + "Suippes", + "Sully-la-Chapelle", + "Sully-sur-Loire", + "Sulniac", + "Sundhoffen", + "Supt", + "Surat", + "Surba", + "Suresnes", + "Surgeres", + "Surgy", + "Surin", + "Surques", + "Surtainville", + "Surville", + "Survilliers", + "Sury-en-Vaux", + "Sury-le-Comtal", + "Surzur", + "Sus", + "Sussargues", + "Suzanne", + "Suze-la-Rousse", + "Tabanac", + "Tacoignieres", + "Taden", + "Taglio-Isolaccio", + "Tagnon", + "Taillades", + "Taillebourg", + "Taillis", + "Tailly", + "Taintrux", + "Taissy", + "Taize-Aizie", + "Tajan", + "Talange", + "Talant", + "Talence", + "Talensac", + "Tallard", + "Tallende", + "Taller", + "Talloires", + "Tallud-Sainte-Gemme", + "Talon", + "Taluyers", + "Tamnay-en-Bazois", + "Tancrou", + "Taninges", + "Tanneron", + "Taradeau", + "Tarare", + "Tarascon", + "Tarascon-sur-Ariege", + "Tarbes", + "Tarcenay", + "Tarentaise", + "Targassonne", + "Targon", + "Tarnes", + "Tarnos", + "Tartaras", + "Tartas", + "Tartigny", + "Tassille", + "Tassin-la-Demi-Lune", + "Tatinghem", + "Taule", + "Taulignan", + "Taupont", + "Tauriac", + "Tauriac-de-Camares", + "Tautavel", + "Tauxieres-Mutry", + "Tauxigny", + "Tavaux", + "Tavel", + "Tavera", + "Tavernes", + "Taverny", + "Tavers", + "Tavey", + "Tayrac", + "Tecou", + "Teillet-Argenty", + "Teissieres-de-Cornet", + "Telgruc-sur-Mer", + "Teloche", + "Templemars", + "Templeuve", + "Tence", + "Tende", + "Tendon", + "Terce", + "Tercis-les-Bains", + "Terdeghem", + "Tergnier", + "Ternand", + "Ternay", + "Terrasson-Lavilledieu", + "Terraube", + "Terrebasse", + "Terssac", + "Terves", + "Terville", + "Tessy-sur-Vire", + "Teteghem", + "Teuillac", + "Teurtheville-Hague", + "Teyjat", + "Teyran", + "Thaims", + "Thaire", + "Thal-Drulingen", + "Thann", + "Thaon", + "Thaon-les-Vosges", + "Thauron", + "Theding", + "Thegra", + "Theil-sur-Vanne", + "Theillay", + "Theix", + "Theize", + "Thelus", + "Themericourt", + "Thenay", + "Thenelles", + "Thenezay", + "Thenissey", + "Thennelieres", + "Thennes", + "Thenon", + "Theoule-sur-Mer", + "Therdonne", + "Therouanne", + "Theuville", + "Theuville-aux-Maillots", + "Theys", + "Thezan-les-Beziers", + "Theze", + "Theziers", + "Thezy-Glimont", + "Thiais", + "Thiant", + "Thiberville", + "Thiefosse", + "Thiergeville", + "Thiers", + "Thiers-sur-Theve", + "Thierville", + "Thierville-sur-Meuse", + "Thietreville", + "Thieuloy-Saint-Antoine", + "Thieville", + "Thil", + "Thilay", + "Thilouze", + "Thimert-Gatelles", + "Thimory", + "Thin-le-Moutier", + "Thionville", + "Thise", + "Thivars", + "Thivencelle", + "Thiverval-Grignon", + "Thiviers", + "Thizy-les-Bourgs", + "Thodure", + "Thoirette", + "Thoiry", + "Thoissey", + "Thomery", + "Thones", + "Thonnance-les-Joinville", + "Thonon-les-Bains", + "Thoraise", + "Thorens-Glieres", + "Thorigny", + "Thorigny-sur-Marne", + "Thou", + "Thouare-sur-Loire", + "Thouars", + "Thourotte", + "Thoux", + "Thuir", + "Thuit-Hebert", + "Thulay", + "Thumeries", + "Thun-Saint-Amand", + "Thurageau", + "Thure", + "Thuret", + "Thurins", + "Thury-Harcourt", + "Thusy", + "Thyez", + "Tierce", + "Tiercelet", + "Tigery", + "Tignes", + "Tignieu-Jameyzieu", + "Tigy", + "Til-Chatel", + "Tillay-le-Peneux", + "Tille", + "Tillenay", + "Tillieres", + "Tillieres-sur-Avre", + "Tilloy-et-Bellay", + "Tilloy-lez-Cambrai", + "Tilloy-lez-Marchiennes", + "Tilly-sur-Meuse", + "Tilques", + "Tinchebray", + "Tincques", + "Tincry", + "Tinqueux", + "Tinteniac", + "Tiranges", + "Tirepied", + "Tivernon", + "Tocqueville", + "Tocqueville-en-Caux", + "Tollevast", + "Tombeboeuf", + "Tomblaine", + "Tonnay-Boutonne", + "Tonnay-Charente", + "Tonneins", + "Tonnerre", + "Tonnoy", + "Torce-en-Vallee", + "Torcieu", + "Torcy", + "Torcy-le-Grand", + "Torderes", + "Torfou", + "Torigni-sur-Vire", + "Torpes", + "Torreilles", + "Torsac", + "Torvilliers", + "Torxe", + "Tosse", + "Tossiat", + "Totes", + "Touchay", + "Toucy", + "Toudon", + "Toufflers", + "Toul", + "Toulaud", + "Toulenne", + "Toulon", + "Toulon-sur-Arroux", + "Toulouges", + "Toulouse", + "Toulouzette", + "Toulx-Sainte-Croix", + "Touques", + "Touquin", + "Tour-en-Sologne", + "Tourbes", + "Tourcoing", + "Tourgeville", + "Tourlaville", + "Tourly", + "Tournan-en-Brie", + "Tournay-sur-Odon", + "Tournecoupe", + "Tournedos-Bois-Hubert", + "Tournefeuille", + "Tournehem-sur-la-Hem", + "Tournieres", + "Tournoisis", + "Tournon-Saint-Martin", + "Tournus", + "Tourouvre", + "Tourrette-Levens", + "Tourrettes-sur-Loup", + "Tourriers", + "Tours", + "Tours-en-Savoie", + "Tours-sur-Marne", + "Tours-sur-Meymont", + "Tourtrol", + "Tourves", + "Tourville-en-Auge", + "Tourville-la-Campagne", + "Tourville-la-Chapelle", + "Tourville-la-Riviere", + "Tourville-les-Ifs", + "Tourville-sur-Odon", + "Tourville-sur-Sienne", + "Toury", + "Toussaint", + "Toussieu", + "Toussieux", + "Toussus-le-Noble", + "Toutlemonde", + "Touville", + "Touvois", + "Touvre", + "Touzac", + "Tracy-le-Mont", + "Tracy-le-Val", + "Tracy-sur-Loire", + "Traenheim", + "Trainel", + "Trainou", + "Tramole", + "Tramoyes", + "Trange", + "Trans-en-Provence", + "Trappes", + "Traubach-le-Bas", + "Trausse", + "Travecy", + "Treauville", + "Trebes", + "Trebeurden", + "Trebry", + "Treclun", + "Tredarzec", + "Treduder", + "Treffendel", + "Treffieux", + "Trefflean", + "Treffort", + "Treffrin", + "Treflez", + "Tregarantec", + "Tregastel", + "Treglamus", + "Tregourez", + "Treguidel", + "Tregunc", + "Treignac", + "Treillieres", + "Treize-Septiers", + "Trelaze", + "Trelevern", + "Trelissac", + "Trelivan", + "Trelly", + "Trelon", + "Tremblay", + "Tremel", + "Trementines", + "Tremery", + "Tremeven", + "Tremilly", + "Tremons", + "Tremont-sur-Saulx", + "Tremuson", + "Treon", + "Trepied", + "Trept", + "Tresilley", + "Tresques", + "Tressan", + "Tressange", + "Tresserve", + "Tresses", + "Trets", + "Treuzy-Levelay", + "Treve", + "Treveneuc", + "Treveray", + "Treverien", + "Treves", + "Trevien", + "Trevignin", + "Trevoux", + "Trezioux", + "Triaize", + "Tricot", + "Trie-Chateau", + "Trie-sur-Baise", + "Triel-sur-Seine", + "Trieux", + "Trigavou", + "Trignac", + "Trigueres", + "Trilbardou", + "Trilport", + "Triors", + "Trith-Saint-Leger", + "Trizac", + "Trizay", + "Troarn", + "Troche", + "Trogues", + "Troissereux", + "Troissy", + "Troisvilles", + "Tronville-en-Barrois", + "Trosly-Breuil", + "Trouhans", + "Trouillas", + "Trouley-Labarthe", + "Troussencourt", + "Troussey", + "Trouville", + "Trouville-la-Haule", + "Trouville-sur-Mer", + "Trouy", + "Troyes", + "Troyon", + "Truchtersheim", + "Trumilly", + "Truyes", + "Tubersent", + "Tuchan", + "Tucquegnieux", + "Tuffe", + "Tulle", + "Tullins", + "Tupigny", + "Turckheim", + "Turquant", + "Tursac", + "Tuzaguet", + "Uberach", + "Uchacq-et-Parentis", + "Uchaud", + "Uchaux", + "Uckange", + "Ueberstrass", + "Ugine", + "Ugny-sur-Meuse", + "Uhrwiller", + "Ully-Saint-Georges", + "Umpeau", + "Undurein", + "Ungersheim", + "Unieux", + "Ur", + "Urbeis", + "Urcay", + "Urcel", + "Urcuit", + "Urdos", + "Uriage-les-Bains", + "Urmatt", + "Urou-et-Crennes", + "Urrugne", + "Urt", + "Uruffe", + "Urval", + "Urville-Nacqueville", + "Ury", + "Urzy", + "Us", + "Ussac", + "Usseau", + "Ussel", + "Usson-du-Poitou", + "Ussy", + "Ustaritz", + "Utelle", + "Uvernet-Fours", + "Uxegney", + "Uxem", + "Uzein", + "Uzerche", + "Uzos", + "Vaas", + "Vacheresse", + "Vacognes-Neuilly", + "Vacon", + "Vacquieres", + "Vacquiers", + "Vadenay", + "Vadencourt", + "Vagney", + "Vahl-les-Benestroff", + "Vailhauques", + "Vaillant", + "Vailly", + "Vailly-sur-Aisne", + "Vailly-sur-Sauldre", + "Vaire", + "Vaire-sous-Corbie", + "Vaires-sur-Marne", + "Vaison-la-Romaine", + "Vaissac", + "Vaivre-et-Montoille", + "Val-de-Fier", + "Val-de-la-Haye", + "Val-et-Chatillon", + "Valaire", + "Valay", + "Valberg", + "Valbonne", + "Valcourt", + "Valdahon", + "Valdampierre", + "Valdoie", + "Valdurenque", + "Valencay", + "Valence", + "Valence-sur-Baise", + "Valenciennes", + "Valencin", + "Valencogne", + "Valensole", + "Valentigney", + "Valenton", + "Valescourt", + "Valff", + "Valflaunes", + "Valines", + "Vallangoujard", + "Vallans", + "Vallant-Saint-Georges", + "Vallauris", + "Valle-di-Mezzana", + "Vallegue", + "Valleiry", + "Valleraugue", + "Valleres", + "Vallerois-Lorioz", + "Valleroy-le-Sec", + "Vallesvilles", + "Vallet", + "Vallier", + "Valliguieres", + "Valliquerville", + "Vallon-en-Sully", + "Vallouise", + "Valmestroff", + "Valmondois", + "Valmont", + "Valmy", + "Valognes", + "Valpuiseaux", + "Valras-Plage", + "Valreas", + "Valros", + "Vals-les-Bains", + "Vals-pres-le-Puy", + "Vanclans", + "Vandieres", + "Vandoeuvre-les-Nancy", + "Vandoncourt", + "Vandre", + "Vandrimare", + "Vandy", + "Vannes", + "Vanosc", + "Vantoux", + "Vanves", + "Vanville", + "Vanzac", + "Varades", + "Varages", + "Varaignes", + "Varaize", + "Varanges", + "Varangeville", + "Varaville", + "Varces-Allieres-et-Risset", + "Varen", + "Varennes", + "Varennes-en-Argonne", + "Varennes-Jarcy", + "Varennes-le-Grand", + "Varennes-les-Macon", + "Varennes-sous-Dun", + "Varennes-sur-Allier", + "Varennes-sur-Loire", + "Varennes-sur-Seine", + "Varennes-Vauzelles", + "Varesnes", + "Varetz", + "Varilhes", + "Varinfroy", + "Varois-et-Chaignot", + "Varrains", + "Varreddes", + "Vars", + "Varsberg", + "Varzay", + "Varzy", + "Vasles", + "Vassel", + "Vasselay", + "Vassy", + "Vasteville", + "Vatan", + "Vathimenil", + "Vatimesnil", + "Vauban", + "Vaubecourt", + "Vauchamps", + "Vauchelles", + "Vauchelles-les-Domart", + "Vauchelles-les-Quesnoy", + "Vauchonvilliers", + "Vaucouleurs", + "Vaucresson", + "Vaudebarrier", + "Vaudemange", + "Vaudesson", + "Vaudeville", + "Vaudoy-en-Brie", + "Vaudreching", + "Vaudrey", + "Vaugneray", + "Vaugrigneuse", + "Vauhallan", + "Vaujours", + "Vaulry", + "Vault-de-Lugny", + "Vaulx-en-Velin", + "Vaulx-Milieu", + "Vaumas", + "Vaumoise", + "Vaumort", + "Vaureal", + "Vaureilles", + "Vauvert", + "Vauville", + "Vauvillers", + "Vaux-en-Bugey", + "Vaux-la-Petite", + "Vaux-le-Penil", + "Vaux-les-Pres", + "Vaux-les-Saint-Claude", + "Vaux-sur-Aure", + "Vaux-sur-Blaise", + "Vaux-sur-Eure", + "Vaux-sur-Mer", + "Vaux-sur-Poligny", + "Vaux-sur-Seine", + "Vauxbuin", + "Vauxtin", + "Vaxoncourt", + "Vay", + "Vayrac", + "Vayres", + "Veauche", + "Veaugues", + "Vecoux", + "Vecquemont", + "Vecqueville", + "Vedene", + "Veho", + "Veigne", + "Veigy-Foncenex", + "Velaine-en-Haye", + "Velaines", + "Velars-sur-Ouche", + "Velaux", + "Velines", + "Velle-le-Chatel", + "Velleches", + "Velleminfroy", + "Velleron", + "Velotte-et-Tatignecourt", + "Velye", + "Velzic", + "Vemars", + "Venables", + "Venansault", + "Venant", + "Venarey-les-Laumes", + "Venasque", + "Vence", + "Vendargues", + "Vendat", + "Vendays-Montalivet", + "Vendegies-sur-Ecaillon", + "Vendemian", + "Vendenheim", + "Vendeuil-Caply", + "Vendeuvre-du-Poitou", + "Vendeville", + "Vendin-le-Vieil", + "Vendin-les-Bethune", + "Vendome", + "Vendrennes", + "Vendres", + "Venejan", + "Venelles", + "Venerand", + "Venerque", + "Venette", + "Veneux-les-Sablons", + "Venizel", + "Venizy", + "Vennecy", + "Venon", + "Venoy", + "Ventabren", + "Ventes-Saint-Remy", + "Venteuil", + "Venthon", + "Ventiseri", + "Ver-sur-Launette", + "Verac", + "Verargues", + "Verberie", + "Verchaix", + "Verchamp", + "Verchin", + "Verdelais", + "Verderonne", + "Verdon", + "Verdun", + "Verdun-en-Lauragais", + "Verdun-sur-Garonne", + "Verdun-sur-le-Doubs", + "Veretz", + "Verfeil", + "Vergeze", + "Vergongheon", + "Vergt", + "Veria", + "Verigny", + "Verines", + "Verjux", + "Verlinghem", + "Vermand", + "Vermelles", + "Vermenton", + "Vern-sur-Seiche", + "Vernaison", + "Verne", + "Vernegues", + "Verneil-le-Chetif", + "Vernet-les-Bains", + "Verneugheol", + "Verneuil", + "Verneuil-en-Bourbonnais", + "Verneuil-en-Halatte", + "Verneuil-sous-Coucy", + "Verneuil-sur-Avre", + "Verneuil-sur-Seine", + "Verneuil-sur-Vienne", + "Vernierfontaine", + "Vernines", + "Verniolle", + "Vernioz", + "Vernon", + "Vernosc-les-Annonay", + "Vernou-sur-Brenne", + "Vernouillet", + "Vernoux-en-Vivarais", + "Verny", + "Veron", + "Verpillieres", + "Verquieres", + "Verquigneul", + "Verquin", + "Verrey-sous-Salmaise", + "Verrieres", + "Verrieres-le-Buisson", + "Vers", + "Vers-en-Montagne", + "Vers-Pont-du-Gard", + "Vers-sur-Selles", + "Versailles", + "Versailleux", + "Versigny", + "Verson", + "Versonnex", + "Vert", + "Vert-en-Drouais", + "Vert-le-Grand", + "Vert-le-Petit", + "Vert-Saint-Denis", + "Vertaizon", + "Verthemex", + "Vertolaye", + "Verton", + "Vertou", + "Vertrieu", + "Vertus", + "Vervezelle", + "Vervins", + "Very", + "Verze", + "Verzeille", + "Verzenay", + "Vescovato", + "Vesigneul-sur-Coole", + "Vesly", + "Vesoul", + "Vestric-et-Candiac", + "Vetheuil", + "Vetraz-Monthoux", + "Veuil", + "Veurey-Voroize", + "Veynes", + "Veyrac", + "Veyras", + "Veyre-Monton", + "Veyrier-du-Lac", + "Veyrignac", + "Vezac", + "Vezelise", + "Vezenobres", + "Vezezoux", + "Vezin-le-Coquet", + "Vezins", + "Viabon", + "Vialas", + "Vianne", + "Viarmes", + "Vias", + "Vibersviller", + "Vibraye", + "Vic-en-Bigorre", + "Vic-Fezensac", + "Vic-la-Gardiole", + "Vic-le-Comte", + "Vic-le-Fesq", + "Vic-sur-Aisne", + "Vic-sur-Cere", + "Vic-sur-Seille", + "Vichy", + "Vico", + "Vicq", + "Vidauban", + "Videix", + "Vieille-Brioude", + "Vieille-Eglise", + "Vieille-Eglise-en-Yvelines", + "Vieillevigne", + "Vieilley", + "Vielle-Saint-Girons", + "Vielle-Tursan", + "Viellespeze", + "Vielmur-sur-Agout", + "Viels-Maisons", + "Vienne", + "Vienville", + "Vierville", + "Vierzon", + "Viesly", + "Viessoix", + "Vieux", + "Vieux Conde", + "Vieux-Berquin", + "Vieux-Boucau-les-Bains", + "Vieux-Charmont", + "Vieux-Conde", + "Vieux-Ferrette", + "Vieux-Fume", + "Vieux-Manoir", + "Vieux-Moulin", + "Vieux-Rouen-sur-Bresle", + "Vieux-Thann", + "Vif", + "Vigeois", + "Vignacourt", + "Vignes", + "Vigneulles", + "Vigneulles-les-Hattonchatel", + "Vigneux-de-Bretagne", + "Vigneux-sur-Seine", + "Vignoc", + "Vignolles", + "Vignols", + "Vignonet", + "Vignot", + "Vigny", + "Vigoulet-Auzil", + "Vigouroux", + "Vigueron", + "Vigy", + "Vihiers", + "Vilallonga dels Monts", + "Villabe", + "Villabon", + "Villacourt", + "Village-Neuf", + "Villaines-la-Juhel", + "Villaines-les-Rochers", + "Villaines-sous-Bois", + "Villaines-sous-Luce", + "Villaines-sous-Malicorne", + "Villamblard", + "Villamee", + "Villard", + "Villard-Bonnot", + "Villard-de-Lans", + "Villard-Saint-Christophe", + "Villard-sur-Doron", + "Villards", + "Villargondran", + "Villaries", + "Villarlurin", + "Villars", + "Villars-Brandis", + "Villars-Colmars", + "Villars-en-Pons", + "Villars-et-Villenotte", + "Villars-les-Dombes", + "Villars-sur-Var", + "Villarzel-Cabardes", + "Villasavary", + "Villaz", + "Ville", + "Ville-du-Pont", + "Ville-en-Tardenois", + "Ville-la-Grand", + "Ville-sous-Anjou", + "Ville-sur-Cousances", + "Ville-sur-Jarnioux", + "Ville-sur-Lumes", + "Ville-sur-Tourbe", + "Villebarou", + "Villebernier", + "Villeblevin", + "Villebois-Lavalette", + "Villebon-sur-Yvette", + "Villebret", + "Villebrumier", + "Villecerf", + "Villeconin", + "Villecresnes", + "Villecroze", + "Villedieu", + "Villedieu-les-Poeles", + "Villedomer", + "Villedoux", + "Villefagnan", + "Villefontaine", + "Villefranche-de-Lauragais", + "Villefranche-de-Rouergue", + "Villefranche-du-Queyran", + "Villefranche-le-Chateau", + "Villefranche-sur-Cher", + "Villefranche-sur-Mer", + "Villefranque", + "Villegailhenc", + "Villegats", + "Villegouge", + "Villejesus", + "Villejoubert", + "Villejuif", + "Villejust", + "Villelaure", + "Villelongue-de-la-Salanque", + "Villemandeur", + "Villemarechal", + "Villembray", + "Villemeux-sur-Eure", + "Villemoirieu", + "Villemoisson-sur-Orge", + "Villemolaque", + "Villemomble", + "Villemort", + "Villemotier", + "Villemoustaussou", + "Villemoyenne", + "Villemur", + "Villemur-sur-Tarn", + "Villemurlin", + "Villenauxe-la-Grande", + "Villenave", + "Villeneuve", + "Villeneuve les beziers", + "Villeneuve-au-Chemin", + "Villeneuve-de-Berg", + "Villeneuve-de-Duras", + "Villeneuve-de-la-Raho", + "Villeneuve-de-Marc", + "Villeneuve-de-Marsan", + "Villeneuve-des-Escaldes", + "Villeneuve-Frouville", + "Villeneuve-la-Garenne", + "Villeneuve-la-Guyard", + "Villeneuve-la-Riviere", + "Villeneuve-le-Comte", + "Villeneuve-le-Roi", + "Villeneuve-Lecussan", + "Villeneuve-les-Avignon", + "Villeneuve-les-Bouloc", + "Villeneuve-les-Genets", + "Villeneuve-les-Maguelone", + "Villeneuve-les-Sablons", + "Villeneuve-Loubet", + "Villeneuve-Minervois", + "Villeneuve-Saint-Georges", + "Villeneuve-Saint-Germain", + "Villeneuve-sur-Allier", + "Villeneuve-sur-Fere", + "Villeneuve-sur-Lot", + "Villeneuve-sur-Yonne", + "Villeneuve-Tolosane", + "Villennes-sur-Seine", + "Villenouvelle", + "Villenoy", + "Villeny", + "Villeparisis", + "Villeperdue", + "Villepinte", + "Villepreux", + "Villequier-Aumont", + "Villerable", + "Villerest", + "Villermain", + "Villeron", + "Villers", + "Villers-Allerand", + "Villers-au-Bois", + "Villers-au-Tertre", + "Villers-aux-Vents", + "Villers-Bocage", + "Villers-Bretonneux", + "Villers-Canivet", + "Villers-Farlay", + "Villers-Helon", + "Villers-la-Montagne", + "Villers-le-Lac", + "Villers-le-Sec", + "Villers-les-Nancy", + "Villers-les-Ormes", + "Villers-les-Pots", + "Villers-les-Roye", + "Villers-Outreaux", + "Villers-Plouich", + "Villers-Pol", + "Villers-Saint-Frambourg", + "Villers-Saint-Genest", + "Villers-Saint-Paul", + "Villers-Saint-Sepulcre", + "Villers-Semeuse", + "Villers-Sire-Nicole", + "Villers-sous-Preny", + "Villers-sous-Saint-Leu", + "Villers-sur-Fere", + "Villers-sur-le-Mont", + "Villers-sur-Mer", + "Villers-sur-Meuse", + "Villers-sur-Port", + "Villers-sur-Saulnot", + "Villersexel", + "Villerupt", + "Villerville", + "Villes-sur-Auzon", + "Villesequelande", + "Villesiscle", + "Villetaneuse", + "Villetelle", + "Villeton", + "Villetrun", + "Villette", + "Villettes", + "Villeurbanne", + "Villevallier", + "Villevaude", + "Villeve", + "Villeveque", + "Villeveyrac", + "Villevieux", + "Villevillon", + "Villevocance", + "Villexavier", + "Villey-Saint-Etienne", + "Villey-sur-Tille", + "Villez-sous-Bailleul", + "Villie-Morgon", + "Villiers-Adam", + "Villiers-au-Bouin", + "Villiers-Couture", + "Villiers-en-Desoeuvre", + "Villiers-en-Plaine", + "Villiers-le-Bacle", + "Villiers-le-Bel", + "Villiers-le-Mahieu", + "Villiers-Saint-Georges", + "Villiers-sous-Grez", + "Villiers-sur-Chize", + "Villiers-sur-Marne", + "Villiers-sur-Morin", + "Villiers-sur-Orge", + "Villiers-sur-Seine", + "Villiers-sur-Tholon", + "Villieu-Loyes-Mollon", + "Villing", + "Villons-les-Buissons", + "Villorceau", + "Villotte-sur-Aire", + "Villy-Bocage", + "Villy-le-Bouveret", + "Villy-le-Pelloux", + "Vimines", + "Vimory", + "Vimoutiers", + "Vimy", + "Vinassan", + "Vinay", + "Vinca", + "Vincelles", + "Vincennes", + "Vincent", + "Vincey", + "Vincly", + "Vindelle", + "Vineuil", + "Vineuil-Saint-Firmin", + "Vinneuf", + "Vinon-sur-Verdon", + "Vinzelles", + "Vinzier", + "Viodos-Abense-de-Bas", + "Violaines", + "Violay", + "Viomenil", + "Vion", + "Viplaix", + "Vire", + "Virelade", + "Vireux-Molhain", + "Vireux-Wallerand", + "Virey-le-Grand", + "Viriat", + "Virieu-le-Grand", + "Virignin", + "Viriville", + "Viroflay", + "Virville", + "Viry", + "Viry-Noureuil", + "Vitrac", + "Vitrac-Saint-Vincent", + "Vitreux", + "Vitrimont", + "Vitrolles", + "Vitry-aux-Loges", + "Vitry-en-Artois", + "Vitry-en-Perthois", + "Vitry-la-Ville", + "Vitry-sur-Orne", + "Vitry-sur-Seine", + "Vitteaux", + "Vittel", + "Vittersbourg", + "Viuz-en-Sallaz", + "Viven", + "Vivier", + "Vivier-au-Court", + "Vivieres", + "Viviers", + "Viviers-du-Lac", + "Viviers-les-Montagnes", + "Viviez", + "Vivonne", + "Vivy", + "Vix", + "Vizille", + "Vocance", + "Voglans", + "Voillecomte", + "Voiron", + "Voisin", + "Voisins-le-Bretonneux", + "Voissant", + "Vollore-Ville", + "Volmerange-les-Boulay", + "Volmerange-les-Mines", + "Volonne", + "Volvic", + "Volx", + "Vonnas", + "Voreppe", + "Vorey", + "Vorges", + "Vouel", + "Vouhe", + "Vouille", + "Vouille-les-Marais", + "Vouillers", + "Voujeaucourt", + "Voulangis", + "Voultegon", + "Voulton", + "Voulx", + "Vouneuil-sous-Biard", + "Vouneuil-sur-Vienne", + "Vourey", + "Vourles", + "Voutezac", + "Voutre", + "Vouvant", + "Vouvray", + "Vouzan", + "Vouzeron", + "Vouziers", + "Vouzon", + "Vouzy", + "Voves", + "Vraiville", + "Vraux", + "Vred", + "Vriange", + "Vrigne-aux-Bois", + "Vrigny", + "Vritz", + "Vue", + "Vulaines-sur-Seine", + "Vulbens", + "Wahagnies", + "Wahlenheim", + "Wail", + "Wailly", + "Wailly-Beaucamp", + "Waldhouse", + "Waldighofen", + "Waldweistroff", + "Waldwisse", + "Walheim", + "Wallers", + "Walscheid", + "Wambaix", + "Wambercourt", + "Wambrechies", + "Wandignies-Hamage", + "Wangen", + "Wangenbourg-Engenthal", + "Wanquetin", + "Warcq", + "Warendin", + "Wargnies-le-Petit", + "Warhem", + "Warlaing", + "Warlus", + "Warluzel", + "Warmeriville", + "Warnecourt", + "Wasnes-au-Bac", + "Wasquehal", + "Wasselonne", + "Wassy", + "Watten", + "Wattignies", + "Wattrelos", + "Wattwiller", + "Wavignies", + "Waville", + "Wavrechain-sous-Denain", + "Wavrechain-sous-Faulx", + "Wavrin", + "Waziers", + "Weislingen", + "Weitbruch", + "Wentzwiller", + "Werentzhouse", + "Wervicq-Sud", + "Westbecourt", + "Westhoffen", + "Westhouse", + "Weyersheim", + "Wickerschwihr", + "Widensolen", + "Wierre-Effroy", + "Wignehies", + "Wihr-au-Val", + "Wildersbach", + "Willems", + "Willencourt", + "Willer-sur-Thur", + "Willerwald", + "Willgottheim", + "Wimereux", + "Wimille", + "Wingen-sur-Moder", + "Wingersheim", + "Wingles", + "Winnezeele", + "Wintersbourg", + "Wintzenbach", + "Wintzenheim", + "Wintzfelden", + "Wirwignes", + "Wissant", + "Wissembourg", + "Wissignicourt", + "Wissous", + "Witry-les-Reims", + "Wittelsheim", + "Wittenheim", + "Witternheim", + "Wittersdorf", + "Wittersheim", + "Wittes", + "Wittisheim", + "Wiwersheim", + "Wizernes", + "Woerth", + "Woincourt", + "Woippy", + "Wolfgantzen", + "Wolfisheim", + "Wolschheim", + "Wolxheim", + "Wormhout", + "Woustviller", + "Wuenheim", + "Xaintray", + "Xanton-Chassenon", + "Xertigny", + "Xures", + "Yaucourt-Bussus", + "Ychoux", + "Ydes", + "Yebleron", + "Yebles", + "Yenne", + "Yermenonville", + "Yerres", + "Yerville", + "Yevre-la-Ville", + "Yffiniac", + "Ygos-Saint-Saturnin", + "Ygrande", + "Ymare", + "Youx", + "Yport", + "Ypreville-Biville", + "Yronde-et-Buron", + "Yssac-la-Tourette", + "Yssandon", + "Yssingeaux", + "Ytrac", + "Yversay", + "Yves", + "Yvetot", + "Yvette", + "Yvias", + "Yvoire", + "Yvrac", + "Yvrac-et-Malleyrand", + "Yzernay", + "Yzeure", + "Yzeures-sur-Creuse", + "Yzosse", + "Zellwiller", + "Zillisheim", + "Zimmersheim", + "Zimming", + "Zinswiller", + "Zittersheim", + "Zouafques", + "Zutzendorf" + ], + "French Polynesia": [ + "Arue", + "Faaa", + "Mahina", + "Paeau", + "Papeete", + "Pirae", + "Punaauia" + ], + "Gabon": [ + "Gamba", + "Libreville", + "Mamagnia", + "Moanda", + "Port-Gentil" + ], + "Gambia": [ + "Banjul", + "Central River", + "Lower River", + "North Bank", + "Upper River", + "Western" + ], + "Georgia": [ + "Gogolesubani", + "Kutaisi", + "Lentekhi", + "Qazbegi", + "Samtredia", + "Sukhumi", + "Tbilisi", + "Zemo-Avchala", + "Zugdidi" + ], + "Gibraltar": [ + "Alameda de los Monos", + "Bruce's Farm", + "Buena Vista", + "Caleta", + "Calpis", + "Catalan", + "Catalan Bay", + "Catalan Bay Village", + "Cebelitar\u0131k", + "Chibraltar", + "Djibraltar", + "Gibraltar", + "Gibbilterra", + "Gibraltaras", + "Ince's Farm", + "LXGB (GIBRALTAR)", + "Monkeys Alameda", + "North Front", + "Rosia", + "The Holy Land", + "Waterport", + "Xibraltar", + "Xibraltar - Gibraltar", + "\u011cibraltaro", + "\u0393\u03b9\u03b2\u03c1\u03b1\u03bb\u03c4\u03ac\u03c1", + "\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440", + "\u05d2\u05d9\u05d1\u05e8\u05dc\u05d8\u05e8", + "\u062c\u0628\u0644 \u0637\u0627\u0631\u0642", + "\u062c\u0628\u0644\u200c\u0627\u0644\u0637\u0627\u0631\u0642", + "\u062c\u064a\u0628\u0631\u0627\u0644\u062a\u0627\u0631", + "\u0645\u062d\u0645\u064a\u0629 \u062c\u0628\u0644 \u0637\u0627\u0631\u0642", + "\u091c\u093f\u092c\u094d\u0930\u093e\u0932\u094d\u091f\u0930", + "\u0c9c\u0cbf\u0cac\u0ccd\u0cb0\u0cbe\u0cb2\u0ccd\u0c9f\u0cb0\u0ccd", + "\u1305\u1265\u122b\u120d\u1273\u122d", + "\u30b8\u30d6\u30e9\u30eb\u30bf\u30eb", + "\u76f4\u5e03\u7f57\u9640" + ], + "Germany": [ + "Aach", + "Aachen", + "Aalen", + "Abbensen", + "Abberode", + "Abenberg", + "Abensberg", + "Abstatt", + "Abtsbessingen", + "Abtsgmuend", + "Abtswind", + "Abtweiler", + "Achern", + "Achim", + "Achstetten", + "Adelebsen", + "Adelheidsdorf", + "Adelmannsfelden", + "Adelschlag", + "Adelsdorf", + "Adelsheim", + "Adelshofen", + "Adelsried", + "Adenau", + "Adenbuettel", + "Adendorf", + "Adlkofen", + "Adlum", + "Adorf", + "Aerzen", + "Affalterbach", + "Affaltern", + "Affing", + "Affinghausen", + "Aftholderberg", + "Aglasterhausen", + "Ahaus", + "Ahausen", + "Ahlen", + "Ahlhorn", + "Aholfing", + "Aholming", + "Ahorn", + "Ahrbruck", + "Ahrensboek", + "Ahrensbok", + "Ahrensburg", + "Ahrensfelde", + "Ahrenshagen", + "Ahrensmoor", + "Ahstedt", + "Aicha vorm Wald", + "Aichach", + "Aichelberg", + "Aichhalden", + "Aichstetten", + "Aichtal", + "Aichwald", + "Aidenbach", + "Aidlingen", + "Aindling", + "Aindorf", + "Ainring", + "Aislingen", + "Aitrach", + "Aitrang", + "Aken", + "Albaching", + "Albbruck", + "Albeck", + "Albersdorf", + "Albershausen", + "Albersweiler", + "Albertshausen", + "Albig", + "Albisheim", + "Albrechts", + "Albstadt", + "Aldekerk", + "Aldenhoven", + "Aldersbach", + "Aldingen", + "Alesheim", + "Aletshausen", + "Alexander", + "Alfdorf", + "Alfeld", + "Alfhausen", + "Alfstedt", + "Alfter", + "Algermissen", + "Alheim", + "Allee", + "Allendorf", + "Allensbach", + "Allersberg", + "Allershausen", + "Alleshausen", + "Alling", + "Allmannshofen", + "Allmendingen", + "Allmersbach im Tal", + "Allstedt", + "Almstedt", + "Alpen", + "Alpenrod", + "Alperstedt", + "Alpirsbach", + "Alsbach", + "Alsbach-Hahnlein", + "Alsdorf", + "Alsfeld", + "Alsheim", + "Alt Buchhorst", + "Alt Bukow", + "Alt Golm", + "Alt Ruppin", + "Alt Schwerin", + "Altbach", + "Altbelgern", + "Altdobern", + "Altdorf", + "Alteglofsheim", + "Alten", + "Altena", + "Altenahr", + "Altenau", + "Altenbeken", + "Altenberg", + "Altenberge", + "Altenburg", + "Altendiez", + "Altenglan", + "Altengottern", + "Altengronau", + "Altenhasslau", + "Altenholz", + "Altenkirchen", + "Altenkrempe", + "Altenkunstadt", + "Altenmarkt", + "Altenmedingen", + "Altenmunster", + "Altenriet", + "Altenstadt", + "Altensteig", + "Altenthann", + "Altentreptow", + "Alterhofen", + "Altersbach", + "Altfraunhofen", + "Althegnenberg", + "Altheim", + "Althengstett", + "Althutte", + "Altingen", + "Altkirchen", + "Altlandsberg", + "Altleiningen", + "Altlussheim", + "Altmannstein", + "Altoetting", + "Altomunster", + "Altrip", + "Altshausen", + "Altstadt", + "Alttechau", + "Altusried", + "Altwittenbek", + "Alveslohe", + "Alzenau in Unterfranken", + "Alzey", + "Am Mellensee", + "Am See", + "Amberg", + "Amelinghausen", + "Amerang", + "Ammern", + "Ammerndorf", + "Amoneburg", + "Amorbach", + "Ampermoching", + "Ampfing", + "Amstetten", + "Amtzell", + "Andechs", + "Anderlingen", + "Andernach", + "Andreasberg", + "Anger", + "Angermunde", + "Angern", + "Anker", + "Ankershagen", + "Anklam", + "Ankum", + "Annaberg-Buchholz", + "Annaburg", + "Annerod", + "Annweiler am Trifels", + "Anrath", + "Anrochte", + "Ansbach", + "Antdorf", + "Anzing", + "Apen", + "Apenburg", + "Apensen", + "Apfeldorf", + "Apfelstadt", + "Apolda", + "Appel", + "Appen", + "Appenweier", + "Arberg", + "Arenrath", + "Arensdorf", + "Arenshausen", + "Aresing", + "Arft", + "Argenthal", + "Arlaching", + "Arlewatt", + "Armsheim", + "Armstorf", + "Arnbach", + "Arnbruck", + "Arnsberg", + "Arnschwang", + "Arnsdorf", + "Arnstadt", + "Arnstein", + "Arnstorf", + "Arrach", + "Artern", + "Artlenburg", + "Arzbach", + "Arzberg", + "Asbach", + "Asbach-Baumenheim", + "Ascha", + "Aschaffenburg", + "Aschau", + "Ascheberg", + "Ascheffel", + "Aschendorf", + "Aschersleben", + "Aschheim", + "Asendorf", + "Aspach", + "Asperg", + "Aspisheim", + "Assel", + "Assenheim", + "Asslar", + "Assling", + "Astfeld", + "Atteln", + "Attendorn", + "Attenkirchen", + "Attenweiler", + "Atting", + "Atzendorf", + "Au", + "Au am Rhein", + "Au in der Hallertau", + "Aub", + "Aue", + "Auen", + "Auenstein", + "Auerbach", + "Aufhausen", + "Auggen", + "Augsburg", + "Augustdorf", + "Augustfehn", + "Augustusburg", + "Aukrug", + "Aulendorf", + "Aull", + "Auma", + "Aumuhle", + "Aurach", + "Aurachtal", + "Aurich", + "Autenzell", + "Auw", + "Axstedt", + "Aying", + "Ayl", + "Baar-Ebenhausen", + "Baasdorf", + "Baasem", + "Babenhausen", + "Babensham", + "Babow", + "Bach", + "Bach an der Donau", + "Bacharach", + "Bachhagel", + "Bachingen an der Brenz", + "Backnang", + "Bad Abbach", + "Bad Aibling", + "Bad Alexandersbad", + "Bad Arolsen", + "Bad Bellingen", + "Bad Bentheim", + "Bad Bergzabern", + "Bad Berka", + "Bad Berleburg", + "Bad Berneck im Fichtelgebirge", + "Bad Bevensen", + "Bad Bibra", + "Bad Blankenburg", + "Bad Bocklet", + "Bad Boll", + "Bad Bramstedt", + "Bad Breisig", + "Bad Buchau", + "Bad Camberg", + "Bad Ditzenbach", + "Bad Doberan", + "Bad Driburg", + "Bad Duben", + "Bad Duerkheim", + "Bad Durrenberg", + "Bad Durrheim", + "Bad Eilsen", + "Bad Elster", + "Bad Ems", + "Bad Endbach", + "Bad Endorf", + "Bad Essen", + "Bad Fallingbostel", + "Bad Feilnbach", + "Bad Frankenhausen", + "Bad Freienwalde", + "Bad Fussing", + "Bad Gandersheim", + "Bad Godesberg", + "Bad Gogging", + "Bad Gottleuba", + "Bad Griesbach", + "Bad Grund", + "Bad Harzburg", + "Bad Heilbrunn", + "Bad Herrenalb", + "Bad Hersfeld", + "Bad Hindelang", + "Bad Homburg", + "Bad Honnef", + "Bad Honningen", + "Bad Iburg", + "Bad Karlshafen", + "Bad Kissingen", + "Bad Kleinen", + "Bad Klosterlausnitz", + "Bad Kohlgrub", + "Bad Konig", + "Bad Konigshofen im Grabfeld", + "Bad Kosen", + "Bad Kostritz", + "Bad Kreuznach", + "Bad Krozingen", + "Bad Laasphe", + "Bad Laer", + "Bad Langensalza", + "Bad Lauchstadt", + "Bad Lausick", + "Bad Lauterberg im Harz", + "Bad Liebenstein", + "Bad Liebenwerda", + "Bad Liebenzell", + "Bad Lippspringe", + "Bad Lobenstein", + "Bad Marienberg", + "Bad Mergentheim", + "Bad Munder am Deister", + "Bad Munster am Stein-Ebernburg", + "Bad Munstereifel", + "Bad Muskau", + "Bad Nauheim", + "Bad Nenndorf", + "Bad Neuenahr-Ahrweiler", + "Bad Neustadt an der Saale", + "Bad Oeynhausen", + "Bad Oldesloe", + "Bad Orb", + "Bad Peterstal-Griesbach", + "Bad Pyrmont", + "Bad Rappenau", + "Bad Reichenhall", + "Bad Rippoldsau-Schapbach", + "Bad Rothenfelde", + "Bad Saarow", + "Bad Sachsa", + "Bad Sackingen", + "Bad Salzdetfurth", + "Bad Salzschlirf", + "Bad Salzuflen", + "Bad Salzungen", + "Bad Sassendorf", + "Bad Schachen", + "Bad Schandau", + "Bad Schmiedeberg", + "Bad Schussenried", + "Bad Schwalbach", + "Bad Schwartau", + "Bad Segeberg", + "Bad Soden am Taunus", + "Bad Soden-Salmunster", + "Bad Sooden-Allendorf", + "Bad Staffelstein", + "Bad Steben", + "Bad Sulza", + "Bad Teinach-Zavelstein", + "Bad Tennstedt", + "Bad Toelz", + "Bad Uberkingen", + "Bad Urach", + "Bad Vilbel", + "Bad Waldsee", + "Bad Wiessee", + "Bad Wildbad im Schwarzwald", + "Bad Wildungen", + "Bad Wilsnack", + "Bad Wimpfen", + "Bad Windsheim", + "Bad Worishofen", + "Bad Wurzach", + "Bad Zwischenahn", + "Badbergen", + "Baddeckenstedt", + "Badem", + "Baden-Baden", + "Badenhausen", + "Badenweiler", + "Badow", + "Badra", + "Baesweiler", + "Bahlingen", + "Bahratal", + "Bahrdorf", + "Bahrenfleth", + "Baienfurt", + "Baierbrunn", + "Baiern", + "Baiersbronn", + "Baiersdorf", + "Baindt", + "Bakum", + "Baldham", + "Balgheim", + "Balingen", + "Ballendorf", + "Ballenstedt", + "Ballersbach", + "Ballrechten", + "Ballstadt", + "Baltmannsweiler", + "Baltringen", + "Baltrum", + "Balve", + "Bamberg", + "Bamlach", + "Bammental", + "Bank", + "Bankewitz", + "Bann", + "Bannberscheid", + "Bannemin", + "Bannewitz", + "Banteln", + "Banzkow", + "Barbelroth", + "Barbing", + "Barby", + "Barchfeld", + "Bardenberg", + "Bardowick", + "Barendorf", + "Barenstein", + "Barenthal", + "Bargenstedt", + "Bargfeld-Stegen", + "Barghorst", + "Bargstedt", + "Bargteheide", + "Bargum", + "Barkelsby", + "Barkenholm", + "Barkow", + "Barleben", + "Barmstedt", + "Barnau", + "Barnstorf", + "Barntrup", + "Barsbuettel", + "Barsinghausen", + "Barssel", + "Barstadt", + "Barth", + "Bartholoma", + "Bartow", + "Barum", + "Baruth", + "Barwedel", + "Basel", + "Bassenheim", + "Bassum", + "Bastheim", + "Bastorf", + "Battenberg", + "Batzhausen", + "Baudenbach", + "Baumholder", + "Baunach", + "Baunatal", + "Bausendorf", + "Bautzen", + "Bawinkel", + "Bayenthal", + "Bayerbach", + "Bayerisch Eisenstein", + "Bayerisch Gmain", + "Bayern", + "Bayersoien", + "Bayreuth", + "Bayrischzell", + "Beaumarais", + "Bebra", + "Becheln", + "Becherbach", + "Bechhofen", + "Bechtolsheim", + "Beckdorf", + "Beckedorf", + "Beckeln", + "Beckingen", + "Beckstedt", + "Beckum", + "Bedburdyck", + "Bedburg", + "Bederkesa", + "Beedenbostel", + "Beelen", + "Beelitz", + "Beerfelden", + "Beeskow", + "Beesten", + "Beetzendorf", + "Beetzsee", + "Behrendorf", + "Behrenhoff", + "Behringen", + "Beierfeld", + "Beiersdorf", + "Beierstedt", + "Beilngries", + "Beilrode", + "Beilstein", + "Beim Kronsberg", + "Beimerstetten", + "Beindersheim", + "Beinerstadt", + "Bekond", + "Belecke", + "Belgern", + "Belgershain", + "Bell", + "Bellamont", + "Bellenberg", + "Bellershausen", + "Bellheim", + "Belm", + "Beltheim", + "Belum", + "Belzig", + "Bemerode", + "Bempflingen", + "Bendeleben", + "Bendestorf", + "Bendfeld", + "Bendorf", + "Benediktbeuern", + "Benneckenstein", + "Benningen", + "Benningen am Neckar", + "Bennungen", + "Bensberg", + "Benshausen", + "Bensheim", + "Bentfeld", + "Bentwisch", + "Benz", + "Benzingerode", + "Beratzhausen", + "Berching", + "Berchtesgaden", + "Berg", + "Berga", + "Bergbau", + "Berge", + "Bergen", + "Bergen auf Ruegen", + "Bergfelde", + "Berggiesshubel", + "Berghaupten", + "Berghausen", + "Bergheim", + "Berghulen", + "Bergisch Gladbach", + "Bergkamen", + "Bergkirchen", + "Berglern", + "Berglicht", + "Bergneustadt", + "Bergrheinfeld", + "Bergtheim", + "Bergweiler", + "Berka", + "Berkenthin", + "Berkheim", + "Berlin", + "Berlingerode", + "Bermatingen", + "Bermbach", + "Bermersheim", + "Bermuthshain", + "Bernau", + "Bernau am Chiemsee", + "Bernau bei Berlin", + "Bernburg", + "Berne", + "Berngau", + "Bernhardswald", + "Bernkastel-Kues", + "Bernried", + "Bernsbach", + "Bernsdorf", + "Bernstadt", + "Bernterode", + "Berod bei Wallmerod", + "Bersenbruck", + "Berumbur", + "Berzdorf", + "Bescheid", + "Besigheim", + "Besitz", + "Bestensee", + "Bestwig", + "Betheln", + "Bettingen", + "Betzdorf", + "Betzendorf", + "Betzenstein", + "Betzigau", + "Beucha", + "Beuern", + "Beuren", + "Bevern", + "Beverstedt", + "Beverungen", + "Bexbach", + "Bexhovede", + "Biberach an der Riss", + "Biberbach", + "Biblis", + "Biburg", + "Bichl", + "Bickenbach", + "Biebelsheim", + "Bieber", + "Biebesheim", + "Biedenkopf", + "Biederitz", + "Bielefeld", + "Bienenbuttel", + "Bienstadt", + "Biere", + "Bierlingen", + "Biesenthal", + "Biesingen", + "Biessenhofen", + "Bietigheim", + "Bietigheim-Bissingen", + "Bietingen", + "Bilk", + "Billerbeck", + "Billigheim", + "Billigheim-Ingenheim", + "Billings", + "Billingshausen", + "Bimohlen", + "Binau", + "Bindlach", + "Bingen", + "Bingen am Rhein", + "Binsfeld", + "Binzen", + "Bippen", + "Birenbach", + "Birkenau", + "Birkenfeld", + "Birkenheide", + "Birkenhof", + "Birkenlohe", + "Birkenwerder", + "Birkheim", + "Birlenbach", + "Birlinghoven", + "Birnbach", + "Birstein", + "Bischberg", + "Bischheim", + "Bischoffen", + "Bischofferode", + "Bischofsgrun", + "Bischofsheim", + "Bischofsheim an der Rhon", + "Bischofsmais", + "Bischofswerda", + "Bischofswiesen", + "Bischweier", + "Bisingen", + "Bismark", + "Bispingen", + "Bissendorf", + "Bissingen", + "Bissingen an der Teck", + "Bistensee", + "Bitburg", + "Bitterfeld-Wolfen", + "Bitz", + "Blaibach", + "Blaichach", + "Blankenburg", + "Blankenfelde", + "Blankenhagen", + "Blankenhain", + "Blankenheim", + "Blankenloch", + "Blankenrath", + "Blankensee", + "Blankenstein", + "Blatzheim", + "Blaubeuren Abbey", + "Blechhammer", + "Bleckede", + "Bleckenrode", + "Bleialf", + "Bleicherode", + "Blender", + "Bliesdorf", + "Blieskastel", + "Bliesmengen-Bolchen", + "Blievenstorf", + "Blitzenreute", + "Blomberg", + "Blomesche Wildnis", + "Blumberg", + "Blume", + "Blumenthal", + "Bobbau", + "Bobenheim am Berg", + "Bobenheim-Roxheim", + "Bobingen", + "Bobrach", + "Bocholt", + "Bochum", + "Bocka", + "Bockau", + "Bockelwitz", + "Bockenau", + "Bockenem", + "Bockenheim", + "Bockhorn", + "Bockhorst", + "Boddenstedt", + "Boddin", + "Bodelshausen", + "Boden", + "Bodenfelde", + "Bodenheim", + "Bodenkirchen", + "Bodenmais", + "Bodensee", + "Bodenteich", + "Bodenwerder", + "Bodenwohr", + "Bodman-Ludwigshafen", + "Bodolz", + "Boel", + "Boffzen", + "Bofingen", + "Bogen", + "Bogenhausen", + "Bohl-Iggelheim", + "Bohlen", + "Bohmenkirch", + "Bohmstedt", + "Bohmte", + "Bohringen", + "Boich", + "Boizenburg", + "Boklund", + "Bolanden", + "Boldebuck", + "Boldela", + "Bollendorf", + "Bollingstedt", + "Bollschweil", + "Bollstein", + "Bolsterlang", + "Bomlitz", + "Bondorf", + "Bonebuttel", + "Bonefeld", + "Bonen", + "Bonn", + "Bonndorf im Schwarzwald", + "Bonnigheim", + "Bonningstedt", + "Bonstetten", + "Boos", + "Boostedt", + "Bopfingen", + "Boppard", + "Bordelum", + "Bordesholm", + "Borgdorf-Seedorf", + "Borgentreich", + "Borger", + "Borgholzhausen", + "Borgsdorf", + "Borgstedt", + "Borgsum", + "Borken", + "Borkheide", + "Borkum", + "Borkwalde", + "Born", + "Borna", + "Borne", + "Bornheim", + "Bornhoved", + "Bornich", + "Bornitz", + "Bornsen", + "Bornstein", + "Borsdorf", + "Borsfleth", + "Borstel", + "Borstel-Hohenraden", + "Bortlingen", + "Bosau", + "Bosel", + "Bosingen", + "Bosleben-Wullersleben", + "Botersen", + "Bothkamp", + "Bottrop", + "Botzingen", + "Bous", + "Bovenden", + "Boxberg", + "Brachbach", + "Brackel", + "Brackenheim", + "Brake (Unterweser)", + "Brakel", + "Bramsche", + "Bramstedt", + "Brand", + "Brand-Erbisdorf", + "Brande-Hornerkirchen", + "Brandenburg", + "Brandis", + "Brandl", + "Brandshagen", + "Brannenburg", + "Braubach", + "Braunfels", + "Braunlage", + "Braunlingen", + "Braunsbach", + "Braunsbedra", + "Braunschweig", + "Brauweiler", + "Brebel", + "Breckerfeld", + "Breddenberg", + "Breddorf", + "Bredenbek", + "Bredeney", + "Bredstedt", + "Breesen", + "Breest", + "Bregenstedt", + "Breidenbach", + "Breiholz", + "Breisach", + "Breit", + "Breitbrunn am Chiemsee", + "Breitenau", + "Breitenbach", + "Breitenbach am Herzberg", + "Breitenberg", + "Breitenbrunn", + "Breitenburg", + "Breitenfelde", + "Breitengussbach", + "Breitenworbis", + "Breitnau", + "Breitscheid", + "Breitscheidt", + "Breitungen", + "Brekendorf", + "Bremen", + "Bremerhaven", + "Bremervorde", + "Brennberg", + "Brensbach", + "Brenz", + "Bretten", + "Bretthausen", + "Bretzfeld", + "Breuna", + "Brey", + "Brickeln", + "Brieselang", + "Brieske", + "Brieskow-Finkenheerd", + "Brietlingen", + "Brilon", + "Britz", + "Brockum", + "Brodersby", + "Broderstorf", + "Brodhagen", + "Broeckel", + "Brokdorf", + "Brokstedt", + "Brome", + "Bromskirchen", + "Brotterode", + "Bruch", + "Bruchhausen", + "Bruchhausen-Vilsen", + "Bruchkobel", + "Bruchmuhlbach-Miesau", + "Bruchsal", + "Bruchweiler", + "Bruck", + "Bruck in der Oberpfalz", + "Bruckberg", + "Brucken", + "Bruckmuhl", + "Brucktal", + "Bruel", + "Bruggen", + "Bruhl", + "Brunn", + "Brunnthal", + "Brunsbuttel", + "Brunstorf", + "Brusewitz", + "Brussow", + "Bubenheim", + "Bubenreuth", + "Bubesheim", + "Buborn", + "Buch", + "Buch am Buchrain", + "Buch am Erlbach", + "Bucha", + "Buchbach", + "Buchberg", + "Buchel", + "Buchen", + "Buchenbach", + "Buchenberg", + "Buchfart", + "Buchholz", + "Buchholz in der Nordheide", + "Buchlberg", + "Buchloe", + "Buchwaldchen", + "Buchwalde", + "Buckeburg", + "Buckenhof", + "Buckow", + "Buden", + "Budenheim", + "Budingen", + "Bueddenstedt", + "Buedelsdorf", + "Buende", + "Buggingen", + "Buhl", + "Buhlen", + "Buhler", + "Buhlerhohe", + "Buhlertal", + "Buhlertann", + "Buhlerzell", + "Bulkau", + "Bullay", + "Bulow", + "Bulowerburg", + "Bunde", + "Bundenthal", + "Bunsoh", + "Burbach", + "Buren", + "Burg", + "Burg auf Fehmarn", + "Burg bei Magdeburg", + "Burg Stargard", + "Burg-Grambke", + "Burgau", + "Burgberg", + "Burgbernheim", + "Burgbrohl", + "Burgdorf, Hanover", + "Burgebrach", + "Burgen", + "Burgerhof", + "Burghaslach", + "Burghaun", + "Burghausen", + "Burgheim", + "Burgkirchen an der Alz", + "Burgkunstadt", + "Burglauer", + "Burglengenfeld", + "Burgoberbach", + "Burgrieden", + "Burgschwalbach", + "Burgsinn", + "Burgsponheim", + "Burgstadt", + "Burgstall", + "Burgstetten", + "Burgthann", + "Burgwedel", + "Burgwindheim", + "Burk", + "Burkardroth", + "Burkau", + "Burkhardtsdorf", + "Burladingen", + "Burscheid", + "Burstadt", + "Burtenbach", + "Burweg", + "Buschbell", + "Buschhausen", + "Busdorf", + "Busenberg", + "Butjadingen", + "Buttelborn", + "Buttelstedt", + "Buttenheim", + "Buttenwiesen", + "Butthard", + "Buttstedt", + "Butzbach", + "Butzow", + "Buxheim", + "Buxtehude", + "Cadenberge", + "Cadolzburg", + "Calau", + "Calbe", + "Calberlah", + "Calden", + "Callbach", + "Callenberg", + "Calvorde", + "Calw", + "Cambs", + "Camin", + "Cannewitz", + "Cappel", + "Cappeln", + "Caputh", + "Carlow", + "Carlsberg", + "Carmzow", + "Carolinensiel", + "Castrop-Rauxel", + "Catterfeld", + "Celle", + "Cham", + "Chamerau", + "Chemnitz", + "Chieming", + "Chiemsee", + "Chostlarn", + "Clausen", + "Claussnitz", + "Clausthal", + "Clausthal-Zellerfeld", + "Cleebronn", + "Cloppenburg", + "Coburg", + "Cochem", + "Coesfeld", + "Colbe", + "Colbitz", + "Colditz", + "Colmnitz", + "Colnrade", + "Cologne", + "Contwig", + "Coppenbrugge", + "Coppengrave", + "Cornberg", + "Coswig", + "Cottbus", + "Crailsheim", + "Cramonshagen", + "Cranz", + "Cremlingen", + "Creussen", + "Creuzburg", + "Crimmitschau", + "Crinitz", + "Crivitz", + "Crossen", + "Crostau", + "Crottendorf", + "Cunewalde", + "Cuxhaven", + "Daaden", + "Dabel", + "Dabelow", + "Dabendorf", + "Dabergotz", + "Dachau", + "Dachwig", + "Dackscheid", + "Dagersheim", + "Dahlem", + "Dahlen", + "Dahlenburg", + "Dahlenwarsleben", + "Dahlewitz", + "Dahme", + "Dahn", + "Dahnsdorf", + "Dallgow-Doeberitz", + "Dalum", + "Dambeck", + "Damlos", + "Damme", + "Damp", + "Danischenhagen", + "Dankenfeld", + "Dankmarshausen", + "Danndorf", + "Dannenberg", + "Dannstadt-Schauernheim", + "Dardesheim", + "Darmstadt", + "Darstein", + "Dasing", + "Dassel", + "Dassendorf", + "Dassow", + "Datteln", + "Dattenberg", + "Dauborn", + "Dauchingen", + "Daun", + "Dausenau", + "Deckenpfronn", + "Dedeleben", + "Dedelstorf", + "Dederstedt", + "Degerloch", + "Deggendorf", + "Deggenhausen", + "Deggingen", + "Deidesheim", + "Deilingen", + "Deining", + "Deiningen", + "Deinste", + "Deisenhofen", + "Deisslingen", + "Deizisau", + "Delbruck", + "Delingsdorf", + "Delitzsch", + "Dellfeld", + "Delligsen", + "Dellmensingen", + "Delmenhorst", + "Delve", + "Demitz-Thumitz", + "Demmin", + "Denkendorf", + "Denkingen", + "Denklingen", + "Densborn", + "Dentlein am Forst", + "Denzlingen", + "Derben", + "Derenburg", + "Dermbach", + "Dernau", + "Dernbach", + "Derschen", + "Dersum", + "Dessau", + "Dessow", + "Destedt", + "Detern", + "Detmold", + "Dettelbach", + "Dettenhausen", + "Dettighofen", + "Dettingen an der Erms", + "Dettingen an der Iller", + "Dettingen unter Teck", + "Dettmannsdorf", + "Deutsch", + "Deutsch Evern", + "Deutsches Haus", + "Deutz", + "Deutzen", + "Dexheim", + "Diana", + "Dibbersen", + "Diebach", + "Dieblich", + "Dieburg", + "Diedersdorf", + "Diedorf", + "Diefflen", + "Diekholzen", + "Dielheim", + "Dielingen", + "Dienheim", + "Dienstweiler", + "Diepenau", + "Diepersdorf", + "Diepholz", + "Dierdorf", + "Dierkow", + "Dieskau", + "Diessen am Ammersee", + "Dietenheim", + "Dietenhofen", + "Dietersburg", + "Dietersheim", + "Dietfurt", + "Dietingen", + "Dietlingen", + "Dietmannsried", + "Dietramszell", + "Dietrichingen", + "Dietzenbach", + "Diez", + "Dillenburg", + "Dillingen", + "Dillingen an der Donau", + "Dingelstadt", + "Dingelstedt", + "Dingolfing", + "Dingolshausen", + "Dingstede", + "Dinkelscherben", + "Dinklage", + "Dinslaken", + "Dintesheim", + "Dipbach", + "Dippach", + "Dipperz", + "Dippoldiswalde", + "Dirlewang", + "Dirmingen", + "Dirmstein", + "Dischingen", + "Dissen", + "Ditfurt", + "Dittelbrunn", + "Dittelsdorf", + "Dittelsheim-Hessloch", + "Dittenheim", + "Dittweiler", + "Ditzingen", + "Dobel", + "Dobeln", + "Doberlug-Kirchhain", + "Doberschau", + "Doberschutz", + "Dobitschen", + "Dobler", + "Dobra", + "Dockingen", + "Dogern", + "Dohlau", + "Dohle", + "Dohna", + "Dohren", + "Dolgesheim", + "Dollern", + "Dollnstein", + "Dombuhl", + "Domitz", + "Dommitzsch", + "Domsdorf", + "Domsuhl", + "Donaueschingen", + "Donaustauf", + "Donndorf", + "Donnersdorf", + "Donsieders", + "Donzdorf", + "Dorentrup", + "Dorf", + "Dorf Doberitz", + "Dorfen", + "Dorfles", + "Dorfprozelten", + "Dormagen", + "Dormettingen", + "Dornburg", + "Dorndorf", + "Dornhan", + "Dornheim", + "Dornstadt", + "Dornstetten", + "Dornum", + "Dorpen", + "Dorpstedt", + "Dorstadt", + "Dorsten", + "Dorth", + "Dortmund", + "Dorum", + "Dorverden", + "Dorzbach", + "Dossenheim", + "Dotlingen", + "Dotternhausen", + "Drachselsried", + "Drage", + "Dransfeld", + "Dranske", + "Drebach", + "Drebkau", + "Dreetz", + "Dreieich", + "Dreikirchen", + "Dreis", + "Dreisbach", + "Drelsdorf", + "Drensteinfurt", + "Dresden", + "Drestedt", + "Dreveskirchen", + "Driedorf", + "Driftsethe", + "Drochtersen", + "Drolshagen", + "Droyssig", + "Drubeck", + "Duchelsdorf", + "Ducherow", + "Duchroth", + "Dudenhofen", + "Duderode", + "Duderstadt", + "Duggendorf", + "Duingen", + "Duisburg", + "Dulmen", + "Dummerstorf", + "Dungenheim", + "Dunningen", + "Dunnwald", + "Dunzweiler", + "Durach", + "Durbach", + "Durbheim", + "Durchhausen", + "Durlangen", + "Durmentingen", + "Durmersheim", + "Durnau", + "Durrbrunn", + "Dusseldorf", + "Dusslingen", + "Ebeleben", + "Ebelsbach", + "Ebendorf", + "Ebensfeld", + "Ebenweiler", + "Eberbach", + "Eberdingen", + "Eberhardzell", + "Ebermannsdorf", + "Ebermannstadt", + "Ebern", + "Ebernhahn", + "Ebersbach", + "Ebersbach an der Fils", + "Ebersberg", + "Ebersdorf", + "Ebershausen", + "Eberstadt", + "Eberswalde", + "Ebertsheim", + "Ebhausen", + "Ebnat", + "Ebrach", + "Ebringen", + "Ebstorf", + "Eching", + "Echterdingen", + "Echzell", + "Eckartsberg", + "Eckartsberga", + "Eckernforde", + "Eckersdorf", + "Eckfeld", + "Ecklingerode", + "Eddelak", + "Edelsfeld", + "Edemissen", + "Eden", + "Edenkoben", + "Ederheim", + "Edesheim", + "Edewecht", + "Edingen-Neckarhausen", + "Edling", + "Effelder", + "Effeltrich", + "Efringen-Kirchen", + "Egeln", + "Egelsbach", + "Egenhausen", + "Egenhofen", + "Egesheim", + "Egestorf", + "Egg an der Gunz", + "Eggebek", + "Eggenfelden", + "Eggenstein-Leopoldshafen", + "Eggenthal", + "Eggersdorf", + "Eggesin", + "Eggingen", + "Egglham", + "Eggolsheim", + "Eggstatt", + "Eging", + "Egling", + "Egloffstein", + "Egmating", + "Ehekirchen", + "Ehingen", + "Ehlscheid", + "Ehndorf", + "Ehningen", + "Ehrenberg", + "Ehrenburg", + "Ehrenfeld", + "Ehrenfriedersdorf", + "Ehringshausen", + "Eibau", + "Eibelshausen", + "Eibelstadt", + "Eibenstock", + "Eibsee", + "Eich", + "Eichelgarten", + "Eichen", + "Eichenau", + "Eichenbarleben", + "Eichenberg", + "Eichenbuhl", + "Eichendorf", + "Eichenzell", + "Eicherloh", + "Eichstaett", + "Eichstedt", + "Eichstetten", + "Eichtersheim", + "Eichwalde", + "Eicklingen", + "Eigeltingen", + "Eilenburg", + "Eilenburg, Berg", + "Eilsleben", + "Eime", + "Eimeldingen", + "Eimsheim", + "Einbeck", + "Einhaus", + "Einhausen", + "Einsbach", + "Einselthum", + "Eiselfing", + "Eisenach", + "Eisenbach", + "Eisenberg", + "Eisfeld", + "Eisingen", + "Eislingen", + "Eitelborn", + "Eitensheim", + "Eiterfeld", + "Eitorf", + "Eitting", + "Elbe", + "Elbingerode", + "Eldena", + "Eldingen", + "Elend", + "Elfershausen", + "Elgersburg", + "Elisabeth-Sophien-Koog", + "Elkenroth", + "Ellefeld", + "Ellenberg", + "Ellerau", + "Ellerbek", + "Ellerdorf", + "Ellerhoop", + "Ellerstadt", + "Ellgau", + "Ellhofen", + "Ellingen", + "Ellrich", + "Ellwangen", + "Ellzee", + "Elm", + "Elmenhorst", + "Elmlohe", + "Elmpt", + "Elmshorn", + "Elmstein", + "Elsdorf", + "Elsdorf-Westermuhlen", + "Elsendorf", + "Elsenfeld", + "Elsfleth", + "Elster", + "Elsterberg", + "Elsterwerda", + "Elstorf", + "Elstra", + "Elterlein", + "Eltmann", + "Eltville", + "Elxleben", + "Elz", + "Elzach", + "Elze", + "Embsen", + "Emden", + "Emerkingen", + "Emlichheim", + "Emmelshausen", + "Emmendorf", + "Emmerich", + "Emmering", + "Emmerzhausen", + "Emmingen-Liptingen", + "Empfertshausen", + "Empfingen", + "Emsburen", + "Emsdetten", + "Emskirchen", + "Emstal", + "Emstek", + "Emtinghausen", + "Emtmannsberg", + "Endingen", + "Engden", + "Engelsberg", + "Engelsbrand", + "Engelsburg", + "Engelshof", + "Engelskirchen", + "Engelstadt", + "Engelthal", + "Engen", + "Enger", + "Eningen unter Achalm", + "Enkenbach-Alsenborn", + "Enkirch", + "Ennepetal", + "Ennigerloh", + "Ensdorf", + "Ensen", + "Entringen", + "Epfenbach", + "Epfendorf", + "Eppelborn", + "Eppelheim", + "Eppelsheim", + "Eppenbrunn", + "Eppendorf", + "Eppenrod", + "Eppertshausen", + "Eppingen", + "Eppishausen", + "Eppstein", + "Erbach", + "Erbach im Odenwald", + "Erbendorf", + "Erbes-Budesheim", + "Erda", + "Erdeborn", + "Erding", + "Erdmannhausen", + "Erdweg", + "Eresing", + "Erfde", + "Erfelden", + "Erftstadt", + "Erfurt", + "Ergersheim", + "Ergolding", + "Ergoldsbach", + "Erika", + "Ering", + "Eriskirch", + "Erkelenz", + "Erkheim", + "Erkner", + "Erkrath", + "Erlabrunn", + "Erlach", + "Erlangen", + "Erlau", + "Erlbach", + "Erlenbach", + "Erlenbach am Main", + "Erlenbach bei Marktheidenfeld", + "Erlenmoos", + "Erlensee", + "Erligheim", + "Ermershausen", + "Ermke", + "Erndtebruck", + "Ernsgaden", + "Ernst", + "Ernsthof", + "Ernstroda", + "Ernstthal", + "Erolzheim", + "Erpel", + "Erpolzheim", + "Ersingen", + "Ertingen", + "Erwitte", + "Erzenhausen", + "Erzhausen", + "Erzingen", + "Eschach", + "Eschau", + "Eschbach", + "Eschborn", + "Escheburg", + "Eschede", + "Eschelbronn", + "Eschenbach", + "Eschenlohe", + "Eschershausen", + "Eschfeld", + "Eschlkam", + "Eschwege", + "Eschweiler", + "Esens", + "Esgrus", + "Eslarn", + "Eslohe", + "Espelkamp", + "Espelkamp-Mittwald", + "Espenau", + "Espenhain", + "Essel", + "Esselborn", + "Essen", + "Essenbach", + "Essenheim", + "Essingen", + "Esslingen am Neckar", + "Estenfeld", + "Esterwegen", + "Esthal", + "Estorf", + "Etschberg", + "Etteln", + "Ettenheim", + "Ettenstatt", + "Ettersburg", + "Etterschlag", + "Ettleben", + "Ettlingen", + "Ettringen", + "Etzelwang", + "Etzenricht", + "Euerbach", + "Euerdorf", + "Eurasburg", + "Euskirchen", + "Eussenheim", + "Eutin", + "Eutingen", + "Everode", + "Eversmeer", + "Everswinkel", + "Evessen", + "Ewersbach", + "Eydelstedt", + "Eyendorf", + "Eystrup", + "Fachbach", + "Fahrdorf", + "Fahrenbach", + "Fahrendorf", + "Fahrenkrug", + "Fahrenzhausen", + "Fahrland", + "Faid", + "Falkenberg", + "Falkendorf", + "Falkenfels", + "Falkensee", + "Falkenstein", + "Fallersleben", + "Falls", + "Fambach", + "Farchant", + "Fargau-Pratjau", + "Farnroda", + "Farnstadt", + "Fassberg", + "Fatschenbrunn", + "Faulbach", + "Fehl-Ritzhausen", + "Fehmarn", + "Fehrbellin", + "Feilbingert", + "Feilitzsch", + "Feldafing", + "Feldberg", + "Feldberg-Ort", + "Felde", + "Feldkirchen", + "Feldkirchen-Westerham", + "Feldrennach", + "Fell", + "Fellbach", + "Felm", + "Felsberg", + "Ferchesar", + "Fernthal", + "Festenburg", + "Feucht", + "Feuchtwangen", + "Feusdorf", + "Fichtelberg", + "Fichtenberg", + "Fichtenwalde", + "Filderstadt", + "Filsen", + "Filsum", + "Filzen", + "Fincken", + "Finkenbach", + "Finnentrop", + "Finningen", + "Finowfurt", + "Finsing", + "Finsterwalde", + "Fintel", + "Firrel", + "Fischach", + "Fischbach", + "Fischbachau", + "Fischen", + "Fischerbach", + "Fischerhude", + "Fischingen", + "Flachslanden", + "Flacht", + "Flammersfeld", + "Flechtingen", + "Fleckeby", + "Flecken Zechlin", + "Flein", + "Fleisbach", + "Flensburg", + "Flieden", + "Flinsbach", + "Flintbek", + "Flintsbach", + "Floha", + "Flomborn", + "Flonheim", + "Florsheim", + "Florstadt", + "Floss", + "Flothe", + "Flurstedt", + "Fockbek", + "Fohren", + "Fohren-Linden", + "Forbach", + "Forchheim", + "Forchtenberg", + "Forheim", + "Forst", + "Forstern", + "Forsthaus", + "Forstinning", + "Frammersbach", + "Frankenau", + "Frankenberg", + "Frankenheim", + "Frankenstein", + "Frankenthal", + "Frankenwinheim", + "Frankfurt (Oder)", + "Frankfurt am Main", + "Frankisch-Crumbach", + "Frankweiler", + "Franzenheim", + "Frasdorf", + "Frauenau", + "Frauendorf", + "Frauenstein", + "Fraunberg", + "Fraureuth", + "Frechen", + "Freckenfeld", + "Freckenhorst", + "Fredelsloh", + "Freden", + "Fredersdorf", + "Freiberg", + "Freiberg am Neckar", + "Freiburg", + "Freihung", + "Freilassing", + "Freimersheim", + "Freinsheim", + "Freirachdorf", + "Freisbach", + "Freisen", + "Freising", + "Freital", + "Freiwalde", + "Fremdingen", + "Frensdorf", + "Freren", + "Fresenburg", + "Freudenberg", + "Freudenburg", + "Freudenstadt", + "Freudental", + "Freudenweiler", + "Freund", + "Freyburg", + "Freystadt", + "Freyung", + "Frickenhausen", + "Frickingen", + "Fridingen an der Donau", + "Fridolfing", + "Friedberg", + "Friedeburg", + "Friedelsheim", + "Friedensau", + "Friedensdorf", + "Friedenweiler", + "Friedersdorf", + "Friedewald", + "Friedland", + "Friedrichroda", + "Friedrichsdorf", + "Friedrichshafen", + "Friedrichsholm", + "Friedrichskoog", + "Friedrichsort", + "Friedrichstadt", + "Friedrichsthal", + "Friedrichswerth", + "Frielendorf", + "Friemar", + "Friesack", + "Friesenhagen", + "Friesenheim", + "Friesenried", + "Friesoythe", + "Friolzheim", + "Frittlingen", + "Fritzlar", + "Frohburg", + "Frommern", + "Frondenberg", + "Fronhausen", + "Fronhofen", + "Frontenhausen", + "Frose", + "Fuchshain", + "Fuchsstadt", + "Fulda", + "Fuldabruck", + "Fuldatal", + "Funfeichen", + "Funfstetten", + "Furholzen", + "Furstenau", + "Furstenberg", + "Fursteneck", + "Furstenstein", + "Furstenwald", + "Furstenwalde", + "Furstenzell", + "Furth", + "Furth im Wald", + "Furthen", + "Furtwangen im Schwarzwald", + "Fusternberg", + "Gablenz", + "Gablingen", + "Gachenbach", + "Gadebusch", + "Gadegast", + "Gagern", + "Gaggenau", + "Gahlkow", + "Gaiberg", + "Gaienhofen", + "Gaildorf", + "Gailingen", + "Gaimersheim", + "Gaishofen", + "Gaissach", + "Galenbeck", + "Gammellund", + "Gammelsdorf", + "Gammelshausen", + "Gammertingen", + "Ganderkesee", + "Gangelt", + "Gangkofen", + "Gangloff", + "Garbek", + "Garbsen", + "Garching an der Alz", + "Garching bei Munchen", + "Gardelegen", + "Garden", + "Garlstorf", + "Garmisch-Partenkirchen", + "Garrel", + "Gars", + "Gartow", + "Gartringen", + "Garz", + "Gatersleben", + "Gattendorf", + "Gau-Algesheim", + "Gau-Bickelheim", + "Gau-Bischofsheim", + "Gau-Odernheim", + "Gaukonigshofen", + "Gauting", + "Gebenbach", + "Gebesee", + "Gebhardshain", + "Gechingen", + "Gedern", + "Geeste", + "Geesthacht", + "Gefell", + "Gefrees", + "Gehaus", + "Gehlenbeck", + "Gehofen", + "Gehrde", + "Gehrden", + "Gehrweiler", + "Geiersthal", + "Geilenkirchen", + "Geinsheim", + "Geiselbach", + "Geiselhoring", + "Geiselwind", + "Geisenfeld", + "Geisenhain", + "Geisenhausen", + "Geisenheim", + "Geisfeld", + "Geisig", + "Geising", + "Geisingen", + "Geisling", + "Geislingen", + "Geislingen an der Steige", + "Geithain", + "Gelbensande", + "Geldern", + "Geldersheim", + "Gelenau", + "Gelnhausen", + "Gelsenkirchen", + "Geltendorf", + "Gelting", + "Gemmingen", + "Gemmrigheim", + "Gemunden", + "Gemunden an der Wohra", + "Genderkingen", + "Gendorf", + "Gengenbach", + "Genkingen", + "Gensingen", + "Genthin", + "Georgensgmund", + "Georgenthal", + "Georgsdorf", + "Georgsmarienhutte", + "Gera", + "Geraberg", + "Gerabronn", + "Gerach", + "Geratskirchen", + "Gerau", + "Gerbershausen", + "Gerbrunn", + "Gerbstedt", + "Gerdau", + "Geretsried", + "Gerhardshofen", + "Gerichshain", + "Geringswalde", + "Gerlachsheim", + "Gerlfangen", + "Gerlingen", + "Germering", + "Gernrode", + "Gernsbach", + "Gernsheim", + "Gerolfingen", + "Gerolsbach", + "Gerolsheim", + "Gerolstein", + "Gerolzhofen", + "Gersdorf", + "Gersfeld", + "Gershasen", + "Gersheim", + "Gerstetten", + "Gersthofen", + "Gerstungen", + "Gerwisch", + "Gerzen", + "Gescher", + "Geschwenda", + "Geseke", + "Gessertshausen", + "Gestungshausen", + "Getelo", + "Gettorf", + "Gevelsberg", + "Gevensleben", + "Geversdorf", + "Geyer", + "Giebelstadt", + "Gieboldehausen", + "Gielde", + "Gieleroth", + "Giengen an der Brenz", + "Gierstadt", + "Giesen", + "Giesenkirchen", + "Giessen", + "Gifhorn", + "Giggenhausen", + "Gilching", + "Gillenfeld", + "Gillersdorf", + "Gilserberg", + "Gimbsheim", + "Gingen an der Fils", + "Gingst", + "Ginsheim-Gustavsburg", + "Girod", + "Gittelde", + "Gladbach", + "Gladbeck", + "Gladenbach", + "Glan-Munchweiler", + "Glandorf", + "Glasewitz", + "Glashagen", + "Glashutte", + "Glashutten", + "Glattbach", + "Glatten", + "Glauburg", + "Glauchau", + "Gleichen", + "Gleiritsch", + "Gleissenberg", + "Gleisweiler", + "Gleschendorf", + "Glien", + "Glienicke", + "Glinde", + "Glindenberg", + "Glonn", + "Gluckstadt", + "Gmain bei Weidach", + "Gmund am Tegernsee", + "Gnadau", + "Gnarrenburg", + "Gnaschwitz", + "Gnoien", + "Gnotzheim", + "Gnutz", + "Goch", + "Gochsheim", + "Goda", + "Goggingen", + "Gohrde", + "Gohren", + "Goldbach", + "Goldberg", + "Goldelund", + "Goldenstedt", + "Goldewin", + "Goldkronach", + "Gollheim", + "Gollhofen", + "Golm", + "Golmbach", + "Golssen", + "Golzow", + "Gomadingen", + "Gomaringen", + "Gommern", + "Gommersheim", + "Gondelsheim", + "Gondenbrett", + "Gonnheim", + "Gorenzen", + "Goritz", + "Gorkwitz", + "Gornsdorf", + "Gorschendorf", + "Gorwihl", + "Goseck", + "Gosheim", + "Goslar", + "Gossel", + "Gossen", + "Gossersweiler-Stein", + "Gossnitz", + "Gossweinstein", + "Gotha", + "Gotteszell", + "Gottfrieding", + "Gottmadingen", + "Graach", + "Grabau", + "Graben", + "Graben-Neudorf", + "Grabenstatt", + "Grabenstetten", + "Grabow", + "Grafelfing", + "Grafenau", + "Grafenberg", + "Grafengehaig", + "Grafenhainichen", + "Grafenhausen", + "Grafenrheinfeld", + "Grafenroda", + "Grafenthal", + "Grafenwohr", + "Grafhorst", + "Grafing bei Munchen", + "Grafrath", + "Grafschaft", + "Grainau", + "Graitschen", + "Grambin", + "Grambow", + "Grammow", + "Gramzow", + "Gransee", + "Grasberg", + "Grasbrunn", + "Grassau", + "Gravenbruch", + "Graveneck", + "Gravenwiesbach", + "Grebbin", + "Grebenau", + "Grebenhain", + "Grebenstein", + "Greding", + "Green", + "Grefrath", + "Greifenberg", + "Greifenstein", + "Greifswald", + "Greiling", + "Greiz", + "Gremersdorf", + "Gremsdorf", + "Grenzach-Wyhlen", + "Grenzau", + "Greppin", + "Grethem", + "Grethen", + "Grettstadt", + "Greussen", + "Greussenheim", + "Greven", + "Grevenbroich", + "Grevesmuhlen", + "Gribow", + "Gries", + "Griesheim", + "Griesingen", + "Griesstatt", + "Grimma", + "Grimmen", + "Grobenzell", + "Grobzig", + "Groditz", + "Groeningen", + "Groitzsch", + "Grolsheim", + "Grombach", + "Gromitz", + "Gronau", + "Gronenbach", + "Gronwohld", + "Gross Bengerstorf", + "Gross Gronau", + "Gross Kiesow", + "Gross Koris", + "Gross Kreutz", + "Gross Kummerfeld", + "Gross Lindow", + "Gross Miltzow", + "Gross Oesingen", + "Gross Rheide", + "Gross Santersleben", + "Gross Twulpstedt", + "Gross Wittensee", + "Gross-Bieberau", + "Gross-Gerau", + "Gross-Rohrheim", + "Gross-Umstadt", + "Gross-Zimmern", + "Grossaitingen", + "Grossalmerode", + "Grossbardorf", + "Grossbeeren", + "Grossbettlingen", + "Grossbottwar", + "Grossbreitenbach", + "Grosselfingen", + "Grossenaspe", + "Grossengottern", + "Grossenhain", + "Grossenkneten", + "Grossenluder", + "Grossensee", + "Grossenseebach", + "Grossenwiehe", + "Grosserlach", + "Grosshabersdorf", + "Grosshansdorf", + "Grossharthau", + "Grossheide", + "Grossheirath", + "Grossheubach", + "Grosskarolinenfeld", + "Grosskorbetha", + "Grosskrotzenburg", + "Grosskugel", + "Grosslittgen", + "Grosslobichau", + "Grossmaischeid", + "Grossmehring", + "Grossmonra", + "Grossostheim", + "Grossposna", + "Grossraschen", + "Grossrinderfeld", + "Grossrohrsdorf", + "Grossrosseln", + "Grossruckerswalde", + "Grossschirma", + "Grossschonau", + "Grosssolt", + "Grosswallstadt", + "Grosswechsungen", + "Grove", + "Gruibingen", + "Gruna", + "Grunberg", + "Grundau", + "Grundhof", + "Grunenberg", + "Grunenplan", + "Grunenthal", + "Grunhainichen", + "Grunheide", + "Grunhof", + "Grunkraut", + "Grunstadt", + "Grunwald", + "Gschwend", + "Guben", + "Guckheim", + "Gudensberg", + "Guenzburg", + "Guestrow", + "Guglingen", + "Gulzow", + "Gulzowshof", + "Gummersbach", + "Gundelfingen", + "Gundelsheim", + "Gundernhausen", + "Gundersheim", + "Gundremmingen", + "Gunningen", + "Guntersblum", + "Guntersleben", + "Gunthersleben", + "Gunzenhausen", + "Gurtweil", + "Gustavel", + "Gusten", + "Gusterath", + "Gutach (Schwarzwaldbahn)", + "Gutach im Breisgau", + "Gutenacker", + "Gutenberg", + "Gutenstetten", + "Gutenzell-Hurbel", + "Gutmadingen", + "Gutow", + "Gutzkow", + "Guxhagen", + "Gyhum", + "Haag", + "Haag an der Amper", + "Haan", + "Haar", + "Haarbach", + "Haaren", + "Habach", + "Habenhausen", + "Habersdorf", + "Hachenburg", + "Hackenheim", + "Hadamar", + "Hademstorf", + "Haenigsen", + "Hafenlohr", + "Haffkrug", + "Hage", + "Hagelstadt", + "Hagen", + "Hagenbach", + "Hagenburg", + "Hagenow", + "Hagnau", + "Hahn", + "Hahnbach", + "Hahnenbach", + "Hahnheim", + "Hahnstatten", + "Haibach", + "Haide", + "Haidhof", + "Haidmuhle", + "Haiger", + "Haigerloch", + "Haimhausen", + "Haiming", + "Haina", + "Hainewalde", + "Hainichen", + "Hainsfarth", + "Haiterbach", + "Halbe", + "Halberg", + "Halberstadt", + "Halblech", + "Halbs", + "Haldensleben I", + "Haldenwang", + "Halfing", + "Hallbergmoos", + "Halle", + "Halle Neustadt", + "Hallenberg", + "Hallerndorf", + "Hallnberg", + "Hallschlag", + "Hallstadt", + "Halsbach", + "Halsbrucke", + "Halsenbach", + "Halstenbek", + "Haltern", + "Halver", + "Halvesbostel", + "Hamb", + "Hamberge", + "Hambergen", + "Hambrucken", + "Hambuhren", + "Hamburg", + "Hamdorf", + "Hamelin", + "Hamm", + "Hammah", + "Hammelburg", + "Hammersbach", + "Hamminkeln", + "Hamwarde", + "Hanau", + "Handeloh", + "Handewitt", + "Hanerau-Hademarschen", + "Hanhofen", + "Hankensbuttel", + "Hannover", + "Hanover", + "Hanstedt", + "Happurg", + "Harburg", + "Hard", + "Hardegsen", + "Hardenberg", + "Hardheim", + "Hardt", + "Haren", + "Hargesheim", + "Harlachen", + "Harmsdorf", + "Harmstorf", + "Harpstedt", + "Harra", + "Harrislee", + "Harschbach", + "Harsefeld", + "Harsewinkel", + "Harsleben", + "Harste", + "Harsum", + "Hartenfels", + "Hartenholm", + "Hartenstein", + "Hartha", + "Harthausen", + "Hartheim", + "Hartmannsdorf", + "Harxheim", + "Harzgerode", + "Hasbergen", + "Haschbach an der Glan", + "Hasel", + "Haselbach", + "Haseldorf", + "Haselunne", + "Hasenmoor", + "Haslach im Kinzigtal", + "Hasloch", + "Hasloh", + "Hassel", + "Hasselbach", + "Hasselberg", + "Hasselfelde", + "Hassfurt", + "Hassloch", + "Hassmersheim", + "Haste", + "Hastenrath", + "Haswede", + "Hatten", + "Hattenhofen", + "Hattersheim", + "Hattert", + "Hattingen", + "Hattorf", + "Hattstedt", + "Hatzenbuhl", + "Hatzfeld", + "Haus", + "Hausach", + "Hausen", + "Hausen am Tann", + "Hausen ob Verena", + "Hausen uber Aar", + "Hauser", + "Hausern", + "Hausham", + "Hausten", + "Hauteroda", + "Hauzenberg", + "Havelberg", + "Haverkamp", + "Havixbeck", + "Hawangen", + "Hayingen", + "Hebertsfelden", + "Hebertshausen", + "Hechingen", + "Hechthausen", + "Hecklingen", + "Heddesheim", + "Heede", + "Heeg", + "Heek", + "Heeslingen", + "Hefersweiler", + "Hegge", + "Hehlen", + "Heide", + "Heideck", + "Heidehof", + "Heidekamp", + "Heidelberg", + "Heiden", + "Heidenau", + "Heidenburg", + "Heidenheim", + "Heidesheim", + "Heigenbrucken", + "Heikendorf", + "Heilbad Heiligenstadt", + "Heilbronn", + "Heiligengrabe", + "Heiligenhafen", + "Heiligenhagen", + "Heiligenhaus", + "Heiligenroth", + "Heiligenstadt", + "Heiligenstedtenerkamp", + "Heiligenthal", + "Heiligkreuzsteinach", + "Heilingen", + "Heilsbronn", + "Heimbach", + "Heimbuchenthal", + "Heimenkirch", + "Heimertingen", + "Heimerzheim", + "Heimsheim", + "Heimstetten", + "Heinade", + "Heinbockel", + "Heinersreuth", + "Heiningen", + "Heinkenborstel", + "Heinrichsthal", + "Heinsberg", + "Heinsdorf", + "Heinz", + "Heinzenberg", + "Heinzenhausen", + "Heisede", + "Heist", + "Heitersheim", + "Helbra", + "Heldrungen", + "Helfant", + "Helferskirchen", + "Hellenhahn-Schellenberg", + "Hellenthal", + "Hellstein", + "Hellweg", + "Helmbrechts", + "Helmenzen", + "Helmern", + "Helmershausen", + "Helmstadt", + "Helmste", + "Helmstedt", + "Helpsen", + "Helsa", + "Heltersberg", + "Helvesiek", + "Hemau", + "Hemdingen", + "Hemelingen", + "Hemer", + "Hemhofen", + "Hemmelzen", + "Hemmersdorf", + "Hemmingen", + "Hemmingstedt", + "Hemmoor", + "Hemsbach", + "Hemsbunde", + "Hemslingen", + "Henfenfeld", + "Hengersberg", + "Hennef", + "Hennickendorf", + "Hennigsdorf", + "Hennstedt", + "Hennweiler", + "Henstedt-Ulzburg", + "Hepberg", + "Heppdiel", + "Heppenheim an der Bergstrasse", + "Hepstedt", + "Herbertingen", + "Herbolzheim", + "Herborn", + "Herbrechtingen", + "Herbsleben", + "Herbstein", + "Herdecke", + "Herdorf", + "Herdwangen-Schonach", + "Herfatz", + "Herford", + "Herforst", + "Hergenfeld", + "Hergisdorf", + "Hergolding", + "Hergolshausen", + "Heringen", + "Heringsdorf", + "Herleshausen", + "Hermannsburg", + "Hermaringen", + "Hermersberg", + "Hermeskeil", + "Hermsdorf", + "Herne", + "Heroldsbach", + "Heroldsberg", + "Herren Steinfeld", + "Herren-Sulzbach", + "Herrenberg", + "Herresbach", + "Herrieden", + "Herringen", + "Herrischried", + "Herrnburg", + "Herrnhut", + "Herrsching am Ammersee", + "Herrstein", + "Hersbruck", + "Herschbach", + "Herschberg", + "Herscheid", + "Herschweiler-Pettersheim", + "Herten", + "Herxheim", + "Herzberg", + "Herzberg am Harz", + "Herzebrock", + "Herzfeld", + "Herzlake", + "Herzogenaurach", + "Herzogenrath", + "Herzogsweiler", + "Hesedorf", + "Hesel", + "Hespe", + "Hessdorf", + "Hesselbach", + "Hessen", + "Hessheim", + "Hessigheim", + "Hessisch Lichtenau", + "Hessisch Oldendorf", + "Hetschburg", + "Hettenleidelheim", + "Hettenrodt", + "Hettstadt", + "Hettstedt", + "Hetzenhausen", + "Hetzerath", + "Hetzlinshofen", + "Hetzwege", + "Heubach", + "Heuchelheim", + "Heuchlingen", + "Heudeber", + "Heudorf", + "Heuerssen", + "Heusenstamm", + "Heustreu", + "Heusweiler", + "Heuweiler", + "Heyerode", + "Hiddenhausen", + "Hiddensee", + "Hilbersdorf", + "Hilchenbach", + "Hildburghausen", + "Hildebrandshausen", + "Hilden", + "Hilders", + "Hildesheim", + "Hildrizhausen", + "Hilgermissen", + "Hilgert", + "Hilgertshausen-Tandern", + "Hille", + "Hillersleben", + "Hillesheim", + "Hillscheid", + "Hilpoltstein", + "Hilscheid", + "Hilter", + "Hiltpoltstein", + "Hiltrup", + "Hilwartshausen", + "Hilzingen", + "Himbergen", + "Himmelkron", + "Himmelpforten", + "Himmelstadt", + "Hinrichshagen", + "Hinte", + "Hinterhermsdorf", + "Hinterm Horn", + "Hinterschmiding", + "Hinterzarten", + "Hirrlingen", + "Hirschaid", + "Hirschau", + "Hirschberg", + "Hirschfelde", + "Hirschhorn", + "Hirschstein", + "Hirstein", + "Hirzenhain", + "Hirzlei", + "Hittbergen", + "Hitzacker", + "Hitzhofen", + "Hobbersdorf", + "Hobeck", + "Hochberg", + "Hochborn", + "Hochdonn", + "Hochdorf", + "Hochdorf-Assenheim", + "Hochenschwand", + "Hochheim am Main", + "Hochkirch", + "Hochscheid", + "Hochspeyer", + "Hochst im Odenwald", + "Hochstadt", + "Hochstadt an der Aisch", + "Hochstadten", + "Hochstenbach", + "Hochstetten-Dhaun", + "Hochstrasse", + "Hochwang", + "Hockendorf", + "Hockenheim", + "Hodenhagen", + "Hof", + "Hofbieber", + "Hofen", + "Hofen an der Enz", + "Hofer", + "Hofgarten", + "Hofgeismar", + "Hofheim", + "Hofheim am Taunus", + "Hofkirchen", + "Hofstetten", + "Hohberg", + "Hohe", + "Hoheinod", + "Hohen", + "Hohen Neuendorf", + "Hohen Schwarfs", + "Hohen Wangelin", + "Hohenaspe", + "Hohenau", + "Hohenberg", + "Hohenbergham", + "Hohenbocka", + "Hohenbrunn", + "Hohendodeleben", + "Hoheneggelsen", + "Hohenerxleben", + "Hohenfelde", + "Hohenfels", + "Hohenfinow", + "Hohenfurch", + "Hohenhameln", + "Hohenhaus", + "Hohenhorn", + "Hohenkammer", + "Hohenkirchen-Siegertsbrunn", + "Hohenleimbach", + "Hohenleipisch", + "Hohenleuben", + "Hohenlimburg", + "Hohenlinden", + "Hohenlockstedt", + "Hohenmolsen", + "Hohenollen", + "Hohenpeissenberg", + "Hohenroda", + "Hohenroth", + "Hohenschaftlarn", + "Hohenstein", + "Hohenstein-Ernstthal", + "Hohentengen am Hochrhein", + "Hohenthann", + "Hohenwart", + "Hohenwarthe", + "Hohenwestedt", + "Hohn", + "Hohndorf", + "Hohne", + "Hohnhorst", + "Hohnstein", + "Hohnstorf", + "Hohr-Grenzhausen", + "Hoisdorf", + "Hoitlingen", + "Holdorf", + "Holle", + "Hollenbach", + "Hollenstedt", + "Holler", + "Hollern", + "Hollfeld", + "Hollingstedt", + "Hollstadt", + "Holm", + "Holte", + "Holthausen", + "Holtinghausen", + "Holtland", + "Holtsee", + "Holzbach", + "Holzengel", + "Holzgerlingen", + "Holzgunz", + "Holzhausen", + "Holzhausen an der Haide", + "Holzheim", + "Holzkirchen", + "Holzmaden", + "Holzminden", + "Holzweissig", + "Holzwickede", + "Homberg", + "Homburg", + "Honebach", + "Hoogstede", + "Hopferau", + "Hopfingen", + "Hoppegarten", + "Hoppstadten-Weiersbach", + "Hopsten", + "Horath", + "Horb am Neckar", + "Horbach", + "Horbruch", + "Hordt", + "Horgau", + "Horgertshausen", + "Horhausen", + "Hormersdorf", + "Horn-Bad Meinberg", + "Hornbach", + "Hornberg", + "Hornburg", + "Horneburg", + "Horperath", + "Horressen", + "Horrweiler", + "Horselgau", + "Horst", + "Horstdorf", + "Horstedt", + "Horstel", + "Horstmar", + "Hosbach", + "Hosenfeld", + "Hoslwang", + "Hosskirch", + "Host", + "Hotensleben", + "Hovelhof", + "Hoya", + "Hoyerswerda", + "Hoym", + "Huckelhoven", + "Huckeswagen", + "Hude", + "Huellhorst", + "Huffelsheim", + "Huffenhardt", + "Hufingen", + "Hugelsheim", + "Huglfing", + "Huhnerhof", + "Huje", + "Hulben", + "Humptrup", + "Hunderdorf", + "Hundhaupten", + "Hundisburg", + "Hundsangen", + "Hundsdorf", + "Hunfeld", + "Hungen", + "Hungenroth", + "Hunxe", + "Hunzel", + "Hurlach", + "Hurtgenwald", + "Husby", + "Husum", + "Hutschenhausen", + "Huttblek", + "Huttenberg", + "Hutthurm", + "Huttisheim", + "Huttlingen", + "Ibach", + "Ibbenbueren", + "Ichenhausen", + "Ichtershausen", + "Icker", + "Icking", + "Idar-Oberstein", + "Idenheim", + "Idstein", + "Iffeldorf", + "Iffezheim", + "Igel", + "Igensdorf", + "Igersheim", + "Iggensbach", + "Iggingen", + "Ihlow", + "Ihringen", + "Ihrlerstein", + "Ilbesheim", + "Ilfeld", + "Illerrieden", + "Illertissen", + "Illingen", + "Illschwang", + "Ilmenau", + "Ilmmunster", + "Ilsede", + "Ilsenburg", + "Ilsfeld", + "Ilshofen", + "Ilvesheim", + "Im Loh", + "Immendingen", + "Immenhausen", + "Immenreuth", + "Immenstaad am Bodensee", + "Immenstadt im Allgau", + "Imsbach", + "In der Meer", + "Inchenhofen", + "Inden", + "Ingelfingen", + "Ingelheim am Rhein", + "Ingersleben", + "Ingoldingen", + "Ingolstadt", + "Innernzell", + "Inning am Ammersee", + "Inning am Holz", + "Insel", + "Insheim", + "Insingen", + "Insul", + "Inzell", + "Inzigkofen", + "Inzlingen", + "Inzmuhlen", + "Iphofen", + "Ippesheim", + "Ipsheim", + "Irlbach", + "Irmenach", + "Irrel", + "Irschenberg", + "Irsee", + "Irxleben", + "Isen", + "Isenburg", + "Isenbuttel", + "Iserlohn", + "Ismaning", + "Isny im Allgau", + "Ispringen", + "Isselburg", + "Isseroda", + "Isserstedt", + "Issigau", + "Issum", + "Istein", + "Ittersbach", + "Ittlingen", + "Itzehoe", + "Itzstedt", + "Ivenack", + "Jacobsdorf", + "Jaderberg", + "Jagel", + "Jagerhof", + "Jagsthausen", + "Jagstzell", + "Jahnsdorf", + "Jahnshof", + "Jameln", + "Jarmen", + "Jebenhausen", + "Jeddeloh Eins", + "Jelmstorf", + "Jembke", + "Jemgum", + "Jena", + "Jengen", + "Jerichow", + "Jersbek", + "Jersleben", + "Jesberg", + "Jesendorf", + "Jessen", + "Jessnitz", + "Jestadt", + "Jesteburg", + "Jestetten", + "Jettenbach", + "Jettingen-Scheppach", + "Jetzendorf", + "Jevenstedt", + "Jever", + "Jheringsfehn", + "Joachimsthal", + "Jockgrim", + "Joehlingen", + "Johannesberg", + "Johanngeorgenstadt", + "Johstadt", + "Jork", + "Jorl", + "Jubek", + "Juchen", + "Jugenheim", + "Juist", + "Julbach", + "Julich", + "Juliusburg", + "Jungingen", + "Junkerath", + "Juterbog", + "Kaaks", + "Kaarst", + "Kadelburg", + "Kaden", + "Kagsdorf", + "Kahl am Main", + "Kahla", + "Kaisersbach", + "Kaisersesch", + "Kaiserslautern", + "Kaisheim", + "Kakenstorf", + "Kalbach", + "Kaldenkirchen", + "Kalefeld", + "Kalenborn-Scheuern", + "Kalkar", + "Kalkreuth", + "Kall", + "Kallmunz", + "Kallstadt", + "Kaltenengers", + "Kaltenkirchen", + "Kaltennordheim", + "Kaltenwestheim", + "Kamen", + "Kamenz", + "Kammerforst", + "Kammerstein", + "Kamp-Bornhofen", + "Kamp-Lintfort", + "Kampen", + "Kamsdorf", + "Kandel", + "Kandern", + "Kanzlei", + "Kapellen-Drusweiler", + "Kapellenberg", + "Kappel-Grafenhausen", + "Kappeln", + "Kappelrodeck", + "Kapsweyer", + "Karbach", + "Karben", + "Karin", + "Karl", + "Karlsbad", + "Karlsdorf-Neuthard", + "Karlsfeld", + "Karlshagen", + "Karlshausen", + "Karlshuld", + "Karlskron", + "Karlsruhe", + "Karlstadt am Main", + "Karlstein", + "Karlum", + "Karsbach", + "Karsdorf", + "Karstadt", + "Karweiler", + "Kasbach-Ohlenberg", + "Kasdorf", + "Kasel-Golzig", + "Kasendorf", + "Kasseedorf", + "Kassel", + "Kassow", + "Kastel", + "Kastellaun", + "Kastl", + "Kastorf", + "Katlenburg-Lindau", + "Katzenelnbogen", + "Katzenmoos", + "Katzenstein", + "Katzow", + "Katzwang", + "Katzwinkel", + "Kaub", + "Kaufbeuren", + "Kaufering", + "Kaufungen", + "Kaulsdorf", + "Kayhude", + "Kayna", + "Kefenrod", + "Kefferhausen", + "Kehl", + "Keidelheim", + "Keitum", + "Kelberg", + "Kelbra", + "Kelheim", + "Kelkheim (Taunus)", + "Kell", + "Kellenhusen", + "Keller", + "Kellinghusen", + "Kelsterbach", + "Kemberg", + "Kemerting", + "Kemmern", + "Kemnath", + "Kempen", + "Kempenich", + "Kempfeld", + "Kempten (Allgaeu)", + "Kendenich", + "Kenn", + "Kennenburg", + "Kenzingen", + "Kerlingen", + "Kerpen", + "Kervenheim", + "Kerzenheim", + "Kesselbach", + "Kesselsdorf", + "Kestert", + "Ketsch", + "Kettenkamp", + "Kettershausen", + "Kettig", + "Ketzin", + "Kevelaer", + "Kiedrich", + "Kiefersfelden", + "Kiel", + "Kienberg", + "Kierspe", + "Kieselbach", + "Kieselbronn", + "Kiez", + "Kindelbruck", + "Kinding", + "Kindsbach", + "Kinheim", + "Kinsau", + "Kipfenberg", + "Kippenheim", + "Kirberg", + "Kirburg", + "Kirchardt", + "Kirchberg", + "Kirchdorf", + "Kirchdorf am Inn", + "Kirchdorf im Wald", + "Kirchehrenbach", + "Kirchen", + "Kirchendemenreuth", + "Kirchenlamitz", + "Kirchentellinsfurt", + "Kirchenthumbach", + "Kirchgellersen", + "Kirchhain", + "Kirchham", + "Kirchhasel", + "Kirchhaslach", + "Kirchheilingen", + "Kirchheim", + "Kirchheim am Ries", + "Kirchheim an der Weinstrasse", + "Kirchheim unter Teck", + "Kirchheimbolanden", + "Kirchhellen", + "Kirchhundem", + "Kirchlauter", + "Kirchlengern", + "Kirchlinteln", + "Kirchreit", + "Kirchroth", + "Kirchsahr", + "Kirchseelte", + "Kirchseeon", + "Kirchtimke", + "Kirchweg", + "Kirchweidach", + "Kirchweyhe", + "Kirchworbis", + "Kirchzarten", + "Kirchzell", + "Kirkel", + "Kirn", + "Kirrweiler", + "Kirschau", + "Kirschfurt", + "Kirschhofen", + "Kirspenich", + "Kirtorf", + "Kisdorf", + "Kisselbach", + "Kissenbruck", + "Kissing", + "Kisslegg", + "Kist", + "Kitzingen", + "Kitzscher", + "Kladen", + "Klais", + "Klanxbull", + "Klaus", + "Klausdorf", + "Klausen", + "Klausheide", + "Klein Ammensleben", + "Klein Berssen", + "Klein Kedingshagen", + "Klein Lichtenhagen", + "Klein Meckelsen", + "Klein Nordende", + "Klein Offenseth-Sparrieshoop", + "Klein Rogahn", + "Klein Ronnau", + "Klein Wesenberg", + "Klein Wittensee", + "Klein-Gerau", + "Klein-Schlamin", + "Klein-Winternheim", + "Klein-Zimmern", + "Kleinbeeren", + "Kleinblittersdorf", + "Kleinbundenbach", + "Kleinfahner", + "Kleinfurra", + "Kleinheubach", + "Kleinkahl", + "Kleinmachnow", + "Kleinmaischeid", + "Kleinostheim", + "Kleinrinderfeld", + "Kleinschwabhausen", + "Kleinsendelbach", + "Kleinsteinhausen", + "Kleinwallstadt", + "Kleinwolmsdorf", + "Klettwitz", + "Kleve", + "Klinge", + "Klingenberg", + "Klingenberg am Main", + "Klingenmunster", + "Klingenthal", + "Klink", + "Klipphausen", + "Kloster", + "Klosterhauser", + "Klosterlechfeld", + "Klostermansfeld", + "Klostersee", + "Klotten", + "Klotze", + "Kluis", + "Klutz", + "Knesebeck", + "Knetzgau", + "Knittelsheim", + "Knittlingen", + "Knobelsdorf", + "Knoringen", + "Kobern-Gondorf", + "Koblenz", + "Kochel", + "Kodersdorf", + "Koditz", + "Kodnitz", + "Kofering", + "Kohlberg", + "Kohra", + "Kohren-Sahlis", + "Kolbermoor", + "Kolbingen", + "Kolitzheim", + "Kolkwitz", + "Kolleda", + "Kollerbach", + "Kollmar", + "Kolln-Reisiek", + "Kollnburg", + "Kolpien", + "Komp", + "Kongen", + "Konigheim", + "Konigs Wusterhausen", + "Konigsbach-Stein", + "Konigsberg in Bayern", + "Konigsbronn", + "Konigsbruck", + "Konigsbrunn", + "Konigsdorf", + "Konigsee", + "Konigseggwald", + "Konigsfeld", + "Konigsfeld im Schwarzwald", + "Konigsheim", + "Konigslutter am Elm", + "Konigstein", + "Konigstein im Taunus", + "Konigswartha", + "Konigswinter", + "Konken", + "Konnern", + "Konradsreuth", + "Konstanz", + "Konz", + "Konzell", + "Korb", + "Korbach", + "Korchow", + "Kordel", + "Korle", + "Korntal", + "Kornwestheim", + "Korperich", + "Korschenbroich", + "Kosching", + "Kossa", + "Kothel", + "Kottenheim", + "Kotterichen", + "Kottgeisering", + "Kottweiler-Schwanden", + "Kotzting", + "Koxhausen", + "Kraft", + "Kraftisried", + "Kraiburg am Inn", + "Krailling", + "Krakow am See", + "Kramerhof", + "Kranenburg", + "Kranichfeld", + "Kranzberg", + "Krauchenwies", + "Kraupa", + "Krauschwitz", + "Krautheim", + "Krefeld", + "Kreiensen", + "Kreischa", + "Kremmen", + "Krempe", + "Kremperheide", + "Kressbronn am Bodensee", + "Krettnach", + "Kretzschau", + "Kreuz", + "Kreuzau", + "Kreuztal", + "Kreuzwertheim", + "Krickenbach", + "Kriebitzsch", + "Kriebstein", + "Kriftel", + "Kritzmow", + "Kritzow", + "Krolpa", + "Krombach", + "Kronach", + "Kronau", + "Kronberg", + "Kronshagen", + "Kropelin", + "Kropp", + "Kroppelshagen-Fahrendorf", + "Kroppenstedt", + "Kroslin", + "Krostitz", + "Krov", + "Kruden", + "Kruft", + "Krugsdorf", + "Krugzell", + "Krumbach", + "Krumhermersdorf", + "Krummensee", + "Krummesse", + "Krumpa", + "Krumstedt", + "Krun", + "Kubschutz", + "Kuchen", + "Kuddeworde", + "Kuenzelsau", + "Kueps Oberfranken", + "Kuhardt", + "Kuhbach", + "Kuhn", + "Kuhndorf", + "Kuhstedt", + "Kukels", + "Kulmbach", + "Kulsheim", + "Kulz", + "Kumhausen", + "Kummerfeld", + "Kummersbruck", + "Kunreuth", + "Kunzell", + "Kunzing", + "Kupferberg", + "Kupferzell", + "Kuppenheim", + "Kurnach", + "Kurnbach", + "Kurort Hartha", + "Kurort Steinbach-Hallenberg", + "Kurten", + "Kurtscheid", + "Kusel", + "Kusterdingen", + "Kutenholz", + "Kutzenhausen", + "Kyritz", + "Laaber", + "Laage", + "Laasdorf", + "Laatzen", + "Labejum", + "Labenz", + "Laboe", + "Lachen", + "Lachendorf", + "Ladbergen", + "Ladenburg", + "Laer", + "Lage", + "Lagerdorf", + "Lagesbuttel", + "Lahden", + "Lahm", + "Lahnstein", + "Lahr", + "Lahrbach", + "Laichingen", + "Lain", + "Lalendorf", + "Lam", + "Lambertsberg", + "Lambrecht", + "Lambsheim", + "Lamerdingen", + "Lampertheim", + "Lampertswalde", + "Lamspringe", + "Lamstedt", + "Landau", + "Landau an der Isar", + "Landensberg", + "Landesbergen", + "Landrecht", + "Landsberg", + "Landsberg am Lech", + "Landscheid", + "Landscheide", + "Landshut", + "Landstuhl", + "Langballig", + "Langebruck", + "Langeln", + "Langelsheim", + "Langen", + "Langenargen", + "Langenau", + "Langenbach", + "Langenberg", + "Langenbernsdorf", + "Langendorf", + "Langenenslingen", + "Langenfeld", + "Langenhagen", + "Langenhorn", + "Langenlonsheim", + "Langenmosen", + "Langenneufnach", + "Langenpreising", + "Langenselbold", + "Langensendelbach", + "Langenweddingen", + "Langenwetzendorf", + "Langenwolmsdorf", + "Langenzenn", + "Langeoog", + "Langerringen", + "Langerwehe", + "Langewiesen", + "Langfurth", + "Langgons", + "Langlingen", + "Langquaid", + "Langstedt", + "Langsur", + "Langwasser", + "Langwedel", + "Langweid", + "Langweiler", + "Langwieden", + "Langwitz", + "Lappersdorf", + "Lasbek", + "Lassan", + "Lassentin", + "Lastrup", + "Lathen", + "Laubach", + "Lauben", + "Laubenheim", + "Laubusch", + "Laucha", + "Lauchhammer", + "Lauchheim", + "Lauchringen", + "Lauda-Konigshofen", + "Laudenbach", + "Laudert", + "Lauenau", + "Lauenbruck", + "Lauenburg", + "Lauenhagen", + "Lauf", + "Lauf an der Pegnitz", + "Laufach", + "Laufen", + "Laufenburg", + "Lauffen am Neckar", + "Laugna", + "Lauingen", + "Laumersheim", + "Laupheim", + "Laurenburg", + "Lauscha", + "Lauschied", + "Lausitz", + "Laussnitz", + "Lauta", + "Lautenbach", + "Lautenthal", + "Lauter", + "Lauterach", + "Lauterbach", + "Lauterbach/Schwarzwald", + "Lauterburg", + "Lauterecken", + "Lauterhofen", + "Lautern", + "Lautersheim", + "Lautertal", + "Lautrach", + "Lautzenhausen", + "Lawalde", + "Lebach", + "Lebrade", + "Lebus", + "Lebusa", + "Lechbruck", + "Leck", + "Lederhose", + "Leegebruch", + "Leeheim", + "Leer", + "Leezdorf", + "Leezen", + "Legau", + "Legden", + "Lehen", + "Lehesten", + "Lehmen", + "Lehmke", + "Lehndorf", + "Lehrberg", + "Lehre", + "Lehrensteinsfeld", + "Lehrte", + "Leibelbach", + "Leibertingen", + "Leiblfing", + "Leichlingen", + "Leidersbach", + "Leiferde", + "Leimbach", + "Leimen", + "Leimersheim", + "Leinach", + "Leinburg", + "Leinefelde", + "Leinfelden-Echterdingen", + "Leingarten", + "Leinsweiler", + "Leipheim", + "Leipzig", + "Leisnig", + "Leitershofen", + "Leitzkau", + "Leiwen", + "Leizen", + "Lemberg", + "Lembruch", + "Lemforde", + "Lemgo", + "Lemwerder", + "Lengdorf", + "Lengede", + "Lengenfeld", + "Lengerich", + "Lenggries", + "Lengthal", + "Lennestadt", + "Lensahn", + "Lentfohrden", + "Lenting", + "Lenzkirch", + "Leonberg", + "Leopoldshagen", + "Leopoldshohe", + "Lerbach", + "Lessien", + "Lettenreuth", + "Leubsdorf", + "Leukersdorf", + "Leun", + "Leuna", + "Leutenbach", + "Leutenberg", + "Leutershausen", + "Leuthen", + "Leutkirch im Allgau", + "Leverkusen", + "Lich", + "Lichte", + "Lichtenau", + "Lichtenberg", + "Lichtenbroich", + "Lichtenfels", + "Lichtenstein", + "Lichtentanne", + "Lichtenwald", + "Liebenau", + "Liebenburg", + "Liebenscheid", + "Liebenstein", + "Liebenwalde", + "Lieberose", + "Liederbach", + "Lienen", + "Liepgarten", + "Lieser", + "Lieskau", + "Lietzen", + "Lilienthal", + "Limbach", + "Limbach-Oberfrohna", + "Limburg an der Lahn", + "Limburgerhof", + "Lindau", + "Linde", + "Linden", + "Lindenau", + "Lindenberg im Allgau", + "Lindenfels", + "Lindenthal", + "Lindern", + "Lindewitt", + "Lindhorst", + "Lindigshof", + "Lindlar", + "Lindwedel", + "Lingen", + "Lingenfeld", + "Lingerhahn", + "Linkenbach", + "Linkenheim-Hochstetten", + "Linnich", + "Linow", + "Linsburg", + "Lintig", + "Linz am Rhein", + "Lippe", + "Lipporn", + "Lippstadt", + "Lissendorf", + "Listerfehrda", + "Litzendorf", + "Lobau", + "Loch", + "Lochau", + "Lochgau", + "Lochhausen", + "Lochum", + "Loddin", + "Loderburg", + "Loffenau", + "Loffingen", + "Lohberg", + "Lohe-Rickelshof", + "Loheide", + "Lohfelden", + "Lohmar", + "Lohnberg", + "Lohne", + "Lohnsfeld", + "Lohr a. Main", + "Lohra", + "Lohsa", + "Loiching", + "Loitz", + "Lollar", + "Lollbach", + "Lommatzsch", + "Longkamp", + "Longuich", + "Loningen", + "Lonnerstadt", + "Lonnig", + "Lonsee", + "Lonsingen", + "Loose", + "Lorch", + "Lorsch", + "Lorscheid", + "Lorup", + "Losheim", + "Lossburg", + "Lossnitz", + "Lostau", + "Lotte", + "Lottstetten", + "Lotzbeuren", + "Lowenstein", + "Loxstedt", + "Lubbecke", + "Lubbenau", + "Lubesse", + "Lubmin", + "Lubstorf", + "Lubtheen", + "Lubz", + "Luchem", + "Lucka", + "Luckau", + "Luckenbach", + "Luckenwalde", + "Ludersdorf", + "Ludersfeld", + "Ludinghausen", + "Ludwigsburg", + "Ludwigsfelde", + "Ludwigshafen", + "Ludwigshafen am Rhein", + "Ludwigshohe", + "Ludwigslust", + "Ludwigsstadt", + "Luebben", + "Luechow", + "Luerdissen", + "Luft", + "Luftkurort Arendsee", + "Lugau", + "Lugde", + "Luhden", + "Luhe-Wildenau", + "Lunne", + "Lunzenau", + "Lupburg", + "Lurschau", + "Lutau", + "Lutjenburg", + "Lutjensee", + "Lutter am Barenberge", + "Luttgenrode", + "Luttum", + "Lutz", + "Lutzelbach", + "Lutzen", + "Lutzerath", + "Lutzingen", + "Lychen", + "Lynow", + "Maasholm", + "Machern", + "Machtolsheim", + "Macken", + "Mackenbach", + "Magdala", + "Magdeburg", + "Magstadt", + "Mahlberg", + "Mahlow", + "Mahndorf", + "Maierhofen", + "Maikammer", + "Mailing", + "Mainaschaff", + "Mainbernheim", + "Mainburg", + "Mainhardt", + "Mainleus", + "Mainstockheim", + "Maintal", + "Mainz", + "Maisach", + "Maitenbeth", + "Malberg", + "Malborn", + "Malchin", + "Malchow", + "Malente", + "Malgersdorf", + "Mallersdorf-Pfaffenberg", + "Mallin", + "Malsburg", + "Malsch", + "Malschwitz", + "Malsfeld", + "Malterdingen", + "Mammendorf", + "Mamming", + "Manching", + "Mandel", + "Mandern", + "Mannebach", + "Mannheim", + "Mannichswalde", + "Mansfeld", + "Mantel", + "Marbach am Neckar", + "Marburg", + "March", + "Margarethen", + "Margertshausen", + "Margetshochheim", + "Mariaposching", + "Marienberg", + "Marienburg", + "Marienfeld", + "Marienhafe", + "Marienhagen", + "Marienhausen", + "Marienheide", + "Marienrachdorf", + "Marienstein", + "Mariental", + "Maring-Noviand", + "Mark", + "Markdorf", + "Markersbach", + "Markgroningen", + "Markkleeberg", + "Marklkofen", + "Marklohe", + "Markneukirchen", + "Markranstadt", + "Marksuhl", + "Markt", + "Markt Einersheim", + "Markt Erlbach", + "Markt Indersdorf", + "Markt Rettenbach", + "Markt Schwaben", + "Markt Wald", + "Marktbreit", + "Marktgraitz", + "Marktheidenfeld", + "Marktl", + "Marktleugast", + "Marktleuthen", + "Marktoberdorf", + "Marktredwitz", + "Marktrodach", + "Marktschellenberg", + "Marktschorgast", + "Marl", + "Marlow", + "Marne", + "Marnheim", + "Marpingen", + "Marquartstein", + "Marsberg", + "Marschacht", + "Marschall", + "Marsdorf", + "Martensrade", + "Martfeld", + "Martinsried", + "Marwitz", + "Marxen", + "Marxgrun", + "Marxheim", + "Marzling", + "Maschen", + "Maselheim", + "Massbach", + "Massenbachhausen", + "Massenhausen", + "Massenheim", + "Massing", + "Mastershausen", + "Mastholte", + "Mattstedt", + "Mauer", + "Mauerstetten", + "Maulbronn", + "Maulburg", + "Mauth", + "Maxdorf", + "Maxhutte-Haidhof", + "Maximilian", + "Mayen", + "Mechelgrun", + "Mechelroda", + "Mechenried", + "Mechernich", + "Meckenbach", + "Meckenbeuren", + "Meckenheim", + "Meckesheim", + "Mecklenburg", + "Medard", + "Medebach", + "Medelby", + "Medow", + "Meeder", + "Meerane", + "Meerbeck", + "Meerbusch", + "Meersburg", + "Meesiger", + "Megesheim", + "Mehlbach", + "Mehlingen", + "Mehlmeisel", + "Mehmels", + "Mehr", + "Mehring", + "Meine", + "Meinersen", + "Meinerzhagen", + "Meiningen", + "Meinsdorf", + "Meisenheim", + "Meissen", + "Meissenheim", + "Meitingen", + "Melbeck", + "Melchow", + "Meldorf", + "Melle", + "Mellenbach-Glasbach", + "Mellingen", + "Mellrichstadt", + "Melsbach", + "Melsdorf", + "Melsungen", + "Memmelsdorf", + "Memmingen", + "Memmingerberg", + "Menden", + "Mendig", + "Mengen", + "Mengerschied", + "Mengersgereuth-Hammern", + "Mengerskirchen", + "Mengkofen", + "Menslage", + "Meppen", + "Merching", + "Merchweiler", + "Merdingen", + "Merenberg", + "Mering", + "Merkelbach", + "Merkendorf", + "Merkers", + "Merklingen", + "Merschwitz", + "Merseburg", + "Mersheim", + "Mertendorf", + "Mertingen", + "Mertloch", + "Merxheim", + "Merzalben", + "Merzen", + "Merzenich", + "Merzhausen", + "Merzig", + "Meschede", + "Messel", + "Messkirch", + "Messstetten", + "Metelen", + "Metjendorf", + "Metten", + "Mettenheim", + "Metterich", + "Mettingen", + "Mettlach", + "Mettmann", + "Metzingen", + "Metzlos-Gehag", + "Meudt", + "Meuro", + "Meuselwitz", + "Meyn", + "Michelau", + "Michelbach an der Bilz", + "Michelfeld", + "Michelstadt", + "Michendorf", + "Mickhausen", + "Midlum", + "Miehlen", + "Mielenhausen", + "Mielkendorf", + "Miellen", + "Miesbach", + "Mieste", + "Mietingen", + "Mihla", + "Milbertshofen", + "Mildenau", + "Mildstedt", + "Milow", + "Miltenberg", + "Milzau", + "Mindelheim", + "Mindelstetten", + "Minden", + "Minfeld", + "Minsen", + "Mintraching", + "Mirow", + "Missen-Wilhams", + "Mistelbach", + "Mistelgau", + "Mittbach", + "Mittegrossefehn", + "Mittelbach", + "Mittelberg", + "Mittelbiberach", + "Mitteleschenbach", + "Mittelherwigsdorf", + "Mittelneufnach", + "Mittelnkirchen", + "Mittelrot", + "Mittelsaida", + "Mittelstenweiler", + "Mittelstetten", + "Mittelstreu", + "Mittenaar", + "Mittenwald", + "Mittenwalde", + "Mitterfelden", + "Mitterfels", + "Mitterstetten", + "Mitterteich", + "Mittweida", + "Mitwitz", + "Mixdorf", + "Mochau", + "Mochenwangen", + "Mockern", + "Mockmuhl", + "Mockrehna", + "Moers", + "Mogendorf", + "Mogglingen", + "Moglingen", + "Mohlsdorf", + "Mohnesee", + "Mohren", + "Mohrendorf", + "Mohrkirch", + "Moisburg", + "Molbergen", + "Molfsee", + "Mollenhagen", + "Molln", + "Molschow", + "Molsheim", + "Mombris", + "Momlingen", + "Mommenheim", + "Monchberg", + "Monchsdeggingen", + "Monchsroth", + "Monchweiler", + "Monheim", + "Monheim am Rhein", + "Monkeberg", + "Monreal", + "Monschau", + "Monsheim", + "Montabaur", + "Monzelfeld", + "Monzingen", + "Moor", + "Moorenweis", + "Moos", + "Moosach", + "Moosburg", + "Moosinning", + "Moosthenning", + "Morbach", + "Morenhoven", + "Morfelden-Walldorf", + "Moringen", + "Moritz", + "Moritzburg", + "Morlenbach", + "Morsbach", + "Morscheid", + "Morschheim", + "Morschied", + "Morsfeld", + "Morshausen", + "Morsleben", + "Morslingen", + "Mosbach", + "Moschenfeld", + "Moser", + "Mossingen", + "Mottgers", + "Mottingen", + "Motzingen", + "Moyland", + "Much", + "Mucheln", + "Mudau", + "Muden", + "Mudersbach", + "Mudershausen", + "Muehldorf", + "Muehlheim am Main", + "Mugeln", + "Muggendorf", + "Muggensturm", + "Muhl Rosin", + "Muhlacker", + "Muhlau", + "Muhle", + "Muhlen", + "Muhlhausen", + "Muhlhausen-Ehingen", + "Muhlheim an der Donau", + "Muhltal", + "Muhltroff", + "Muhr am See", + "Mulda", + "Muldenhammer", + "Muldenstein", + "Mulfingen", + "Mulheim-Karlich", + "Mullrose", + "Mulsen", + "Mulsum", + "Munchaurach", + "Munchberg", + "Muncheberg", + "Munchenbernsdorf", + "Munchhausen", + "Munchsmunster", + "Munchsteinach", + "Munchweiler am Klingbach", + "Munchweiler an der Alsenz", + "Munderkingen", + "Mundersbach", + "Munich", + "Munnerstadt", + "Munsing", + "Munsingen", + "Munster", + "Munster-Sarmsheim", + "Munsterdorf", + "Munstermaifeld", + "Munzenberg", + "Munzingen", + "Murchin", + "Murg", + "Murlenbach", + "Murnau am Staffelsee", + "Murr", + "Murrhardt", + "Muschenbach", + "Mutlangen", + "Mutterschied", + "Mutterstadt", + "Mutzenich", + "Mutzschen", + "Mylau", + "Nabburg", + "Nachrodt-Wiblingwerde", + "Nachterstedt", + "Nachtsheim", + "Nackenheim", + "Nagel", + "Nagold", + "Nahe", + "Nahrendorf", + "Naila", + "Nakensdorf", + "Nalbach", + "Namborn", + "Nandlstadt", + "Nanzweiler", + "Nassau", + "Nassenfels", + "Nastatten", + "Nattenheim", + "Nattheim", + "Nauen", + "Nauendorf", + "Nauheim", + "Naumburg", + "Naunheim", + "Naunhof", + "Nauort", + "Naurath", + "Nebra", + "Nebringen", + "Neckarbischofsheim", + "Neckargemund", + "Neckargerach", + "Neckarrems", + "Neckarsteinach", + "Neckarsulm", + "Neckartailfingen", + "Neckartenzlingen", + "Neckarweihingen", + "Neckarwestheim", + "Neckarzimmern", + "Neehausen", + "Neenstetten", + "Neermoor", + "Neetze", + "Negast", + "Nehren", + "Neidenfels", + "Neidenstein", + "Neidlingen", + "Neitersen", + "Nellingen", + "Nennhausen", + "Nennig", + "Nennslingen", + "Nentershausen", + "Nerchau", + "Neresheim", + "Neroth", + "Nersingen", + "Nesselwang", + "Netphen", + "Nettersheim", + "Nettetal", + "Netze", + "Netzschkau", + "Neu Darchau", + "Neu Duvenstedt", + "Neu Isenburg", + "Neu Kaliss", + "Neu Sanitz", + "Neu Vitense", + "Neu Wulmstorf", + "Neu Zauche", + "Neu-Anspach", + "Neu-Ulm", + "Neubeckum", + "Neuberg", + "Neubeuern", + "Neubiberg", + "Neuborger", + "Neubrandenburg", + "Neubrunn", + "Neubukow", + "Neubulach", + "Neuburg", + "Neuburg an der Donau", + "Neudietendorf", + "Neudorf", + "Neudrossenfeld", + "Neuenbrook", + "Neuenburg am Rhein", + "Neuendettelsau", + "Neuendorf", + "Neuengors", + "Neuenhagen", + "Neuenhaus", + "Neuenkirchen", + "Neuenmarkt", + "Neuenrade", + "Neuenstadt am Kocher", + "Neuenstein", + "Neuental", + "Neuerburg", + "Neufahrn bei Freising", + "Neufarn", + "Neuffen", + "Neufra", + "Neufrach", + "Neufraunhofen", + "Neugersdorf", + "Neuhardenberg", + "Neuhaus", + "Neuhaus am Inn", + "Neuhaus am Rennweg", + "Neuhaus-Schierschnitz", + "Neuhausel", + "Neuhausen auf den Fildern", + "Neuhausen ob Eck", + "Neuhemsbach", + "Neuhof", + "Neuhofen", + "Neuhutten", + "Neukamperfehn", + "Neukeferloh", + "Neukieritzsch", + "Neukirch", + "Neukirch/Lausitz", + "Neukirchen", + "Neukirchen am Teisenberg", + "Neukirchen-Vluyn", + "Neukloster", + "Neuleiningen", + "Neulussheim", + "Neumagen-Dhron", + "Neumark", + "Neumarkt in der Oberpfalz", + "Neumarkt-Sankt Veit", + "Neunburg vorm Wald", + "Neundorf", + "Neunheilingen", + "Neunkirchen", + "Neunkirchen am Sand", + "Neuotting", + "Neupetershain", + "Neupotz", + "Neuravensburg", + "Neureichenau", + "Neuried", + "Neuruppin", + "Neusalza-Spremberg", + "Neusass", + "Neuschonau", + "Neusitz", + "Neusorg", + "Neuss", + "Neustadt", + "Neustadt (Orla)", + "Neustadt am Rubenberge", + "Neustadt an der Aisch", + "Neustadt an der Orla", + "Neustadt an der Waldnaab", + "Neustadt bei Coburg", + "Neustadt in Holstein", + "Neustadt in Sachsen", + "Neustadt-Glewe", + "Neustadt/Westerwald", + "Neustrelitz", + "Neutraubling", + "Neutrebbin", + "Neutz-Lettewitz", + "Neuweiler", + "Neuwerk", + "Neuwied", + "Neuwittenbek", + "Neuzelle", + "Neverin", + "Neversdorf", + "Newel", + "Nickenich", + "Nidda", + "Nidderau", + "Nideggen", + "Niebull", + "Niedenstein", + "Nieder Ohmen", + "Nieder-Beerbach", + "Nieder-Olm", + "Niederaichbach", + "Niederalben", + "Niederalsen", + "Niederalteich", + "Niederau", + "Niederaula", + "Niederbrechen", + "Niederbreitbach", + "Niederburg", + "Niederding", + "Niederdorf", + "Niederdorfelden", + "Niederdorla", + "Niedereisenhausen", + "Niedereschach", + "Niederfell", + "Niederfischbach", + "Niederfrohna", + "Niederheimbach", + "Niederkassel", + "Niederkirchen", + "Niederkirchen bei Deidesheim", + "Niederkruchten", + "Niederlangen", + "Niederlindhart", + "Niedermurach", + "Niedernberg", + "Niederndodeleben", + "Niederneisen", + "Niederneuching", + "Niedernhall", + "Niedernhausen", + "Niedernwohren", + "Niederorschel", + "Niederpollnitz", + "Niederquembach", + "Niederrieden", + "Niedersachswerfen", + "Niederschonenfeld", + "Niederselters", + "Niederspier", + "Niederstadtfeld", + "Niederstaufenbach", + "Niederstetten", + "Niederstotzingen", + "Niederviehbach", + "Niederwambach", + "Niederweidbach", + "Niederwerrn", + "Niederwiesa", + "Niederwinkling", + "Niederwuerschnitz", + "Niederzeuzheim", + "Niederzier", + "Niederzissen", + "Niefern-Oschelbronn", + "Nieheim", + "Niemberg", + "Niemegk", + "Nienborstel", + "Nienburg", + "Nienburg/Saale", + "Niendorf", + "Nienhagen", + "Nienstadt", + "Niepars", + "Nierstein", + "Niesgrau", + "Niesky", + "Nieste", + "Nindorf", + "Nittel", + "Nittenau", + "Nittendorf", + "Nitz", + "Nobitz", + "Noda", + "Nohfelden", + "Nohra", + "Nonnenhorn", + "Nonnweiler", + "Norddeich", + "Norden", + "Nordendorf", + "Nordenham", + "Norderney", + "Norderstapel", + "Norderstedt", + "Nordhalben", + "Nordhastedt", + "Nordhausen", + "Nordheim", + "Nordhofen", + "Nordholz", + "Nordhorn", + "Nordkirchen", + "Nordrach", + "Nordstemmen", + "Nordwalde", + "Norheim", + "Norken", + "Norsingen", + "Norten-Hardenberg", + "Northeim", + "Nortmoor", + "Nortorf", + "Nortrup", + "Norvenich", + "Nossen", + "Nottuln", + "Notzingen", + "Nubbel", + "Nudlingen", + "Nufringen", + "Numbrecht", + "Nunchritz", + "Nuremberg", + "Nurtingen", + "Nusplingen", + "Nussdorf am Inn", + "Nusse", + "Nussloch", + "Ober-Erlenbach", + "Ober-Hilbersheim", + "Ober-Morlen", + "Ober-Olm", + "Ober-Ramstadt", + "Ober-Roden", + "Oberammergau", + "Oberasbach", + "Oberau", + "Oberaudorf", + "Oberaula", + "Oberberg", + "Oberbillig", + "Oberbodnitz", + "Oberboihingen", + "Oberderdingen", + "Oberdiebach", + "Oberding", + "Oberdischingen", + "Oberdolling", + "Oberdorla", + "Oberelbert", + "Oberelsbach", + "Oberfell", + "Obergebra", + "Obergriesbach", + "Obergunzburg", + "Obergurig", + "Oberhaching", + "Oberhaid", + "Oberharmersbach", + "Oberhausen", + "Oberhausen-Rheinhausen", + "Oberhermsdorf", + "Oberhof", + "Oberhonnefeld-Gierend", + "Oberhundem", + "Oberickelsheim", + "Oberirsen", + "Oberkail", + "Oberkammlach", + "Oberkirch", + "Oberkirchen", + "Oberkochen", + "Oberkotzau", + "Oberlahr", + "Oberlaindern", + "Oberleichtersbach", + "Oberlungwitz", + "Obermarchtal", + "Obermeilingen", + "Obermeitingen", + "Obermichelbach", + "Obermohr", + "Obermoschel", + "Obernbreit", + "Obernburg am Main", + "Oberndorf", + "Oberneukirchen", + "Oberneuses", + "Obernfeld", + "Obernheim-Kirchenarnbach", + "Obernkirchen", + "Obernzell", + "Obernzenn", + "Oberopfingen", + "Oberornau", + "Oberotterbach", + "Oberottmarshausen", + "Oberpframmern", + "Oberpierscheid", + "Oberpleichfeld", + "Oberpleis", + "Oberporing", + "Oberporlitz", + "Oberraden", + "Oberreichenbach", + "Oberried", + "Oberrieden", + "Oberriexingen", + "Oberrod", + "Oberrot", + "Oberschefflenz", + "Oberscheinfeld", + "Oberschleissheim", + "Oberschneiding", + "Oberschona", + "Oberschweinbach", + "Oberseifersdorf", + "Obersontheim", + "Oberstadion", + "Oberstadtfeld", + "Oberstaufen", + "Oberstdorf", + "Oberstenfeld", + "Oberstreu", + "Obersuhl", + "Obertaufkirchen", + "Oberteuringen", + "Oberthal", + "Oberthulba", + "Obertraubling", + "Obertrubach", + "Obertshausen", + "Oberursel", + "Oberviechtach", + "Oberweimar", + "Oberweis", + "Oberweissbach", + "Oberwesel", + "Oberwiesenthal", + "Oberwinter", + "Oberwolfach", + "Oberzissen", + "Obing", + "Obrigheim", + "Obristfeld", + "Ochsenfurt", + "Ochsenhausen", + "Ochtendung", + "Ochtmersleben", + "Ochtrup", + "Ockenfels", + "Odelzhausen", + "Odendorf", + "Odenheim", + "Odenthal", + "Oderberg", + "Odernheim", + "Oebisfelde", + "Oechsen", + "Oederan", + "Oedheim", + "Oelde", + "Oelerse", + "Oelixdorf", + "Oelsberg", + "Oelsen", + "Oelsnitz", + "Oelzschau", + "Oer-Erkenschwick", + "Oerlenbach", + "Oerlinghausen", + "Oersdorf", + "Oesterdeichstrich", + "Oestrich-Winkel", + "Oettersdorf", + "Oettingen in Bayern", + "Oeversee", + "Offenau", + "Offenbach", + "Offenbach an der Queich", + "Offenbach-Hundheim", + "Offenberg", + "Offenburg", + "Offenhausen", + "Offingen", + "Offstein", + "Ofterdingen", + "Oftersheim", + "Oggelshausen", + "Ohlsbach", + "Ohlsdorf", + "Ohlstadt", + "Ohmden", + "Ohningen", + "Ohorn", + "Ohrdruf", + "Ohren", + "Ohrensen", + "Ohringen", + "Olbernhau", + "Olbersdorf", + "Olbersleben", + "Olbronn-Durrn", + "Olching", + "Oldenburg", + "Oldenburg in Holstein", + "Oldendorf", + "Oldenswort", + "Oldersum", + "Olderup", + "Oldisleben", + "Olfen", + "Olpe", + "Olsberg", + "Olsbrucken", + "Olzheim", + "Opfenbach", + "Opfingen", + "Oppach", + "Oppenau", + "Oppendorf", + "Oppenheim", + "Oppenweiler", + "Oppurg", + "Oranienbaum", + "Oranienburg", + "Orbis", + "Oring", + "Ornbau", + "Orsingen-Nenzingen", + "Ortenberg", + "Ortenburg", + "Ortrand", + "Osann-Monzel", + "Osburg", + "Osch", + "Oschatz", + "Oschersleben", + "Oschingen", + "Osdorf", + "Osede", + "Osingen", + "Osloss", + "Ostbevern", + "Ostelsheim", + "Osten", + "Ostenfeld", + "Osterberg", + "Osterbrock", + "Osterburg", + "Osterburken", + "Ostercappeln", + "Osterfeld", + "Osterhausen", + "Osterhofen", + "Osterholz-Scharmbeck", + "Osternienburg", + "Osterode", + "Osterode am Harz", + "Osterrade", + "Osterronfeld", + "Osterspai", + "Osterstedt", + "Osterwald", + "Osterwieck", + "Ostfildern", + "Ostheim", + "Osthofen", + "Ostrach", + "Ostramondra", + "Ostrhauderfehn", + "Ostringen", + "Ostritz", + "Ostseebad Ahrenshoop", + "Ostseebad Baabe", + "Ostseebad Binz", + "Ostseebad Boltenhagen", + "Ostseebad Dierhagen", + "Ostseebad Gohren", + "Ostseebad Kuhlungsborn", + "Ostseebad Nienhagen", + "Ostseebad Prerow", + "Ostseebad Sellin", + "Ostseebad Zinnowitz", + "Oststeinbek", + "Othenstorf", + "Otigheim", + "Otisheim", + "Ottenbach", + "Ottendorf-Okrilla", + "Ottenhofen", + "Ottensoos", + "Otter", + "Otterbach", + "Otterberg", + "Otterfing", + "Otterloh", + "Otterndorf", + "Ottersberg", + "Ottersheim", + "Otterstadt", + "Ottersweier", + "Otterwisch", + "Ottobeuren", + "Ottobrunn", + "Ottrau", + "Ottweiler", + "Otze", + "Otzing", + "Ovelgoenne", + "Ovelgonne", + "Overath", + "Owen", + "Owingen", + "Owschlag", + "Oy-Mittelberg", + "Oyten", + "Padelugge", + "Padenstedt", + "Paderborn", + "Pahl", + "Painten", + "Palling", + "Panschwitz-Kuckau", + "Pansdorf", + "Pantelitz", + "Papenburg", + "Papendorf", + "Pappenheim", + "Paradies", + "Parchim", + "Parey", + "Parkstein", + "Parkstetten", + "Parnsberg", + "Parsau", + "Parsdorf", + "Partenheim", + "Partenstein", + "Parum", + "Pasewalk", + "Passau", + "Passow", + "Pastetten", + "Pattensen", + "Patzig", + "Paulinenaue", + "Paunzhausen", + "Pausa", + "Pauscha", + "Pechbrunn", + "Peckelsheim", + "Peetsch", + "Pegau", + "Pegnitz", + "Peine", + "Peissenberg", + "Peiting", + "Peitz", + "Pellingen", + "Pellworm", + "Pelm", + "Pemfling", + "Penig", + "Pentenried", + "Pentling", + "Penzberg", + "Penzing", + "Perach", + "Perkam", + "Perl", + "Perleberg", + "Perlesreut", + "Pesch", + "Pessenburgheim", + "Pesterwitz", + "Petersaurach", + "Petersberg", + "Petersdorf", + "Petershagen", + "Petershausen", + "Petriroda", + "Petting", + "Pettstadt", + "Pewsum", + "Pfaffen-Schwabenheim", + "Pfaffenhausen", + "Pfaffenhofen", + "Pfaffenhofen an der Ilm", + "Pfaffenhofen an der Roth", + "Pfaffenweiler", + "Pfaffing", + "Pfaffroda", + "Pfalzfeld", + "Pfalzgrafenweiler", + "Pfarrkirchen", + "Pfarrweisach", + "Pfatter", + "Pfedelbach", + "Pfeffelbach", + "Pfeffenhausen", + "Pflummern", + "Pforring", + "Pforzen", + "Pforzheim", + "Pfreimd", + "Pfronten", + "Pfullendorf", + "Pfullingen", + "Pfungstadt", + "Philippsburg", + "Philippsthal", + "Pickliessem", + "Piding", + "Piesport", + "Pilsach", + "Pilsting", + "Pinneberg", + "Pinnow", + "Pirk", + "Pirmasens", + "Pirna", + "Pittenhart", + "Pixel", + "Plaidt", + "Plan", + "Planegg", + "Plankstadt", + "Plate", + "Platkow", + "Platten", + "Plattenburg", + "Plattling", + "Plau am See", + "Plaue", + "Plauen", + "Plech", + "Pleckhausen", + "Pleidelsheim", + "Plein", + "Pleinfeld", + "Pleiskirchen", + "Pleisweiler-Oberhofen", + "Pleizenhausen", + "Plessa", + "Plettenberg", + "Pleystein", + "Pliening", + "Pliezhausen", + "Plochingen", + "Plodda", + "Ploen", + "Plossberg", + "Pluderhausen", + "Pluwig", + "Pockau", + "Pocking", + "Podeldorf", + "Poggensee", + "Pohl", + "Pohnstorf", + "Poing", + "Point", + "Polch", + "Politz", + "Pollenfeld", + "Pollhagen", + "Polling", + "Pommelsbrunn", + "Pommerby", + "Pomster", + "Poppenhausen", + "Poppenlauer", + "Poppenricht", + "Pornbach", + "Porta Westfalica", + "Posing", + "Possendorf", + "Possenheim", + "Possneck", + "Postbauer-Heng", + "Postmunster", + "Potsdam", + "Pottenstein", + "Pottmes", + "Pouch", + "Poxdorf", + "Pracht", + "Prackenbach", + "Prangendorf", + "Prebberede", + "Prebitz", + "Preetz", + "Preith", + "Premnitz", + "Prenzlau", + "Pressath", + "Pressen", + "Pressig", + "Prestewitz", + "Pretzfeld", + "Preussisch Oldendorf", + "Prichsenstadt", + "Prien am Chiemsee", + "Priesendorf", + "Priestewitz", + "Prietitz", + "Prisdorf", + "Prittriching", + "Pritzwalk", + "Probsteierhagen", + "Prohn", + "Proseken", + "Protzen", + "Pruchten", + "Prum", + "Prumzurlay", + "Prutting", + "Puchersreuth", + "Puchheim", + "Puderbach", + "Pulheim", + "Pullach im Isartal", + "Pullenreuth", + "Pullhausen", + "Puls", + "Pulsnitz", + "Purgen", + "Puschendorf", + "Putbus", + "Putlitz", + "Puttlingen", + "Putzbrunn", + "Pyrbaum", + "Quaal", + "Quakenbruck", + "Quarnbek", + "Quarnstedt", + "Quedlinburg", + "Queidersbach", + "Querfurt", + "Querum", + "Quickborn", + "Quierschied", + "Quitzow", + "Raben", + "Rabenau", + "Rabenholz", + "Rabenkirchen-Fauluck", + "Rabke", + "Rachelsbach", + "Rackith", + "Rackwitz", + "Radbruch", + "Radeberg", + "Radebeul", + "Radeburg", + "Radefeld", + "Radegast", + "Radevormwald", + "Radibor", + "Radolfzell", + "Raesfeld", + "Raguhn", + "Rahden", + "Raibach", + "Rain", + "Raisdorf", + "Raisting", + "Ralingen", + "Rambin", + "Ramerberg", + "Rammelsbach", + "Rammenau", + "Rammingen", + "Ramsau", + "Ramsen", + "Ramsla", + "Ramsloh", + "Ramstein-Miesenbach", + "Ramsthal", + "Randersacker", + "Rangendingen", + "Rangsdorf", + "Ranis", + "Ransbach-Baumbach", + "Ranstadt", + "Ransweiler", + "Rantum", + "Rantzau", + "Rappenau", + "Raschau", + "Rasdorf", + "Rasselstein", + "Rastatt", + "Rastdorf", + "Rastede", + "Rastenberg", + "Rastow", + "Ratekau", + "Rath", + "Rathenow", + "Ratingen", + "Rattelsdorf", + "Rattenberg", + "Rattenkirchen", + "Ratzeburg", + "Raubach", + "Raubling", + "Rauda", + "Rauen", + "Rauenberg", + "Rauenstein", + "Raunheim", + "Rauschenberg", + "Rausdorf", + "Ravensburg", + "Ravenstein", + "Rechberg", + "Rechberghausen", + "Rechenberg-Bienenmuhle", + "Rechtenbach", + "Rechtenfleth", + "Rechtenstein", + "Rechtmehring", + "Rechtsupweg", + "Recke", + "Recklinghausen", + "Reddelich", + "Redefin", + "Redekin", + "Rednitzhembach", + "Redwitz an der Rodach", + "Rees", + "Regen", + "Regensburg", + "Regenstauf", + "Regis-Breitingen", + "Regnitzlosau", + "Rehau", + "Rehburg-Loccum", + "Rehden", + "Reher", + "Rehfelde", + "Rehhorst", + "Rehling", + "Rehlingen-Siersburg", + "Rehna", + "Reich", + "Reichardtswerben", + "Reichartshausen", + "Reichelsheim", + "Reichenbach", + "Reichenbach im Tale", + "Reichenbach-Steegen", + "Reichenbach/Vogtland", + "Reichenschwand", + "Reichersbeuern", + "Reichertshausen", + "Reichertshofen", + "Reilingen", + "Reimlingen", + "Reimsbach", + "Reinbek", + "Reinfeld", + "Reinhartshausen", + "Reinheim", + "Reinsberg", + "Reinsdorf", + "Reinstadt", + "Reipoltskirchen", + "Reisbach", + "Reischach", + "Reiskirchen", + "Reit im Winkl", + "Reithofen", + "Reitmehring", + "Reitsch", + "Rellingen", + "Remagen", + "Remels", + "Remlingen", + "Remmesweiler", + "Remptendorf", + "Remscheid", + "Renchen", + "Rendsburg", + "Rengsdorf", + "Rennerod", + "Rennersdorf", + "Rennertshofen", + "Renningen", + "Renquishausen", + "Rentrisch", + "Rentweinsdorf", + "Reppenstedt", + "Retgendorf", + "Rethwisch", + "Rettenberg", + "Rettersen", + "Rettert", + "Rettigheim", + "Rettin", + "Retzstadt", + "Reute", + "Reuth", + "Reutlingen", + "Reutlingendorf", + "Rhade", + "Rhadereistedt", + "Rhaunen", + "Rheda-Wiedenbruck", + "Rhede", + "Rheden", + "Rhein", + "Rheinau", + "Rheinbach", + "Rheinberg", + "Rheinbollen", + "Rheinbreitbach", + "Rheinbrohl", + "Rheine", + "Rheinfelden", + "Rheinsberg", + "Rheinzabern", + "Rheurdt", + "Rhinow", + "Rhumspringe", + "Ribbeck", + "Ribbesbuttel", + "Ribnitz", + "Ribnitz-Damgarten", + "Richen", + "Rickenbach", + "Rickert", + "Riding", + "Riedbach", + "Riede", + "Rieden", + "Riedenberg", + "Riedenheim", + "Rieder", + "Riederich", + "Riedering", + "Riedhausen", + "Riedlingen", + "Riedmoos", + "Riegel", + "Riegelsberg", + "Riegsee", + "Rielasingen-Worblingen", + "Riemerling", + "Rieneck", + "Riepsdorf", + "Riesa", + "Rieseby", + "Rieste", + "Rietberg", + "Rietheim", + "Riethnordhausen", + "Rietschen", + "Rimbach", + "Rimhorn", + "Rimpar", + "Rimschweiler", + "Rimsting", + "Rinchnach", + "Ringenwalde", + "Ringsberg", + "Ringsheim", + "Rinteln", + "Rinzenberg", + "Riol", + "Ritschenhausen", + "Ritterhude", + "Rittersdorf", + "Robel", + "Rochlitz", + "Rockenberg", + "Rockenhausen", + "Rodach", + "Rodalben", + "Roden", + "Rodenbach", + "Rodenberg", + "Rodental", + "Rodersheim-Gronau", + "Rodewisch", + "Rodgau", + "Rodheim", + "Roding", + "Rodinghausen", + "Roehrnbach", + "Roes", + "Roetgen", + "Roetz", + "Rofingen", + "Roggenburg", + "Roggentin", + "Rogling", + "Rohr", + "Rohrbach", + "Rohrdorf", + "Rohrenfels", + "Rohrmoos", + "Rohrsdorf", + "Roigheim", + "Roklum", + "Rollbach", + "Rollshausen", + "Romhild", + "Rommerskirchen", + "Romrod", + "Romsthal", + "Rondeshagen", + "Ronneburg", + "Ronnenberg", + "Ronsberg", + "Rorichum", + "Rosbach vor der Hohe", + "Roschbach", + "Rosdorf", + "Roseburg", + "Rosenburg", + "Rosendahl", + "Rosenfeld", + "Rosengarten", + "Rosenheim", + "Rosenkopf", + "Rosenthal", + "Rositz", + "Roslau", + "Rosrath", + "Rossau", + "Rossdorf", + "Rosshaupten", + "Rosslau", + "Rosstal", + "Rosswein", + "Rostock", + "Rot am See", + "Rotenburg", + "Rotenburg an der Fulda", + "Rotenhain", + "Roth", + "Rotha", + "Rothenbach", + "Rothenbach an der Pegnitz", + "Rothenbuch", + "Rothenburg", + "Rothenfels", + "Rothenstein", + "Rothhausen", + "Rothlein", + "Rothof", + "Rott am Inn", + "Rottach", + "Rottach-Egern", + "Rottenacker", + "Rottenbach", + "Rottenbuch", + "Rottenburg", + "Rottenburg an der Laaber", + "Rottendorf", + "Rottenstuben", + "Rotterode", + "Rotthalmunster", + "Rottingen", + "Rottleberode", + "Rottweil", + "Rovershagen", + "Roxel", + "Rubke", + "Ruchheim", + "Ruchsen", + "Ruckeroth", + "Ruckersdorf", + "Ruckholz", + "Rudelzhausen", + "Ruderatshofen", + "Rudersberg", + "Rudersdorf", + "Ruderting", + "Rudesheim", + "Rudesheim am Rhein", + "Rudolstadt", + "Rugendorf", + "Rugheim", + "Rugland", + "Ruhen", + "Ruhla", + "Ruhland", + "Ruhpolding", + "Ruhstorf", + "Ruit", + "Rullstorf", + "Rulzheim", + "Rumeltshausen", + "Rummer", + "Rummingen", + "Rumohr", + "Runding", + "Runkel", + "Runthe", + "Ruppach-Goldhausen", + "Ruppertsberg", + "Ruppertshofen", + "Ruppertsweiler", + "Ruppichteroth", + "Ruschberg", + "Ruscheid", + "Ruspel", + "Rust", + "Rutesheim", + "Ruthen", + "Ruthnick", + "Rutsweiler an der Lauter", + "Saal", + "Saaldorf", + "Saalfeld", + "Saalstadt", + "Saara", + "Saarburg", + "Saarlouis", + "Saarwellingen", + "Sachsen", + "Sachsenhagen", + "Sachsenheim", + "Sachsenkam", + "Sack", + "Saerbeck", + "Saffig", + "Sagard", + "Sailauf", + "Saint Egidien", + "Saint Michaelisdonn", + "Salach", + "Salching", + "Saldenburg", + "Salem", + "Salgen", + "Salm", + "Salmtal", + "Salz", + "Salzbergen", + "Salzburg", + "Salzgitter", + "Salzgitter-Bad", + "Salzhausen", + "Salzhemmendorf", + "Salzkotten", + "Salzstetten", + "Salzwedel", + "Salzweg", + "Samerberg", + "Samern", + "Samswegen", + "Samtens", + "Sand", + "Sandberg", + "Sandbostel", + "Sande", + "Sandersdorf", + "Sandersleben", + "Sandesneben", + "Sandhausen", + "Sandkrug", + "Sangerhausen", + "Sankt Andreasberg", + "Sankt Augustin", + "Sankt Englmar", + "Sankt Georgen im Schwarzwald", + "Sankt Ingbert", + "Sankt Katharinen", + "Sankt Leon-Rot", + "Sankt Peter-Ording", + "Sankt Wendel", + "Sankt Wolfgang", + "Sanssouci", + "Sargenroth", + "Sarkwitz", + "Sarlhusen", + "Sarstedt", + "Sasbach", + "Sasbachwalden", + "Sassenberg", + "Sassnitz", + "Satjendorf", + "Satrup", + "Satteldorf", + "Sattelstadt", + "Satzvey", + "Sauensiek", + "Sauerlach", + "Sauldorf", + "Saulgau", + "Schaafheim", + "Schaalby", + "Schacht-Audorf", + "Schackendorf", + "Schacksdorf", + "Schadeleben", + "Schafflund", + "Schafstedt", + "Schalkau", + "Schalksmuhle", + "Schallstadt", + "Schammelsdorf", + "Scharbeutz", + "Scharnebeck", + "Scharnhorst", + "Scharrel", + "Schauenstein", + "Schauerberg", + "Schaulings", + "Schaumburg", + "Schechen", + "Schechingen", + "Scheden", + "Scheer", + "Scheessel", + "Scheidegg", + "Scheinfeld", + "Schelklingen", + "Schellerten", + "Schellhorn", + "Schellweiler", + "Schenefeld", + "Schenkenhorst", + "Schenkenzell", + "Schenklengsfeld", + "Scherenbostel", + "Schermbeck", + "Schermen", + "Scherstetten", + "Schesslitz", + "Scheuerfeld", + "Scheuerhalden", + "Scheuring", + "Scheyern", + "Schieder-Schwalenberg", + "Schierling", + "Schiffdorf", + "Schifferstadt", + "Schiffweiler", + "Schildau", + "Schildow", + "Schillingsfurst", + "Schillingshof", + "Schiltach", + "Schiltberg", + "Schindhard", + "Schiphorst", + "Schirgiswalde", + "Schirmitz", + "Schirnding", + "Schkeuditz", + "Schkolen", + "Schkopau", + "Schladen", + "Schlaitdorf", + "Schlammersdorf", + "Schlangen", + "Schlangenbad", + "Schlanstedt", + "Schlat", + "Schleching", + "Schlegel", + "Schlehdorf", + "Schleid", + "Schleiden", + "Schleife", + "Schleiz", + "Schlema", + "Schlepzig", + "Schleswig", + "Schlettau", + "Schleusingen", + "Schlieben", + "Schliengen", + "Schlier", + "Schlierbach", + "Schliersee", + "Schlitz", + "Schloss", + "Schloss Holte-Stukenbrock", + "Schlossberg", + "Schlotfeld", + "Schlotheim", + "Schluchsee", + "Schluchtern", + "Schlusselfeld", + "Schmalenberg", + "Schmalensee", + "Schmalkalden", + "Schmallenberg", + "Schmelz", + "Schmerz", + "Schmidgaden", + "Schmidmuhlen", + "Schmidt", + "Schmidthachenbach", + "Schmiechen", + "Schmiedefeld am Rennsteig", + "Schmilau", + "Schmitten", + "Schmittweiler", + "Schmolln", + "Schnabelwaid", + "Schnackenburg", + "Schnaitsee", + "Schnaittach", + "Schnaittenbach", + "Schneckenhausen", + "Schnee", + "Schneeberg", + "Schnega", + "Schneizlreuth", + "Schnellbach", + "Schnelldorf", + "Schnellmannshausen", + "Schneppenbach", + "Schneverdingen", + "Schney", + "Schnurpflingen", + "Schoeffengrund", + "Schoenberg", + "Schoenheide", + "Schollbrunn", + "Schollene", + "Schollkrippen", + "Schollnach", + "Schomberg", + "Schonach im Schwarzwald", + "Schonaich", + "Schonau", + "Schonau im Schwarzwald", + "Schonberg", + "Schonborn", + "Schonbrunn", + "Schondorf am Ammersee", + "Schondra", + "Schonebeck", + "Schoneberg", + "Schoneck", + "Schonecken", + "Schonefeld", + "Schoneiche", + "Schonenberg", + "Schonenberg-Kubelberg", + "Schonewalde", + "Schoneworde", + "Schonfeld", + "Schonfliess", + "Schongau", + "Schongeising", + "Schoningen", + "Schonkirchen", + "Schonsee", + "Schonstett", + "Schonthal", + "Schonungen", + "Schonwald", + "Schonwald im Schwarzwald", + "Schonwalde", + "Schopfheim", + "Schopfloch", + "Schoppenstedt", + "Schoppingen", + "Schopsdorf", + "Schorndorf", + "Schornsheim", + "Schortens", + "Schossin", + "Schotten", + "Schramberg", + "Schriesheim", + "Schrobenhausen", + "Schrozberg", + "Schuby", + "Schuld", + "Schulendorf", + "Schulldorf", + "Schuller", + "Schulzendorf", + "Schuttertal", + "Schutterwald", + "Schuttorf", + "Schutz", + "Schutzbach", + "Schutzenhof", + "Schwaan", + "Schwabach", + "Schwaben", + "Schwabenheim", + "Schwabhausen", + "Schwabmunchen", + "Schwabniederhofen", + "Schwabstedt", + "Schwaibach", + "Schwaig", + "Schwaigern", + "Schwaikheim", + "Schwalbach", + "Schwalbach am Taunus", + "Schwalingen", + "Schwallungen", + "Schwalmstadt", + "Schwalmtal", + "Schwandorf in Bayern", + "Schwanebeck", + "Schwaneberg", + "Schwanewede", + "Schwanfeld", + "Schwangau", + "Schwansee", + "Schwarme", + "Schwarmstedt", + "Schwarz", + "Schwarzach", + "Schwarzbach", + "Schwarzenbach", + "Schwarzenbach am Wald", + "Schwarzenbach an der Saale", + "Schwarzenbek", + "Schwarzenberg", + "Schwarzenborn", + "Schwarzenbruck", + "Schwarzenfeld", + "Schwarzhausen", + "Schwarzheide", + "Schwarzholz", + "Schwarzwald", + "Schwebheim", + "Schwedelbach", + "Schwedt (Oder)", + "Schwegenheim", + "Schweiburg", + "Schweich", + "Schweigen-Rechtenbach", + "Schweinfurt", + "Schweitenkirchen", + "Schweizerhof", + "Schwelm", + "Schwendi", + "Schwenningen", + "Schwerin", + "Schweringen", + "Schwerstedt", + "Schwerte", + "Schwesing", + "Schwetzingen", + "Schwieberdingen", + "Schwienau", + "Schwifting", + "Schwindegg", + "Schwirzheim", + "Schwollen", + "Schworstadt", + "Sebnitz", + "Seck", + "Seckach", + "Seebach", + "Seebad Ahlbeck", + "Seebad Bansin", + "Seebad Heringsdorf", + "Seebergen", + "Seebruck", + "Seeburg", + "Seedorf", + "Seefeld", + "Seeg", + "Seega", + "Seehaus", + "Seehausen", + "Seeheilbad Graal-Muritz", + "Seeheim-Jugenheim", + "Seehof", + "Seeland", + "Seelbach", + "Seelitz", + "Seelow", + "Seelscheid", + "Seelze", + "Seeon-Seebruck", + "Seesbach", + "Seesen", + "Seeshaupt", + "Seester", + "Seevetal", + "Seffern", + "Sefferweich", + "Sehlde", + "Sehlem", + "Sehlen", + "Sehma", + "Sehnde", + "Seifhennersdorf", + "Selb", + "Selbach", + "Selbitz", + "Selent", + "Seligenstadt", + "Seligenthal", + "Sellerich", + "Sellin", + "Selm", + "Selmsdorf", + "Selsingen", + "Selters", + "Selzen", + "Sembach", + "Senden", + "Sendenhorst", + "Senftenberg", + "Sengenthal", + "Sennfeld", + "Sensweiler", + "Senzig", + "Sereetz", + "Serrig", + "Sersheim", + "Sesslach", + "Seth", + "Seubersdorf", + "Seukendorf", + "Sexau", + "Sibbesse", + "Sickte", + "Siebenbaumen", + "Siedenbrunzow", + "Siedenburg", + "Siegburg", + "Siegelsbach", + "Siegen", + "Siegenburg", + "Siegsdorf", + "Sielenbach", + "Sierksdorf", + "Siershahn", + "Siesbach", + "Sievershutten", + "Sieverstedt", + "Sigmaringen", + "Sigmaringendorf", + "Sigmarszell", + "Silling", + "Simbach", + "Simbach am Inn", + "Simmelsdorf", + "Simmerath", + "Simmern", + "Simmersfeld", + "Simmertal", + "Simonsberg", + "Sindelfingen", + "Sindorf", + "Sindringen", + "Singen", + "Singenbach", + "Singhofen", + "Sinn", + "Sinsheim", + "Sinzheim", + "Sinzig", + "Sinzing", + "Sippersfeld", + "Sipplingen", + "Sittensen", + "Sochtenau", + "Soemmerda", + "Soest", + "Sogel", + "Sohland", + "Sohlde", + "Sohren", + "Solden", + "Solingen", + "Solkwitz", + "Soller", + "Sollerup", + "Sollstedt", + "Solms", + "Soltau", + "Soltendieck", + "Somborn", + "Sommerland", + "Sommerloch", + "Sondershausen", + "Sondheim", + "Sonneberg", + "Sonnefeld", + "Sonnschied", + "Sonsbeck", + "Sontheim", + "Sontheim an der Brenz", + "Sonthofen", + "Sontra", + "Sorth", + "Sorup", + "Sosa", + "Sotterhausen", + "Sottrum", + "Soyen", + "Spaichingen", + "Spalt", + "Spangdahlem", + "Spangenberg", + "Spardorf", + "Spatzenhausen", + "Spay", + "Spechtsbrunn", + "Spechtshausen", + "Speicher", + "Speichersdorf", + "Speinshart", + "Spelle", + "Spenge", + "Spessart", + "Spetzerfehn", + "Speyer", + "Spiegelau", + "Spiegelberg", + "Spiegelsberge", + "Spielberg", + "Spiesen-Elversberg", + "Spitzkunnersdorf", + "Splietsdorf", + "Sponheim", + "Spora", + "Spornitz", + "Spraitbach", + "Spree", + "Spreenhagen", + "Spremberg", + "Sprendlingen", + "Sprengel", + "Springe", + "Springstille", + "Sprockhovel", + "Stabelow", + "Stade", + "Stadecken-Elsheim", + "Stadelhofen", + "Stadt", + "Stadt Wehlen", + "Stadtallendorf", + "Stadtbergen", + "Stadthagen", + "Stadtilm", + "Stadtkyll", + "Stadtlauringen", + "Stadtlohn", + "Stadtoldendorf", + "Stadtprozelten", + "Stadtroda", + "Stadtsteinach", + "Stahl", + "Stahlhofen", + "Stahnsdorf", + "Staig", + "Stammbach", + "Stammheim", + "Stamsried", + "Stangerode", + "Stapelburg", + "Stapelfeld", + "Starnberg", + "Stassfurt", + "Stauchitz", + "Staudt", + "Staufen im Breisgau", + "Staufenberg", + "Stegaurach", + "Stegen", + "Steglitz Bezirk", + "Steigra", + "Steimbke", + "Steimel", + "Stein", + "Stein an der Traun", + "Stein-Neukirch", + "Steinach", + "Steinau an der Strasse", + "Steinbach am Taunus", + "Steinburg", + "Steineberg", + "Steinegg", + "Steinen", + "Steinenbronn", + "Steineroth", + "Steinfeld", + "Steinfurt", + "Steingaden", + "Steinhagen", + "Steinhausen", + "Steinheim", + "Steinheim am Albuch", + "Steinheim am der Murr", + "Steinhoring", + "Steinhorst", + "Steinigtwolmsdorf", + "Steinlah", + "Steinmauern", + "Steintoch", + "Steinweiler", + "Steinwenden", + "Steinwiesen", + "Steisslingen", + "Stelle", + "Stellshagen", + "Stelzenberg", + "Stendal", + "Stepfershausen", + "Stephanskirchen", + "Sterbfritz", + "Sternberg", + "Sternenfels", + "Sterup", + "Sterzhausen", + "Stetten", + "Stettfeld", + "Steuden", + "Steudnitz", + "Steyerberg", + "Stiege", + "Stimpfach", + "Stinstedt", + "Stockach", + "Stockelsdorf", + "Stockhausen", + "Stockhausen-Illfurth", + "Stockheim", + "Stockse", + "Stocksee", + "Stockstadt am Main", + "Stockstadt am Rhein", + "Stoetze", + "Stolberg", + "Stolk", + "Stollberg", + "Stolpen", + "Stolzenau", + "Stolzenhagen", + "Storkow", + "Stornstein", + "Stotten", + "Stotternheim", + "Stottwang", + "Straelen", + "Strahlungen", + "Stralsund", + "Strande", + "Strassberg", + "Strasskirchen", + "Strasslach-Dingharting", + "Straubing", + "Straupitz", + "Strausberg", + "Straussfurt", + "Streich", + "Streithausen", + "Strickscheid", + "Strohkirchen", + "Strohn", + "Stromberg", + "Strucklingen", + "Strullendorf", + "Struxdorf", + "Stubenberg", + "Stuhlingen", + "Stuhr", + "Stukenbrock", + "Stulln", + "Stuttgart", + "Stutzengrun", + "Stutzerbach", + "Styrum", + "Suckow", + "Suddendorf", + "Suderau", + "Suderbrarup", + "Suderburg", + "Suderholz", + "Suderlugum", + "Suderstapel", + "Sudheide", + "Sudlohn", + "Sugenheim", + "Suhl", + "Suhlendorf", + "Sulfeld", + "Sulingen", + "Sulz am Neckar", + "Sulzbach", + "Sulzbach am Main", + "Sulzbach-Rosenberg", + "Sulzberg", + "Sulzemoos", + "Sulzfeld", + "Sulzgries", + "Sulzheim", + "Sulzthal", + "Sunching", + "Sundern", + "Sundhausen", + "Supplingen", + "Surheim", + "Susel", + "Sussen", + "Syke", + "Syrau", + "Taarstedt", + "Tabarz", + "Tacherting", + "Taching am See", + "Tailfingen", + "Talheim", + "Talkau", + "Tamm", + "Tangendorf", + "Tangerhutte", + "Tangermunde", + "Tangstedt", + "Tann", + "Tanna", + "Tannesberg", + "Tannhausen", + "Tantow", + "Tapfheim", + "Tappenbeck", + "Tarbek", + "Tarmow", + "Tarmstedt", + "Tarp", + "Tating", + "Tauberbischofsheim", + "Tauberfeld", + "Tauberrettersheim", + "Taucha", + "Tauche", + "Taufkirchen", + "Taunusstein", + "Taura", + "Tawern", + "Tecklenburg", + "Tegernheim", + "Tegernsee", + "Teichwolframsdorf", + "Teisendorf", + "Teising", + "Teisnach", + "Teistungenburg", + "Telgte", + "Tellingstedt", + "Teltow", + "Temmels", + "Templin", + "Tengen", + "Teningen", + "Tennenbronn", + "Terborg", + "Teschow", + "Tespe", + "Tessin", + "Tetenbull", + "Tetenhusen", + "Teterow", + "Tettau", + "Tettenwang", + "Tettnang Castle", + "Teublitz", + "Teuchern", + "Teugn", + "Teuschnitz", + "Teutschenthal", + "Thaden", + "Thale", + "Thaleischweiler-Froschen", + "Thalfang", + "Thalhausen", + "Thalheim", + "Thallichtenberg", + "Thallwitz", + "Thalmassing", + "Thalwenden", + "Thannberg", + "Thannhausen", + "Tharandt", + "Thedinghausen", + "Theilenhofen", + "Theilheim", + "Theissen", + "Theley", + "Themar", + "Thermalbad Wiesenbad", + "Thiendorf", + "Thierhaupten", + "Thierstein", + "Tholey", + "Thoma", + "Thomasburg", + "Thomm", + "Thuine", + "Thulba", + "Thum", + "Thungen", + "Thungersheim", + "Thur", + "Thurkow", + "Thurnau", + "Thyrnau", + "Thyrow", + "Tiddische", + "Tiefenbach", + "Tiefenbronn", + "Tiefenort", + "Tiefenthal", + "Tieplitz", + "Tieringen", + "Tilleda", + "Timmaspe", + "Timmendorf", + "Timmendorf Beach", + "Timmenrode", + "Tinnum", + "Tirschenreuth", + "Titisee-Neustadt", + "Titting", + "Tittling", + "Tittmoning", + "Titz", + "Tobertitz", + "Todenbuttel", + "Todendorf", + "Todesfelde", + "Todtenried", + "Todtenweis", + "Todtmoos", + "Todtnau", + "Todtnauberg", + "Toging am Inn", + "Tomerdingen", + "Tonbach", + "Tonisvorst", + "Tonndorf", + "Tonning", + "Topen", + "Toppenstedt", + "Torgau", + "Torgelow", + "Tornesch", + "Tostedt", + "Traben-Trarbach", + "Trabitz", + "Traisen", + "Traitsching", + "Trappenkamp", + "Trassem", + "Traubing", + "Traunreut", + "Traunstein", + "Traunwalchen", + "Trautskirchen", + "Trebbin", + "Treben", + "Trebendorf", + "Trebsen", + "Trebur", + "Treffelhausen", + "Treffelstein", + "Treia", + "Treis-Karden", + "Tremsbuttel", + "Trendelburg", + "Trent", + "Treuchtlingen", + "Treudelberg", + "Treuen", + "Treuenbrietzen", + "Triberg im Schwarzwald", + "Trier", + "Trierweiler", + "Triftern", + "Trimbs", + "Trippstadt", + "Triptis", + "Trittau", + "Trochtelfingen", + "Trogen", + "Troisdorf", + "Trollenhagen", + "Trossingen", + "Trostau", + "Trostberg an der Alz", + "Truchtlaching", + "Trulben", + "Trunkelsberg", + "Trusetal", + "Tschernitz", + "Tuerkenfeld", + "Tulau", + "Tuningen", + "Tuntenhausen", + "Turkheim", + "Tussenhausen", + "Tuszshing", + "Tutow", + "Tuttlingen", + "Tutzing", + "Tutzpatz", + "Twielenfleth", + "Twist", + "Twiste", + "Twistringen", + "Ubach-Palenberg", + "Uberfeld", + "Uberherrn", + "Uberlingen", + "Ubersee", + "Ubstadt-Weiher", + "Uchte", + "Uchtelhausen", + "Uckendorf", + "Udenheim", + "Uder", + "Uebigau", + "Ueckermunde", + "Uedem", + "Uehlfeld", + "Uelitz", + "Uelsen", + "Uelvesbull", + "Uelzen", + "Uersfeld", + "Uess", + "Ueterlande", + "Uetersen", + "Uettingen", + "Uetze", + "Uffenheim", + "Uffing", + "Uhingen", + "Uhldingen-Muhlhofen", + "Uhler", + "Uhlingen-Birkendorf", + "Ulbersdorf", + "Ulm", + "Ulmen", + "Ulmet", + "Ulrichstein", + "Ulsnis", + "Umkirch", + "Ummendorf", + "Umpfenbach", + "Unkel", + "Unlingen", + "Unna", + "Unnau", + "Unterammergau", + "Unterbaldingen", + "Unterdiessen", + "Unterdietfurt", + "Untereglfing", + "Untereisesheim", + "Unterensingen", + "Untereuerheim", + "Unterfoehring", + "Untergimpern", + "Untergriesbach", + "Untergruppenbach", + "Unterhaching", + "Unterhausen", + "Unterkirnach", + "Unterliezheim", + "Unterluss", + "Untermeitingen", + "Untermunkheim", + "Unterneukirchen", + "Unterpleichfeld", + "Unterreichenbach", + "Unterreit", + "Unterroth", + "Unterschleichach", + "Unterschleissheim", + "Unterschneidheim", + "Untersiemau", + "Untersteinach", + "Unterthingau", + "Unteruhldingen", + "Unterwellenborn", + "Unterwossen", + "Untrasried", + "Upgant-Schott", + "Urbach", + "Urbar", + "Urexweiler", + "Urmitz", + "Ursensollen", + "Urspringen", + "Urweiler", + "Urzig", + "Usedom", + "Usingen", + "Uslar", + "Ustersbach", + "Uttenreuth", + "Uttenweiler", + "Utting", + "Utzenfeld", + "Uxheim", + "Vacha", + "Vachendorf", + "Vahlbruch", + "Vahldorf", + "Vaihingen an der Enz", + "Vallendar", + "Valley", + "Varel", + "Vastorf", + "Vaterstetten", + "Vechelde", + "Vechta", + "Veckenstedt", + "Vegesack", + "Vehlow", + "Veilsdorf", + "Veitsbronn", + "Veitshochheim", + "Velbert", + "Velburg", + "Velden", + "Veldenz", + "Velen", + "Vellahn", + "Vellberg", + "Vellmar", + "Velpke", + "Velten", + "Veltheim", + "Vendersheim", + "Venne", + "Verchen", + "Verden an der Aller", + "Veringendorf", + "Veringenstadt", + "Verl", + "Versmold", + "Vesser", + "Vestenberg", + "Vestenbergsgreuth", + "Vetschau", + "Vettelschoss", + "Vettweiss", + "Viecheln", + "Viechtach", + "Vielbach", + "Vienenburg", + "Vier", + "Vierden", + "Viereth-Trunstadt", + "Vierhofen", + "Vierkirchen", + "Viernau", + "Viernheim", + "Viersen", + "Vieselbach", + "Vietgest", + "Villenbach", + "Villingen", + "Villingen-Schwenningen", + "Villingendorf", + "Villmar", + "Vilsbiburg", + "Vilseck", + "Vilsheim", + "Vilshofen", + "Vilshoven", + "Visbek", + "Visselhovede", + "Vitte", + "Vlotho", + "Vluyn", + "Voerde", + "Vogelsdorf", + "Vogelsen", + "Vogt", + "Vogtareuth", + "Vogtsburg", + "Vohburg an der Donau", + "Vohenstrauss", + "Vohl", + "Vohrenbach", + "Vohringen", + "Volkach", + "Volkenschwand", + "Volkenshagen", + "Volkersweiler", + "Volkertshausen", + "Volklingen", + "Volkmarsen", + "Vollersode", + "Vollersroda", + "Vollkofen", + "Vollrathsruhe", + "Voltlage", + "Volxheim", + "Vorbach", + "Vorden", + "Vordorf", + "Vorland", + "Vorra", + "Vorstetten", + "Vorwerk", + "Voslapp", + "Vreden", + "Waakirchen", + "Waal", + "Wabern", + "Wachau", + "Wachenheim an der Weinstrasse", + "Wachenroth", + "Wachsenburg", + "Wachtberg", + "Wachtendonk", + "Wachtersbach", + "Wachtum", + "Wacken", + "Wackernheim", + "Wackerow", + "Wackersdorf", + "Wadelsdorf", + "Wadern", + "Wadersloh", + "Wadgassen", + "Waffenbrunn", + "Wagenfeld", + "Wagenhoff", + "Wagersrott", + "Waghausel", + "Waging am See", + "Wahlstedt", + "Wahnwegen", + "Wahrenholz", + "Waiblingen", + "Waibstadt", + "Waidhaus", + "Wain", + "Waischenfeld", + "Wakendorf", + "Walchum", + "Wald", + "Wald-Michelbach", + "Waldalgesheim", + "Waldaschaff", + "Waldau", + "Waldbockelheim", + "Waldbreitbach", + "Waldbrol", + "Waldbrunn", + "Waldburg", + "Waldbuttelbrunn", + "Waldeck", + "Waldems", + "Waldenbuch", + "Waldenburg", + "Walderbach", + "Waldershof", + "Waldesch", + "Waldfeucht", + "Waldfischbach-Burgalben", + "Waldhambach", + "Waldheim", + "Waldkappel", + "Waldkirch", + "Waldkirchen", + "Waldkraiburg", + "Waldlaubersheim", + "Waldmohr", + "Waldmunchen", + "Waldorf", + "Waldsassen", + "Waldschlosschen", + "Waldsee", + "Waldshut", + "Waldshut-Tiengen", + "Waldsieversdorf", + "Waldstetten", + "Walhausen", + "Walheim", + "Walkenried", + "Wall", + "Walldorf", + "Walldurn", + "Walle", + "Wallendorf", + "Wallenfels", + "Wallenhorst", + "Wallerfangen", + "Wallersdorf", + "Wallerstein", + "Wallertheim", + "Walleshausen", + "Wallhausen", + "Wallmerod", + "Walluf", + "Walpertshofen", + "Walpertskirchen", + "Walsdorf", + "Walshausen", + "Walsleben", + "Walsrode", + "Waltenhofen", + "Waltersdorf", + "Waltershausen", + "Walting", + "Waltrop", + "Wandlitz", + "Wanfried", + "Wang", + "Wangen", + "Wangen im Allgau", + "Wangerooge", + "Wankendorf", + "Wanna", + "Wanne-Eickel", + "Wannweil", + "Wansleben", + "Wanzleben", + "Warberg", + "Warburg", + "Wardenburg", + "Wardow", + "Waren", + "Warendorf", + "Warin", + "Warmensteinach", + "Warmsen", + "Warnau", + "Warngau", + "Warnow", + "Warrenzin", + "Warstein", + "Wartenberg", + "Wartenberg-Rohrbach", + "Warthausen", + "Warza", + "Wasbek", + "Wasbuttel", + "Waschenbach", + "Waschenbeuren", + "Wasenweiler", + "Wassenach", + "Wassenberg", + "Wasser", + "Wasserburg am Inn", + "Wasserleben", + "Wasserliesch", + "Wasserlosen", + "Wassermungenau", + "Wassersleben", + "Wassertrudingen", + "Wasungen", + "Wathlingen", + "Wattenbek", + "Wattenheim", + "Wattmannshagen", + "Watzenborn", + "Waxweiler", + "Wechingen", + "Wechmar", + "Wechselburg", + "Weddel", + "Weddelbrook", + "Weddingstedt", + "Wedel", + "Wedringen", + "Weede", + "Weener", + "Weenzen", + "Wees", + "Weeze", + "Wefensleben", + "Weferlingen", + "Wegberg", + "Wegeleben", + "Wegscheid", + "Wehingen", + "Wehlheiden", + "Wehnrath", + "Wehr", + "Wehrbleck", + "Wehrheim", + "Weiberg", + "Weibern", + "Weibersbrunn", + "Weichering", + "Weichs", + "Weida", + "Weiden", + "Weidenbach", + "Weidenberg", + "Weidenhahn", + "Weidenhof", + "Weidenthal", + "Weidhausen", + "Weiding", + "Weigendorf", + "Weihenzell", + "Weiherhammer", + "Weihmichl", + "Weikersheim", + "Weil", + "Weil am Rhein", + "Weil der Stadt", + "Weil im Schonbuch", + "Weilar", + "Weilbach", + "Weilburg", + "Weiler", + "Weiler-Simmerberg", + "Weilerbach", + "Weilersbach", + "Weilerswist", + "Weilheim", + "Weilheim an der Teck", + "Weilmunster", + "Weiltingen", + "Weimar", + "Weinahr", + "Weinbach", + "Weinbohla", + "Weingarten", + "Weinheim", + "Weinsberg", + "Weinsfeld", + "Weinsheim", + "Weinstadt-Endersbach", + "Weischlitz", + "Weisel", + "Weisen", + "Weisenbach", + "Weisendorf", + "Weisenheim am Berg", + "Weisenheim am Sand", + "Weiskirchen", + "Weismain", + "Weissach", + "Weissandt-Golzau", + "Weissbach", + "Weissdorf", + "Weissen", + "Weissenborn", + "Weissenbrunn", + "Weissenburg", + "Weissenfeld", + "Weissenfels", + "Weissenhorn", + "Weissenohe", + "Weissensee", + "Weissenstadt", + "Weissenthurm", + "Weisswasser", + "Weisweil", + "Weitefeld", + "Weitenhagen", + "Weitersborn", + "Weitersburg", + "Weiterstadt", + "Weitersweiler", + "Weitnau", + "Weitramsdorf", + "Weitzschen", + "Weixerau", + "Welbsleben", + "Welden", + "Welgesheim", + "Welkenbach", + "Welle", + "Wellheim", + "Welschbillig", + "Welshofen", + "Welsleben", + "Welterod", + "Welver", + "Welzheim", + "Welzow", + "Wemding", + "Wenddorf", + "Wendeburg", + "Wendelstein", + "Wenden", + "Wendhausen", + "Wendisch Evern", + "Wendisch Rietz", + "Wendlingen am Neckar", + "Wendtorf", + "Wengelsdorf", + "Wennigsen", + "Wentorf", + "Wentorf bei Hamburg", + "Wenzenbach", + "Wenzendorf", + "Wenzingen", + "Wenzlow", + "Werben", + "Werda", + "Werdau", + "Werder", + "Werdohl", + "Werl", + "Werlaburgdorf", + "Werlau", + "Werlte", + "Wermelskirchen", + "Wermsdorf", + "Wernau", + "Wernberg-Koblitz", + "Werne", + "Werneck", + "Wernersberg", + "Werneuchen", + "Wernigerode", + "Werningshausen", + "Wernrode", + "Werpeloh", + "Werste", + "Wertach", + "Wertheim am Main", + "Werther", + "Wertingen", + "Wesel", + "Weselberg", + "Wesenberg", + "Wesendorf", + "Wesselburen", + "Wesseling", + "Wesseln", + "Wessiszell", + "Wessling", + "Wessobrunn Abbey", + "Weste", + "Westendorf", + "Westensee", + "Wester-Ohrstedt", + "Westerburg", + "Westerdeichstrich", + "Westeregeln", + "Westergellersen", + "Westerheim", + "Westerholt", + "Westerhorn", + "Westerkappeln", + "Westerland", + "Westerronfeld", + "Westerstede", + "Westerstetten", + "Westfeld", + "Westhausen", + "Westheim", + "Westhofen", + "Westkirchen", + "Westrhauderfehn", + "Wetschen", + "Wettelsheim", + "Wettenberg", + "Wetter", + "Wetter (Ruhr)", + "Wetterzeube", + "Wettin", + "Wettringen", + "Wettstetten", + "Wetzlar", + "Weyarn", + "Weyerbusch", + "Weyhausen", + "Weyhe", + "Wichte", + "Wickede", + "Wicklesgreuth", + "Wiebelsheim", + "Wiedemar", + "Wiederau", + "Wiedergeltingen", + "Wiefelstede", + "Wiehe", + "Wiehl", + "Wiek", + "Wielenbach", + "Wienhausen", + "Wienrode", + "Wiernsheim", + "Wiesau", + "Wiesbach", + "Wiesbaden", + "Wieseck", + "Wieselbach", + "Wiesenbach", + "Wiesenburg", + "Wiesenfeld", + "Wiesenfelden", + "Wiesensteig", + "Wiesent", + "Wiesentheid", + "Wieske", + "Wiesloch", + "Wiesmoor", + "Wiesthal", + "Wietmarschen", + "Wietze", + "Wietzen", + "Wietzendorf", + "Wiggensbach", + "Wilburgstetten", + "Wildau", + "Wildberg", + "Wildbergerhutte", + "Wildenberg", + "Wildenfels", + "Wildeshausen", + "Wildpoldsried", + "Wilferdingen", + "Wilgartswiesen", + "Wilhelm", + "Wilhelmsburg", + "Wilhelmsdorf", + "Wilhelmsfeld", + "Wilhelmshaven", + "Wilhelmsheim", + "Wilhelmsthal", + "Wilhermsdorf", + "Wilkau-Hasslau", + "Willebadessen", + "Willensen", + "Willich", + "Willingen", + "Willmars", + "Willmenrod", + "Willmersdorf", + "Willroth", + "Willstatt", + "Wilnsdorf", + "Wilsdruff", + "Wilstedt", + "Wilster", + "Wilsum", + "Wilthen", + "Wiltingen", + "Wimmelburg", + "Wimsheim", + "Wincheringen", + "Windach", + "Windberg", + "Windeby", + "Windehausen", + "Winden", + "Windesheim", + "Windhagen", + "Windischeschenbach", + "Windischleuba", + "Windorf", + "Windsbach", + "Wingst", + "Winhoring", + "Winkelhaid", + "Winkwitz", + "Winnen", + "Winnenden", + "Winnigstedt", + "Winningen", + "Winnweiler", + "Winsen", + "Winterbach", + "Winterberg", + "Winterhausen", + "Winterlingen", + "Winterrieden", + "Wintersdorf", + "Wintrich", + "Winzeln", + "Winzer", + "Wipfeld", + "Wippershain", + "Wirdum", + "Wirges", + "Wirsberg", + "Wisch", + "Wischhafen", + "Wismar", + "Wisper", + "Wissen", + "Wistedt", + "Wittdun", + "Wittekindshof", + "Wittelshofen", + "Witten", + "Wittenbeck", + "Wittenberg", + "Wittenberge", + "Wittenborn", + "Wittenburg", + "Wittenforden", + "Wittgendorf", + "Wittgensdorf", + "Wittgert", + "Wittichenau", + "Wittighausen", + "Wittingen", + "Wittislingen", + "Wittlich", + "Wittmund", + "Wittnau", + "Wittorf", + "Wittstock", + "Witzenhausen", + "Witzhave", + "Witzin", + "Witzwort", + "Woffleben", + "Wohlsborn", + "Wohltorf", + "Wohnbach", + "Wohnrod", + "Wohra", + "Wohrden", + "Woldegk", + "Woldert", + "Wolfach", + "Wolfegg", + "Wolfen", + "Wolferlingen", + "Wolferode", + "Wolfersdorf", + "Wolfersheim", + "Wolfgang", + "Wolfhagen", + "Wolfis", + "Wolfmannshausen", + "Wolframs-Eschenbach", + "Wolfratshausen", + "Wolfsburg", + "Wolfschlugen", + "Wolfsegg", + "Wolfsheim", + "Wolgast", + "Wolkenstein", + "Wollbrandshausen", + "Wollstein", + "Wolmirstedt", + "Wolnzach", + "Wolpertshausen", + "Wolpertswende", + "Wolpinghausen", + "Wolsdorf", + "Wolsendorf", + "Wolsfeld", + "Woltersdorf", + "Woltershausen", + "Woltingerode", + "Womrath", + "Wonfurt", + "Wonsees", + "Worbis", + "Worfelden", + "Worms", + "Wormstedt", + "Worpswede", + "Worrstadt", + "Worth", + "Worth am Main", + "Worth am Rhein", + "Worthsee", + "Wotersen", + "Wredenhagen", + "Wremen", + "Wrestedt", + "Wriedel", + "Wriezen", + "Wrist", + "Wrixum", + "Wuelfrath", + "Wulfen", + "Wulften", + "Wumbach", + "Wundersleben", + "Wunnenberg", + "Wunsiedel", + "Wunstorf", + "Wuppertal", + "Wurmannsquick", + "Wurmberg", + "Wurmlingen", + "Wurmsham", + "Wurselen", + "Wurzbach", + "Wurzburg", + "Wurzen", + "Wustenriet", + "Wustenrot", + "Wusterhausen", + "Wusterhusen", + "Wustermark", + "Wusterwitz", + "Wustheuterode", + "Wustweiler", + "Wutoschingen", + "Wyhl", + "Wyk auf Fohr", + "Xanten", + "Zaberfeld", + "Zahna", + "Zainingen", + "Zaisenhausen", + "Zaisertshofen", + "Zapel", + "Zapfendorf", + "Zarpen", + "Zarrendorf", + "Zarrentin", + "Zaulsdorf", + "Zechlin Dorf", + "Zehdenick", + "Zeil", + "Zeiskam", + "Zeithain", + "Zeitlofs", + "Zeitz", + "Zell", + "Zell am Harmersbach", + "Zell am Main", + "Zell im Wiesental", + "Zell unter Aichelberg", + "Zella-Mehlis", + "Zellingen", + "Zeltingen-Rachtig", + "Zemmer", + "Zempin", + "Zeppernick", + "Zerben", + "Zerbst", + "Zerf", + "Zernien", + "Zerre", + "Zerrenthin", + "Zetel", + "Zeulenroda", + "Zeuthen", + "Zeven", + "Ziegendorf", + "Zielitz", + "Ziemetshausen", + "Zierenberg", + "Ziesar", + "Ziesendorf", + "Ziltendorf", + "Zimmern", + "Zimmern ob Rottweil", + "Zingst", + "Zipplingen", + "Zirkow", + "Zirndorf", + "Zittau", + "Zolling", + "Zollstock", + "Zorbig", + "Zorge", + "Zorneding", + "Zornheim", + "Zoschingen", + "Zossen", + "Zottelstedt", + "Zschopau", + "Zschorlau", + "Zschornewitz", + "Zschortau", + "Zuchering", + "Zuffenhausen", + "Zuhlsdorf", + "Zulpich", + "Zusamaltheim", + "Zusmarshausen", + "Zussow", + "Zuzenhausen", + "Zweiflingen", + "Zwenkau", + "Zwesten", + "Zwickau", + "Zwiefalten", + "Zwiesel", + "Zwingenberg", + "Zwonitz" + ], + "Ghana": [ + "Accra", + "Bawku", + "Berekum", + "Bolgatanga", + "Cape Coast", + "Home", + "Koforidua", + "Kumasi", + "Legon", + "Mampong", + "Navrongo", + "Sunyani", + "Takoradi", + "Tema", + "Wa", + "Winneba" + ], + "Greece": [ + "Aegina", + "Agioi Anargyroi", + "Agios Nikolaos", + "Agrinio", + "Aigaleo", + "Aigio", + "Alexandreia", + "Alexandroupoli", + "Aliartos", + "Alimos", + "Amaliada", + "Anavyssos", + "Andravida", + "Ano Liosia", + "Archaia Nemea", + "Argos", + "Argostoli", + "Argyroupoli", + "Arta", + "Aspropyrgos", + "Athens", + "Attica", + "Ayios Stefanos", + "Chalcis", + "Chania", + "Chios", + "Cholargos", + "Corfu", + "Corinth", + "Dafni", + "Dionysos", + "Drama", + "Ekali", + "Elassona", + "Elefsina", + "Elliniko", + "Eretria", + "Farsala", + "Filippiada", + "Filothei", + "Florina", + "Galatsi", + "Giannitsa", + "Glyfada", + "Gonnoi", + "Goumenissa", + "Heraklion", + "Hydra", + "Ialysos", + "Ierapetra", + "Igoumenitsa", + "Ioannina", + "Kaisariani", + "Kalamaria", + "Kalamata", + "Kalamos", + "Kallithea", + "Kalymnos", + "Kamatero", + "Karditsa", + "Kassiopi", + "Kastoria", + "Katerini", + "Kavala", + "Keratea", + "Keratsini", + "Kifissia", + "Kilkis", + "Komotini", + "Koropi", + "Kos", + "Kouvaras", + "Kozani", + "Kranidi", + "Kryonerion", + "Kymi", + "Lamia", + "Larisa", + "Lefkada", + "Lefkimmi", + "Leontario", + "Litochoro", + "Lixouri", + "Loutraki", + "Lykovrysi", + "Magoula", + "Makrygialos", + "Mandra", + "Marathon", + "Markopoulo Mesogaias", + "Megalochari", + "Megara", + "Melissia", + "Mesagros", + "Messolonghi", + "Metaxades", + "Moires", + "Mytilene", + "Nafpaktos", + "Nafplion", + "Naousa", + "Naxos", + "Nea Alikarnassos", + "Nea Filadelfeia", + "Nea Ionia", + "Nea Kios", + "Nea Makri", + "Nea Peramos", + "Nea Smyrni", + "Nikaia", + "Orestiada", + "Ormylia", + "Oropos", + "Paiania", + "Pallini", + "Paloukia", + "Panorama", + "Parga", + "Patmos", + "Pefki", + "Pella", + "Perama", + "Peristeri", + "Pikermi", + "Piraeus", + "Platy", + "Polichni", + "Porto Rafti", + "Preveza", + "Psychiko", + "Ptolemaida", + "Pylaia", + "Pyrgos", + "Rafina", + "Rethymno", + "Rhodes", + "Rio", + "Salamina", + "Samothraki", + "Serres", + "Servia", + "Sindos", + "Skala", + "Skala Oropou", + "Skiathos", + "Sparta", + "Spata", + "Symi", + "Tavros", + "Thebes", + "Thermi", + "Thessaloniki", + "Tinos", + "Trikala", + "Tripoli", + "Vari", + "Varkiza", + "Vergina", + "Veroia", + "Volos", + "Voula", + "Vouliagmeni", + "Xanthi", + "Xylokastro", + "Zakynthos" + ], + "Greenland": [ + "Aasiaat", + "Ilulissat", + "Kapisillit", + "Maniitsoq", + "Narsaq", + "Narsarsuaq", + "Nuuk", + "Nuussuaq", + "Paamiut", + "Qaqortoq", + "Qasigiannguit", + "Qeqertarsuaq", + "Qeqertat", + "Sisimiut", + "Tasiilaq", + "Upernavik", + "Uummannaq Kommune" + ], + "Guadeloupe": [ + "Anse-Bertrand", + "Baie Mahault", + "Baie-Mahault", + "Baillif", + "Basse-Terre", + "Capesterre-Belle-Eau", + "Capesterre-de-Marie-Galante", + "Deshaies", + "Gourbeyre", + "Goyave", + "Grand-Bourg", + "Lamentin", + "Le Gosier", + "Le Moule", + "Les Abymes", + "Petit-Bourg", + "Petit-Canal", + "Pointe-Noire", + "Port-Louis", + "Saint-Claude", + "Saint-Francois", + "Saint-Louis", + "Sainte-Anne", + "Sainte-Rose", + "Terre-de-Bas", + "Terre-de-Haut", + "Trois-Rivieres", + "Village" + ], + "Grenada": [ + "Carriacou and Petit Martinique", + "Saint Andrew", + "Saint David", + "Saint George", + "Saint John", + "Saint Mark", + "Saint Patrick" + ], + "Guernsey": [ + "Saint Peter Port", + "St Martin", + "St. Andrew`s", + "Castel", + "Saint Saviour", + "St Anne", + "Saint Sampson", + "Torteval" + ], + "Guatemala": [ + "Antigua Guatemala", + "Cambote", + "Catarina", + "Central", + "Chimaltenango", + "Chiquimula", + "Ciudad Vieja", + "Coban", + "El Limon", + "El Naranjo", + "El Salvador", + "Escuintla", + "Esquipulas", + "Flores", + "Guatemala City", + "Huehuetenango", + "Jocotenango", + "La Reforma", + "La Reforma", + "Mazatenango", + "Melchor de Mencos", + "Mixco", + "Palin", + "Panajachel", + "Petapa", + "Puerto Barrios", + "Quesada", + "Quetzaltenango", + "Retalhuleu", + "San Antonio Miramar", + "San Jose Pinula", + "San Juan", + "San Marcos", + "San Pedro Sacatepequez", + "Santa Catarina Pinula", + "Santa Cruz La Laguna", + "Santa Cruz Naranjo", + "Santa Lucia Cotzumalguapa", + "Santa Rosa", + "Solola", + "Villa Nueva", + "Vista Hermosa", + "Zacapa" + ], + "Guam": [ + "Barrigada Village", + "Dededo Village", + "Inarajan Village", + "Santa Rita", + "Tamuning-Tumon-Harmon Village", + "Yigo Village" + ], + "Guinea": [ + "Conakry", + "Dabola", + "Kalia", + "Kankan", + "Lola", + "Mamou", + "Port Kamsar", + "Sangaredi" + ], + "Guinea-Bissau": [ + "Bafata", + "Biombo", + "Bissau", + "Bolama", + "Cacheu", + "Gabu", + "Oio", + "Quinara", + "Tombali" + ], + "Guyana": [ + "Barima-Waini", + "Cuyuni-Mazaruni", + "Demerara-Mahaica", + "East Berbice-Corentyne", + "Essequibo Islands-West Demerara", + "Mahaica-Berbice", + "Pomeroon-Supenaam", + "Potaro-Siparuni", + "Upper Demerara-Berbice", + "Upper Takutu-Upper Essequibo" + ], + "Haiti": [ + "Carrefour", + "Delmar", + "Duverger", + "Jacmel", + "Masseau", + "Moise", + "Petionville", + "Port-au-Prince", + "Prince", + "Turgeau" + ], + "Heard Island and McDonald Islands": [], + "Jordan": [ + "Ajlun", + "Al 'Aqabah", + "Al Balqa'", + "Al Karak", + "Al Mafraq", + "'Amman", + "At Tafilah", + "Az Zarqa'", + "Irbid", + "Jarash", + "Ma'an", + "Madaba" + ], + "Honduras": [ + "Honduras", + "Choloma", + "Comayagua", + "Comayaguela", + "Coxen Hole", + "El Barro", + "El Paraiso", + "El Progreso", + "La Ceiba", + "La Hacienda", + "Morazan", + "Nacaome", + "Pinalejo", + "Piraera", + "Puerto Lempira", + "San Antonio de Flores", + "San Pedro Sula", + "Santa Barbara", + "Sula", + "Tegucigalpa" + ], + "Hong Kong": [ + "Aberdeen", + "Causeway Bay", + "Central District", + "Cha Kwo Ling", + "Chai Wan Kok", + "Chek Chue", + "Cheung Kong", + "Cheung Sha Wan", + "Chuen Lung", + "Chung Hau", + "Fa Yuen", + "Fanling", + "Fo Tan", + "Happy Valley", + "Ho Man Tin", + "Hong Kong", + "Hung Hom", + "Kat O Sheung Wai", + "Kennedy Town", + "Kowloon", + "Kowloon Tong", + "Kwai Chung", + "Kwun Hang", + "Lai Chi Wo", + "Lam Tei", + "Lam Tin", + "Lin Fa Tei", + "Lo So Shing", + "Ma On Shan Tsuen", + "Ma Wan", + "Ma Yau Tong", + "Mau Ping", + "Mid Levels", + "Mong Kok", + "Nam A", + "Ngau Chi Wan", + "Ngau Tau Kok", + "North Point", + "Pak Ngan Heung", + "Peng Chau", + "Ping Yeung", + "Quarry Bay", + "Repulse Bay", + "Sai Keng", + "San Tsuen", + "San Tung Chung Hang", + "Sha Po Kong", + "Sha Tau Kok", + "Sha Tin Wai", + "Sham Shui Po", + "Sham Tseng", + "Shatin", + "Shau Kei Wan", + "Shek Kip Mei", + "Shek Tong Tsui", + "Sheung Shui", + "Sheung Tsuen", + "Shuen Wan", + "Tai Chau To", + "Tai Hang", + "Tai Kok Tsui", + "Tai Lin Pai", + "Tai Po", + "Tai Tan", + "Tai Wai", + "Tai Wan To", + "Tin Shui Wai", + "Tin Wan Resettlement Estate", + "Ting Kau", + "To Kwa Wan", + "Tseung Kwan O", + "Tsimshatsui", + "Tsing Lung Tau", + "Tsz Wan Shan", + "Tuen Mun San Hui", + "Wan Tsai", + "Wo Che", + "Wong Chuk Hang", + "Wong Tai Sin", + "Yau Ma Tei", + "Ying Pun", + "Yuen Long San Hui" + ], + "Hungary": [ + "Abaujszanto", + "Abda", + "Abony", + "Acs", + "Acsa", + "Adacs", + "Adony", + "Agard", + "Ajak", + "Ajka", + "Alap", + "Albertirsa", + "Almasfuzito", + "Almaskamaras", + "Almosd", + "Alsogalla", + "Alsonemedi", + "Alsopahok", + "Alsoszentivan", + "Alsotold", + "Alsozsolca", + "Aparhant", + "Apatfalva", + "Apc", + "Apostag", + "Arnot", + "Asotthalom", + "Aszalo", + "Aszar", + "Aszod", + "Atkar", + "Attala", + "Babolna", + "Bacsalmas", + "Badacsonytomaj", + "Badacsonytordemic", + "Bag", + "Bagyogszovat", + "Baja", + "Bajna", + "Bakonybel", + "Bakonycsernye", + "Bakonyszentlaszlo", + "Bakonyszombathely", + "Balassagyarmat", + "Balaton", + "Balatonalmadi", + "Balatonboglar", + "Balatonfokajar", + "Balatonfured", + "Balatonfuzfo", + "Balatonkenese", + "Balatonlelle", + "Balatonszabadi", + "Balatonszarszo", + "Balkany", + "Balloszog", + "Balmazujvaros", + "Banhorvati", + "Baracs", + "Baracska", + "Barand", + "Barcs", + "Bataszek", + "Batonyterenye", + "Bazsi", + "Becsehely", + "Bekasmegyer", + "Bekesszentandras", + "Belapatfalva", + "Beled", + "Beloiannisz", + "Benye", + "Berekfurdo", + "Berettyoujfalu", + "Berhida", + "Berkesd", + "Besnyo", + "Biatorbagy", + "Bicske", + "Biharkeresztes", + "Bikal", + "Bocs", + "Bodajk", + "Bodaszolo", + "Bodrogkisfalud", + "Bogyiszlo", + "Bohonye", + "Bokod", + "Boldog", + "Boldva", + "Boly", + "Boncodfolde", + "Bonyhad", + "Borcs", + "Borsodszirak", + "Budajeno", + "Budakalasz", + "Budakeszi", + "Budaors", + "Budapest", + "Bugac", + "Bugyi", + "Buk", + "Bukkaranyos", + "Buzsak", + "Cegled", + "Cegledbercel", + "Celldomolk", + "Center", + "Cered", + "Ciko", + "Cirak", + "Csabacsud", + "Csajag", + "Csakvar", + "Csanadpalota", + "Csanytelek", + "Csecse", + "Csemo", + "Csepa", + "Cserenfa", + "Cserepfalu", + "Cserszegtomaj", + "Csobad", + "Csobanka", + "Csoeroeg", + "Csogle", + "Csolyospalos", + "Csomad", + "Csomor", + "Csongrad", + "Csopak", + "Csorna", + "Csorvas", + "Csovar", + "Dabas", + "Dad", + "Danszentmiklos", + "Dany", + "Debrecen", + "Decs", + "Dedestapolcsany", + "Deg", + "Delegyhaza", + "Demjen", + "Derecske", + "Deszk", + "Devavanya", + "Devecser", + "Diosd", + "Dobrokoz", + "Domaszek", + "Dombovar", + "Dombrad", + "Domoszlo", + "Domsod", + "Donat", + "Dorog", + "Doroghaza", + "Dudar", + "Dunabogdany", + "Dunafoldvar", + "Dunaharaszti", + "Dunakeszi", + "Dunaszeg", + "Dunaszentgyorgy", + "Dunavarsany", + "Dunavecse", + "Dusnok", + "Ebes", + "Ecs", + "Ecser", + "Edeleny", + "Eger", + "Egerszolat", + "Egyek", + "Egyhazasdengeleg", + "Egyhazashetye", + "Emod", + "Encs", + "Eperjeske", + "Ercsi", + "Erdokertes", + "Esztergom", + "Farmos", + "Fegyvernek", + "Fehergyarmat", + "Felsopakony", + "Felsoszentivan", + "Felsotarkany", + "Felsozsolca", + "Fertod", + "Fertoszentmiklos", + "Fot", + "Fuzesabony", + "Fuzesgyarmat", + "Galambok", + "Galgamacsa", + "Garab", + "Gardony", + "Gasztony", + "Gavavencsello", + "Gelse", + "Gemzse", + "Gencsapati", + "Gerjen", + "God", + "Golle", + "Gonyu", + "Gorbehaza", + "Gorgeteg", + "Gyal", + "Gyar", + "Gyenesdias", + "Gyomaendrod", + "Gyomro", + "Gyongyos", + "Gyongyossolymos", + "Gyongyostarjan", + "Gyorkony", + "Gyorladamer", + "Gyorsag", + "Gyorujbarat", + "Gyorzamoly", + "Gyula", + "Gyulahaza", + "Hajduboszormeny", + "Hajdudorog", + "Hajduhadhaz", + "Hajdunanas", + "Hajdusamson", + "Hajduszoboszlo", + "Hajmasker", + "Halaszi", + "Halasztelek", + "Halimba", + "Harkany", + "Harta", + "Hatvan", + "Hegyeshalom", + "Hegyfalu", + "Hegyhatmaroc", + "Hegyhatszentmarton", + "Hehalom", + "Helvecia", + "Herceghalom", + "Hercegkut", + "Hercegszanto", + "Hered", + "Herend", + "Hernad", + "Hernadkak", + "Hernadnemeti", + "Heves", + "Hevesaranyos", + "Hevizgyoerk", + "Hidas", + "Hodmezovasarhely", + "Homrogd", + "Hont", + "Hort", + "Hosszuheteny", + "Ibrany", + "Ikreny", + "Inancs", + "Inarcs", + "Iregszemcse", + "Isaszeg", + "Ivancsa", + "Izmeny", + "Janoshalma", + "Janoshida", + "Janossomorja", + "Jaszapati", + "Jaszbereny", + "Jaszfelsoszentgyorgy", + "Jaszfenyszaru", + "Jaszkiser", + "Jaszladany", + "Juta", + "Kacsota", + "Kadarkut", + "Kajaszo", + "Kallo", + "Kalocsa", + "Kaloz", + "Kapolnasnyek", + "Kaposmero", + "Kapuvar", + "Karancskeszi", + "Karancslapujto", + "Karancssag", + "Karcag", + "Kartal", + "Kazincbarcika", + "Kecel", + "Kemecse", + "Kemence", + "Kerecsend", + "Kerekegyhaza", + "Kerekharaszt", + "Kerepes", + "Kesznyeten", + "Keszthely", + "Keszu", + "Ketegyhaza", + "Kevermes", + "Kincsesbanya", + "Kisar", + "Kisber", + "Kisdorog", + "Kisgyor", + "Kiskinizs", + "Kiskoros", + "Kiskunfelegyhaza", + "Kiskunhalas", + "Kiskunlachaza", + "Kislang", + "Kismanyok", + "Kismaros", + "Kisnemedi", + "Kispest", + "Kistapolca", + "Kistarcsa", + "Kistelek", + "Kistokaj", + "Kistormas", + "Kisujszallas", + "Kisvarda", + "Kisvaszar", + "Klarafalva", + "Koka", + "Kolontar", + "Komlo", + "Komlod", + "Kompolt", + "Kony", + "Kophaza", + "Kormend", + "Kornye", + "Korosladany", + "Koszarhegy", + "Koszeg", + "Kotaj", + "Kotelek", + "Kubekhaza", + "Kulcs", + "Kulsobarand", + "Kunagota", + "Kunbaja", + "Kunhegyes", + "Kunszentmarton", + "Kunszentmiklos", + "Kunsziget", + "Kurd", + "Kurityan", + "Labatlan", + "Labod", + "Ladbesenyo", + "Lajoskomarom", + "Lajosmizse", + "Lazi", + "Leanyfalu", + "Lebeny", + "Lenti", + "Letenye", + "Levelek", + "Lovas", + "Lovaszi", + "Madocsa", + "Maglod", + "Magy", + "Magyaregres", + "Magyarhertelend", + "Magyarnandor", + "Majoshaza", + "Makad", + "Makkoshotyka", + "Maklar", + "Mako", + "Malyi", + "Mandok", + "Many", + "Marcali", + "Mariapocs", + "Markaz", + "Marokpapi", + "Martely", + "Martfu", + "Martonvasar", + "Mateszalka", + "Matraballa", + "Matraszolos", + "Mecseknadasd", + "Medgyesegyhaza", + "Melykut", + "Mende", + "Mernye", + "Mesztegnyo", + "Mezobereny", + "Mezofalva", + "Mezohegyes", + "Mezokovesd", + "Mezonyarad", + "Mezoszilas", + "Mezotur", + "Mindszent", + "Misefa", + "Miskolc", + "Mogyorod", + "Monor", + "Monorierdo", + "Mor", + "Morahalom", + "Mosonszentmiklos", + "Mosonszolnok", + "Mucsony", + "Nagyatad", + "Nagybarca", + "Nagyberki", + "Nagycenk", + "Nagycserkesz", + "Nagydobsza", + "Nagyhalasz", + "Nagyhegyes", + "Nagyigmand", + "Nagykallo", + "Nagykanizsa", + "Nagykapornak", + "Nagykata", + "Nagykereki", + "Nagykeresztur", + "Nagykoros", + "Nagykoru", + "Nagykovacsi", + "Nagykozar", + "Nagymagocs", + "Nagymanyok", + "Nagynyarad", + "Nagypali", + "Nagysap", + "Nagyszekeres", + "Nagyszenas", + "Nagyszokoly", + "Nagytarcsa", + "Nagytotfalu", + "Nagyvazsony", + "Nagyvenyim", + "Naszaly", + "Nemesbod", + "Nemesbuek", + "Nemesvid", + "Nemesvita", + "Nemetker", + "Neszmely", + "Nezsa", + "Nogradsap", + "Nogradsipek", + "Nyekladhaza", + "Nyergesujfalu", + "Nyiradony", + "Nyirbator", + "Nyiregyhaza", + "Nyirmartonfalva", + "Nyirtass", + "Nyul", + "Ocsa", + "Ocseny", + "Ocsod", + "Ofeherto", + "Onga", + "Orbottyan", + "Oroshaza", + "Oroszlany", + "Ostoros", + "Otteveny", + "Ozd", + "Paka", + "Pakod", + "Pakozd", + "Paks", + "Palotabozsok", + "Papa", + "Part", + "Paszto", + "Patroha", + "Patvarc", + "Paty", + "Pazmand", + "Pecel", + "Pecol", + "Pellerd", + "Per", + "Perbal", + "Perenye", + "Peteri", + "Petfuerdo", + "Petofibanya", + "Petohaza", + "Pilis", + "Piliscsaba", + "Pilismarot", + "Pilisszanto", + "Pilisszentivan", + "Pilisszentkereszt", + "Pilisvorosvar", + "Polgar", + "Polgardi", + "Pomaz", + "Posfa", + "Puspokladany", + "Pusztaszabolcs", + "Pusztaszemes", + "Pusztavacs", + "Pusztavam", + "Pusztazamor", + "Rabapatona", + "Rabapaty", + "Racalmas", + "Rackeresztur", + "Rackeve", + "Rad", + "Rajka", + "Rakoczifalva", + "Rakocziujfalu", + "Repcelak", + "Repceszemere", + "Retsag", + "Revfueloep", + "Rimoc", + "Roszke", + "Rudabanya", + "Sajokapolna", + "Sajokeresztur", + "Sajooeroes", + "Sajopalfala", + "Sajoszentpeter", + "Sajovamos", + "Salfold", + "Salgotarjan", + "Sandorfalva", + "Sarbogard", + "Sarisap", + "Sarkad", + "Sarmellek", + "Sarosd", + "Sarospatak", + "Sarpentele", + "Sarpilis", + "Sarszentagota", + "Sarszentlorinc", + "Sarszentmihaly", + "Sarvar", + "Sasd", + "Saska", + "Se", + "Selyeb", + "Senyo", + "Seregelyes", + "Siklos", + "Simontornya", + "Sirok", + "Solt", + "Soltszentimre", + "Solymar", + "Somogysard", + "Somogyudvarhely", + "Sopron", + "Sopronkovesd", + "Sored", + "Soskut", + "Suelysap", + "Sukoro", + "Sumeg", + "Szabadbattyan", + "Szabadszallas", + "Szabadszentkiraly", + "Szabolcs", + "Szabolcsveresmart", + "Szajk", + "Szajol", + "Szalaszend", + "Szany", + "Szar", + "Szarvas", + "Szazhalombatta", + "Szecseny", + "Szecsenyfelfalu", + "Szeged", + "Szeghalom", + "Szegvar", + "Szemely", + "Szendehely", + "Szentendre", + "Szentes", + "Szentgotthard", + "Szentistvan", + "Szentkatalin", + "Szentkiralyszabadja", + "Szentlorinc", + "Szentmartonkata", + "Szepetnek", + "Szeremle", + "Szerencs", + "Szigetcsep", + "Szigethalom", + "Szigetszentmarton", + "Szigetszentmiklos", + "Szigetvar", + "Szigliget", + "Szikszo", + "Szilsarkany", + "Szirmabesenyo", + "Szod", + "Szodliget", + "Szogliget", + "Szokolya", + "Szolnok", + "Szombathely", + "Szomod", + "Szomor", + "Szuhakallo", + "Tab", + "Tabajd", + "Taborfalva", + "Taksony", + "Taktaszada", + "Tamasi", + "Tapiobicske", + "Tapiogyorgye", + "Tapiosag", + "Tapioszecso", + "Tapioszele", + "Taplanszentkereszt", + "Tapolca", + "Tar", + "Tarcal", + "Tarjan", + "Tarnok", + "Tarpa", + "Tass", + "Taszar", + "Tat", + "Tata", + "Teglas", + "Telekes", + "Telep", + "Telki", + "Tepe", + "Terem", + "Tet", + "Tetetlen", + "Tevel", + "Tinnye", + "Tiszaadony", + "Tiszabo", + "Tiszacsege", + "Tiszafoldvar", + "Tiszafured", + "Tiszalok", + "Tiszaluc", + "Tiszapalkonya", + "Tiszaszalka", + "Tiszaujvaros", + "Tiszavalk", + "Tiszavasvari", + "Toekoel", + "Toeroekbalint", + "Tokodaltaro", + "Tolna", + "Tomorkeny", + "Tompa", + "Tordas", + "Torokszentmiklos", + "Torony", + "Toszeg", + "Totkomlos", + "Totszerdahely", + "Tura", + "Turkeve", + "Ujfeherto", + "Ujkenez", + "Ujkigyos", + "Ujlengyel", + "Ujszasz", + "Ujszentmargita", + "Ujszilvas", + "Ujudvar", + "Ullo", + "Uraiujfalu", + "Uri", + "Urom", + "Vacduka", + "Vacratot", + "Vacszentlaszlo", + "Vadna", + "Vaja", + "Vajszlo", + "Valko", + "Valkonya", + "Vamospercs", + "Vamosszabadi", + "Varalja", + "Varbalog", + "Varbo", + "Vardomb", + "Varosfoeld", + "Varpalota", + "Vasarosdombo", + "Vasvar", + "Vecses", + "Vegegyhaza", + "Velence", + "Vep", + "Veresegyhaz", + "Veroce", + "Verseg", + "Vertessomlo", + "Vertesszolos", + "Vertestolna", + "Vezseny", + "Visznek", + "Vitnyed", + "Vizslas", + "Zagyvaszanto", + "Zahony", + "Zalaegerszeg", + "Zalakomar", + "Zalalovo", + "Zalaszentgrot", + "Zamoly", + "Zebecke", + "Zebegeny", + "Zichyujfalu", + "Zirc", + "Zsambek", + "Zsambok", + "Zsombo" + ], + "Iceland": [ + "Akranes", + "Akureyri", + "Borgarnes", + "Dalvik", + "Grindavik", + "Hella", + "Holmavik", + "Husavik", + "Hvammstangi", + "Hveragerdi", + "Hvolsvollur", + "Kopavogur", + "Reykjavik", + "Selfoss", + "Skagastrond", + "Stokkseyri", + "Vestmannaeyjar", + "Vogar" + ], + "India": [ + "Abdul", + "Adilabad", + "Adwani", + "Agartala", + "Agra", + "Ahmedabad", + "Ahmednagar", + "Aizawl", + "Ajabpur", + "Ajmer", + "Akividu", + "Akola", + "Alanallur", + "Alangulam", + "Alappuzha", + "Aldona", + "Alibag", + "Aligarh", + "Alipur", + "Allahabad", + "Almora", + "Aluva", + "Alwar", + "Amal", + "Amalapuram", + "Ambad", + "Ambah", + "Ambala", + "Ambarnath", + "Ambejogai", + "Ambikapur", + "Ambur", + "Amer", + "Amet", + "Amravati", + "Amreli", + "Amritsar", + "Anand", + "Anantapur", + "Anantnag", + "Anantpur", + "Anchal", + "Andheri", + "Andra", + "Angadipuram", + "Angul", + "Ankleshwar", + "Annamalainagar", + "Antapur", + "Arakkonam", + "Arani", + "Aranmula", + "Arch", + "Ariyalur", + "Arora", + "Arpora", + "Arunachal", + "Arvi", + "Asansol", + "Assagao", + "Attingal", + "Attur", + "Aundh", + "Aurangabad", + "Avanigadda", + "Azamgarh", + "Baddi", + "Badlapur", + "Bagalkot", + "Bagh", + "Bagpat", + "Bahadurgarh", + "Baharampur", + "Baidyabati", + "Bala", + "Balaghat", + "Balana", + "Balanagar", + "Balangir", + "Balasore", + "Bali", + "Ballabgarh", + "Balu", + "Balurghat", + "Bambolim", + "Banda", + "Bandra", + "Banga", + "Bangalore", + "Bangaon", + "Bank", + "Banka", + "Bankura", + "Banswara", + "Bapatla", + "Barakpur", + "Baramati", + "Barddhaman", + "Bardoli", + "Bareilly", + "Bargarh", + "Barmer", + "Barnala", + "Baroda", + "Barpali", + "Barpeta", + "Basirhat", + "Basti", + "Basu", + "Batala", + "Bawan", + "Bawana", + "Beawar", + "Begusarai", + "Behala", + "Bela", + "Belapur", + "Belgaum", + "Belgharia", + "Bellare", + "Bellary", + "Bemetara", + "Berasia", + "Betalbatim", + "Betim", + "Betul", + "Bhadath", + "Bhadohi", + "Bhadravati", + "Bhagalpur", + "Bhagwan", + "Bhandari", + "Bhandup", + "Bharatpur", + "Bharuch", + "Bhatapara", + "Bhatinda", + "Bhatkal", + "Bhavnagar", + "Bhawan", + "Bhilai", + "Bhilwara", + "Bhimavaram", + "Bhiwandi", + "Bhiwani", + "Bhoj", + "Bhongir", + "Bhopal", + "Bhubaneswar", + "Bhuj", + "Bhusawal", + "Bichpuri", + "Bidar", + "Bihar Sharif", + "Bijapur", + "Bikaner", + "Bilaspur", + "Bilimora", + "Binavas", + "Binnaguri", + "Bishnupur", + "Bobbili", + "Bodhan", + "Bodinayakkanur", + "Boisar", + "Bokaro", + "Bolpur", + "Botad", + "Brahmapur", + "Budaun", + "Budbud", + "Budha", + "Bulandshahr", + "Bundi", + "Calangute", + "Candolim", + "Canning", + "Caranzalem", + "Chakan", + "Chakra", + "Chalisgaon", + "Chamba", + "Champa", + "Chand", + "Chandan", + "Chandannagar", + "Chandauli", + "Chandausi", + "Chandigarh", + "Chandrapur", + "Changanacheri", + "Channapatna", + "Charan", + "Charu", + "Chen", + "Chengannur", + "Chennai", + "Chetan", + "Cheyyar", + "Chhabra", + "Chhachhrauli", + "Chhota Udepur", + "Chicalim", + "Chidambaram", + "Chikodi", + "Chinchvad", + "Chintamani", + "Chiplun", + "Chirala", + "Chitra", + "Chitradurga", + "Chittoor", + "Chittur", + "Choolai", + "Chopda", + "Chopra", + "Churachandpur", + "Coimbatore", + "Colaba", + "Connaught Place", + "Coonoor", + "Cuddalore", + "Cumbum", + "Cuncolim", + "Curchorem", + "Cuttack", + "Dadri", + "Dahanu", + "Dahod", + "Dam Dam", + "Daman", + "Damoh", + "Dang", + "Dangi", + "Darbhanga", + "Darjeeling", + "Darsi", + "Dasna", + "Dasua", + "Davangere", + "Dehradun", + "Delhi", + "Deolali", + "Deoria", + "Devgarh", + "Devipattinam", + "Dewas", + "Dhaka", + "Dhamtari", + "Dhanbad", + "Dhansura", + "Dhar", + "Dharamsala", + "Dharapuram", + "Dharavi", + "Dhariwal", + "Dharmapuri", + "Dharwad", + "Dhenkanal", + "Dhone", + "Dhrol", + "Dhubri", + "Dhule", + "Dhuri", + "Dibrugarh", + "Dicholi", + "Dimapur", + "Dinanagar", + "Dindigul", + "Dindori", + "Dipas", + "Dogadda", + "Dona Paula", + "Dumka", + "Durg", + "Durgapur", + "Dwarahat", + "Dwarka", + "Edavanna", + "Ekkattuthangal", + "Ellora Caves", + "Eluru", + "Eral", + "Ernakulam", + "Erode", + "Etawah", + "Faizabad", + "Farakka", + "Faridabad", + "Faridkot", + "Fatehabad", + "Fatehgarh", + "Fatehpur", + "Firozabad", + "Firozpur", + "Fort", + "Gadag", + "Gampalagudem", + "Gandhidham", + "Gandhigram", + "Gandhinagar", + "Ganga", + "Ganganagar", + "Gangapur", + "Gangrar", + "Gangtok", + "Gannavaram", + "Ganpat", + "Gargoti", + "Garhshankar", + "Gaya", + "Ghana", + "Ghatal", + "Ghatkopar", + "Ghaziabad", + "Goa", + "Gobichettipalayam", + "Godhra", + "Gohana", + "Golaghat", + "Gold", + "Gonda", + "Gorakhpur", + "Goregaon", + "Goshaingaon", + "Gudivada", + "Gudur", + "Guindy", + "Gujrat", + "Gulbarga", + "Guna", + "Guntur", + "Gurdaspur", + "Gurgaon", + "Guruvayur", + "Guwahati", + "Gwalior", + "Habra", + "Hadadi", + "Haldia", + "Haldwani", + "Hamirpur", + "Hansi", + "Hapur", + "Hari", + "Haridwar", + "Haripad", + "Haripur", + "Haryana", + "Hassan", + "Haveri", + "Hazaribagh", + "Himatnagar", + "Hinganghat", + "Hingoli", + "Hira", + "Hiriyur", + "Hisar", + "Honavar", + "Hong", + "Hoshangabad", + "Hoshiarpur", + "Hosur", + "Howrah", + "Hubli", + "Hugli", + "Hyderabad", + "Ichalkaranji", + "Idukki", + "Igatpuri", + "Iglas", + "Imphal", + "Indore", + "Indraprast", + "Irinjalakuda", + "Itanagar", + "Jabalpur", + "Jadabpur", + "Jagdalpur", + "Jagraon", + "Jaipur", + "Jaisalmer", + "Jajpur", + "Jalalabad", + "Jalalpur", + "Jalandhar", + "Jalesar", + "Jalgaon Jamod", + "Jalna", + "Jalpaiguri", + "Jamal", + "Jammu", + "Jamnagar", + "Jamshedpur", + "Janjgir", + "Jaspur", + "Jatani", + "Jaunpur", + "Jayanti", + "Jaynagar", + "Jaypur", + "Jha Jha", + "Jhajjar", + "Jhalawar", + "Jhansi", + "Jhargram", + "Jharsuguda", + "Jhunjhunun", + "Jind", + "Jodhpur", + "Jorhat", + "Junagadh", + "Kadapa", + "Kagal", + "Kailaras", + "Kaimganj", + "Kaithal", + "Kakdwip", + "Kakinada", + "Kaladi", + "Kalam", + "Kalamboli", + "Kalan", + "Kalinga", + "Kalka", + "Kalkaji Devi", + "Kalol", + "Kalpakkam", + "Kalpetta", + "Kalra", + "Kalyan", + "Kalyani", + "Kamalpur", + "Kamalpura", + "Kamat", + "Kanakpura", + "Kanchipuram", + "Kanchrapara", + "Kandi", + "Kangayam", + "Kangra", + "Kanhangad", + "Kanigiri", + "Kaniyambadi", + "Kankauli", + "Kanniyakumari", + "Kannur", + "Kanpur", + "Kapurthala Town", + "Karad", + "Karaikal", + "Karaikudi", + "Karamadai", + "Karamsad", + "Karanja", + "Karari", + "Kargil", + "Karimganj", + "Karimnagar", + "Karjat", + "Karnal", + "Karsiyang", + "Karur", + "Karwar", + "Kasal", + "Kasaragod", + "Kasganj", + "Kashipur", + "Kasia", + "Kataria", + "Kathua", + "Katni", + "Katoya", + "Katra", + "Kaul", + "Kavali", + "Kavaratti", + "Kayamkulam", + "Keshod", + "Khajuraho Group of Monuments", + "Khalapur", + "Khambhat", + "Khammam", + "Khan", + "Khanna", + "Kharagpur", + "Kharar", + "Khargone", + "Khatauli", + "Kheda", + "Khergam", + "Kheri", + "Khinwara", + "Khopoli", + "Khurda", + "Khurja", + "Kishangarh", + "Koch Bihar", + "Kochi", + "Kodaikanal", + "Kodungallur", + "Kohima", + "Kokrajhar", + "Kolar", + "Kolayat", + "Kolhapur", + "Kolkata", + "Kollam", + "Kollegal", + "Koni", + "Konnagar", + "Koothanallur", + "Koppal", + "Koraput", + "Korba", + "Kosamba", + "Kot Isa Khan", + "Kota", + "Kotian", + "Kottagudem", + "Kottakkal", + "Kottarakara", + "Kottayam", + "Kovilpatti", + "Kovvur", + "Kozhikode", + "Krishnagiri", + "Kulti", + "Kumar", + "Kumbakonam", + "Kumhari", + "Kundan", + "Kunwar", + "Kuppam", + "Kurali", + "Kurnool", + "Kushalnagar", + "Kuzhithurai", + "Ladwa", + "Lakhimpur", + "Lala", + "Lalgudi", + "Lamba Harisingh", + "Lanka", + "Latur", + "Liluah", + "Lohaghat", + "Lucknow", + "Ludhiana", + "Machhiwara", + "Machilipatnam", + "Madanapalle", + "Madgaon", + "Madhoganj", + "Madikeri", + "Madurai", + "Madurantakam", + "Mahabalipuram", + "Mahad", + "Mahajan", + "Mahal", + "Maharaj", + "Mahatma", + "Mahesana", + "Mahesh", + "Mahim", + "Mahulia", + "Malappuram", + "Maldah", + "Malpur", + "Manali", + "Mancherial", + "Mandal", + "Mandapeta", + "Mandi", + "Mandla", + "Mandsaur", + "Mandvi", + "Mandya", + "Mangalagiri", + "Mangalore", + "Mangaon", + "Manipala", + "Manipur", + "Manjeri", + "Manna", + "Mannargudi", + "Manor", + "Mansa", + "Manu", + "Markal", + "Markapur", + "Marmagao", + "Maru", + "Mashobra", + "Matar", + "Mathan", + "Mathura", + "Mattanur", + "Mavelikara", + "Mawana", + "Mayapur", + "Medak", + "Medarametla", + "Medchal", + "Medinipur", + "Meerut", + "Mehra", + "Mettur", + "Mhow", + "Mill", + "Miraj", + "Mirza Murad", + "Mirzapur", + "Mithapur", + "Modasa", + "Moga", + "Mohala", + "Mohali", + "Mohan", + "Moradabad", + "Morena", + "Morinda", + "Morvi", + "Motihari", + "Mount Abu", + "Muddanuru", + "Mukerian", + "Muktsar", + "Multi", + "Mumbai", + "Mundgod", + "Mundra", + "Munger", + "Murshidabad", + "Mussoorie", + "Muzaffarnagar", + "Muzaffarpur", + "Mylapore", + "Mysore", + "Nabadwip", + "Nabha", + "Nadgaon", + "Nadia", + "Nadiad", + "Nagal", + "Nagapattinam", + "Nagar", + "Nagara", + "Nagari", + "Nagaur", + "Nagercoil", + "Nagpur", + "Nagwa", + "Naini", + "Nalagarh", + "Nalbari", + "Nalgonda", + "Namakkal", + "Namrup", + "Nanda", + "Nanded", + "Nandi", + "Nandigama", + "Nandurbar", + "Nandyal", + "Naraina", + "Narasaraopet", + "Narayangaon", + "Narela", + "Narnaul", + "Narsapur", + "Nashik", + "Nathdwara", + "Navelim", + "Navsari", + "Nayagarh", + "Nazira", + "Nehra", + "Nellore", + "Neral", + "Neri", + "New Delhi", + "Neyveli", + "Nila", + "Nilambur", + "Nilokheri", + "Nizamabad", + "Noida", + "Nongpoh", + "Nongstoin", + "North Lakhimpur", + "Nurpur", + "Nuzvid", + "Odhan", + "Omalur", + "Ongole", + "Ooty", + "Orai", + "Osmanabad", + "Ottappalam", + "Pachmarhi", + "Padrauna", + "Pahalgam", + "Pakala", + "Pala", + "Palakkad", + "Palampur", + "Palani", + "Palayam", + "Palghar", + "Pali", + "Palladam", + "Paloncha", + "Palus", + "Palwal", + "Panchal", + "Panchgani", + "Pandharpur", + "Panipat", + "Panjim", + "Panruti", + "Pantnagar", + "Panvel", + "Paonta Sahib", + "Parappanangadi", + "Paravur", + "Parbhani", + "Parel", + "Parra", + "Patan", + "Patancheru", + "Patel", + "Patelguda", + "Pathanamthitta", + "Pathankot", + "Patiala", + "Patna", + "Pattambi", + "Pattukkottai", + "Pauri", + "Payyanur", + "Peddapuram", + "Pehowa", + "Perambalur", + "Peranampattu", + "Perundurai", + "Petlad", + "Phagwara", + "Phaphamau", + "Piduguralla", + "Pilani", + "Pileru", + "Pilkhuwa", + "Pimpri", + "Pitampura", + "Pithapuram", + "Pithoragarh", + "Pochampalli", + "Pollachi", + "Ponda", + "Ponnani", + "Ponneri", + "Porbandar", + "Port Blair", + "Potti", + "Powai", + "Proddatur", + "Puducherry", + "Pudukkottai", + "Puliyur", + "Punalur", + "Pune", + "Puras", + "Puri", + "Purnea", + "Puruliya", + "Pusa", + "Pushkar", + "Puttur", + "Quepem", + "Raichur", + "Raigarh", + "Raipur", + "Rajahmundry", + "Rajapalaiyam", + "Rajapur", + "Rajkot", + "Rajpur", + "Rajpura", + "Raju", + "Rama", + "Ramanagaram", + "Ramanathapuram", + "Ramapuram", + "Ramavaram", + "Ramgarh", + "Ramnagar", + "Rampur", + "Rana", + "Ranaghat", + "Ranchi", + "Rander", + "Raniganj", + "Ranippettai", + "Ranjan", + "Ratlam", + "Ratnagiri", + "Raurkela", + "Rawal", + "Raxaul", + "Rayagada", + "Rewa", + "Rewari", + "Ring", + "Rishikesh", + "Rohtak", + "Roorkee", + "Roshan", + "Rudrapur", + "Rupnagar", + "Rupnarayanpur", + "Sachin", + "Sagar", + "Saha", + "Saharanpur", + "Sahibabad", + "Sakri", + "Salem", + "Saligao", + "Salt Lake City", + "Samastipur", + "Sambalpur", + "Sanand", + "Sandur", + "Sangam", + "Sangamner", + "Sangli", + "Sangola", + "Sangrur", + "Sanquelim", + "Saranga", + "Sarangi", + "Sarwar", + "Satara", + "Satna", + "Sattur", + "Sawi", + "Secunderabad", + "Sehore", + "Sendhwa", + "Serampore", + "Shadnagar", + "Shahabad", + "Shahapur", + "Shahdara", + "Shahdol", + "Shahjahanpur", + "Shahkot", + "Shamsabad", + "Shanti Grama", + "Shillong", + "Shimla", + "Shimoga", + "Shirgaon", + "Shiv", + "Sholavandan", + "Shoranur", + "Shrigonda", + "Shyamnagar", + "Sibsagar", + "Sidhi", + "Sidhpur", + "Sikar", + "Sikka", + "Silchar", + "Siliguri", + "Silvassa", + "Singarayakonda", + "Singtam", + "Sinnar", + "Sion", + "Sirhind", + "Sirkazhi", + "Sirohi", + "Sirsa", + "Sirsi", + "Siruguppa", + "Siruseri", + "Sirwani", + "Sitapur", + "Siuri", + "Sivaganga", + "Sivakasi", + "Sodhi", + "Sojat", + "Solan", + "Solapur", + "Solim", + "Somnath", + "Soni", + "Sonipat", + "Sopara", + "Srikakulam", + "Srikalahasti", + "Srinagar", + "Sriperumbudur", + "Srirangam", + "Srivilliputhur", + "Sukma", + "Sultan", + "Sultanpur", + "Sultans Battery", + "Suman", + "Sunam", + "Sundargarh", + "Surana", + "Suratgarh", + "Surendranagar", + "Suriapet", + "Tadepallegudem", + "Tala", + "Talcher", + "Talegaon Dabhade", + "Talwandi Sabo", + "Tambaram", + "Tanda", + "Tanuku", + "Tarn Taran", + "Teri", + "Tezpur", + "Thalassery", + "Thane", + "Thanjavur", + "Thasra", + "Thenali", + "Thenkasi", + "Thirumangalam", + "Thiruthani", + "Thiruvananthapuram", + "Thiruvarur", + "Thoothukudi", + "Thrissur", + "Tikamgarh", + "Tindivanam", + "Tinsukia", + "Tiptur", + "Tiruchchendur", + "Tiruchi", + "Tirumala", + "Tirumala - Tirupati", + "Tirunelveli", + "Tiruppur", + "Tirur", + "Tiruvalla", + "Tiruvallur", + "Tiruvannamalai", + "Tohana", + "Tonk", + "Trimbak", + "Tuljapur", + "Turaiyur", + "Udaigiri", + "Udaipur", + "Udupi", + "Ujjain", + "Ulhasnagar", + "Ulubari", + "Umred", + "Unnao", + "Uppal", + "Uttarkashi", + "Vadamadurai", + "Vadner", + "Vadodara", + "Vaikam", + "Vainguinim", + "Valsad", + "Vandalur", + "Vandavasi", + "Vaniyambadi", + "Vapi", + "Varanasi", + "Vasai", + "Vasco", + "Vashi", + "Vazhakulam", + "Vellore", + "Verna", + "Vidisha", + "Vijapur", + "Vijayawada", + "Vikarabad", + "Vikasnagar", + "Villupuram", + "Vinukonda", + "Virar", + "Visakhapatnam", + "Visnagar", + "Vizianagaram", + "Wai", + "Warangal", + "Wardha", + "Wellington", + "Yadgir", + "Yamunanagar", + "Yanam", + "Yavatmal", + "Yeola", + "Yercaud" + ], + "Indonesia": [ + "Abadi", + "Adiantorop", + "Airmadidi", + "Ambarawa", + "Ambon City", + "Amlapura", + "Anggrek", + "Angkasa", + "Area", + "Badung", + "Bali", + "Balige", + "Balikpapan", + "Banda Aceh", + "Bandar", + "Bandar Lampung", + "Bandung", + "Bangkalan", + "Bangkinang", + "Bangli", + "Banjar", + "Banjarbaru", + "Banjarmasin", + "Banjarnegara", + "Bantaeng", + "Bantan", + "Bantul", + "Banyumas", + "Banyuwangi", + "Baratjaya", + "Batang", + "Batu", + "Baturaja", + "Baubau", + "Bekasi", + "Bengkalis", + "Bengkulu", + "Bima", + "Binjai", + "Bitung", + "Blitar", + "Blora", + "Bogor", + "Bojonegoro", + "Bondowoso", + "Bontang", + "Boyolali", + "Bukit Tinggi", + "Bulukumba", + "Buntok", + "Cakrawala", + "Cempaka", + "Cengkareng", + "Ciamis", + "Cianjur", + "Cibitung", + "Cibubur", + "Cihampelas", + "Cikarang", + "Cikini", + "Cilacap", + "Cilegon", + "Cilincing", + "Cimahi", + "Cimanggis", + "Cipinanglatihan", + "Ciputat", + "Cirebon", + "Citeureup", + "Darmaga", + "Darussalam", + "Demak", + "Denpasar", + "Depok", + "Depok Jaya", + "Dumai", + "Duren", + "Duri", + "Gandul", + "Garut", + "Gedung", + "Gianyar", + "Gorontalo", + "Gresik", + "Guntung", + "Gunungsitoli", + "Holis", + "Indo", + "Indramayu", + "Jagakarsa", + "Jakarta", + "Jambi City", + "Jayapura", + "Jember", + "Jepara", + "Jimbaran", + "Jombang", + "Kabanjahe", + "Kalideres", + "Kalimantan", + "Kandangan", + "Karanganyar", + "Karawang", + "Kartasura", + "Kebayoran Baru", + "Kebayoran Lama Selatan", + "Kebumen", + "Kediri", + "Kelapa Dua", + "Kemang", + "Kendal", + "Kepanjen", + "Kerinci", + "Kerobokan", + "Klaten", + "Kopeng", + "Kota", + "Kudus", + "Kulon", + "Kuningan", + "Kupang", + "Kuta", + "Lamongan", + "Lampeong", + "Langsa", + "Lapan", + "Lawang", + "Lestari", + "Lhokseumawe", + "Lubuk Pakam", + "Lumajang", + "Madiun", + "Magelang", + "Magetan", + "Mail", + "Majalengka", + "Makassar", + "Malang", + "Mamuju", + "Manado", + "Maros", + "Mataram", + "Medan", + "Mega", + "Menara", + "Menteng", + "Mojoagung", + "Mojokerto", + "Muntilan", + "Negara", + "Negeribesar", + "Nganjuk", + "Ngawi", + "Nusa", + "Nusa Dua", + "Nusantara", + "Pacitan", + "Padang", + "Palaihari", + "Palangka", + "Palangkaraya", + "Palembang", + "Palu", + "Pamekasan", + "Pamulang", + "Panasuan", + "Pandeglang", + "Pangaturan", + "Parakan", + "Pare", + "Parman", + "Pasuruan", + "Patam", + "Pati", + "Payakumbuh", + "Pekalongan", + "Pekan", + "Pekanbaru", + "Pemalang", + "Pematangsiantar", + "Polerejo", + "Pondok", + "Ponorogo", + "Pontianak", + "Porsea", + "Poso", + "Probolinggo", + "Purbalingga", + "Purwakarta", + "Purwodadi Grobogan", + "Purwokerto", + "Purworejo", + "Pusat", + "Riau", + "Salatiga", + "Samarinda", + "Sampang", + "Sampit", + "Sangereng", + "Sanur", + "Sejahtera", + "Sekupang", + "Selatan", + "Selong", + "Semarang", + "Sengkang", + "Sentul", + "Serang", + "Serdang", + "Serpong", + "Sidoarjo", + "Sigli", + "Sijunjung", + "Simpang", + "Singaraja", + "Singkawang", + "Situbondo", + "Sleman", + "Soasio", + "Soe", + "Soho", + "Solo", + "Sragen", + "Stabat", + "Subang", + "Sukabumi", + "Sukoharjo", + "Sumedang", + "Sungailiat", + "Sunggal", + "Sungguminasa", + "Surabaya", + "Surabayan", + "Surakarta", + "Tabanan", + "Tangsel", + "Tanjung", + "Tanjung Balai", + "Tanjungpinang", + "Tarakan", + "Tasikmalaya", + "Tebingtinggi", + "Tegal", + "Temanggung", + "Tembagapura", + "Tengah", + "Tenggara", + "Tenggarong", + "Tigaraksa", + "Tigarasa", + "Timur", + "Tipar Timur", + "Tirtagangga", + "Tomohon", + "Tondano", + "Trenggalek", + "Tuban", + "Tulungagung", + "Ubud", + "Udayana", + "Ungaran", + "Utama", + "Utara", + "Veteran", + "Wilayah", + "Wonogiri", + "Wonosari", + "Wonosobo", + "Yogyakarta" + ], + "Iran": [ + "`Aliabad", + "`Aliabad-e Aq Hesar", + "`Oryan", + "Abadan", + "Abol", + "Ahvaz", + "Amlash", + "Amol", + "Arak", + "Ardabil", + "Ardakan", + "Arnan", + "Arsanjan", + "Asadabad", + "Ashan", + "Ashna", + "Ashtian", + "Astara", + "Azad", + "Azadi", + "Azaran", + "Babol", + "Badr", + "Baft", + "Baghin", + "Baharan", + "Bakhtiari", + "Bakhtiaruyeh", + "Baladeh", + "Banak", + "Band", + "Bandar-e Khamir", + "Bandar-e Mahshahr", + "Barbun", + "Bardsir", + "Baseri Hadi", + "Bastak", + "Behbahan", + "Behdasht", + "Behjan", + "Behshahr", + "Bidak", + "Birizg", + "Birjand", + "Bonab", + "Borran-e Bala", + "Bostan", + "Bukan", + "Chabahar", + "Chah Deraz", + "Chapar", + "Dadeh", + "Damavand", + "Damghan", + "Darmian", + "Dezful", + "Dorud", + "Emam", + "Esfarayen", + "Eslamshahr", + "Estahban", + "Evin", + "Falavarjan", + "Fardis", + "Farsi", + "Fasa", + "Fordu", + "Garmsar", + "Gazan-e Bala", + "Gerash", + "Germi", + "Gharbi", + "Gilan-e Gharb", + "Gilas", + "Golestan", + "Golpayegan", + "Golriz", + "Gorgan", + "Gostar", + "Hadishahr", + "Hamadan", + "Hasanabad-e Qadamgah", + "Hashtgerd", + "Hashtpar", + "Hirad", + "Homa", + "Hormozabad", + "Hush", + "Idah", + "Ilam", + "Iranshahr", + "Isfahan", + "Jadir", + "Jahan", + "Jahan Nama", + "Jahrom", + "Jiroft", + "Julfa", + "Kabir", + "Kaman", + "Karaj", + "Karimkhan", + "Kashan", + "Kelarabad", + "Kerman", + "Kermanshah", + "Khalkhal", + "Khameneh", + "Khash", + "Khomeyn", + "Khomeyni Shahr", + "Khong", + "Khorasan", + "Khowrasgan", + "Khowrshid", + "Khvajeh", + "Khvoy", + "Kian", + "Kish", + "Kord Kandi", + "Kordestan-e `Olya", + "Kordovan-e Sofla", + "Lahijan", + "Lamerd", + "Mahabad", + "Mahallat", + "Mahestan", + "Malayer", + "Malek Talesh", + "Malekan", + "Mamasani", + "Manjil", + "Maragheh", + "Marand", + "Mashhad", + "Mehin", + "Mehregan", + "Meshgin Shahr", + "Meybod", + "Miandoab", + "Mianej", + "Mobarakeh", + "Moghan", + "Mohr", + "Nahavand", + "Najafabad", + "Naji", + "Nasir", + "Negar", + "Nehbandan", + "Neka", + "Neyriz", + "Neyshabur", + "Novin", + "Onar", + "Parpis", + "Parsian", + "Pasargad", + "Payam", + "Peshgoman", + "Peyk", + "Piruz", + "Post", + "Qasr od Dasht", + "Qazvin", + "Qeshm", + "Quchan", + "Rabor", + "Rafsanjan", + "Rasak", + "Rasht", + "Ravand", + "Ravansar", + "Ravar", + "Rayen", + "Razan", + "Razaviyeh", + "Razi", + "Rigan", + "Sabz", + "Sabzevar", + "Sahand", + "Salmas", + "Saman", + "Samen", + "Sanandaj", + "Saravan", + "Sari", + "Saveh", + "Semirom", + "Semnan", + "Sena", + "Servan", + "Shadman", + "Shahid", + "Shahid Chamran", + "Shahid Madani", + "Shahr", + "Shahrak", + "Shahrak-e Direh", + "Shahrak-e Milad", + "Shahrak-e Pars", + "Shahreza", + "Shahriar", + "Shahrud", + "Sharif", + "Shazand", + "Shiraz", + "Shirvan", + "Siahkal", + "Sirjan", + "Sistan-e `Olya", + "Soltanabad", + "Tabriz", + "Taha", + "Takestan", + "Tiran", + "Tonekabon", + "Torkan", + "Urmia", + "Vaj", + "Valilu", + "Vandar", + "Varamin", + "Wahna", + "Yasuj", + "Yazd", + "Zabol", + "Zahedan", + "Zahra", + "Zangiabad", + "Zanjan", + "Zarand" + ], + "Iraq": [ + "Al `Amarah", + "Al Hillah", + "Baghdad", + "Bahr", + "Basere", + "Basra", + "Erbil", + "Haji Hasan", + "Hayat", + "Karkh", + "Kirkuk", + "Manawi", + "Mosul", + "Najaf", + "Sulaymaniyah", + "Tikrit" + ], + "Ireland": [ + "Abbeyfeale", + "Abbeyleix", + "Ardee", + "Arklow", + "Artane", + "Ashbourne", + "Athboy", + "Athenry", + "Athlone", + "Athy", + "Bagenalstown", + "Bailieborough", + "Balbriggan", + "Baldoyle", + "Balgriffin", + "Ballina", + "Ballinadee", + "Ballinasloe", + "Ballincollig", + "Ballineen", + "Ballinrobe", + "Ballintober", + "Ballivor", + "Ballon", + "Ballsbridge", + "Ballybrack", + "Ballybrit", + "Ballycullen", + "Ballyfermot", + "Ballygarvan", + "Ballyhooly", + "Ballymahon", + "Ballymote", + "Ballymount", + "Ballymun", + "Ballyphilip", + "Ballyragget", + "Ballyroe", + "Ballyvaghan", + "Bandon", + "Bantry", + "Berrings", + "Bettystown", + "Birr", + "Blackrock", + "Blanchardstown", + "Blessington", + "Bodyke", + "Boherbue", + "Bray", + "Broadford", + "Buncrana", + "Bundoran", + "Cabinteely", + "Cabra", + "Caher", + "Cahersiveen", + "Callan", + "Carbury", + "Carlow", + "Carnew", + "Carraroe", + "Carrick", + "Carrick on Shannon", + "Carrick-on-Suir", + "Carrickmacross", + "Carrickmines", + "Carrigaline", + "Carrigtohill", + "Cashel", + "Castlebar", + "Castleblayney", + "Castlebridge", + "Castleknock", + "Castlemaine", + "Castlerea", + "Cavan", + "Celbridge", + "Clane", + "Clarecastle", + "Claregalway", + "Claremorris", + "Clogherhead", + "Clonakilty", + "Clondalkin", + "Clonee", + "Clones", + "Clonmel", + "Clonsilla", + "Clontarf", + "Coachford", + "Cobh", + "Coolock", + "Cork", + "County Galway", + "County Wexford", + "Courtown", + "Crookhaven", + "Cross", + "Crosshaven", + "Crumlin", + "Crusheen", + "Dalkey", + "Delgany", + "Donabate", + "Donegal", + "Donnybrook", + "Doolin", + "Doughiska", + "Douglas", + "Drogheda", + "Droichead Nua", + "Dublin", + "Duleek", + "Dunboyne", + "Dundalk", + "Dundrum", + "Dungarvan", + "Dunlavin", + "Dunleer", + "Dunshaughlin", + "Edenderry", + "Enfield", + "Ennis", + "Enniscorthy", + "Enniskerry", + "Feakle", + "Ferbane", + "Fermoy", + "Finglas", + "Firhouse", + "Foxford", + "Foxrock", + "Foynes", + "Galway", + "Garristown", + "Geevagh", + "Glanmire", + "Glasnevin", + "Glen", + "Glenealy", + "Glengarriff", + "Glenties", + "Gorey", + "Gort", + "Grange", + "Greystones", + "Headford", + "Hospital", + "Inchicore", + "Irishtown", + "Island", + "Jamestown", + "Kanturk", + "Kells", + "Kenmare", + "Kilbride Cross Roads", + "Kilcock", + "Kilcoole", + "Kilcullen", + "Kildalkey", + "Kildare", + "Kilfinane", + "Kilkenny", + "Killala", + "Killaloe", + "Killarney", + "Killiney", + "Killinick", + "Killorglin", + "Killurin", + "Killybegs", + "Killygordon", + "Kilmainham", + "Kilmichael", + "Kilmore", + "Kilrush", + "Kiltamagh", + "Kingscourt", + "Kingswood", + "Kinsale", + "Kinvarra", + "Leamlara", + "Leixlip", + "Leopardstown", + "Letterkenny", + "Limerick", + "Lisselton", + "Listowel", + "Longford", + "Longwood", + "Loughrea", + "Louth", + "Lucan", + "Lusk", + "Macroom", + "Malahide", + "Mallow", + "Manorhamilton", + "Marino", + "Maynooth", + "Mayo", + "Midleton", + "Milltown", + "Mitchelstown", + "Monaghan", + "Monasterevin", + "Monkstown", + "Mornington", + "Mount Merrion", + "Mountrath", + "Moycullen", + "Mullinavat", + "Mullingar", + "Naas", + "Naul", + "Navan", + "Nenagh", + "New Ross", + "Newcastle West", + "Newmarket", + "Newport", + "Oranmore", + "Oughterard", + "Oysterhaven", + "Passage West", + "Patrickswell", + "Portarlington", + "Porterstown", + "Portmarnock", + "Portumna", + "Prosperous", + "Raheny", + "Rathcoole", + "Rathfarnham", + "Rathgar", + "Rathmines", + "Rathmolyon", + "Rathowen", + "Ratoath", + "Ringaskiddy", + "River", + "Roscommon", + "Roscrea", + "Rush", + "Saggart", + "Saint Mullins", + "Sallins", + "Sallynoggin", + "Sandyford", + "Sandymount", + "Santry", + "Seafield", + "Shankill", + "Shannon", + "Shrule", + "Sixmilebridge", + "Skerries", + "Skibbereen", + "Slieve", + "Sligo", + "Spiddal", + "Stepaside", + "Stillorgan", + "Stradbally", + "Straffan", + "Summerhill", + "Sutton", + "Swinford", + "Swords", + "Tallaght", + "Templeogue", + "Terenure", + "Thomastown", + "Thurles", + "Tipperary", + "Tralee", + "Trim", + "Tuam", + "Tullamore", + "Tullow", + "Tyrrellspass", + "Virginia", + "Walkinstown", + "Waterford", + "Westport", + "Wexford", + "Wicklow", + "Williamstown", + "Windy Arbour", + "Youghal" + ], + "Isle of Man": [ + "Ballasalla", + "Castletown", + "Crosby", + "Dalby", + "Douglas", + "Foxdale", + "Laxey", + "Onchan", + "Peel", + "Port Erin", + "Port Saint Mary", + "Ramsey", + "Saint Johns" + ], + "Israel": [ + "`Alma", + "`Amir", + "`Arugot", + "`Aseret", + "`En Ayyala", + "`En HaShelosha", + "`Evron", + "Acre", + "Afiqim", + "Ahituv", + "Allonim", + "Ashdod", + "Ashqelon", + "Azor", + "Bahan", + "Baraq", + "Bareqet", + "Bat Hadar", + "Bat Hefer", + "Bat Yam", + "Beersheba", + "Ben Shemen-Kefar Hano`ar", + "Bene Ziyyon", + "Bet Alfa", + "Bet Dagan", + "Bet Oren", + "Bet Shemesh", + "Binyamina", + "Biriyya", + "Dabburiya", + "Dimona", + "Eilat", + "Elyakhin", + "Elyaqim", + "Emunim", + "Et Taiyiba", + "Even Yehuda", + "Gan Hayyim", + "Gan Yavne", + "Ganne Tiqwa", + "Gedera", + "Gibbeton", + "Gimzo", + "Ginnosar", + "Giv`at Hayyim", + "Hadar `Am", + "Hadar Ramatayim", + "Hadera", + "Hadid", + "Haifa", + "HaKarmel", + "Haluz", + "Hazav", + "Hazor Ashdod", + "Hazor HaGelilit", + "Herut", + "Herzliya", + "Hever", + "Hod HaSharon", + "Holon", + "Hurfeish", + "Jaffa", + "Jerusalem", + "Kadima", + "Karkur", + "Kefar Daniyyel", + "Kefar Netter", + "Kefar Witqin", + "Kefar Yona", + "Kfar Saba", + "Liman", + "Lod", + "maalot Tarshiha", + "Magen", + "Maghar", + "Mazkeret Batya", + "Mazliah", + "Mazor", + "Mesillat Ziyyon", + "Migdal", + "Mikhmoret", + "Misgav Regional Council", + "Mizpe Netofa", + "Modiin", + "Moran", + "Naham", + "Nahariya", + "Nazareth", + "Nazerat `Illit", + "Nesher", + "Ness Ziona", + "Netanya", + "Netivot", + "Newe Efrayim", + "Newe Yamin", + "Nir Zevi", + "Nirim", + "Nordiyya", + "Ofaqim", + "Or `Aqiva", + "Or Yehuda", + "Pardes Hanna Karkur", + "Pardesiyya", + "Pasuta", + "Petah Tikwah", + "Qiryat Ata", + "Qiryat Bialik", + "Qiryat Gat", + "Qiryat Hayyim", + "Qiryat Motzkin", + "Qiryat Ono", + "Qiryat Tiv`on", + "Qiryat Yam", + "Ramat Aviv", + "Ramat Dawid", + "Ramat Ef`al", + "Ramat Gan", + "Ramat HaSharon", + "Ramat Poleg", + "Ramat Yishay", + "Ramla", + "Ramot Naftali", + "Rehovot", + "Rinnatya", + "Rishon LeZion", + "Rishpon", + "Safed", + "Sarid", + "Savyon", + "Sde Boker", + "Sde Warburg", + "Sderot", + "Sedot Yam", + "Shamir", + "Shave Ziyyon", + "Shefayim", + "Shelomi", + "Shetulim", + "Shoval", + "Talme Menashe", + "Tel Aviv", + "Tel Mond", + "Tiberias", + "Timrat", + "Tirat Karmel", + "Tirat Yehuda", + "Urim", + "Yaqum", + "Yavne", + "Yehud", + "Zoran" + ], + "Italy": [ + "Abano Terme", + "Abbadia Lariana", + "Abbadia San Salvatore", + "Abbasanta", + "Abbiategrasso", + "Abetone", + "Acate", + "Acerno", + "Acerra", + "Aci Castello", + "Aci Catena", + "Acireale", + "Acquafredda", + "Acquafredda Inferiore", + "Acquapendente", + "Acquappesa", + "Acquaro", + "Acquasparta", + "Acquaviva", + "Acquaviva delle Fonti", + "Acquaviva Picena", + "Acqui Terme", + "Acri", + "Adelfia", + "Adrano", + "Adria", + "Adro", + "Affi", + "Afragola", + "Africo Nuovo", + "Agazzano", + "Agerola", + "Agira", + "Agliana", + "Agliano", + "Aglientu", + "Agna", + "Agnadello", + "Agnone", + "Agordo", + "Agrano", + "Agrate Brianza", + "Agrigento", + "Agro", + "Agropoli", + "Agugliano", + "Agugliaro", + "Ai Palazzi", + "Aiello", + "Aiello del Sabato", + "Ailano", + "Ailoche", + "Airasca", + "Airola", + "Airole", + "Airuno", + "Ala", + "Ala di Stura", + "Alanno", + "Alassio", + "Alatri", + "Alba", + "Albanella", + "Albano di Lucania", + "Albano Laziale", + "Albano Vercellese", + "Albaredo", + "Albareto", + "Albenga", + "Albergo", + "Alberobello", + "Alberoni", + "Albettone", + "Albiate", + "Albignasego", + "Albina", + "Albinea", + "Albino", + "Albissola Marina", + "Albizzate", + "Albuzzano", + "Alcamo", + "Alcara li Fusi", + "Aldeno", + "Ales", + "Alessandria", + "Alessandria della Rocca", + "Alessano", + "Alezio", + "Alfonsine", + "Alghero", + "Algund", + "Alice Castello", + "Alife", + "Alimena", + "Alleghe", + "Allerona", + "Alliste", + "Allumiere", + "Almenno San Bartolomeo", + "Almese", + "Alpette", + "Alpignano", + "Altamura", + "Altare", + "Altavilla", + "Altavilla Irpina", + "Altavilla Milicia", + "Altavilla Silentina", + "Altavilla Vicentina", + "Altedo", + "Altessano", + "Altidona", + "Altino", + "Altofonte", + "Altomonte", + "Altopascio", + "Alviano", + "Alvignanello", + "Alvignano", + "Alvito", + "Alzano Lombardo", + "Amalfi", + "Amandola", + "Amantea", + "Amaro", + "Amato", + "Ambra", + "Ambrogio", + "Ameglia", + "Amelia", + "Ameno", + "Amorosi", + "Ampezzo", + "Anacapri", + "Anagni", + "Ancarano", + "Ancona", + "Andezeno", + "Andorno Micca", + "Andrano", + "Andria", + "Anfo", + "Angera", + "Anghiari", + "Angolo Terme", + "Angri", + "Anguillara", + "Anguillara Veneta", + "Anna", + "Annicco", + "Annone Veneto", + "Antea", + "Antella", + "Anterselva di Mezzo", + "Antico di Maiolo", + "Antignano", + "Antonimina", + "Antrodoco", + "Anzano del Parco", + "Anzio", + "Aosta", + "Apice", + "Apiro", + "Appiano Gentile", + "Appiano sulla strada del vino", + "Appignano", + "Appignano del Tronto", + "Apricena", + "Aprilia", + "Aquileia", + "Aquilonia", + "Aquino", + "Arabba", + "Aradeo", + "Aragona", + "Arborea", + "Arborio", + "Arbus", + "Arcade", + "Arce", + "Arcene", + "Arcevia", + "Arcidosso", + "Arco", + "Arcola", + "Arcole", + "Arconate", + "Arcore", + "Arcugnano", + "Ardea", + "Ardesio", + "Arenzano", + "Arese", + "Arezzo", + "Argelato", + "Argenta", + "Ariano Ferrarese", + "Ariano Irpino", + "Ariano nel Polesine", + "Ariccia", + "Arielli", + "Arienzo", + "Arignano", + "Arizzano", + "Arluno", + "Armeno", + "Armento", + "Arnesano", + "Arona", + "Arosio", + "Arpaia", + "Arpino", + "Arqua Polesine", + "Arquata Scrivia", + "Arre", + "Arrone", + "Arsago Seprio", + "Arsita", + "Arta Terme", + "Artena", + "Artogne", + "Arzachena", + "Arzano", + "Arzene", + "Arzignano", + "Asciano", + "Ascoli Piceno", + "Ascoli Satriano", + "Asiago", + "Asola", + "Asolo", + "Assemini", + "Assisi", + "Asso", + "Assoro", + "Asti", + "Atella", + "Atena Lucana", + "Atessa", + "Atina", + "Atri", + "Atripalda", + "Attigliano", + "Attimis", + "Atzara", + "Augusta", + "Auletta", + "Aulla", + "Aurelia", + "Auronzo di Cadore", + "Avella", + "Avellino", + "Aversa", + "Avezzano", + "Aviano", + "Avigliana", + "Avigliano", + "Avigliano Umbro", + "Avio", + "Avola", + "Azeglio", + "Azzano", + "Azzano Decimo", + "Azzano San Paolo", + "Azzate", + "Bacoli", + "Badia", + "Badia Calavena", + "Badia Polesine", + "Badolato", + "Bagheria", + "Baglio Rizzo", + "Bagnacavallo", + "Bagnara", + "Bagnara Calabra", + "Bagnara di Romagna", + "Bagnasco", + "Bagni", + "Bagni di Lucca", + "Bagno a Ripoli", + "Bagno di Romagna", + "Bagnoli del Trigno", + "Bagnoli di Sopra", + "Bagnoli Irpino", + "Bagnolo", + "Bagnolo Cremasco", + "Bagnolo in Piano", + "Bagnolo Mella", + "Bagnolo Piemonte", + "Bagnolo San Vito", + "Baia", + "Baiano", + "Baiso", + "Balangero", + "Baldissero Torinese", + "Balestrate-Foce", + "Ballabio", + "Baluello", + "Balvano", + "Balzola", + "Baragiano", + "Baranzate", + "Baratte", + "Barbarano Vicentino", + "Barbarasco", + "Barberino di Mugello", + "Barbiano", + "Bardolino", + "Bardonecchia", + "Bareggio", + "Barga", + "Bargagli", + "Barge", + "Bari", + "Bari Sardo", + "Baricella", + "Barile", + "Barisciano", + "Barlassina", + "Barletta", + "Barni", + "Baronissi", + "Barra", + "Barrafranca", + "Barrali", + "Baruchella", + "Barumini", + "Barzana", + "Basaldella", + "Baschi", + "Basciano", + "Baselice", + "Basiliano", + "Basilicanova", + "Bassano Bresciano", + "Bassano del Grappa", + "Bassano in Teverina", + "Bassano Romano", + "Bastia umbra", + "Bastiglia", + "Battaglia Terme", + "Battipaglia", + "Baunei", + "Baveno", + "Bazzano", + "Bedollo", + "Begliano", + "Beinasco", + "Beinette", + "Belfiore", + "Belforte", + "Belgioioso", + "Bella", + "Bellagio", + "Bellano", + "Bellante", + "Bellaria-Igea Marina", + "Bellariva", + "Bellinzago Novarese", + "Bellocchi", + "Bellona", + "Belluno", + "Belmonte Mezzagno", + "Belmonte Piceno", + "Belpasso", + "Belsito", + "Belvedere", + "Belvedere di Spinello", + "Belvedere Marittimo", + "Belvedere Ostrense", + "Benestare", + "Benetutti", + "Benevello", + "Benevento", + "Benna", + "Bentivoglio", + "Berbenno di Valtellina", + "Berceto", + "Bergamo", + "Berlingo", + "Bernalda", + "Bernate Ticino", + "Bertinoro", + "Bertonico", + "Berzo Demo", + "Besana in Brianza", + "Besano", + "Besnate", + "Besozzo", + "Bettola", + "Bettolle", + "Bettona", + "Beura-Cardezza", + "Bevilacqua", + "Biancade", + "Biancano", + "Biancavilla", + "Bianco", + "Bianconese", + "Biandronno", + "Bianzone", + "Biassono", + "Bibbiano", + "Bibbiena", + "Bibbona", + "Bibione", + "Biella", + "Bienno", + "Bientina", + "Binanuova", + "Binasco", + "Bisaccia", + "Bisacquino", + "Bisceglie", + "Bitetto", + "Bitonto", + "Bitritto", + "Bitti", + "Bivongi", + "Blera", + "Boara", + "Bobbio", + "Boccheggiano", + "Bocchignano", + "Boffalora sopra Ticino", + "Bogliasco", + "Bojano", + "Bolano", + "Bollate", + "Bollengo", + "Bologna", + "Bolzano", + "Bolzano Vicentino", + "Bompietro", + "Bomporto", + "Bonarcado", + "Bonassola", + "Bonavicina", + "Bondeno", + "Bonea", + "Bonorva", + "Bordighera", + "Boretto", + "Borgaro Torinese", + "Borgetto", + "Borghetto", + "Borghetto di Vara", + "Borghetto Santo Spirito", + "Borgia", + "Borgo", + "Borgo a Mozzano", + "Borgo di Terzo", + "Borgo Priolo", + "Borgo Sabotino-Foce Verde", + "Borgo San Dalmazzo", + "Borgo San Giacomo", + "Borgo San Lorenzo", + "Borgo Ticino", + "Borgo Tossignano", + "Borgo Val di Taro", + "Borgo Vercelli", + "Borgomanero", + "Borgone", + "Borgonovo", + "Borgonovo Val Tidone", + "Borgoricco", + "Borgorose", + "Borgosatollo", + "Borgosesia", + "Bornasco", + "Borno", + "Borrello", + "Borzonasca", + "Bosa", + "Boschetto", + "Bosco", + "Bosco Chiesanuova", + "Bosconero", + "Boscoreale", + "Boscotrecase", + "Bosisio Parini", + "Bossolasco", + "Bottanuco", + "Bova Marina", + "Bovalino", + "Bovegno", + "Boves", + "Bovezzo", + "Boville Ernica", + "Bovino", + "Bovisio-Masciago", + "Bovolenta", + "Bovolone", + "Bozzolo", + "Bra", + "Braccagni", + "Bracciano", + "Bracigliano", + "Brancaleone", + "Brandizzo", + "Braone", + "Brebbia", + "Breda di Piave", + "Breganze", + "Breguzzo", + "Brembate", + "Brembilla", + "Brendola", + "Brenner", + "Breno", + "Brescello", + "Brescia", + "Bressana Bottarone", + "Bressanvido", + "Bresso", + "Briatico", + "Bricherasio", + "Briga Novarese", + "Brignano", + "Brindisi", + "Brissago-Valtravaglia", + "Brivio", + "Brixen", + "Brolo", + "Broni", + "Bronte", + "Bronzolo", + "Brossasco", + "Brosso", + "Brugherio", + "Brugine", + "Brugnera", + "Bruino", + "Brunate", + "Bruneck", + "Brunella", + "Bruno", + "Brusciano", + "Brusnengo", + "Bubbio", + "Bucchianico", + "Bucciano", + "Buccino", + "Bucine", + "Budrio", + "Buggiano", + "Buia", + "Buonabitacolo", + "Burano", + "Buriasco", + "Burolo", + "Buronzo", + "Busalla", + "Busca", + "Buscate", + "Buscoldo", + "Busseto", + "Bussi sul Tirino", + "Bussolengo", + "Bussoleno", + "Busto Arsizio", + "Busto Garolfo", + "Butera", + "Buti", + "Buttapietra", + "Buttigliera Alta", + "Buttrio", + "Cabras", + "Caccamo", + "Caccuri", + "Cadelbosco di Sopra", + "Cadeo", + "Cadoneghe", + "Caerano di San Marco", + "Caggiano", + "Cagli", + "Cagliari", + "Cagnano Varano", + "Caianello", + "Caiatia", + "Cairate", + "Cairo Montenotte", + "Caivano", + "Calalzo di Cadore", + "Calamandrana", + "Calangianus", + "Calascibetta", + "Calatabiano", + "Calatafimi", + "Calcara", + "Calcata", + "Calci", + "Calcinaia", + "Calcinate", + "Calcinato", + "Calcinelli", + "Calcio", + "Caldaro sulla Strada del Vino", + "Caldarola", + "Calderara di Reno", + "Caldogno", + "Caldonazzo", + "Calendasco", + "Calenzano", + "Calice al Cornoviglio", + "Calimera", + "Calitri", + "Calizzano", + "Calliano", + "Calolziocorte", + "Caltagirone", + "Caltanissetta", + "Caltavuturo", + "Caluso", + "Calvanico", + "Calvatone", + "Calvenzano", + "Calvisano", + "Calvizzano", + "Camaiore", + "Cambiago", + "Cambiano", + "Camburzano", + "Camerano", + "Camerata Picena", + "Cameri", + "Cameriano", + "Camerino", + "Camerlona", + "Caminetto", + "Camino", + "Camisa", + "Camisano", + "Camisano Vicentino", + "Camogli", + "Campagna", + "Campagnano di Roma", + "Campagnola", + "Campagnola Emilia", + "Camparada", + "Campegine", + "Campertogno", + "Campi", + "Campi Bisenzio", + "Campi Salentina", + "Campiglia Marittima", + "Campiglio", + "Campione", + "Campli", + "Campo", + "Campo Ligure", + "Campo San Martino", + "Campo Tizzoro", + "Campobasso", + "Campobello di Licata", + "Campobello di Mazara", + "Campodarsego", + "Campodenno", + "Campodimele", + "Campodipietra", + "Campodoro", + "Campofelice di Roccella", + "Campofilone", + "Campoformido", + "Campofranco", + "Campogalliano", + "Campoleone", + "Campoli Appennino", + "Campolieto", + "Campolongo Maggiore", + "Campomarino", + "Campomorone", + "Camponogara", + "Campora", + "Camporeale", + "Camporosso", + "Camposampiero", + "Camposano", + "Canale", + "Canaro", + "Canazei", + "Cancello", + "Cancello ed Arnone", + "Candelo", + "Candia Canavese", + "Candia Lomellina", + "Candiana", + "Candiolo", + "Canegrate", + "Canelli", + "Canicattini Bagni", + "Canino", + "Canistro", + "Cannara", + "Cannella", + "Cannero Riviera", + "Canneto Pavese", + "Cannobio", + "Canonica", + "Canosa di Puglia", + "Canosa Sannita", + "Canossa", + "Cantagallo", + "Cantalice", + "Cantalupo in Sabina", + "Cantalupo Ligure", + "Cantarana", + "Cantu", + "Canzo", + "Caorle", + "Caorso", + "Capaccio", + "Capaci", + "Capalbio", + "Capannelle", + "Capannoli", + "Capannori", + "Capena", + "Capergnanica", + "Capistrano", + "Capistrello", + "Capitignano", + "Capo Rizzuto", + "Capodimonte", + "Capodrise", + "Capoliveri", + "Capoterra", + "Cappella Maggiore", + "Cappelle sul Tavo", + "Capralba", + "Capranica", + "Caprese Michelangelo", + "Capri", + "Capriate San Gervasio", + "Caprie", + "Caprino Bergamasco", + "Caprino Veronese", + "Capriolo", + "Capriva del Friuli", + "Capua", + "Capurso", + "Caraglio", + "Carapelle", + "Carasco", + "Carate Brianza", + "Caravaggio", + "Caravate", + "Caravino", + "Caravonica", + "Carbonara al Ticino", + "Carbonara di Bari", + "Carbonara di Po", + "Carbonera", + "Carbonia", + "Carcare", + "Carcereri", + "Carceri", + "Cardano", + "Cardito", + "Carema", + "Carenno", + "Carentino", + "Caresana", + "Cariati", + "Carignano", + "Carini", + "Carinola", + "Carlazzo", + "Carlentini", + "Carlino", + "Carloforte", + "Carmagnola", + "Carmiano", + "Carmignano", + "Carmignano di Brenta", + "Carnago", + "Carnate", + "Carobbio", + "Carolei", + "Caronia", + "Carosino", + "Carovigno", + "Carpaneto Piacentino", + "Carpegna", + "Carpenedolo", + "Carpeneto", + "Carpi", + "Carpiano", + "Carpignano Sesia", + "Carpinello", + "Carpineti", + "Carpineto Romano", + "Carrara", + "Carsoli", + "Cartoceto", + "Cartura", + "Carugate", + "Carvico", + "Casa Bartolacelli-Stella", + "Casa Gherardi", + "Casa Pace", + "Casa Paradiso", + "Casa Zola", + "Casacalenda", + "Casacanditella", + "Casaccia II", + "Casaglia", + "Casal di Principe", + "Casal Velino", + "Casalbordino", + "Casalborgone", + "Casalbuttano ed Uniti", + "Casale", + "Casale Corte Cerro", + "Casale di Mezzani", + "Casale di Scodosia", + "Casale Monferrato", + "Casale sul Sile", + "Casalecchio di Reno", + "Casaleggio Novara", + "Casaletto Spartano", + "Casalgrande", + "Casalgrasso", + "Casali", + "Casalmaggiore", + "Casalmaiocco", + "Casalmorano", + "Casalnuovo di Napoli", + "Casaloldo", + "Casalpusterlengo", + "Casalromano", + "Casalserugo", + "Casaluce", + "Casalvecchio Siculo", + "Casalvieri", + "Casalvolone", + "Casalzuigno", + "Casamarciano", + "Casamassima", + "Casandrino", + "Casanova", + "Casapulla", + "Casarano", + "Casaratta", + "Casargo", + "Casarile", + "Casarsa della Delizia", + "Casate Raffa", + "Casateia", + "Casatenovo", + "Casavecchia", + "Casazza", + "Cascia", + "Casciana Terme", + "Cascina", + "Cascine Maggio", + "Case", + "Case Catania", + "Case Franchini", + "Casei Gerola", + "Caselette", + "Caselle", + "Caselle Lurani", + "Caselle Torinese", + "Caserta", + "Casier", + "Casignana", + "Casina", + "Casinalbo", + "Casnigo", + "Casola di Napoli", + "Casoli", + "Casorate Primo", + "Casorate Sempione", + "Casorezzo", + "Casoria", + "Casperia", + "Caspoggio", + "Cassacco", + "Cassano", + "Cassano delle Murge", + "Cassano Spinola", + "Cassine Superiore", + "Cassino", + "Cassolnovo", + "Castagnaro", + "Castagneto Carducci", + "Castagneto Po", + "Castagnole", + "Castano Primo", + "Casteggio", + "Castegnato", + "Castel", + "Castel Bolognese", + "Castel Colonna", + "Castel del Piano", + "Castel di Casio", + "Castel di Judica", + "Castel Focognano", + "Castel Frentano", + "Castel Gabbiano", + "Castel Gandolfo", + "Castel Giorgio", + "Castel Goffredo", + "Castel Guelfo di Bologna", + "Castel Madama", + "Castel Maggiore", + "Castel Mella", + "Castel San Giovanni", + "Castel San Lorenzo", + "Castel San Pietro Romano", + "Castel San Pietro Terme", + "Castel Viscardo", + "Castel Volturno", + "Castelbellino", + "Castelbuono", + "Castelcucco", + "Casteldaccia", + "Castelfidardo", + "Castelfiorentino", + "Castelfranci", + "Castelfranco di Sopra", + "Castelfranco di Sotto", + "Castelfranco Emilia", + "Castelfranco Veneto", + "Castelgomberto", + "Castelgrande", + "Castellabate", + "Castellalto", + "Castellammare del Golfo", + "Castellammare di Stabia", + "Castellamonte", + "Castellana Grotte", + "Castellana Sicula", + "Castellaneta", + "Castellanza", + "Castellar Guidobono", + "Castellarano", + "Castellaro", + "Castellazzo Bormida", + "Castellengo", + "Castelleone", + "Castelletto", + "Castelletto sopra Ticino", + "Castelli", + "Castelli Calepio", + "Castellina in Chianti", + "Castellina Marittima", + "Castelliri", + "Castello", + "Castello di Annone", + "Castello di Godego", + "Castello di Serravalle", + "Castellucchio", + "Castelluccio Inferiore", + "Castelmassa", + "Castelnovo di Sotto", + "Castelnuovo", + "Castelnuovo Berardenga", + "Castelnuovo dei Sabbioni", + "Castelnuovo della Daunia", + "Castelnuovo di Garfagnana", + "Castelnuovo di Porto", + "Castelnuovo di Val di Cecina", + "Castelnuovo di Verona", + "Castelnuovo Don Bosco", + "Castelnuovo Magra", + "Castelnuovo Nigra", + "Castelnuovo Rangone", + "Castelnuovo Scrivia", + "Castelpagano", + "Castelplanio", + "Castelpoto", + "Castelraimondo", + "Castelseprio", + "Casteltermini", + "Castelvecchio", + "Castelvecchio Pascoli", + "Castelvenere", + "Castelverde", + "Castelvetrano", + "Castelvetro di Modena", + "Castenaso", + "Castenedolo", + "Castiadas", + "Castiglion Fibocchi", + "Castiglion Fiorentino", + "Castiglione", + "Castiglione Chiavarese", + "Castiglione Cosentino", + "Castiglione dei Pepoli", + "Castiglione del Lago", + "Castiglione della Pescaia", + "Castiglione delle Stiviere", + "Castiglione di Cervia", + "Castiglione di Garfagnana", + "Castiglione di Sicilia", + "Castiglione Messer Raimondo", + "Castiglione Olona", + "Castignano", + "Castilenti", + "Castione della Presolana", + "Castions di Strada", + "Casto", + "Castorano", + "Castri di Lecce", + "Castrignano del Capo", + "Castro dei Volsci", + "Castrocaro Terme", + "Castrofilippo", + "Castrolibero", + "Castronno", + "Castroreale", + "Castrovillari", + "Catania", + "Catanzaro", + "Catenanuova", + "Catignano", + "Cattolica", + "Cattolica Eraclea", + "Caulonia", + "Cava Manara", + "Cavacurta", + "Cavagnolo", + "Cavaion Veronese", + "Cavalese", + "Cavallermaggiore", + "Cavallino", + "Cavallirio", + "Cavareno", + "Cavaria con Premezzo", + "Cavarzere", + "Cave", + "Cavenago di Brianza", + "Cavezzo", + "Cavour", + "Cavriago", + "Cavriana", + "Cavriglia", + "Cazzago San Martino", + "Ceccano", + "Cecchini", + "Cecina", + "Cedessano", + "Cedrasco", + "Ceggia", + "Ceglie Messapica", + "Celano", + "Celenza Valfortore", + "Celico", + "Cellamare", + "Celle Ligure", + "Cellino Attanasio", + "Cellino San Marco", + "Cellio", + "Cellole", + "Cembra", + "Cenaia", + "Cencenighe Agordino", + "Cene", + "Cengio", + "Centallo", + "Cento", + "Centola", + "Centrale", + "Centuripe", + "Cepagatti", + "Ceppaloni", + "Ceprano", + "Cerano", + "Cerasolo", + "Cercepiccola", + "Cercola", + "Cerea", + "Ceregnano", + "Ceres", + "Ceresara", + "Cerete", + "Ceriale", + "Ceriano Laghetto", + "Cerignola", + "Cermenate", + "Cernobbio", + "Cernusco sul Naviglio", + "Cerredolo", + "Cerreto Guidi", + "Cerreto Laziale", + "Cerreto Sannita", + "Cerrione", + "Cerro Maggiore", + "Certaldo", + "Certosa", + "Certosa di Pavia", + "Cervaro", + "Cerveno", + "Cervere", + "Cerveteri", + "Cervia", + "Cervignano del Friuli", + "Cervino", + "Cervo", + "Cesa", + "Cesana Torinese", + "Cesano Maderno", + "Cesara", + "Cese", + "Cesena", + "Cesenatico", + "Cesiomaggiore", + "Ceto", + "Cetraro", + "Ceva", + "Chambave", + "Champdepraz", + "Charvensod", + "Cherasco", + "Chiampo", + "Chianciano Terme", + "Chiara", + "Chiaramonte Gulfi", + "Chiarano", + "Chiaravalle", + "Chiaravalle Centrale", + "Chiari", + "Chiavari", + "Chiavazza", + "Chiavenna", + "Chieri", + "Chiesina Uzzanese", + "Chieti", + "Chioggia", + "Chiomonte", + "Chions", + "Chitignano", + "Chiusanico", + "Chiusano di San Domenico", + "Chiusavecchia", + "Chiusi", + "Chiusi della Verna", + "Chivasso", + "Cicagna", + "Cicciano", + "Ciciliano", + "Cicognolo", + "Cigliano", + "Cignone", + "Cilavegna", + "Cimadolmo", + "Cimego", + "Ciminna", + "Cimitile", + "Cinecitta", + "Cingoli", + "Cinisello Balsamo", + "Cinisi", + "Cinquefrondi", + "Cintano", + "Cinto Caomaggiore", + "Circello", + "Cirimido", + "Cisano Bergamasco", + "Cisano sul Neva", + "Ciserano", + "Cislago", + "Cisliano", + "Cison di Valmarino", + "Cisterna di Latina", + "Cisternino", + "Cittadella", + "Cittaducale", + "Cittanova", + "Cittiglio", + "Civezzano", + "Cividale del Friuli", + "Cividate Camuno", + "Civita Castellana", + "Civitanova Alta", + "Civitanova Marche", + "Civitavecchia", + "Civitella del Tronto", + "Civitella di Romagna", + "Civitella in Val di Chiana", + "Civitella Marittima", + "Civitella Roveto", + "Civitella San Paolo", + "Cizzago-Comezzano", + "Cles", + "Clusone", + "Coccaglio", + "Cocconato", + "Cocquio-Trevisago", + "Codaruina", + "Codevigo", + "Codigoro", + "Codogno", + "Codroipo", + "Codrongianos", + "Coggiola", + "Cogne", + "Cogoleto", + "Cogorno", + "Cola", + "Colbordolo", + "Colere", + "Colico", + "Collalto", + "Collazzone", + "Colle", + "Colle Umberto", + "Collecchio", + "Collecorvino", + "Colledara", + "Colledimezzo", + "Colleferro", + "Collefontana-Fontana Liri Inferiore", + "Collegno", + "Collelungo", + "Collepasso", + "Collesano", + "Colli del Tronto", + "Colliano", + "Collinas", + "Colloredo di Prato", + "Colmurano", + "Cologna", + "Cologna Veneta", + "Cologne", + "Cologno al Serio", + "Cologno Monzese", + "Colombaro", + "Colonna", + "Colonnella", + "Colorno", + "Coltura", + "Comacchio", + "Comano", + "Comazzo", + "Comerio", + "Comiso", + "Como", + "Compiano", + "Comun Nuovo", + "Cona", + "Conco", + "Concordia Sagittaria", + "Concordia sulla Secchia", + "Concorezzo", + "Condofuri", + "Condove", + "Conegliano", + "Confienza", + "Conselice", + "Conselve", + "Contigliano", + "Contrada", + "Controguerra", + "Contursi Terme", + "Conversano", + "Copertino", + "Copiano", + "Copparo", + "Coppe", + "Coppito", + "Corato", + "Corbetta", + "Corbola", + "Corchiano", + "Corciano", + "Cordenons", + "Cordignano", + "Cordovado", + "Corea Castelluccia San Paolo", + "Coredo", + "Corfinio", + "Cori", + "Coriano", + "Corigliano Calabro", + "Corinaldo", + "Corio", + "Corleone", + "Corleto Perticara", + "Cormons", + "Cornaiano", + "Cornaredo", + "Cornedo Vicentino", + "Corno", + "Corno di Rosazzo", + "Corno Giovine", + "Cornuda", + "Corona", + "Correggio", + "Correzzola", + "Corridonia", + "Corropoli", + "Corsano", + "Corsico", + "Cortandone", + "Corte", + "Corte Franca", + "Cortemaggiore", + "Cortenova", + "Corteolona", + "Corti", + "Cortina", + "Cortona", + "Corvara", + "Corzano", + "Coseano", + "Cosenza", + "Cossato", + "Costa", + "Costa di Rovigo", + "Costa Volpino", + "Costabissara", + "Costarainera", + "Costermano", + "Cotignola", + "Cotronei", + "Courmayeur", + "Covo", + "Cozzo", + "Creazzo", + "Crema", + "Cremolino", + "Cremona", + "Crescentino", + "Crespano del Grappa", + "Crespellano", + "Crespiatica", + "Crespina", + "Crespino", + "Cressa", + "Crevacuore", + "Crevalcore", + "Crispiano", + "Croce", + "Crocetta del Montello", + "Crodo", + "Cropani", + "Crosia", + "Crotone", + "Cuceglio", + "Cuggiono", + "Cuglieri", + "Cugnoli", + "Cumiana", + "Cumignano sul Naviglio", + "Cuneo", + "Cunico", + "Cupello", + "Cupra Marittima", + "Cupramontana", + "Curcuris", + "Curinga", + "Curno", + "Curtarolo", + "Cusano Milanino", + "Cusano Mutri", + "Cusino", + "Custonaci", + "Cutrofiano", + "Dairago", + "Dalmine", + "Darfo", + "Davoli", + "Decima", + "Decollatura", + "Deggiano", + "Dego", + "Deiva Marina", + "Delia", + "Delianuova", + "Dello", + "Demonte", + "Deruta", + "Dervio", + "Desenzano del Garda", + "Desio", + "Deutschnofen", + "Diamante", + "Diano Marina", + "Diano San Pietro", + "Dicomano", + "Diecimo", + "Dignano", + "Dimaro", + "Dipignano", + "Dogliani", + "Dolceacqua", + "Dolianova", + "Dolo", + "Domanico", + "Domaso", + "Domegliara", + "Domodossola", + "Domusnovas", + "Dongo", + "Doria", + "Dorno", + "Dosolo", + "Dossobuono", + "Dosson", + "Dovadola", + "Dozza", + "Drapia", + "Dro", + "Dronero", + "Druento", + "Druogno", + "Dubino", + "Dueville", + "Dugenta", + "Duino-Aurisina", + "Eboli", + "Edolo", + "Elmas", + "Empoli", + "Endine Gaiano", + "Enemonzo-Quinis", + "Enna", + "Envie", + "Eraclea", + "Erba", + "Erchie", + "Ercolano", + "Erice", + "Erve", + "Escalaplano", + "Escolca", + "Esine", + "Esino Lario", + "Esperia", + "Este", + "Etroubles", + "Fabbri", + "Fabbrica", + "Fabbrico", + "Fabriano", + "Fabrica di Roma", + "Faedis", + "Faenza", + "Fagagna", + "Faggiano", + "Fagnano Olona", + "Faiano", + "Falciano", + "Falconara", + "Falconara Albanese", + "Falconara Marittima", + "Falcone", + "Falerna", + "Falerone", + "Falze-Signoressa", + "Fanano", + "Fanna", + "Fano", + "Fantina", + "Fara Filiorum Petri", + "Fara in Sabina", + "Fara Novarese", + "Farnese", + "Farra di Soligo", + "Fasano", + "Fastello", + "Fauglia", + "Favara", + "Favaro Veneto", + "Favria", + "Feldthurns", + "Felegara", + "Feletto", + "Feletto Umberto", + "Felino", + "Felitto", + "Feltre", + "Fenile", + "Ferentino", + "Fermignano", + "Fermo", + "Ferno", + "Feroleto della Chiesa", + "Ferrandina", + "Ferrara", + "Ferrari", + "Ferrazzano", + "Ferrero", + "Ferriere", + "Fiano", + "Fiano Romano", + "Ficarazzi", + "Ficarolo", + "Ficarra", + "Ficulle", + "Fidenza", + "Field", + "Fiera", + "Fiesole", + "Fiesso Umbertiano", + "Figino", + "Figline Valdarno", + "Filadelfia", + "Filettino", + "Filetto", + "Filiano", + "Filighera", + "Filo", + "Filottrano", + "Finale Emilia", + "Finale Ligure", + "Fino Mornasco", + "Fiorano Modenese", + "Fiore", + "Fisciano", + "Fiuggi", + "Fiume Veneto", + "Fiumefreddo di Sicilia", + "Fiumicello", + "Fiumicino", + "Flaibano", + "Flero", + "Florence", + "Floridia", + "Fluminimaggiore", + "Flussio", + "Foggia", + "Foglianise", + "Fogliano Redipuglia", + "Foglizzo", + "Foiano della Chiana", + "Foiano di Val Fortore", + "Folgaria", + "Folignano", + "Foligno", + "Follina", + "Follonica", + "Fombio", + "Fondi", + "Fonni", + "Fontana", + "Fontana Liri", + "Fontanafredda", + "Fontanarosa", + "Fontanelice", + "Fontanella", + "Fontanellato", + "Fontanelle", + "Fontaniva", + "Fontevivo", + "Fonzaso", + "Forano", + "Forenza", + "Foresto", + "Forino", + "Forio", + "Forlimpopoli", + "Formello", + "Formia", + "Formicola", + "Formigine", + "Fornace di Miramare", + "Fornaci", + "Fornaci di Barga", + "Forno", + "Forno Alpi Graie", + "Forno Canavese", + "Fornovo di Taro", + "Forte dei Marmi", + "Fortunago", + "Fosco", + "Fosdinovo", + "Fossa", + "Fossacesia", + "Fossalta di Piave", + "Fossalta di Portogruaro", + "Fossano", + "Fossato di Vico", + "Fossombrone", + "Frabosa Sottana", + "Fragagnano", + "Francavilla al Mare", + "Francavilla di Sicilia", + "Francavilla Fontana", + "Francavilla in Sinni", + "Francenigo", + "Francofonte", + "Francolise", + "Frascaro", + "Frascati", + "Frascineto", + "Frassineto Po", + "Frasso Telesino", + "Frattamaggiore", + "Frattaminore", + "Frattocchie", + "Fregene", + "Frigento", + "Frisa", + "Front", + "Frontone", + "Frosinone", + "Frugarolo", + "Fucecchio", + "Fumane", + "Fumone", + "Furci Siculo", + "Furore", + "Fuscaldo", + "Fusignano", + "Futani", + "Gabbiano", + "Gabbro", + "Gabicce Mare", + "Gadoni", + "Gaeta", + "Gaggi", + "Gaggiano", + "Gaggio Montano", + "Gagliano del Capo", + "Gaiarine", + "Gaiole in Chianti", + "Gais", + "Galatina", + "Galatone", + "Galbiate", + "Galdo", + "Galeata", + "Gallarate", + "Gallese", + "Galliate", + "Gallicano", + "Gallicano nel Lazio", + "Galliera", + "Galliera Veneta", + "Gallignano", + "Gallio", + "Gallipoli", + "Gallo", + "Gambara", + "Gambellara", + "Gambettola", + "Gandino", + "Gangi", + "Garbagnate Milanese", + "Garda", + "Gardone Riviera", + "Gardone Val Trompia", + "Garessio", + "Gargnano", + "Garibaldi", + "Garlasco", + "Garlate", + "Garlenda", + "Garrufo", + "Gassino Torinese", + "Gattatico", + "Gatteo", + "Gatteo a Mare", + "Gattinara", + "Gavardo", + "Gavi", + "Gavinana", + "Gavirate", + "Gavoi", + "Gazoldo degli Ippoliti", + "Gazzada Schianno", + "Gazzaniga", + "Gazzo", + "Gazzo Veronese", + "Gazzola", + "Gazzuolo", + "Gela", + "Gemona", + "Genazzano", + "Genivolta", + "Genoa", + "Genzano di Roma", + "Gera Lario", + "Gerano", + "Gerenzago", + "Gergei", + "Germagnano", + "Gessate", + "Gessopalena", + "Gesualdo", + "Ghedi", + "Ghemme", + "Ghiffa", + "Ghilarza", + "Ghisalba", + "Giano Vetusto", + "Giardinello", + "Giardinetto Vecchio", + "Giardini", + "Giardini-Naxos", + "Giarratana", + "Giarre", + "Giaveno", + "Giavera del Montello", + "Gibellina", + "Giffoni Valle Piana", + "Gignese", + "Gimigliano", + "Ginosa", + "Gioia", + "Gioia del Colle", + "Gioia Tauro", + "Gioiosa Ionica", + "Gioiosa Marea", + "Giove", + "Giovinazzo", + "Girifalco", + "Gissi", + "Giugliano in Campania", + "Giuliana", + "Giuliano", + "Giuliano Teatino", + "Giulianova", + "Giungano", + "Giussago", + "Giussano", + "Godiasco", + "Godo", + "Goito", + "Golasecca", + "Golfo Aranci", + "Gonars", + "Gonnesa", + "Gonnosfanadiga", + "Gonnostramatza", + "Gonzaga", + "Gordona", + "Gorgo al Monticano", + "Gorgonzola", + "Gorizia", + "Gorla Maggiore", + "Gorle", + "Gorno", + "Gossolengo", + "Gottolengo", + "Gozzano", + "Gradara", + "Grado", + "Gradoli", + "Graglia", + "Gragnano", + "Gragnano Trebbiense", + "Grammichele", + "Grandate", + "Granitola Torretta", + "Grantorto", + "Grassano", + "Gravedona", + "Gravellona Toce", + "Gravina in Puglia", + "Grazzanise", + "Grazzano Badoglio", + "Greci", + "Gressoney-Saint-Jean", + "Greve in Chianti", + "Grezzana", + "Grignasco", + "Grigno", + "Grimaldi", + "Grisignano di Zocco", + "Gropello Cairoli", + "Grosio", + "Grosseto", + "Grotta", + "Grottaferrata", + "Grottaglie", + "Grottaminarda", + "Grottammare", + "Grottazzolina", + "Grotte", + "Grotte di Castro", + "Grottolella", + "Gruaro", + "Grugliasco", + "Grumello Cremonese", + "Grumello del Monte", + "Grumento Nova", + "Grumo Appula", + "Grumo Nevano", + "Grumolo delle Abbadesse", + "Guagnano", + "Gualdo Cattaneo", + "Gualdo Tadino", + "Gualtieri", + "Guamaggiore", + "Guarda Veneta", + "Guardamiglio", + "Guardavalle", + "Guardia Piemontese", + "Guardia Sanframondi", + "Guardiagrele", + "Guardialfiera", + "Guarrato", + "Guasila", + "Guastalla", + "Gubbio", + "Guidizzolo", + "Guido", + "Guidonia", + "Guiglia", + "Gurro", + "Guspini", + "Gussago", + "Gusti", + "Iesi", + "Iglesias", + "Il Ciocco", + "Illasi", + "Imola", + "Imperia", + "Impruneta", + "Induno Olona", + "Innichen", + "Inverigo", + "Inveruno", + "Inzago", + "Ischia", + "Ischia di Castro", + "Ischitella", + "Iseo", + "Isernia", + "Isili", + "Isola", + "Isola del Cantone", + "Isola del Giglio", + "Isola del Gran Sasso", + "Isola del Liri", + "Isola della Scala", + "Isola delle Femmine", + "Isola Dovarese", + "Isola Vicentina", + "Isorella", + "Ispica", + "Ispra", + "Issime", + "Istrana", + "Itala", + "Itri", + "Ittiri", + "Ivrea", + "Izano", + "Jesolo", + "Jolanda di Savoia", + "Klausen", + "La Gala", + "La Loggia", + "La Maddalena", + "La Morra", + "La Salle", + "La Salute di Livenza", + "La Spezia", + "La Valle Agordina", + "La Via", + "La Villa", + "Labico", + "Lacchiarella", + "Lacco Ameno", + "Ladispoli", + "Lago", + "Lagosanto", + "Laigueglia", + "Lainate", + "Laino Borgo", + "Laives", + "Lajatico", + "Lajen", + "Lake Bolsena", + "Lallio", + "Lama Mocogno", + "Lammari", + "Lamon", + "Lampedusa", + "Lamporecchio", + "Lana", + "Lancenigo", + "Lancenigo-Villorba", + "Lanciano", + "Landriano", + "Langhirano", + "Lanusei", + "Lanuvio", + "Lanzo Torinese", + "Lapio", + "Lappato", + "Larciano", + "Larderello", + "Lardirago", + "Lari", + "Lariano", + "Larino", + "Lasino", + "Lastra", + "Lastra a Signa", + "Laterina", + "Laterza", + "Latiano", + "Latina", + "Latisana", + "Latronico", + "Laureana di Borrello", + "Lauria", + "Lauro", + "Lavagna", + "Lavello", + "Lavena Ponte Tresa", + "Laveno-Mombello", + "Lavis", + "Lazise", + "Lazzaro", + "Le Castella", + "Lecce", + "Lecco", + "Leffe", + "Legnago", + "Legnano", + "Legnaro", + "Lendinara", + "Lenna", + "Lenno", + "Leno", + "Lenola", + "Lentate sul Seveso", + "Lentiai", + "Lentini", + "Leonessa", + "Leonforte", + "Leporano", + "Lercara Friddi", + "Lerici", + "Lerma", + "Lesa", + "Lesegno", + "Lesina", + "Lessona", + "Lestizza", + "Lettomanoppello", + "Lettopalena", + "Levane", + "Levanto", + "Levata", + "Leverano", + "Levico Terme", + "Lezzeno", + "Librizzi", + "Licata", + "Licciana Nardi", + "Lido", + "Lido di Camaiore", + "Lido di Ostia", + "Lierna", + "Lignano Sabbiadoro", + "Limana", + "Limatola", + "Limbiate", + "Limena", + "Limite", + "Limiti di Greccio", + "Limone Piemonte", + "Lingotto", + "Lioni", + "Lipari", + "Liscate", + "Lissone", + "Liveri", + "Livigno", + "Livinallongo del Col di Lana", + "Livorno", + "Livorno Ferraris", + "Lizzanello", + "Lizzano", + "Lizzola", + "Loano", + "Localita della Chiesa", + "Locate di Triulzi", + "Locati", + "Locorotondo", + "Locri", + "Lodi", + "Lodi Vecchio", + "Lograto", + "Loiano", + "Lomagna", + "Lomazzo", + "Lombardore", + "Lomello", + "Lonate Ceppino", + "Lonate Pozzolo", + "Lonato", + "Longare", + "Longarone", + "Longiano", + "Longobardi", + "Lonigo", + "Loreggia", + "Loreo", + "Loreto", + "Loreto Aprutino", + "Loria", + "Loro Ciuffenna", + "Loro Piceno", + "Lovere", + "Lozzo Atestino", + "Lozzo di Cadore", + "Luca", + "Lucca", + "Lucera", + "Luciana", + "Luciano", + "Lucino", + "Lucito", + "Luco dei Marsi", + "Lucugnano", + "Lugagnano", + "Lugnano", + "Lugnano in Teverina", + "Lugo", + "Luino", + "Lunamatrona", + "Lungavilla", + "Lungro", + "Lurago Marinone", + "Lurate Caccivio", + "Lustra", + "Lutago", + "Luzzano", + "Luzzi", + "Maccagno", + "Maccarese", + "Macello", + "Macerata", + "Macerata Campania", + "Macomer", + "Maddalena di Cazzano", + "Maddaloni", + "Maderno", + "Madignano", + "Madonna", + "Madonna di Campiglio", + "Maerne", + "Mafalda", + "Magenta", + "Maggio", + "Magione", + "Magliano", + "Magliano Alpi", + "Magliano di Tenna", + "Magliano in Toscana", + "Magliano Sabina", + "Maglie", + "Magnago", + "Magno", + "Magreta", + "Maierato", + "Maiolati Spontini", + "Mairano", + "Malalbergo", + "Malcesine", + "Malcontenta", + "Maletto", + "Malgrate", + "Malnate", + "Malo", + "Malonno", + "Mals", + "Maltignano", + "Mammola", + "Mandas", + "Mandello del Lario", + "Manduria", + "Manerbio", + "Manfredonia", + "Maniago", + "Manocalzati", + "Manoppello", + "Manta", + "Mantova", + "Mantovana", + "Manzano", + "Manziana", + "Manzoni", + "Mapello", + "Maranello", + "Marano di Napoli", + "Marano Ticino", + "Marano Vicentino", + "Maratea", + "Marcallo con Casone", + "Marcaria", + "Marcellina", + "Marche", + "Marciana Marina", + "Marcianise", + "Marco", + "Marcon", + "Mareno di Piave", + "Mareo", + "Maresca", + "Margarita", + "Marghera", + "Margherita di Savoia", + "Mariae", + "Mariano", + "Mariano Comense", + "Mariglianella", + "Marigliano", + "Marignano", + "Marina", + "Marina di Andora", + "Marina di Campo", + "Marina di Carrara", + "Marina di Castagneto Carducci", + "Marina di Cerveteri", + "Marina di Ginosa", + "Marina di Gioiosa Ionica", + "Marina di Ragusa", + "Marineo", + "Marini", + "Marino", + "Marlia", + "Marmirolo", + "Marnate", + "Marola", + "Marone", + "Marostica", + "Marotta", + "Marrubiu", + "Marsala", + "Marsciano", + "Marsico Nuovo", + "Marta", + "Martano", + "Martellago", + "Martignacco", + "Martignano", + "Martina Franca", + "Martinengo", + "Martiniana Po", + "Martinsicuro", + "Martirano", + "Maruggio", + "Marzabotto", + "Marzano", + "Marzano di Nola", + "Mas", + "Masainas", + "Mascali", + "Mascalucia", + "Maser", + "Masera", + "Maserada sul Piave", + "Masi Torello", + "Maslianico", + "Mason", + "Massa", + "Massa e Cozzile", + "Massa Fiscaglia", + "Massa Lombarda", + "Massa Marittima", + "Massa Martana", + "Massafra", + "Massarosa", + "Masserano", + "Massignano", + "Masullas", + "Matelica", + "Matera", + "Mathi", + "Matino", + "Mauro", + "Mazara del Vallo", + "Mazzano Romano", + "Mazzarino", + "Mazzo di Valtellina", + "Meana Sardo", + "Meano", + "Meda", + "Mede", + "Medea", + "Medesano", + "Medicina", + "Medolago", + "Medole", + "Medolla", + "Meduna di Livenza", + "Mel", + "Melara", + "Meldola", + "Melegnano", + "Melendugno", + "Melfi", + "Melicucco", + "Melilli", + "Melissano", + "Melito di Porto Salvo", + "Melizzano", + "Melzo", + "Menaggio", + "Mendicino", + "Menfi", + "Mentana", + "Meolo", + "Meran", + "Merano", + "Merate", + "Mercatino Conca", + "Mercato", + "Mercato San Severino", + "Mercato Saraceno", + "Mercenasco", + "Mercogliano", + "Mereto di Tomba", + "Mergo", + "Mergozzo", + "Mesagne", + "Mesola", + "Mesoraca", + "Messina", + "Mestre", + "Mestrino", + "Meta", + "Metaponto", + "Mezzanego", + "Mezzano", + "Mezzocorona", + "Mezzolara", + "Mezzolombardo", + "Mezzomerico", + "Miglianico", + "Migliarino", + "Migliaro", + "Miglionico", + "Mignanego", + "Mignano Monte Lungo", + "Milan", + "Milanesi", + "Milano", + "Milano Marittima", + "Milazzo", + "Milena", + "Militello in Val di Catania", + "Militello Rosmarino", + "Millesimo", + "Milo", + "Mineo", + "Minerbe", + "Minerbio", + "Minervino di Lecce", + "Minervino Murge", + "Minori", + "Minturno", + "Mira", + "Mirabella", + "Mirabella Eclano", + "Mirabella Imbaccari", + "Mirabello", + "Mirabello Monferrato", + "Miradolo Terme", + "Mirandola", + "Mirano", + "Miravalle", + "Misano Adriatico", + "Misilmeri", + "Misinto", + "Missaglia", + "Misterbianco", + "Mistretta", + "Modena", + "Modica", + "Modigliana", + "Modugno", + "Moena", + "Moglia", + "Mogliano", + "Mogliano Veneto", + "Mogoro", + "Moiano", + "Moimacco", + "Moio della Civitella", + "Mojo Alcantara", + "Mola di Bari", + "Molazzana", + "Molfetta", + "Molinari", + "Molinella", + "Molino", + "Molise", + "Moliterno", + "Mombercelli", + "Momo", + "Monaco", + "Monasterace", + "Monastero", + "Monasterolo del Castello", + "Monastir", + "Moncalieri", + "Moncalvo", + "Mondavio", + "Mondolfo", + "Mondragone", + "Moneglia", + "Monfalcone", + "Monforte San Giorgio", + "Monghidoro", + "Mongrando", + "Moniga del Garda", + "Monopoli", + "Monreale", + "Monsampietro Morico", + "Monsampolo del Tronto", + "Monsano", + "Monselice", + "Monserrato", + "Monsummano Terme", + "Montafia", + "Montagnana", + "Montalbano", + "Montalbano Jonico", + "Montalcino", + "Montaldo", + "Montale", + "Montalenghe", + "Montalto delle Marche", + "Montalto di Castro", + "Montalto Dora", + "Montalto Uffugo", + "Montanara", + "Montanaro", + "Montanaso Lombardo", + "Montappone", + "Monte", + "Monte Castello di Vibio", + "Monte Compatri", + "Monte di Malo", + "Monte di Procida", + "Monte Giberto", + "Monte Porzio Catone", + "Monte Roberto", + "Monte San Giovanni Campano", + "Monte San Giusto", + "Monte San Pietro", + "Monte San Savino", + "Monte San Vito", + "Monte Urano", + "Monte Vidon Corrado", + "Montebello", + "Montebello Vicentino", + "Montebelluna", + "Montecalvoli", + "Montecarlo", + "Montecarotto", + "Montecassiano", + "Montecastrilli", + "Montecatini Terme", + "Montecchia di Crosara", + "Montecchio", + "Montecchio Emilia", + "Montecchio Maggiore", + "Montechiarugolo", + "Montecorice", + "Montecorvino Rovella", + "Montecosaro", + "Montefalcione", + "Montefano", + "Montefiascone", + "Montefiore Conca", + "Montefiorino", + "Monteforte Irpino", + "Montefortino", + "Montefranco", + "Montefredane", + "Montegaldella", + "Montegiorgio", + "Montegranaro", + "Montegrotto Terme", + "Monteiasi", + "Montelabbate", + "Montelanico", + "Montelepre", + "Montelparo", + "Montelupo Fiorentino", + "Montemaggiore al Metauro", + "Montemarano", + "Montemarciano", + "Montemassi", + "Montemiletto", + "Montemurlo", + "Montemurro", + "Montenero di Bisaccia", + "Montenerodomo", + "Monteodorisio", + "Montepaone", + "Montepiano", + "Monteprandone", + "Montepulciano", + "Montepulciano Stazione", + "Monterchi", + "Montereale", + "Montereale Valcellina", + "Monterenzio", + "Monteriggioni", + "Monteroduni", + "Monteroni di Lecce", + "Monterosi", + "Monterosso al Mare", + "Monterosso Calabro", + "Monterotondo", + "Monterubbiano", + "Montesano Salentino", + "Montesano sulla Marcellana", + "Montesarchio", + "Montescaglioso", + "Montescudo", + "Montese", + "Montesilvano Colle", + "Montespertoli", + "Montevago", + "Montevarchi", + "Monteveglio", + "Monteverde", + "Monteviale", + "Monticelli", + "Monticello", + "Monticello Conte Otto", + "Montichiari", + "Monticiano", + "Montignoso", + "Montodine", + "Montoggio", + "Montorio al Vomano", + "Montoro", + "Montorso Vicentino", + "Monza", + "Monzambano", + "Monzuno", + "Mora", + "Morano Calabro", + "Morbegno", + "Morciano di Leuca", + "Morciano di Romagna", + "Morcone", + "Mordano", + "Moretta", + "Morgano", + "Morgex", + "Mori", + "Moricone", + "Morlupo", + "Mornago", + "Morolo", + "Morozzo", + "Morrone", + "Morrovalle", + "Mortara", + "Mortegliano", + "Morter", + "Moscufo", + "Moso", + "Mossa", + "Motta di Livenza", + "Motta San Giovanni", + "Motta San Guglielmo", + "Motta Visconti", + "Mottafollone", + "Mottalciata", + "Mottola", + "Mozzagrogna", + "Mozzanica", + "Mozzate", + "Mozzecane", + "Muggia", + "Mugnano", + "Mugnano del Cardinale", + "Mulazzano", + "Murano", + "Muravera", + "Murlo", + "Muro Leccese", + "Muro Lucano", + "Muros", + "Musei", + "Musile di Piave", + "Mussomeli", + "Nanto", + "Naples", + "Narbolia", + "Narcao", + "Narni", + "Narni Scalo", + "Naro", + "Naturns", + "Natz-Schabs", + "Navacchio", + "Nave", + "Nazzano", + "Negrar", + "Neirone", + "Neive", + "Nembro", + "Nepi", + "Nereto", + "Nervesa della Battaglia", + "Nerviano", + "Nettuno", + "Neumarkt", + "Neviano", + "Neviano degli Arduini", + "Nichelino", + "Nicola", + "Nicolosi", + "Nicosia", + "Nicotera", + "Niederdorf", + "Nimis", + "Niscemi", + "Nizza di Sicilia", + "Nizza Monferrato", + "Noale", + "Nocciano", + "Nocelleto", + "Nocera Inferiore", + "Nocera Superiore", + "Nocera Terinese", + "Noceto", + "Noci", + "Nociglia", + "Nogara", + "Nogaredo al Torre", + "Nogarole Rocca", + "Noicattaro", + "Nola", + "Noli", + "Nonantola", + "None", + "Norcia", + "Norma", + "Notaresco", + "Noto", + "Nova Milanese", + "Nova Siri", + "Novafeltria", + "Novalesa", + "Novara", + "Novate Mezzola", + "Novate Milanese", + "Nove", + "Novellara", + "Novello", + "Noventa di Piave", + "Noventa Vicentina", + "Novi di Modena", + "Novi Ligure", + "Novi Velia", + "Novoli", + "Numana", + "Nuoro", + "Nurachi", + "Nurallao", + "Nuraminis", + "Nurri", + "Nusco", + "Nuvolento", + "Occhieppo Inferiore", + "Occhieppo Superiore", + "Occhiobello", + "Ocre", + "Oderzo", + "Offagna", + "Offanengo", + "Offida", + "Offlaga", + "Oggiono", + "Oglianico", + "Olbia", + "Oleggio", + "Olevano Romano", + "Olevano sul Tusciano", + "Olgiate Comasco", + "Olgiate Molgora", + "Olgiate Olona", + "Olginate", + "Oliena", + "Oliva", + "Oliveri", + "Oliveto", + "Oliveto Citra", + "Oliveto Lario", + "Olivetta", + "Olmedo", + "Omegna", + "Omignano", + "Opera", + "Oppeano", + "Oppido Lucano", + "Orani", + "Oratino", + "Orbassano", + "Orbetello", + "Orciano di Pesaro", + "Orgiano", + "Orgosolo", + "Oria", + "Origgio", + "Orio al Serio", + "Orio Litta", + "Oriolo Romano", + "Oristano", + "Ormea", + "Ormelle", + "Ornago", + "Ornavasso", + "Orosei", + "Orotelli", + "Orsenigo", + "Orsogna", + "Orta Nova", + "Orta San Giulio", + "Orte", + "Ortelle", + "Ortona", + "Ortonovo", + "Ortovero", + "Orvieto", + "Orzinuovi", + "Orzivecchi", + "Osiglia", + "Osimo", + "Osnago", + "Osoppo", + "Ospedaletti", + "Ospedaletto", + "Ospedaletto Euganeo", + "Ospedaletto-Expopisa", + "Ospitaletto", + "Ossago Lodigiano", + "Ossi", + "Ossona", + "Ostiano", + "Ostiglia", + "Ostigliano", + "Ostra", + "Ostra Vetere", + "Ostuni", + "Otranto", + "Otricoli", + "Ottaviano", + "Ottiglio", + "Oulx", + "Ovada", + "Ovaro", + "Ozegna", + "Ozieri", + "Ozzano Monferrato", + "Ozzero", + "Pace", + "Paceco", + "Pacentro", + "Pachino", + "Paciano", + "Paderno", + "Paderno Dugnano", + "Paderno Franciacorta", + "Paderno Ponchielli", + "Padua", + "Padula", + "Paesana", + "Paese", + "Pagani", + "Paganica", + "Pagazzano", + "Paglieta", + "Pago Veiano", + "Palagianello", + "Palagiano", + "Palagonia", + "Palaia", + "Palau", + "Palazzina", + "Palazzo", + "Palazzo Canavese", + "Palazzolo", + "Palazzolo Acreide", + "Palazzolo dello Stella", + "Palermo", + "Palestrina", + "Paliano", + "Palizzi Marina", + "Palladio", + "Pallanza-Intra-Suna", + "Pallanzeno", + "Pallerone", + "Palma Campania", + "Palma di Montechiaro", + "Palmanova", + "Palmariggi", + "Palmas Arborea", + "Palmi", + "Palo del Colle", + "Palombara Sabina", + "Palosco", + "Paluzza", + "Panaro", + "Pancalieri", + "Pandino", + "Panicale", + "Pannarano", + "Pantano", + "Pantigliate", + "Panzano", + "Paola", + "Parabiago", + "Parabita", + "Paratico", + "Parghelia", + "Parigi", + "Parma", + "Parre", + "Partanna", + "Partinico", + "Paruzzaro", + "Pasian di Prato", + "Passarella", + "Passetto", + "Passignano sul Trasimeno", + "Passirano", + "Passo", + "Passo Corese", + "Passo di Treia", + "Pastene", + "Pastrengo", + "Pasturo", + "Paterno", + "Paternopoli", + "Patrica", + "Patti", + "Pauli Arbarei", + "Paulilatino", + "Paullo", + "Pavia", + "Pavia di Udine", + "Pavona", + "Pavone Canavese", + "Pavullo nel Frignano", + "Peccioli", + "Pecetto", + "Pedara", + "Pedaso", + "Pedavena", + "Pedemonte", + "Pederobba", + "Peglio", + "Pegognaga", + "Pelago", + "Pellegrini", + "Pellegrino", + "Pellegrino Parmense", + "Pellestrina", + "Pellezzano", + "Pennabilli", + "Penne", + "Perdasdefogu", + "Perdaxius", + "Perdifumo", + "Perfugas", + "Pergine Valsugana", + "Pergola", + "Perignano", + "Perinaldo", + "Pernumia", + "Pero", + "Perosa Argentina", + "Pertengo", + "Perteole", + "Pertosa", + "Perugia", + "Pesaro", + "Pescantina", + "Pescara", + "Pescarolo ed Uniti", + "Peschici", + "Peschiera Borromeo", + "Peschiera del Garda", + "Pescia", + "Pescina", + "Pescocostanzo", + "Pessinetto", + "Pessione", + "Petacciato", + "Petilia Policastro", + "Petriano", + "Petritoli", + "Petrosino", + "Petruro", + "Pettinengo", + "Pettoranello del Molise", + "Pettorazza Grimani", + "Peveragno", + "Pezzana", + "Pezze di Greco", + "Piacenza", + "Piadena", + "Piaggine", + "Pian Camuno", + "Pian-Fossal", + "Piana", + "Piana degli Albanesi", + "Piancastagnaio", + "Piancogno", + "Piandimeleto", + "Piane Crati", + "Pianella", + "Pianello Val Tidone", + "Pianezza", + "Pianezze", + "Piangipane", + "Pianiga", + "Piano", + "Piano di Coreglia-Ghivizzano", + "Piano di Sorrento", + "Piano-Vetrale", + "Pianoro", + "Piasco", + "Piateda", + "Piavon", + "Piazza", + "Piazza al Serchio", + "Piazza Armerina", + "Piazza Brembana", + "Piazza Roma", + "Piazzola sul Brenta", + "Picerno", + "Pico", + "Piedimonte Etneo", + "Piedimonte Matese", + "Piedimonte San Germano", + "Piegaro", + "Piemonte", + "Pieris", + "Pietra", + "Pietra Ligure", + "Pietrabbondante", + "Pietracuta", + "Pietrapaola", + "Pietraperzia", + "Pietrasanta", + "Pieve", + "Pieve Albignola", + "Pieve del Cairo", + "Pieve di Cadore", + "Pieve di Cento", + "Pieve di Soligo", + "Pieve Fosciana", + "Pieve Ligure", + "Pieve San Giacomo", + "Pieve Vecchia", + "Pievebovigliana", + "Pievepelago", + "Piglio", + "Pignataro Interamna", + "Pignataro Maggiore", + "Pignola", + "Pignone", + "Pilcante", + "Pimonte", + "Pinarella", + "Pinerolo", + "Pineta", + "Pineto", + "Pinzano al Tagliamento", + "Pinzolo", + "Piobbico", + "Piobesi Torinese", + "Pioltello", + "Piombino", + "Piombino Dese", + "Pioraco", + "Piossasco", + "Piove di Sacco", + "Piovene Rocchette", + "Piraino", + "Pirri", + "Pisa", + "Pisciotta", + "Pisogne", + "Pisticci", + "Pistoia", + "Pistrino", + "Pitigliano", + "Piumazzo", + "Pizzighettone", + "Pizzo", + "Plan da Tieja", + "Ploaghe", + "Pocenia", + "Podenzana", + "Podenzano", + "Pofi", + "Poggiardo", + "Poggibonsi", + "Poggio", + "Poggio a Caiano", + "Poggio Berni", + "Poggio di Roio", + "Poggio Mirteto", + "Poggio Moiano", + "Poggio Nativo", + "Poggio Renatico", + "Poggio Rusco", + "Poggio San Lorenzo", + "Poggiomarino", + "Pogliano", + "Pogliano Milanese", + "Pogno", + "Poiana Maggiore", + "Poirino", + "Polesella", + "Polesine Parmense", + "Poli", + "Policoro", + "Polignano a Mare", + "Polinago", + "Polistena", + "Polla", + "Pollein", + "Pollenza", + "Pollica", + "Pollina", + "Polverara", + "Polverigi", + "Pomarance", + "Pombia", + "Pomezia", + "Pompei", + "Pompiano", + "Pomponesco", + "Poncarale", + "Ponsacco", + "Ponso", + "Pont", + "Pont-Canavese", + "Pont-Saint-Martin", + "Pontassieve", + "Ponte", + "Ponte a Evola", + "Ponte a Moriano", + "Ponte Basso", + "Ponte Buggianese", + "Ponte di Barbarano", + "Ponte di Piave", + "Ponte Galeria-La Pisana", + "Ponte Lambro", + "Ponte nelle Alpi", + "Ponte Nossa", + "Ponte San Giovanni", + "Ponte San Nicolo", + "Ponte San Pietro", + "Pontecagnano", + "Pontecchio", + "Pontecchio Polesine", + "Pontecorvo", + "Pontecurone", + "Pontedassio", + "Pontedera", + "Pontelongo", + "Pontenure", + "Pontestura", + "Pontevico", + "Ponti", + "Ponticelli", + "Pontida", + "Pontinia", + "Pontremoli", + "Ponza", + "Ponzano", + "Ponzano Veneto", + "Ponzone", + "Popoli", + "Poppi", + "Porano", + "Porcari", + "Porcia", + "Pordenone", + "Porlezza", + "Porpetto", + "Porretta Terme", + "Porta", + "Portici", + "Portico di Caserta", + "Porto", + "Porto Azzurro", + "Porto Empedocle", + "Porto Ercole", + "Porto Garibaldi", + "Porto Potenza Picena", + "Porto Recanati", + "Porto San Giorgio", + "Porto Tolle", + "Porto Torres", + "Porto Viro", + "Portoferraio", + "Portofino", + "Portogruaro", + "Portomaggiore", + "Portoscuso", + "Portovenere", + "Positano", + "Posta Fibreno", + "Posta Vecchia", + "Postiglione", + "Postioma", + "Potenza", + "Potenza Picena", + "Povegliano", + "Povegliano Veronese", + "Poviglio", + "Pozza di Fassa", + "Pozza-San Marco", + "Pozzallo", + "Pozzilli", + "Pozzo", + "Pozzo di Gotto", + "Pozzolengo", + "Pozzoleone", + "Pozzolo", + "Pozzolo Formigaro", + "Pozzonovo", + "Pozzuoli", + "Pozzuolo del Friuli", + "Prad am Stilfser Joch", + "Pradamano", + "Praia a Mare", + "Praiano", + "Pralormo", + "Pralungo", + "Pramaggiore", + "Prarolo", + "Prata", + "Prata Camportaccio", + "Prata di Pordenone", + "Prata Sannita", + "Prato", + "Prato Sesia", + "Pratola Peligna", + "Pratola Serra", + "Pratovecchio", + "Pravisdomini", + "Pray", + "Predazzo", + "Predore", + "Predosa", + "Preganziol", + "Premana", + "Premariacco", + "Premosello-Chiovenda", + "Presicce", + "Pressana", + "Pretoro", + "Prevalle", + "Prezza", + "Priolo Gargallo", + "Priverno", + "Prizzi", + "Procida", + "Provesano", + "Province of Messina", + "Puglianello", + "Pugliano", + "Puianello", + "Pula", + "Pulsano", + "Punta Marina", + "Putignano", + "Quadri", + "Quagliuzzo", + "Qualiano", + "Qualso", + "Quaregna", + "Quargnento", + "Quarona", + "Quarrata", + "Quart", + "Quarto", + "Quarto Inferiore", + "Quartucciu", + "Quattordio", + "Quattro Castella", + "Quero", + "Quiliano", + "Quindici", + "Quinto di Treviso", + "Quinto Vercellese", + "Quinto Vicentino", + "Quistello", + "Racale", + "Racalmuto", + "Racconigi", + "Radda in Chianti", + "Raffadali", + "Ragogna", + "Ragusa", + "Raiano", + "Raldon", + "Ramacca", + "Ramiseto", + "Ramon", + "Ramponio", + "Rancio Valcuvia", + "Randazzo", + "Ranieri", + "Rapagnano", + "Rapallo", + "Rapolla", + "Rassina", + "Ratschings", + "Ravanusa", + "Ravarino", + "Ravello", + "Ravenna", + "Ravi", + "Recale", + "Recanati", + "Recco", + "Recoaro Terme", + "Regalbuto", + "Reggello", + "Reggio Calabria", + "Reggiolo", + "Regina", + "Regina Margherita", + "Remanzacco", + "Renazzo", + "Rende", + "Reno", + "Resana", + "Rescaldina", + "Resia", + "Revello", + "Revere", + "Revigliasco", + "Revine", + "Rezzato", + "Rho", + "Riale", + "Riano", + "Ribera", + "Ribolla", + "Ricadi", + "Riccia", + "Riccione", + "Riccovolto", + "Riese Pio X", + "Riesi", + "Rieti", + "Rignano Flaminio", + "Rignano Garganico", + "Rimini", + "Rino", + "Rio Marina", + "Rio Saliceto", + "Riola Sardo", + "Riolo Terme", + "Riomaggiore", + "Rionero in Vulture", + "Ripa", + "Ripa Teatina", + "Ripa-Pozzi-Querceta-Ponterosso", + "Ripafratta-Farneta", + "Ripalta Cremasca", + "Riparbella", + "Ripatransone", + "Ripe", + "Ripe San Ginesio", + "Ripi", + "Ripoli", + "Riposto", + "Riva", + "Riva del Garda", + "Riva Ligure", + "Riva presso Chieri", + "Rivalba", + "Rivalta", + "Rivalta di Torino", + "Rivanazzano", + "Rivara", + "Rivarolo del Re ed Uniti", + "Rivarolo Ligure", + "Rivarolo Mantovano", + "Rivello", + "Rivergaro", + "Riviera", + "Rivignano", + "Rivodutri", + "Rivoli", + "Rizzi", + "Rizziconi", + "Roasio", + "Robassomero", + "Robbiate", + "Robbio", + "Robecchetto con Induno", + "Robecco sul Naviglio", + "Rocca", + "Rocca Canavese", + "Rocca di Papa", + "Rocca Massima", + "Rocca Priora", + "Rocca San Casciano", + "Roccabernarda", + "Roccabianca", + "Roccadaspide", + "Roccafranca", + "Roccalumera", + "Roccamonfina", + "Roccapiemonte", + "Roccarainola", + "Roccaromana", + "Roccasecca", + "Roccastrada", + "Roccavione", + "Roccavivara", + "Roccavivi", + "Roccella", + "Roccella Ionica", + "Rocchetta di Vara", + "Rocco", + "Rodano", + "Rodeneck-Rodengo", + "Rodi Garganico", + "Rodigo", + "Roggiano Gravina", + "Rogliano", + "Rognano", + "Roiano", + "Rolo", + "Romagnano Sesia", + "Romana", + "Romanengo", + "Romano Canavese", + "Romano di Lombardia", + "Rome", + "Romentino", + "Rometta", + "Roncade", + "Roncadelle", + "Roncalceci", + "Roncegno", + "Ronchi", + "Ronchi dei Legionari", + "Ronchis", + "Ronciglione", + "Ronco", + "Ronco Scrivia", + "Ronco-Chiesa", + "Roncoferraro", + "Roncone", + "Rondissone", + "Rosa", + "Rosate", + "Rosciano", + "Rose", + "Roseto Capo Spulico", + "Roseto degli Abruzzi", + "Roseto Valfortore", + "Rosignano Marittimo", + "Rosignano Solvay-Castiglioncello", + "Rosolina", + "Rosolini", + "Rossano", + "Rossano Veneto", + "Rossi", + "Rossiglione", + "Rota Greca", + "Rotella", + "Rotello", + "Rotondi", + "Rottofreno", + "Rovagnate", + "Rovato", + "Rovellasca", + "Rovello Porro", + "Roverbella", + "Rovere", + "Roveredo", + "Roveredo in Piano", + "Rovereto", + "Rovetta", + "Roviano", + "Rovigo", + "Rovito", + "Rozzano", + "Rubano", + "Rubbiano", + "Rubiana", + "Rubiera", + "Ruda", + "Rudiano", + "Ruffano", + "Rufina", + "Ruoti", + "Russi", + "Russo", + "Rutigliano", + "Ruviano", + "Ruvo di Puglia", + "Sabatino", + "Sabaudia", + "Sabbio Chiese", + "Sabbioneta", + "Sacco", + "Saccolongo", + "Sacile", + "Sacrofano", + "Sagrado", + "Saint-Pierre", + "Saint-Vincent", + "Sala Baganza", + "Sala Bolognese", + "Sala Consilina", + "Salara", + "Salassa", + "Sale", + "Sale Marasino", + "Salemi", + "Salento", + "Salerno", + "Saletto", + "Salice Salentino", + "Saliceto", + "Saline", + "Salmour", + "Salorno", + "Salsomaggiore Terme", + "Saltocchio", + "Saludecio", + "Saluggia", + "Saluzzo", + "Salvaterra", + "Salve", + "Salvirola", + "Salzano", + "Samarate", + "Samassi", + "Sambruson", + "Sambuceto", + "Sammichele di Bari", + "Samone", + "San Bartolomeo", + "San Bassano", + "San Benedetto dei Marsi", + "San Benedetto del Tronto", + "San Benedetto Po", + "San Benedetto Val di Sambro", + "San Benigno Canavese", + "San Bernardino", + "San Biagio", + "San Biagio di Callalta", + "San Bonifacio", + "San Carlo", + "San Casciano dei Bagni", + "San Casciano in Val di Pesa", + "San Cassiano", + "San Cataldo", + "San Cesareo", + "San Cesario di Lecce", + "San Cesario sul Panaro", + "San Chirico Raparo", + "San Cipirello", + "San Cipriano Picentino", + "San Colombano al Lambro", + "San Costanzo", + "San Daniele del Friuli", + "San Demetrio Corone", + "San Dona", + "San Donaci", + "San Donato", + "San Donato di Lecce", + "San Donato Milanese", + "San Dorligo della Valle", + "San Fedele", + "San Felice Circeo", + "San Felice sul Panaro", + "San Ferdinando", + "San Ferdinando di Puglia", + "San Fili", + "San Filippo", + "San Fior", + "San Fiorano", + "San Francesco", + "San Francesco al Campo", + "San Fratello", + "San Gavino Monreale", + "San Gemini", + "San Genesio ed Uniti", + "San Gennaro Vesuviano", + "San Germano Vercellese", + "San Giacomo", + "San Giacomo degli Schiavoni", + "San Gillio", + "San Gimignano", + "San Ginesio", + "San Giorgio", + "San Giorgio a Cremano", + "San Giorgio a Liri", + "San Giorgio Canavese", + "San Giorgio del Sannio", + "San Giorgio della Richinvelda", + "San Giorgio di Lomellina", + "San Giorgio di Nogaro", + "San Giorgio di Piano", + "San Giorgio in Bosco", + "San Giorgio Ionico", + "San Giorgio la Molara", + "San Giorgio Piacentino", + "San Giovanni", + "San Giovanni a Piro", + "San Giovanni al Natisone", + "San Giovanni Bianco", + "San Giovanni Gemini", + "San Giovanni in Croce", + "San Giovanni in Fiore", + "San Giovanni in Marignano", + "San Giovanni in Persiceto", + "San Giovanni la Punta", + "San Giovanni Lupatoto", + "San Giovanni Rotondo", + "San Giovanni Suergiu", + "San Giovanni Valdarno", + "San Giuliano Milanese", + "San Giuliano Terme", + "San Giuseppe", + "San Giuseppe Jato", + "San Giuseppe Vesuviano", + "San Giustino", + "San Giusto Canavese", + "San Gregorio", + "San Gregorio da Sassola", + "San Gregorio di Catania", + "San Lazzaro degli Armeni", + "San Lazzaro di Savena", + "San Leo", + "San Lorenzello", + "San Lorenzo", + "San Lorenzo al Mare", + "San Lorenzo del Vallo", + "San Lorenzo in Campo", + "San Lorenzo Isontino", + "San Luca", + "San Lucido", + "San Mango", + "San Mango Piemonte", + "San Marcello", + "San Marcello Pistoiese", + "San Marco", + "San Marco Argentano", + "San Marco dei Cavoti", + "San Marco Evangelista", + "San Marco in Lamis", + "San Mariano", + "San Martino", + "San Martino al Tagliamento", + "San Martino Buon Albergo", + "San Martino Canavese", + "San Martino di Lupari", + "San Martino in Pensilis", + "San Martino in Rio", + "San Martino in Strada", + "San Martino Sannita", + "San Martino Siccomario", + "San Marzano di San Giuseppe", + "San Marzano sul Sarno", + "San Maurizio", + "San Maurizio Canavese", + "San Mauro", + "San Mauro Pascoli", + "San Mauro Torinese", + "San Michele al Tagliamento", + "San Michele Prazzo", + "San Michele Salentino", + "San Miniato", + "San Miniato Basso", + "San Nazario", + "San Niccolo", + "San Nicola", + "San Nicola Arcella", + "San Nicolo", + "San Pancrazio Salentino", + "San Paolo", + "San Pellegrino Terme", + "San Piero a Sieve", + "San Piero in Bagno", + "San Piero Patti", + "San Pietro", + "San Pietro a Maida", + "San Pietro di Cadore", + "San Pietro di Feletto", + "San Pietro in Casale", + "San Pietro in Gu", + "San Pietro in Lama", + "San Pietro Mosezzo", + "San Pietro Vernotico", + "San Pietro Viminario", + "San Polo", + "San Polo di Piave", + "San Prisco", + "San Prospero", + "San Quirino", + "San Raineri", + "San Rocco", + "San Rufo", + "San Salvatore", + "San Salvatore Monferrato", + "San Salvatore Telesino", + "San Salvo", + "San Sebastiano al Vesuvio", + "San Secondo", + "San Secondo Parmense", + "San Severino", + "San Severino Marche", + "San Severo", + "San Sisto", + "San Sossio Baronia", + "San Sosti", + "San Sperate", + "San Tammaro", + "San Teodoro", + "San Valentino Torio", + "San Venanzio", + "San Venanzo", + "San Vendemiano", + "San Vero Milis", + "San Vincenzo", + "San Vito", + "San Vito al Tagliamento", + "San Vito Chietino", + "San Vito dei Normanni", + "San Vito di Cadore", + "San Vito Lo Capo", + "San Vito Romano", + "San Vittore", + "San Zaccaria", + "San Zeno", + "San Zenone al Lambro", + "San Zenone al Po", + "San Zenone degli Ezzelini", + "Sand in Taufers", + "Sandigliano", + "Sandon", + "Sandrigo", + "Sangano", + "Sanguinetto", + "Sanluri", + "Sannicandro di Bari", + "Sannicandro Garganico", + "Sannicola", + "Sanremo", + "Sansepolcro", + "Sant Angelo", + "Santa Barbara", + "Santa Caterina dello Ionio", + "Santa Caterina Villarmosa", + "Santa Cristina", + "Santa Croce", + "Santa Croce Camerina", + "Santa Elisabetta", + "Santa Eufemia Lamezia", + "Santa Fiora", + "Santa Flavia", + "Santa Giuletta", + "Santa Giusta", + "Santa Giustina", + "Santa Giustina in Colle", + "Santa Lucia", + "Santa Lucia di Piave", + "Santa Margherita di Belice", + "Santa Margherita Ligure", + "Santa Maria", + "Santa Maria a Monte", + "Santa Maria a Vico", + "Santa Maria Capua Vetere", + "Santa Maria Codifiume", + "Santa Maria degli Angeli", + "Santa Maria di Licodia", + "Santa Maria di Sala", + "Santa Maria Imbaro", + "Santa Maria Nuova", + "Santa Marinella", + "Santa Ninfa", + "Santa Severa", + "Santa Sofia", + "Santa Teresa di Riva", + "Santa Teresa Gallura", + "Santa Venerina", + "Santa Vittoria di Libiola", + "Santa Vittoria in Matenano", + "Santadi", + "Santarcangelo di Romagna", + "Santeramo in Colle", + "Santi", + "Santi Cosma e Damiano", + "Santo Pietro", + "Santo Spirito", + "Santo Stefano", + "Santo Stefano al Mare", + "Santo Stefano Belbo", + "Santo Stefano di Briga", + "Santo Stefano di Cadore", + "Santo Stefano di Magra", + "Santo Stefano di Rogliano", + "Santo Stefano Quisquina", + "Santo Stefano Ticino", + "Santo Stino di Livenza", + "Santorso", + "Santu Lussurgiu", + "Saponara", + "Sapri", + "Sarcedo", + "Sarezzo", + "Sarmede", + "Sarnano", + "Sarnico", + "Sarno", + "Sarnthein", + "Saronno", + "Sarroch", + "Sarsina", + "Sarteano", + "Sartirana Lomellina", + "Sarzana", + "Sassa", + "Sassari", + "Sassello", + "Sassetta", + "Sassinoro", + "Sasso", + "Sasso Marconi", + "Sassoferrato", + "Sassuolo", + "Saturnia", + "Sava", + "Saviano", + "Savigliano", + "Savignano sul Panaro", + "Savignano sul Rubicone", + "Savio", + "Savona", + "Scafa", + "Scafati", + "Scala", + "Scaldasole", + "Scalea", + "Scalenghe", + "Scaletta Zanclea", + "Scandiano", + "Scandicci", + "Scanno", + "Scansano", + "Scanzano", + "Scanzano Jonico", + "Scarlino", + "Scarmagno", + "Scarperia", + "Scauri", + "Scerni", + "Schiavon", + "Schio", + "Schlanders", + "Sciacca", + "Scicli", + "Scilla", + "Scoppito", + "Scordia", + "Scorrano", + "Scuola", + "Seano", + "Seborga", + "Secondigliano", + "Sedegliano", + "Sedico", + "Sedilo", + "Sedriano", + "Segariu", + "Seglia San Bernardo", + "Segni", + "Segrate", + "Selargius", + "Selci", + "Selegas", + "Sella", + "Selva", + "Selvazzano Dentro", + "Selvino", + "Seminara", + "Senago", + "Senerchia", + "Seniga", + "Senigallia", + "Senise", + "Sennori", + "Seravezza", + "Seregno", + "Sergnano", + "Seriate", + "Serino", + "Serle", + "Sermide", + "Sermoneta", + "Sernaglia della Battaglia", + "Serra", + "Serra Pedace", + "Serra San Bruno", + "Serra San Quirico", + "Serracapriola", + "Serradifalco", + "Serraglio", + "Serramanna", + "Serramazzoni", + "Serramezzana", + "Serrano", + "Serrara Fontana", + "Serravalle Pistoiese", + "Serravalle Scrivia", + "Serravalle Sesia", + "Serre", + "Serrenti", + "Sersale", + "Servigliano", + "Sessa Aurunca", + "Sesto al Reghena", + "Sesto Calende", + "Sesto Fiorentino", + "Sesto San Giovanni", + "Sestri Levante", + "Sestriere", + "Sestu", + "Settimo", + "Settimo San Pietro", + "Settimo Torinese", + "Settimo Vittone", + "Seveso", + "Sexten", + "Sezze", + "Sgonico", + "Sgurgola", + "Siamaggiore", + "Siamanna", + "Siano", + "Siapiccia", + "Sibari", + "Sicignano degli Alburni", + "Siculiana", + "Siderno", + "Siena", + "Sigillo", + "Signa", + "Silanus", + "Silea", + "Siliqua", + "Sillavengo", + "Silvi", + "Silvi Paese", + "Simaxis", + "Simone", + "Sinalunga", + "Sindia", + "Siniscola", + "Sinnai", + "Sinopoli", + "Sirignano", + "Sirmione", + "Siziano", + "Sizzano", + "Soave", + "Soci", + "Sogliano Cavour", + "Solagna", + "Solarino", + "Solaro", + "Solarolo", + "Solato", + "Solbiate Arno", + "Solbiate Olona", + "Solda", + "Soldano", + "Soleminis", + "Solesino", + "Soleto", + "Soliera", + "Solignano Nuovo", + "Solofra", + "Solopaca", + "Solto Collina", + "Somma Lombardo", + "Somma Vesuviana", + "Sommacampagna", + "Sommariva del Bosco", + "Sommariva Perno", + "Sommatino", + "Sona", + "Soncino", + "Sondalo", + "Sondrio", + "Sonnino", + "Sora", + "Soragna", + "Sorbolo", + "Sordevolo", + "Soresina", + "Sorgono", + "Sori", + "Soriano nel Cimino", + "Sorisole", + "Sorrento", + "Sorso", + "Sortino", + "Sospiro", + "Sospirolo", + "Sossano", + "Sotto Castello", + "Sotto il Monte Giovanni XXIII", + "Sottomarina", + "Soverato Marina", + "Sovere", + "Soveria Mannelli", + "Sovicille", + "Spadafora", + "Sparanise", + "Sparone", + "Specchia", + "Spello", + "Sperlonga", + "Sperone", + "Spezzano Albanese", + "Spezzano della Sila", + "Spigno Saturnia", + "Spilamberto", + "Spilimbergo", + "Spin", + "Spina", + "Spinazzola", + "Spinea", + "Spineda", + "Spinete", + "Spineto", + "Spinetoli", + "Spinetta Marengo", + "Spirano", + "Spoleto", + "Spoltore", + "Spotorno", + "Spresiano", + "Squillace", + "Squinzano", + "Staffolo", + "Stagno", + "Stanghella", + "Staranzano", + "Statte", + "Stazione Castelguelfo", + "Stazione Ponte Rio", + "Stazzano", + "Stefania", + "Stella Cilento", + "Sterzing", + "Stezzano", + "Stia", + "Stienta", + "Stigliano", + "Stimigliano", + "Stornarella", + "Storo", + "Stra", + "Strada San Zeno", + "Stradella", + "Strambino", + "Stresa", + "Stretti", + "Strevi", + "Striano", + "Strigno", + "Strona", + "Stroncone", + "Strongoli", + "Stroppiana", + "Sturno", + "Suardi", + "Subbiano", + "Subiaco", + "Sulmona", + "Sulzano", + "Sumirago", + "Suno", + "Supino", + "Surbo", + "Susa", + "Susegana", + "Sutri", + "Sutrio", + "Suzzara", + "Syracuse", + "Taggia", + "Tagliacozzo", + "Taglio di Po", + "Taibon Agordino", + "Taino", + "Taio", + "Talsano", + "Taormina", + "Taranta Peligna", + "Tarantasca", + "Taranto", + "Tarcento", + "Tarquinia", + "Tarvisio", + "Tarzo", + "Tassullo", + "Taurano", + "Taurianova", + "Tavagnacco", + "Tavarnelle Val di Pesa", + "Tavarnuzze", + "Taverna", + "Tavernola Bergamasca", + "Taviano", + "Tavullia", + "Teggiano", + "Teglio", + "Teglio Veneto", + "Telese", + "Telgate", + "Tempio Pausania", + "Tenno", + "Teolo", + "Teramo", + "Terenten", + "Terenzo", + "Terlan", + "Terlizzi", + "Termeno", + "Termini Imerese", + "Termoli", + "Ternate", + "Terni", + "Terracina", + "Terralba", + "Terranova da Sibari", + "Terranuova Bracciolini", + "Terrarossa", + "Terrasini", + "Terricciola", + "Terruggia", + "Tertenia", + "Terzigno", + "Terzo", + "Terzorio", + "Tessera", + "Tezze sul Brenta", + "Thiene", + "Thiesi", + "Ticengo", + "Tina", + "Tione di Trento", + "Tirano", + "Tiriolo", + "Tirrenia", + "Tito", + "Tivoli", + "Toblach", + "Todi", + "Toffia", + "Toirano", + "Tolentino", + "Tolfa", + "Tollegno", + "Tolmezzo", + "Tolve", + "Tomba", + "Tombolo", + "Tonezza del Cimone", + "Torano Castello", + "Torchiarolo", + "Torella dei Lombardi", + "Torgiano", + "Torgnon", + "Toritto", + "Tornaco", + "Tornareccio", + "Toro", + "Torrazza", + "Torre", + "Torre a Mare", + "Torre Annunziata", + "Torre Boldone", + "Torre del Greco", + "Torre del Lago Puccini", + "Torre di Ruggiero", + "Torre Orsaia", + "Torre Pellice", + "Torre San Patrizio", + "Torre Santa Susanna", + "Torrebelvicino", + "Torrecuso", + "Torreglia", + "Torregrotta", + "Torrenova", + "Torretta", + "Torrevecchia Teatina", + "Torri", + "Torri del Benaco", + "Torri di Quartesolo", + "Torri in Sabina", + "Torriana", + "Torrice", + "Torricella", + "Torrile", + "Torrita di Siena", + "Torrita Tiberina", + "Tortona", + "Tortora", + "Tortoreto", + "Torviscosa", + "Toscolano-Maderno", + "Tossicia", + "Trabia", + "Tradate", + "Tramonti", + "Tramutola", + "Trana", + "Trani", + "Transacqua", + "Traona", + "Trapani", + "Trappeto", + "Trasacco", + "Tratalias", + "Travagliato", + "Travedona Monate", + "Traversetolo", + "Travo", + "Trebaseleghe", + "Trebisacce", + "Trecastagni", + "Trecate", + "Trecenta", + "Tredozio", + "Treglio", + "Tregnago", + "Treia", + "Trento", + "Trentola-Ducenta", + "Trepuzzi", + "Trequanda", + "Tres", + "Trescore Balneario", + "Trescore Cremasco", + "Tresenda", + "Trevenzuolo", + "Trevi", + "Trevico", + "Treviglio", + "Trevignano", + "Trevignano Romano", + "Treviso", + "Trezzano Rosa", + "Trezzano sul Naviglio", + "Tribiano", + "Tricarico", + "Tricase", + "Tricesimo", + "Trichiana", + "Trieste", + "Triggianello", + "Triggiano", + "Trigolo", + "Trinitapoli", + "Trino", + "Trissino", + "Triuggio", + "Trivento", + "Trivero", + "Trivignano", + "Trivignano Udinese", + "Trofarello", + "Troia", + "Troina", + "Tromello", + "Tronzano Vercellese", + "Tropea", + "Trovo", + "Truccazzano", + "Tufino", + "Tuglie", + "Tuili", + "Tuoro sul Trasimeno", + "Turbigo", + "Turi", + "Turin", + "Turriaco", + "Tursi", + "Tusa", + "Tuscania", + "Udine", + "Ugento", + "Uggiate Trevano", + "Umbertide", + "Urbania", + "Urbino", + "Urbisaglia", + "Urgnano", + "Ururi", + "Uscio", + "Usellus", + "Usini", + "Usmate Velate", + "Ussana", + "Uta", + "Uzzano", + "Vacri", + "Vadena", + "Vado", + "Vado Ligure", + "Vaglia", + "Vaglio Basilicata", + "Vahrn", + "Vaiano", + "Vaiano Cremasco", + "Vailate", + "Vairano Patenora", + "Vajont", + "Valdagno", + "Valdengo", + "Valdieri", + "Valdobbiadene", + "Valduggia", + "Valeggio sul Mincio", + "Valentano", + "Valentina", + "Valenza", + "Valenzano", + "Valfabbrica", + "Valfenera", + "Valganna", + "Valguarnera Caropepe", + "Vallata", + "Valle", + "Valle Agricola", + "Valle di Cadore", + "Valle Lomellina", + "Valle Mosso", + "Vallecrosia", + "Vallefiorita", + "Vallerano", + "Valli del Pasubio", + "Vallo", + "Vallo della Lucania", + "Vallombrosa", + "Valmadrera", + "Valmontone", + "Valperga", + "Valverde", + "Vanzaghello", + "Vanzago", + "Varallo Pombia", + "Varallo Sesia", + "Varano", + "Varapodio", + "Varazze", + "Varedo", + "Varese", + "Varese Ligure", + "Varzo", + "Vas", + "Vasanello", + "Vascon", + "Vasto", + "Vattaro", + "Vecchiano-Nodica", + "Vedano Olona", + "Vedelago", + "Veglie", + "Velletri", + "Vellezzo Bellini", + "Vena di Maida", + "Venafro", + "Venaria Reale", + "Venarotta", + "Venaus", + "Venegono Inferiore", + "Venegono Superiore", + "Venetico", + "Veneto", + "Venice", + "Venosa", + "Ventimiglia", + "Ventimiglia di Sicilia", + "Venturina", + "Verbicaro", + "Vercelli", + "Vercurago", + "Verdellino", + "Verdello", + "Vergano-Villa", + "Vergato", + "Vergiate", + "Vermezzo", + "Vernate", + "Vernio", + "Vernole", + "Verolanuova", + "Verolavecchia", + "Verolengo", + "Veroli", + "Verona", + "Veronella", + "Verrone", + "Vertova", + "Verucchio", + "Verzuolo", + "Vescovana", + "Vescovato", + "Vespolate", + "Vestone", + "Vetralla", + "Vezzano Ligure", + "Vezzano sul Crostolo", + "Viadana", + "Viagrande", + "Viano", + "Viareggio", + "Vibo Valentia", + "Vicarello", + "Vicari", + "Vicchio", + "Vicenza", + "Vico Equense", + "Vicoforte", + "Vicolungo", + "Vicopisano", + "Vicovaro", + "Vidardo", + "Vidiciatico", + "Vidigulfo", + "Vieste", + "Vietri sul Mare", + "Vigarano Mainarda", + "Vigarano Pieve", + "Vigasio", + "Vigevano", + "Vigliano Biellese", + "Vignacastrisi", + "Vignale Monferrato", + "Vignanello", + "Vignate", + "Vignola", + "Vigo di Cadore", + "Vigo di Fassa", + "Vigo Rendena", + "Vigodarzere", + "Vigolo Vattaro", + "Vigolzone", + "Vigone", + "Vigonovo", + "Vigonza", + "Viguzzolo", + "Villa", + "Villa Bartolomea", + "Villa Basilica", + "Villa Castelli", + "Villa Cortese", + "Villa del Conte", + "Villa di Serio", + "Villa di Tirano", + "Villa Estense", + "Villa Faraldi", + "Villa Guardia", + "Villa Lagarina", + "Villa Literno", + "Villa Marina", + "Villa Minozzo", + "Villa Morelli", + "Villa Ottone", + "Villa San Giovanni", + "Villa San Pietro", + "Villa San Sebastiano", + "Villa Santa Lucia", + "Villa Verucchio", + "Villa Vicentina", + "Villabate", + "Villacidro", + "Villadose", + "Villafranca di Forli", + "Villafranca di Verona", + "Villafranca in Lunigiana", + "Villafranca Piemonte", + "Villafranca Tirrena", + "Villafrati", + "Villaggio", + "Villaggio Montegrappa", + "Villagrazia", + "Villalago", + "Villamagna", + "Villamar", + "Villamassargia", + "Villanova", + "Villanova del Ghebbo-Valdentro", + "Villanova Monferrato", + "Villanovafranca", + "Villanterio", + "Villanuova sul Clisi", + "Villapiana", + "Villaputzu", + "Villar", + "Villaricca", + "Villarosa", + "Villasalto", + "Villasanta", + "Villasmundo", + "Villasor", + "Villaspeciosa", + "Villastellone", + "Villastrada", + "Villaurbana", + "Villaverla", + "Villavesco", + "Ville", + "Villetta", + "Vimercate", + "Vimodrone", + "Vinci", + "Viola", + "Virgilio", + "Viscone", + "Viserba", + "Visinale", + "Vistrorio", + "Viterbo", + "Vitigliano", + "Vitorchiano", + "Vittoria", + "Vittorio Veneto", + "Vittuone", + "Vitulano", + "Vitulazio", + "Vivaro", + "Vizzini", + "Vo", + "Vobarno", + "Voghenza", + "Voghera", + "Vogogna", + "Volano", + "Volla", + "Volpago del Montello", + "Volpedo", + "Volpiano", + "Volta Mantovana", + "Voltago", + "Volterra", + "Volturara Irpina", + "Volturino", + "Volvera", + "Welsberg-Taisten", + "Welschnofen", + "Zafferana Etnea", + "Zagarolo", + "Zambana", + "Zambrone", + "Zandobbio", + "Zanetti", + "Zangarona", + "Zanica", + "Zelarino", + "Zelo", + "Zelo Buon Persico", + "Zeme", + "Zerbo", + "Zerfaliu", + "Zermeghedo", + "Zero Branco", + "Zevio", + "Zibido San Giacomo", + "Zimella", + "Zimone", + "Zinasco", + "Zoagli", + "Zocca", + "Zogno", + "Zola Predosa", + "Zoldo Alto", + "Zollino", + "Zoppola", + "Zumaglia" + ], + "Ivory Coast": [ + "Abidjan", + "Abobo", + "Anyama", + "Bingerville", + "Gb\u00f4kl\u00e9", + "Nawa", + "San-P\u00e9dro", + "Sassandra", + "Tabou", + "Abengourou", + "Aboisso", + "Adiak\u00e9", + "Agnibil\u00e9krou", + "Ayam\u00e9", + "Bonoua", + "Grand-Bassam", + "Ind\u00e9ni\u00e9-Djuablin", + "Sud-Como\u00e9", + "Folon", + "Kabadougou", + "Odienn\u00e9", + "Bangolo", + "Biankouma", + "Cavally", + "Danan\u00e9", + "Duekou\u00e9", + "Gu\u00e9mon", + "Guiglo", + "Man", + "Tonkpi", + "Toul\u00e9pleu Guer\u00e9", + "Divo", + "Gagnoa", + "G\u00f4h", + "Guib\u00e9roua", + "Lakota", + "L\u00f4h-Djiboua", + "Oum\u00e9", + "Arrah", + "B\u00e9lier", + "Bocanda", + "Bongouanou", + "Daoukro", + "Dimbokro", + "Iffou", + "Moronou", + "N'Zi", + "Toumodi", + "Yamoussoukro", + "Adzop\u00e9", + "Affery", + "Agboville", + "Agn\u00e9by-Tiassa", + "Akoup\u00e9", + "Dabou", + "Grand-Lahou", + "Grands-Ponts", + "Tiassal\u00e9", + "Bouafl\u00e9", + "Daloa", + "Haut-Sassandra", + "Issia", + "Marahou\u00e9", + "Vavoua", + "Zu\u00e9noula", + "B\u00e9oumi", + "Botro", + "Bouak\u00e9", + "Dabakala", + "Gb\u00eak\u00ea", + "Hambol", + "Katiola", + "Sakassou", + "Bafing", + "B\u00e9r\u00e9", + "Mankono", + "S\u00e9gu\u00e9la", + "Touba", + "Worodougou", + "Bondoukou", + "Bouna", + "Bounkani", + "Gontougo", + "Sinfra", + "Tanda" + ], + "Jamaica": [ + "Black River", + "Browns Town", + "Gordon Town", + "Gregory Park", + "Kingston", + "Mandeville", + "May Pen", + "Moneague", + "Montego Bay", + "Negril", + "Ocho Rios", + "Old Harbour", + "Port Maria", + "Portland Cottage", + "Portmore", + "Runaway Bay", + "Spanish Town" + ], + "Jersey": [ + "St. Helier (settlement)" + ], + "Japan": [ + "Abashiri", + "Abiko", + "Abira", + "Aboshiku-okinohama", + "Agano", + "Agena", + "Ageo", + "Aikawa", + "Aioi", + "Aisai", + "Aitsu", + "Aizu-Wakamatsu", + "Akao", + "Akasaka", + "Akasaki", + "Akashi", + "Akeno", + "Aki", + "Akiruno-shi", + "Akishima", + "Akita", + "Ama-higashimachi", + "Amagasaki", + "Ami", + "Anabuki", + "Anan", + "Anesaki", + "Anjo", + "Annaka", + "Aoicho", + "Aomori", + "Arai", + "Arakawa", + "Ariake", + "Arida", + "Arita", + "Asahi", + "Asahikawa", + "Asahimachi", + "Asaka", + "Ashihara", + "Ashikaga", + "Ashiya", + "Aso", + "Atami", + "Atsugi", + "Awara", + "Ayase", + "Azuchi", + "Azumino", + "Bakurocho", + "Bandaicho", + "Bando", + "Beppu", + "Bibai", + "Budo", + "Chatan", + "Chiba", + "Chichibu", + "Chigasaki", + "Chiji", + "Chikusei", + "Chino", + "Chiran", + "Chiryu", + "Chita", + "Chitose", + "Choshi", + "Chuo", + "Daido", + "Daigo", + "Daimon", + "Daisen", + "Daitocho", + "Date", + "Ebetsu", + "Ebina", + "Ebisu", + "Echizen", + "Edagawa", + "Edogawa-ku", + "Ena", + "Eniwa-shi", + "Esashi", + "Fuchu-machi", + "Fuchucho", + "Fuefuki-shi", + "Fuji", + "Fujieda", + "Fujiidera", + "Fujimi", + "Fujimino", + "Fujinomiya", + "Fujioka", + "Fujisato", + "Fujisawa", + "Fujita", + "Fukai", + "Fukayacho", + "Fukiage-fujimi", + "Fukuchi", + "Fukuchiyama", + "Fukuda", + "Fukui", + "Fukui-shi", + "Fukuoka", + "Fukuroi", + "Fukushima-shi", + "Fukuyama", + "Fumoto", + "Funabashi", + "Fushiki-minatomachi", + "Fushimi", + "Fussa", + "Futoo", + "Futtsu", + "Gamagori", + "Gannosu", + "Geinocho-mukumoto", + "Gifu", + "Ginowan", + "Ginza", + "Gobo", + "Godo", + "Gojo", + "Gosen", + "Goshogawara", + "Gotanda", + "Gotemba", + "Gotsucho", + "Goya", + "Gujo", + "Gundo", + "Gushikawa", + "Gyoda", + "Habikino", + "Hachiman-cho", + "Hachimantai", + "Hachimori", + "Hachinohe", + "Hadano", + "Haebaru", + "Hagi", + "Haibara-akanedai", + "Haijima", + "Hakata", + "Hakodate", + "Hakone", + "Hakozaki", + "Hakui", + "Hama", + "Hamada", + "Hamamatsu", + "Hamana", + "Hamura", + "Hanabatacho", + "Hanamaki", + "Hanawadamachi", + "Handa", + "Hannan", + "Hanno", + "Hanyu", + "Harigaya", + "Hashima", + "Hashimoto", + "Hasuda", + "Hatogaya-honcho", + "Hatoyama", + "Hatsukaichi", + "Hayama", + "Hayashi", + "Hayashima", + "Hayashino", + "Heiwajima", + "Hekinan", + "Hidaka", + "Hidakacho-ebara", + "Higashi-iwashiro", + "Higashi-takadama", + "Higashiasahimachi", + "Higashiboridori", + "Higashicho", + "Higashiiya-takano", + "Higashiiya-wakabayashi", + "Higashikawa", + "Higashimurayama-shi", + "Higashine", + "Higashiomi-shi", + "Higashiosaka", + "Higashiura", + "Higashiyama", + "Higashiyamato", + "Hiji", + "Hikari", + "Hikawa", + "Hiki", + "Hikone", + "Himeji", + "Himi", + "Hinata", + "Hino", + "Hinode", + "Hirakata", + "Hirakawa", + "Hiranuma", + "Hiratsuka", + "Hirokawa", + "Hirosaki", + "Hiroshima", + "Hita", + "Hitachi", + "Hitoyoshi", + "Hiyoshi", + "Hodogayacho", + "Hofu", + "Hojo", + "Hokota", + "Hokuto-shi", + "Hommachi", + "Honcho", + "Honden", + "Hongo", + "Honjo", + "Honjocho", + "Horinouchi", + "Horyuji", + "Hosobara", + "Hotei", + "Hyogo", + "Ibara", + "Ibaraki", + "Ichi", + "Ichibanhoridoricho", + "Ichihara", + "Ichikawa", + "Ichimura", + "Ichinogo", + "Ichinomiya", + "Ichinomiyacho", + "Ichinomotocho", + "Ichinoseki", + "Ida", + "Iida", + "Iiyama", + "Iizuka", + "Iju", + "Ikaruga", + "Ikeda", + "Ikedacho-itano", + "Ikejiri", + "Ikoma", + "Ikuno", + "Imabari-shi", + "Imabuku", + "Imagami", + "Imaicho", + "Imari", + "Imizucho", + "Ina", + "Inabe", + "Inage", + "Inagi-shi", + "Inami", + "Inashiki", + "Inazawa", + "Innoshima Hara-cho", + "Ino", + "Inuyama", + "Inzai", + "Iruma", + "Isahaya", + "Isawa", + "Ise", + "Isehara", + "Isesaki", + "Ishida", + "Ishigaki", + "Ishige", + "Ishii", + "Ishikari", + "Ishikawa", + "Ishiki", + "Ishinomaki", + "Ishioka", + "Isomura", + "Isoya", + "Isumi", + "Itabashi", + "Itako", + "Itami", + "Itoi", + "Itoigawa", + "Itoman", + "Iwade", + "Iwaki", + "Iwakiri", + "Iwakuni", + "Iwakura", + "Iwamizawa", + "Iwanai", + "Iwanuma", + "Iwata", + "Iwatsuki", + "Izu", + "Izumi", + "Izumiotsu", + "Izumo", + "Izunokuni", + "Jissen", + "Joetsu", + "Jogo", + "Joshi", + "Joso", + "Jumonji", + "Kabe", + "Kadoma", + "Kaga", + "Kagawa", + "Kagoshima", + "Kagoya", + "Kahoku", + "Kaigandori", + "Kainan", + "Kaisei", + "Kaita", + "Kaizu", + "Kaizuka", + "Kakamigahara", + "Kakegawa", + "Kakogawa", + "Kakuda", + "Kamagaya-shi", + "Kamaishi", + "Kamakura", + "Kameda-honcho", + "Kameoka", + "Kameyama", + "Kami-kawakami", + "Kami-nagarekawacho", + "Kamibun", + "Kamigori", + "Kamikawa", + "Kamikita-kita", + "Kamimura", + "Kaminokawa", + "Kaminoyama", + "Kamirenjaku", + "Kamisu", + "Kamitosa", + "Kamo", + "Kamogatacho-kamogata", + "Kamoi", + "Kanada", + "Kanagawa", + "Kanaya", + "Kanayama", + "Kanazawa", + "Kanda", + "Kanegasaki", + "Kani", + "Kanie", + "Kano", + "Kanomata", + "Kanuma", + "Kanzaki", + "Karatsu", + "Kariya", + "Kasai", + "Kasama", + "Kasamatsucho", + "Kasaoka", + "Kaseda-shirakame", + "Kashiba", + "Kashihara", + "Kashima", + "Kashima-shi", + "Kashiwa", + "Kashiwagimachi", + "Kashiwara", + "Kashiwazaki", + "Kasuga", + "Kasugai", + "Kasukabe", + "Kasumicho", + "Kasumigaseki", + "Kasumigaura", + "Kataoka", + "Katori-shi", + "Katsumada", + "Katsura", + "Katsuura", + "Katsuyama", + "Katta", + "Kawagoe", + "Kawaguchi", + "Kawahara", + "Kawanishi", + "Kawasaki", + "Kayano", + "Kazo", + "Kazuka", + "Kazuno", + "Kesennuma", + "Keta", + "Kichijoji-honcho", + "Kii-nagashimaku-nagashima", + "Kikuchi", + "Kikugawa", + "Kikyo", + "Kimitsu", + "Kinokawa", + "Kinoshita", + "Kiryu", + "Kisarazu", + "Kishiwada", + "Kita", + "Kita-sannomaru", + "Kitagata", + "Kitahiroshima", + "Kitaibaraki", + "Kitakami", + "Kitakata", + "Kitakyushu", + "Kitami", + "Kitamoto", + "Kitanagoya", + "Kitaozuma", + "Kitsuki", + "Kitsuregawa", + "Kiyama", + "Kiyokawa", + "Kiyose", + "Kiyosu", + "Kobe", + "Kochi-shi", + "Kochino", + "Kocho", + "Kodaira", + "Kodamacho-kodamaminami", + "Kofu", + "Koga", + "Koganei", + "Kojima", + "Koka", + "Kokawa", + "Kokubu-matsuki", + "Kokubunji", + "Kokufu", + "Kokura", + "Kokuryo", + "Komaba", + "Komae-shi", + "Komagane", + "Komagawa", + "Komagome", + "Komaki", + "Komatsu", + "Komatsubara", + "Komatsushimacho", + "Komono", + "Komoro", + "Konan", + "Konancho-fukawa", + "Konosu", + "Koori", + "Koriyama", + "Koryocho-itazu", + "Kosai", + "Kose", + "Koshigaya", + "Koto", + "Kotohira", + "Kotoku", + "Koyama", + "Koyasan", + "Koyo", + "Koza", + "Kubo", + "Kudamatsu", + "Kugayama", + "Kukichuo", + "Kumagaya", + "Kumamoto", + "Kumano", + "Kunitachi", + "Kurami", + "Kurashiki", + "Kurayoshi", + "Kure", + "Kurihara", + "Kurihashi", + "Kurobeshin", + "Kurogi", + "Kuroishi", + "Kuroiwa", + "Kurume", + "Kusai", + "Kusatsu", + "Kuse", + "Kushimoto", + "Kushiro", + "Kusunoki", + "Kutchan", + "Kuwana-shi", + "Kyodo", + "Kyoritsu", + "Kyoto", + "Kyowa", + "Machi", + "Machida", + "Machiya", + "Maebaru", + "Maebashi", + "Maibara", + "Maizuru", + "Maki", + "Makinohara", + "Makuhari", + "Marugame", + "Marunouchi", + "Maruyama", + "Masaki", + "Mashiko", + "Masuda", + "Matsubara", + "Matsudo", + "Matsue-shi", + "Matsukawamachi", + "Matsumoto", + "Matsusaka", + "Matsuto", + "Matsuyama", + "Meguro", + "Meiji", + "Mibu", + "Midori", + "Miemachi", + "Mihama", + "Mihara", + "Miki", + "Mima", + "Mimasaka", + "Minabe", + "Minamata", + "Minami", + "Minamiaoyama", + "Minamiashigara", + "Minamiuonuma", + "Minato", + "Minatogawa", + "Minatomachi", + "Mine", + "Mineyama", + "Mino", + "Minobu", + "Minokamo", + "Minoshima", + "Minowa", + "Misakicho", + "Misakimachi-konami", + "Misato", + "Misawa", + "Mishima", + "Mitai", + "Mitake", + "Mito-shi", + "Mitsucho-iwami", + "Mitsui", + "Mitsukaido", + "Mitsuke", + "Mitsushimacho-osaki", + "Miura", + "Miwa", + "Miyagi", + "Miyako", + "Miyakojima", + "Miyakonojo", + "Miyama", + "Miyata", + "Miyazaki-shi", + "Miyazu", + "Miyoshi", + "Mizugama", + "Mizuko", + "Mizunami", + "Mizusawa", + "Mizushima-nishichidoricho", + "Mobara", + "Mochida", + "Moji", + "Mombetsu", + "Momoishi", + "Monzenmachi-igisu", + "Mooka", + "Mori", + "Moriguchi", + "Morioka", + "Moriya", + "Moriyama", + "Morodomitsu", + "Morohongo", + "Morowa", + "Motegi", + "Motomiya", + "Muikamachi", + "Muko", + "Murai", + "Murakami", + "Murata", + "Murayama", + "Muroran", + "Muroto-misakicho", + "Musa", + "Musashimurayama", + "Musashino", + "Mutsu", + "Mutsumi", + "Nabari", + "Nada", + "Naebocho", + "Nagahama", + "Nagano-shi", + "Naganohara", + "Nagao", + "Nagaoka", + "Nagareyama", + "Nagasaki", + "Nagase", + "Nagashima", + "Nagato", + "Nagawado", + "Nago", + "Nagoya-shi", + "Naha", + "Naitobokujo", + "Naka", + "Nakada", + "Nakagawa", + "Nakagomi", + "Nakagusuku", + "Nakahai", + "Nakahata", + "Nakaichi", + "Nakama", + "Nakamura", + "Nakanishi", + "Nakano", + "Nakano-kami", + "Nakanoshima", + "Nakatsu", + "Nakatsugawa", + "Nakayama", + "Nakazawa", + "Nakijin", + "Namerikawa", + "Nanae", + "Nanao", + "Nanto", + "Nara", + "Narashino-shi", + "Narita", + "Narutocho-mitsuishi", + "Nasa", + "Nasukarasuyama", + "Natori-shi", + "Natsumi", + "Nayoro", + "Nemuro", + "Nerima-ku", + "Neyagawa", + "Nichinan", + "Nihommatsu", + "Niigata", + "Niihama", + "Niimi", + "Niitsu", + "Niiza", + "Nikaho", + "Ninohe", + "Ninomiya", + "Nirasaki", + "Nishi", + "Nishi-Tokyo-shi", + "Nishihara", + "Nishikawa", + "Nishikicho", + "Nishiko", + "Nishimachi", + "Nishime", + "Nishinomiya", + "Nishio", + "Nishiwaki", + "Nishiyama", + "Nisshin", + "Nita", + "Nobeoka", + "Nobitome", + "Noboribetsu", + "Noda", + "Nodani", + "Nogata", + "Noguchi", + "Nomimachi", + "Nomura", + "None-mura", + "Nonoichi", + "Nose", + "Noshiro", + "Numazu", + "Nyuzen", + "Oarai", + "Obama", + "Obanazawa", + "Obari", + "Obayashi", + "Obihiro", + "Obu", + "Obuse", + "Ochiai", + "Ochikawa", + "Odaira", + "Odawara", + "Odori", + "Ogaki", + "Ogawa", + "Ogi", + "Ogori-shimogo", + "Oguni", + "Ogura", + "Ohara", + "Oiso", + "Oiwake", + "Oizu", + "Ojiya", + "Okawa", + "Okawachi", + "Okaya", + "Okayama", + "Okazaki", + "Okegawa", + "Okinawa", + "Okubo", + "Okuchi", + "Okuma", + "Okuura", + "Omachi", + "Omaezaki", + "Omagari", + "Ome", + "Omihachiman", + "Omiya", + "Omiya-ku", + "Omori", + "Omura", + "Omuta", + "Onna", + "Ono", + "Onoda", + "Onogawa", + "Onojo", + "Onomichi", + "Onuma", + "Osaka", + "Osaki", + "Osawa", + "Oshima", + "Oshu", + "Ota", + "Otake", + "Otani", + "Otaru", + "Otawara", + "Otemachi", + "Otsukacho", + "Otsuki", + "Otsuku-kibi", + "owariasahi", + "Oyabe", + "Oyama", + "Oyamato", + "Ozu", + "Raiba", + "Rankoshi-cho", + "Rifu", + "Ritto", + "Roppongi", + "Ryugasaki", + "Ryuo", + "Sabae", + "Sado", + "Saga-shi", + "Sagae", + "Sagamihara-shi", + "Saidaiji-naka", + "Saijo", + "Saikai", + "Saiki", + "Saitama", + "Sakado", + "Sakae", + "Sakai", + "Sakaidecho", + "Sakaiminato", + "Sakata", + "Saku", + "Sakura", + "Sakuracho", + "Sakurai", + "Sakurajima-koikecho", + "Sakurakabu", + "Sandacho", + "Sango", + "Sanjo", + "Sanmu", + "Sanno", + "Sannohe", + "Sano", + "Sanuki", + "Sapporo", + "Sarugakucho", + "Sasaguri", + "Sasayama", + "Sasebo", + "Satocho-sato", + "Satte", + "Sawara", + "Sayama", + "Sayo", + "Seiro", + "Sekicho-furumaya", + "Senboku", + "Sendai", + "Senju", + "Sennan", + "Senriyama", + "Senzoku", + "Seta", + "Setagaya-ku", + "Seto", + "Settsu", + "Shiba-Kaigandori", + "Shibadaimon", + "Shibata", + "Shibaura", + "Shibukawa", + "Shichibancho", + "Shijonawate", + "Shikamaku-miya", + "Shiki", + "Shima", + "Shimabara", + "Shimada", + "Shimizukoji", + "Shimizumachi", + "Shimo-iino", + "Shimoda", + "Shimogo", + "Shimomeguro", + "Shimonoseki", + "Shimotoda", + "Shimotsucho-kominami", + "Shimotsuke", + "Shin", + "Shin-shigai", + "Shinagawa", + "Shingu", + "Shinjo", + "Shinjuku", + "Shinkawa", + "Shinmachi", + "Shinshiro", + "Shinshuku", + "Shinsuka", + "Shiobaru", + "Shiogama", + "Shiojiri", + "Shioya", + "Shirakawa-machi", + "Shiraoka", + "Shirayamamachi", + "Shiretoko", + "Shiroi", + "Shiroishi", + "Shirokane", + "Shisui", + "Shitama", + "Shizukuishi", + "Shizunai-misono", + "Shizuoka", + "Shobara", + "Shobusawa", + "Shoinmachi-koji", + "Shonaicho", + "Showa", + "Shuchi", + "Sodegaura", + "Sogabe-minamijo", + "Soja", + "Soka", + "Sone", + "Sonobe", + "Subashiri", + "Suda", + "Suginomecho", + "Sugito", + "Sugiyama", + "Suigetsu", + "Suijo", + "Suita", + "Sukagawa", + "Sukumo", + "Sumidacho", + "Sumiyocho-kawauchi", + "Sumiyoshi", + "Sumoto", + "Susaki", + "Susami", + "Susono", + "Suwa", + "Suzaka", + "Suzuka", + "Tachibana", + "Tadotsu", + "Taga", + "Tagajo-shi", + "Tagawa", + "Tahara", + "Taiji", + "Taiki", + "Tainoura", + "Tajimi", + "Tajiri", + "Takahama", + "Takahashi", + "Takaishi", + "Takaiwa", + "Takajo", + "Takajomachi", + "Takamatsu", + "Takamori", + "Takanawa", + "Takaoka", + "Takara", + "Takarazuka", + "Takasagocho-takasemachi", + "Takasaki", + "Takase", + "Takashima", + "Takasu", + "Takata", + "Takatsuki", + "Takayama", + "Takedamachi", + "Takemiya", + "Takeo", + "Taketoyo", + "Takicho-oda", + "Takikawa", + "Takinogawa", + "Tama", + "Tamachi", + "Tamagawa", + "Tamana", + "Tamano", + "Tamashima", + "Tamatsukuri", + "Tamura", + "Tanabe", + "Tanaka", + "Taniyama-chuo", + "Tanushimarumachi-sugawara", + "Tashima", + "Tashiro", + "Tatebayashi", + "Tateyama", + "Tatsumi", + "Tatsuno", + "Tatsunocho-tominaga", + "Tawaramoto", + "Teine-ku", + "Temma", + "Tendo", + "Tennojicho-kita", + "Tenri", + "Toba", + "Tobata", + "Tobe", + "Tobo", + "Tochigi", + "Togane", + "Toge", + "Togitsu", + "Tokai", + "Tokamachi", + "Toki", + "Tokiwa", + "Tokiwamachi-tokiwa", + "Tokoname", + "Tokorozawa", + "Tokushima", + "Tokuyama", + "Tokyo", + "Tomakomai", + "Tomioka", + "Tomisato", + "Tomiya", + "Tomo", + "Tomobe", + "Tonami", + "Tondabayashi", + "Tone", + "Tono", + "Toranomon", + "Toride", + "Toshima Mura", + "Tosu", + "Totsukacho", + "Tottori-shi", + "Towada", + "Toyama-shi", + "Toyo", + "Toyoake", + "Toyoda", + "Toyohashi", + "Toyohira-ku", + "Toyokawa", + "Toyonaka", + "Toyonomachi-toyono", + "Toyooka", + "Toyota", + "Tsu", + "Tsubame", + "Tsubata", + "Tsuchiara", + "Tsuchiura", + "Tsudanuma", + "Tsuhako", + "Tsukawaki", + "Tsukayama", + "Tsukuba", + "Tsukubamirai", + "Tsukumiura", + "Tsuru", + "Tsuruga", + "Tsurugashima", + "Tsurumi", + "Tsuruoka", + "Tsushima", + "Tsuyama", + "Ube", + "Uchimaru", + "Ueda, Nagano", + "Ueki", + "Ueno", + "Ueno-ebisumachi", + "Uenohara", + "Uji", + "Ujiie", + "Uki", + "Umeda", + "Uonuma", + "Uozu", + "Urasoe", + "Urayama", + "Urayasu", + "Ureshino", + "Uruma", + "Usa", + "Ushiku", + "Usuki", + "Utazu", + "Utsunomiya", + "Uwajima", + "Uwayama", + "Wadayama", + "Wajima", + "Wakamatsucho", + "Wakasa", + "Wakayama", + "Wakicho", + "Wakimachi", + "Wakkanai", + "Wako", + "Warabi-shi", + "Waseda", + "Watari", + "Yabase", + "Yabasehoncho", + "Yabu", + "Yabuki", + "Yachimata", + "Yachiyo", + "Yaese", + "Yahagi", + "Yahata", + "Yaita", + "Yaizu", + "Yakage", + "Yakuin-Horibata", + "Yakumo", + "Yamada", + "Yamadayu", + "Yamaga", + "Yamagata-shi", + "Yamaguchi", + "Yamakita", + "Yamanashi", + "Yamano", + "Yamashitacho", + "Yamato-Takada", + "Yamatomachi", + "Yamatomachi-mitsuai", + "Yamauchi", + "Yamawaki", + "Yamazaki", + "Yamazakicho-nakabirose", + "Yanagawa", + "Yanagi", + "Yanai", + "Yano", + "Yanocho-futatsugi", + "Yao", + "Yashima", + "Yashio-shi", + "Yasu-shi", + "Yasuda", + "Yasugicho", + "Yatsushiro", + "Yawata", + "Yodogawa", + "Yoichi", + "Yokaichiba", + "Yokkaichi", + "Yokogawa", + "Yokohama", + "Yokoo", + "Yokosuka", + "Yokotemachi", + "Yomitan Son", + "Yomogita", + "Yonago", + "Yoneyamacho-nishino", + "Yonezawa", + "Yorii", + "Yorishimacho", + "Yoshida", + "Yoshida-kasugacho", + "Yoshii", + "Yoshikawa", + "Yoshimi", + "Yoshino", + "Yotsukaido", + "Youkaichi", + "Yubari", + "Yufutsu", + "Yugawara", + "Yuge", + "Yuki", + "Yukuhashi", + "Yunoshima", + "Yurihonjo", + "Yutaka", + "Yuzawa", + "Zama", + "Zushi" + ], + "Kazakhstan": [ + "Aksay", + "Aksoran", + "Almaty", + "Aqtas", + "Aqtau", + "Astana", + "Atyrau", + "Baikonur", + "Dostyk", + "Dzhezkazgan", + "Ekibastuz", + "Esil", + "Karagandy", + "Kazakh", + "Kentau", + "Koktem", + "Kostanay", + "Kyzyl", + "Kyzylorda", + "Lomonosovka", + "Oral", + "Pavlodar", + "Petropavl", + "Qaraghandy", + "Qaskeleng", + "Ridder", + "Rudnyy", + "Semey", + "Serebryansk", + "Shymkent", + "Sonaly", + "Stepnogorsk", + "Taldyk", + "Taldykorgan", + "Talghar", + "Taraz", + "Temirtau", + "Turkestan", + "Uritskiy", + "Ust-Kamenogorsk", + "Vostok", + "Zyryanovsk" + ], + "Kenya": [ + "Bondo", + "Chuka", + "Eldoret", + "Kabete", + "Kaiboi", + "Karatina", + "Kiambu", + "Kikuyu", + "Kisii", + "Kisumu", + "Kitale", + "Kitui", + "Machakos", + "Maseno", + "Mbita", + "Mombasa", + "Nairobi", + "Nakuru", + "Sawa Sawa", + "Siaya", + "Thika", + "Turbo", + "Wote" + ], + "Kiribati": [], + "North Korea": [ + "Chagang", + "North Hamgyong", + "South Hamgyong", + "North Hwanghae", + "South Hwanghae", + "Kangwon", + "North P'yongan", + "South P'yongan", + "Yanggang", + "Kaesong", + "Najin", + "Namp'o", + "Pyongyang" + ], + "Kosovo": [ + "Dunavo", + "Ferizaj", + "Mitrovica", + "Pristina", + "Prizren" + ], + "Kuwait": [ + "Abraq Khaytan", + "Ad Dasmah", + "Ad Dawhah", + "Al Ahmadi", + "Al Farwaniyah", + "Al Shamiya", + "Ar Rawdah", + "As Salimiyah", + "Ash Shu`aybah", + "Ash Shuwaykh", + "Bayan", + "Hawalli", + "Janub as Surrah", + "Kayfan", + "Kuwait City", + "Salwa" + ], + "Kyrgyzstan": [ + "Batken Oblasty", + "Bishkek Shaary", + "Chuy Oblasty", + "Jalal-Abad Oblasty", + "Naryn Oblasty", + "Osh Oblasty", + "Talas Oblasty", + "Ysyk-Kol Oblasty" + ], + "Laos": [ + "Attapu", + "Bokeo", + "Bolikhamxai", + "Champasak", + "Houaphan", + "Khammouan", + "Louangnamtha", + "Louangphrabang", + "Oudomxai", + "Phongsali", + "Salavan", + "Savannakhet", + "Viangchan", + "Viangchan", + "Xaignabouli", + "Xaisomboun", + "Xekong", + "Xiangkhoang" + ], + "Latvia": [ + "Adazi", + "Agenskalns", + "Aizkraukle", + "Aizpute", + "Baldone", + "Balvi", + "Bauska", + "Brankas", + "Carnikava", + "Centrs", + "Daugavpils", + "Dobele", + "Durbe", + "Gulbene", + "Ilguciems", + "Izvalta", + "Jaunolaine", + "Jelgava", + "Kandava", + "Kolka", + "Lapmezciems", + "Liepa", + "Ludza", + "Madona", + "Malpils", + "Malta", + "Marupe", + "Mazsalaca", + "Ogre", + "Olaine", + "Ozolnieki", + "Pilsrundale", + "Priedkalne", + "Pure", + "Riga", + "Salaspils", + "Saldus", + "Sigulda", + "Smiltene", + "Stalgene", + "Talsi", + "Tukums", + "Valka", + "Valmiera", + "Varsava", + "Ventspils", + "Zasa", + "Zilupe" + ], + "Lebanon": [ + "Aaley", + "Adma", + "Ashrafiye", + "Baabda", + "Baalbek", + "Beirut", + "Broummana", + "Bsalim", + "Chekka", + "Dbaiye", + "Dik el Mehdi", + "Halba", + "Hboub", + "Sarba", + "Sidon", + "Tripoli", + "Yanar", + "Zgharta" + ], + "Lesotho": [ + "Berea", + "Butha-Buthe", + "Leribe", + "Mafeteng", + "Maseru", + "Mohale's Hoek", + "Mokhotlong", + "Qacha's Nek", + "Quthing", + "Thaba-Tseka" + ], + "Liberia": [ + "Bomi", + "Bong", + "Gbarpolu", + "Grand Bassa", + "Grand Cape Mount", + "Grand Gedeh", + "Grand Kru", + "Lofa", + "Margibi", + "Maryland", + "Montserrado", + "Nimba", + "River Cess", + "River Gee", + "Sinoe" + ], + "Libya": [ + "Benghazi", + "Misratah", + "Sabha", + "Tripoli", + "Zliten" + ], + "Liechtenstein": [ + "Balzers", + "Bendern", + "Eschen", + "Gamprin", + "Mauren", + "Nendeln", + "Planken", + "Ruggell", + "Schaan", + "Schaanwald", + "Schellenberg", + "Triesen", + "Triesenberg", + "Vaduz" + ], + "Luxembourg": [ + "Ahn", + "Alzingen", + "Bascharage", + "Beaufort", + "Beckerich", + "Beggen", + "Beidweiler", + "Belvaux", + "Berchem", + "Bereldange", + "Bergem", + "Bertrange", + "Bettembourg", + "Betzdorf", + "Bigonville", + "Bissen", + "Bivange", + "Bofferdange", + "Bonnevoie", + "Bourglinster", + "Bridel", + "Burmerange", + "Canach", + "Cap", + "Capellen", + "Colmar", + "Contern", + "Crauthem", + "Dalheim", + "Differdange", + "Dippach", + "Dudelange", + "Echternach", + "Ehnen", + "Ernster", + "Erpeldange-lez-Bous", + "Esch-sur-Alzette", + "Esch-sur-Sure", + "Ettelbruck", + "Foetz", + "Frisange", + "Godbrange", + "Goetzingen", + "Gonderange", + "Gosseldange", + "Gostingen", + "Grevenknapp", + "Grevenmacher", + "Grosbous", + "Hagen", + "Hautcharage", + "Heffingen", + "Heisdorf-sur-Alzette", + "Helmdange", + "Helmsange", + "Hersberg", + "Hesperange", + "Hobscheid", + "Hollerich", + "Holzem", + "Huncherange", + "Hunsdorf", + "Itzig", + "Junglinster", + "Kayl", + "Kehlen", + "Kleinbettingen", + "Koetschette", + "Lamadelaine", + "Larochette", + "Leudelange", + "Limpertsberg", + "Lintgen", + "Lorentzweiler", + "Luxembourg", + "Luxembourg-Kirchberg", + "Mamer", + "Medernach", + "Merl", + "Mersch", + "Mertert", + "Mondercange", + "Mondorf-les-Bains", + "Moutfort", + "Niedercorn", + "Noerdange", + "Nospelt", + "Oberanven", + "Oetrange", + "Olm", + "Pontpierre", + "Remerschen", + "Remich", + "Rodange", + "Roeser", + "Roodt-sur-Syre", + "Rumelange", + "Sandweiler", + "Sanem", + "Schieren", + "Schifflange", + "Schoos", + "Schouweiler", + "Schuttrange", + "Soleuvre", + "Steinfort", + "Steinsel", + "Strassen", + "Syren", + "Tetange", + "Tuntange", + "Uebersyren", + "Walferdange", + "Wasserbillig", + "Wolpert", + "Wormeldange" + ], + "Macedonia": [ + "Berovo", + "Bitola", + "Bogdanci", + "Cair", + "Debar", + "Delcevo", + "Demir Hisar", + "Gevgelija", + "Gostivar", + "Ilinden", + "Kadino", + "Kavadarci", + "Kicevo", + "Kumanovo", + "Labunista", + "Lisice", + "Makedonska Kamenica", + "Negotino", + "Novo Selo", + "Ohrid", + "Prilep", + "Pripor", + "Probistip", + "Radovis", + "Shtip", + "Skopje", + "Struga", + "Strumica", + "Tetovo", + "Veles" + ], + "Madagascar": [ + "Ambanja", + "Antananarivo", + "Antsirabe", + "Antsiranana", + "Fianarantsoa", + "Toamasina", + "Toliara" + ], + "Marshall Islands": [ + "Majuro", + "Ebaye", + "Arno", + "Jabor", + "Wotje", + "Mili", + "Namdrik", + "Ebon", + "Kili", + "Likiep", + "Ailuk", + "Ujae", + "Laura", + "Rairok", + "Delap-Uliga-Djarrit" + ], + "Macau": [ + "Aomen", + "Aumwnz", + "B\u00e1n \u0111\u1ea3o Ma Cao", + "Cheoc Ca Ch\u00fcn", + "Cidade de Macau", + "Cidade do Santo Nome de Deus de Macau", + "Coloane", + "Dangzai", + "Hac Sa", + "Hac-Tsa", + "Heisha", + "Ilha da Taipa", + "Jiu\u2019ao", + "K\u00e1 H\u00f3", + "Lai Chi Van", + "Lin-chia-ts'un", + "Lizhiwan", + "Luhuan", + "Lui-Tchi-Van", + "Macao Peninsula", + "Macaum", + "Makaaw", + "Makawo", + "Mak\u00e8\u00eb", + "Pen\u00ednsula de Macau", + "Povoacao de Ka Ho", + "Povoa\u00e7\u00e3o de H\u00e1c S\u00e1", + "Povoa\u00e7\u00e3o de Lai Chi Van" + ], + "Malawi": [ + "Balaka", + "Blantyre", + "Chikwawa", + "Chiradzulu", + "Chitipa", + "Dedza", + "Dowa", + "Karonga", + "Kasungu", + "Likoma", + "Lilongwe", + "Machinga", + "Mangochi", + "Mchinji", + "Mulanje", + "Mwanza", + "Mzimba", + "Ntcheu", + "Nkhata Bay", + "Nkhotakota", + "Nsanje", + "Ntchisi", + "Phalombe", + "Rumphi", + "Salima", + "Thyolo", + "Zomba" + ], + "Malaysia": [ + "Alor Gajah", + "Alor Star", + "Ampang", + "Ayer Itam", + "Ayer Tawar", + "Bachok", + "Bagan Serai", + "Bahau", + "Balik Pulau", + "Bandar", + "Bandar Baru Bangi", + "Bandar Tenggara", + "Bandar Tun Razak", + "Bangi", + "Banting", + "Baru", + "Batang Berjuntai", + "Batang Kali", + "Batu", + "Batu Arang", + "Batu Berendam", + "Batu Caves", + "Batu Feringgi", + "Batu Gajah", + "Batu Pahat", + "Bau", + "Bayan Lepas", + "Beaufort", + "Bedong", + "Bentung", + "Benut", + "Bidur", + "Bintulu", + "Bongawan", + "Broga", + "Bukit Asahan", + "Bukit Gambir", + "Bukit Kayu Hitam", + "Bukit Mertajam", + "Bukit Pasir", + "Bukit Rotan", + "Butterworth", + "Cameron Highlands", + "Changloon", + "Chemor", + "Cheras", + "Cukai", + "Cyberjaya", + "Damansara", + "Dengkil", + "Dungun", + "Durian Tunggal", + "Gebeng", + "Gelang Patah", + "Gemas", + "Genting", + "George Town", + "Gerik", + "Gopeng", + "Gua Musang", + "Gurun", + "Hulu Langat", + "Hutan Melintang", + "Inanam", + "Ipoh", + "Itam", + "Jasin", + "Jawi", + "Jelutong", + "Jenjarum", + "Jeram", + "Jerantut", + "Jertih", + "Jinjang", + "Jitra", + "Johor Bahru", + "Juasseh", + "Kajang", + "Kampar", + "Kampong Changkat", + "Kampong Kahang Batu Twenty-eight", + "Kampong Kemaman", + "Kampong Pasir Segambut", + "Kampung Ayer Keroh", + "Kampung Baharu Nilai", + "Kampung Batu Kikir", + "Kampung Batu Uban", + "Kampung Bota Kiri", + "Kampung Likas", + "Kampung Paya Simpang Empat Genting", + "Kampung Pekan Kechil Beranang", + "Kampung Tanjung Aru", + "Kampung Tasek", + "Kampung Teluk Baru", + "Kampung Teriang", + "Kamunting", + "Kangar", + "Kapar", + "Karak", + "Keningau", + "Kepala Batas", + "Kepong", + "Keramat Pulai", + "Kerling", + "Kertih", + "Ketereh", + "Klang", + "Kluang", + "Kompleks Sukan Tenom", + "Kota", + "Kota Baharu", + "Kota Belud", + "Kota Bharu", + "Kota Kinabalu", + "Kota Tinggi", + "Kuah", + "Kuala", + "Kuala Berang", + "Kuala Kangsar", + "Kuala Ketil", + "Kuala Klawang", + "Kuala Kubu Baharu", + "Kuala Lipis", + "Kuala Lumpur", + "Kuala Nerang", + "Kuala Pahang", + "Kuala Penyu", + "Kuala Pilah", + "Kuala Selangor", + "Kuala Terengganu", + "Kuang", + "Kuantan", + "Kubang Kerian", + "Kuching", + "Kulai", + "Kulim", + "Labis", + "Labu", + "Lahad Datu", + "Lahat", + "Langat", + "Layang Layang", + "Lenggeng", + "Lintang", + "Lukut", + "Lumut", + "Lunas", + "Machang", + "Malacca", + "Mantin", + "Marang", + "Masai", + "Masjid Tanah", + "Melaka Tengah", + "Melor", + "Membakut", + "Menggatal", + "Menglembu", + "Mentekab", + "Merbok", + "Merlimau", + "Miri", + "Muadzam Shah", + "Muar town", + "Mukah", + "Nibong Tebal", + "Padang Rengas", + "Padang Serai", + "Pandan", + "Pantai", + "Pantai Remis", + "Papar", + "Parit", + "Parit Buntar", + "Parit Raja", + "Pasir Gudang", + "Pasir Mas", + "Pasir Puteh", + "Pedas", + "Pekan", + "Penaga", + "Penampang", + "Pendang", + "Pengerang", + "Pengkalan Chepa", + "Pengkalan Kempas", + "Perai", + "Permatang Pauh", + "Petaling Jaya", + "Pontian Kechil", + "Port Dickson", + "Port Klang", + "Puchong Batu Dua Belas", + "Pudu", + "Pudu Ulu", + "Pulau Pinang", + "Pusing", + "Putrajaya", + "Ranau", + "Raub", + "Rawang", + "Rembau", + "Rengam", + "Rengit", + "Sabak Bernam", + "Sandakan", + "Sarikei", + "Seberang Jaya", + "Segamat", + "Selama", + "Semenyih", + "Semerah", + "Senggarang", + "Sentul", + "Sepang", + "Serdang", + "Seremban", + "Serendah", + "Seri Kembangan", + "Seri Manjung", + "Setapak", + "Shah Alam", + "Sibu", + "Simpang Empat", + "Simpang Pertang", + "Simpang Renggam", + "Simpang Tiga", + "Simunjan", + "Sitiawan", + "Slim River", + "Sungai Bakap", + "Sungai Besar", + "Sungai Besi", + "Sungai Buluh", + "Sungai Pelek", + "Sungai Petani", + "Sungai Puyu", + "Sungai Udang", + "Taiping", + "Taman Bukit Skudai", + "Taman Desa", + "Taman Kota Jaya", + "Taman Megah Ria", + "Taman Prai", + "Taman Senai", + "Taman Senawang Indah", + "Taman Seremban Jaya", + "Taman Sri Ampang", + "Tambunan", + "Tamparuli", + "Tampin", + "Tampoi", + "Tanah Merah", + "Tanah Merah New Village Site C", + "Tangkak", + "Tanjong", + "Tanjong Karang", + "Tanjong Malim", + "Tanjung", + "Tanjung Bunga", + "Tanjung Sepat", + "Tapah Road", + "Tasek Glugor", + "Tatau", + "Tawau", + "Teluk Intan", + "Teluk Panglima Garang", + "Temerluh", + "Temoh", + "Teriang", + "Teronoh", + "Tumpat", + "Ulu Tiram", + "Victoria" + ], + "Maldives": [ + "Alifu", + "Baa", + "Dhaalu", + "Faafu", + "Gaafu Alifu", + "Gaafu Dhaalu", + "Gnaviyani", + "Haa Alifu", + "Haa Dhaalu", + "Kaafu", + "Laamu", + "Lhaviyani", + "Maale", + "Meemu", + "Noonu", + "Raa", + "Seenu", + "Shaviyani", + "Thaa", + "Vaavu" + ], + "Mali": [ + "Bamako (Capital)", + "Gao", + "Kayes", + "Kidal", + "Koulikoro", + "Mopti", + "Segou", + "Sikasso", + "Tombouctou" + ], + "Malta": [ + "Attard", + "Balzan", + "Bingemma", + "Birgu", + "Birkirkara", + "Bugibba", + "Cospicua", + "Dingli", + "Fgura", + "Floriana", + "Fontana", + "Ghajnsielem", + "Gharb", + "Ghasri", + "Ghaxaq", + "Gudja", + "Gzira", + "Hal Gharghur", + "Hamrun", + "Haz-Zebbug", + "Il-Madliena", + "Il-Pergla", + "Imsida", + "Imtarfa", + "Iz-Zebbiegh", + "Kirkop", + "L-Iklin", + "L-Iskorvit", + "Lija", + "Luqa", + "Manikata", + "Marsa", + "Marsalforn", + "Marsaskala", + "Marsaxlokk", + "Mdina", + "Mellieha", + "Mosta", + "Mqabba", + "Munxar", + "Nadur", + "Naxxar", + "Paola", + "Pembroke", + "Qormi", + "Qrendi", + "Rabat", + "Safi", + "Saint John", + "Saint Lawrence", + "Saint Lucia", + "Saint Venera", + "San Pawl il-Bahar", + "Sannat", + "Senglea", + "Siggiewi", + "Sliema", + "Swieqi", + "Tarxien", + "Valletta", + "Victoria", + "Xaghra", + "Xewkija", + "Zabbar", + "Zejtun", + "Zurrieq" + ], + "Martinique": [ + "Case-Pilote", + "Ducos", + "Fort-de-France", + "Le Carbet", + "Le Diamant", + "Le Francois", + "Le Gros-Morne", + "Le Lamentin", + "Le Morne-Rouge", + "Le Robert", + "Les Trois-Ilets", + "Riviere-Salee", + "Saint-Esprit", + "Saint-Joseph", + "Sainte-Anne", + "Sainte-Luce", + "Sainte-Marie", + "Schoelcher" + ], + "Mauritania": [ + "Adrar", + "Assaba", + "Brakna", + "Dakhlet Nouadhibou", + "Gorgol", + "Guidimaka", + "Hodh Ech Chargui", + "Hodh El Gharbi", + "Inchiri", + "Nouakchott", + "Tagant", + "Tiris Zemmour", + "Trarza" + ], + "Mauritius": [ + "Beau Bassin", + "Chemin Grenier", + "Ebene CyberCity", + "Floreal", + "Goodlands", + "Le Reduit", + "Port Louis", + "Port Mathurin", + "Quatre Bornes", + "Rose Hill", + "Saint Jean", + "Tamarin", + "Vacoas" + ], + "Mayotte": [ + "Bandaboa", + "Chiconi", + "Combani", + "Dzaoudzi", + "Dzoumonye", + "Koungou", + "Mamoudzou", + "Ouangani", + "Pamandzi", + "Sada", + "Tsingoni", + "Tsoundzou 1" + ], + "Mexico": [ + "Abasolo", + "Acambaro", + "Acambay", + "Acapulco", + "Acatic", + "Acatlan de Perez Figueroa", + "Acatzingo de Hidalgo", + "Acolman", + "Actopan", + "Acuna", + "Adolfo Lopez Mateos", + "Adolfo Ruiz Cortines", + "Agua Amarga", + "Agua Azul", + "Agua Dulce", + "Agua Prieta", + "Aguascalientes", + "Ahome", + "Ahualulco de Mercado", + "Ajijic", + "Alamo", + "Alamos", + "Aldama", + "Allende", + "Almada", + "Almoloya", + "Altamira", + "Altotonga", + "Alvaro Obregon Borough", + "Amado Nervo", + "Ameca", + "Amecameca de Juarez", + "Anahuac", + "Angamacutiro de la Union", + "Apan", + "Apaseo el Alto", + "Apaseo el Grande", + "Apatzingan", + "Apaxco de Ocampo", + "Apizaco", + "Apodaca", + "Arandas", + "Arcelia", + "Arizpe", + "Arriaga", + "Asuncion Ixtaltepec", + "Asuncion Nochixtlan", + "Atequiza", + "Atizapan", + "Atlacholoaya", + "Atlacomulco", + "Atlatlahucan", + "Atlixco", + "Atlzayanca", + "Atotonilco el Alto", + "Atoyac de Alvarez", + "Autlan de Navarro", + "Autopista Puebla Orizaba 185 (La Condusa)", + "Axochiapan", + "Azcapotzalco", + "Azteca", + "Badiraguato", + "Bahia de Kino", + "Baja California", + "Balancan de Dominguez", + "Bamoa", + "Banderas del Aguila", + "Banderilla", + "Barra de Navidad", + "Barranca de Santa Clara", + "Barrio de Mexico", + "Benito Juarez", + "Benito Juarez (Santa Elena)", + "Berriozabal", + "Boca del Rio", + "Brisas Barra de Suchiate", + "Bucerias", + "Cabo San Lucas", + "Cabos", + "Cadereyta", + "Cadereyta de Montes", + "Cadereyta Jimenez", + "Cajeme", + "Cajititlan", + "Camargo", + "Campeche", + "Campestre Tarimbaro", + "Cananea", + "Canatlan", + "Candelaria", + "Cardenas", + "Cardonal", + "Catemaco", + "Cazones de Herrera", + "Celaya", + "Centro", + "Cerritos", + "Chalco de Diaz Covarrubias", + "Chapala", + "Chetumal", + "Chiapa de Corzo", + "Chiapas", + "Chiautempan", + "Chiautla", + "Chiconcuac", + "Chignahuapan", + "Chihuahua", + "Chilpancingo", + "Cholula", + "Ciudad Ayala", + "Ciudad Constitucion", + "Ciudad de Huajuapam de Leon", + "Ciudad de Villa de Alvarez", + "Ciudad del Carmen", + "Ciudad Hidalgo", + "Ciudad Lopez Mateos", + "Ciudad Madero", + "Ciudad Mendoza", + "Ciudad Nezahualcoyotl", + "Ciudad Sabinas", + "Ciudad Sahagun", + "Ciudad Valles", + "Ciudad Victoria", + "Coacalco", + "Coahuila", + "Coatepec", + "Coatzacoalcos", + "Coatzintla", + "Cocoyoc", + "Cocula", + "Colima", + "Colimas", + "Colon", + "Colonia", + "Colonia Benito Juarez", + "Colonia Cuauhtemoc", + "Colonia de Venado", + "Colonia Emiliano Zapata (Ejido Santiago Temoaya)", + "Colonia Guerrero (Los Guajes)", + "Colonia Hidalgo", + "Colonia la Presa (Ejido de Chapultepec)", + "Colonia Lopez Nelio (Las Palmas)", + "Colonia Madero (Madero)", + "Colonia Mexico", + "Colonia Miguel Aleman Valdez", + "Colonia Veracruz", + "Comalcalco", + "Compostela", + "Corregidora", + "Cortazar", + "Cosamaloapan de Carpio", + "Cosoleacaque", + "Coyoacan", + "Coyuca de Catalan", + "Cuajimalpa", + "Cuarta Brigada", + "Cuauhtemoc", + "Cuautepec", + "Cuautepec de Hinojosa", + "Cuautitlan", + "Cuautla", + "Cuautlancingo", + "Cuernavaca", + "Cuitlahuac", + "Cunduacan", + "Cutzamala de Pinzon", + "Cuyoaco", + "Dolores Hidalgo Cuna de la Independencia Nacional", + "Durango", + "Ecatepec de Morelos", + "Ejido de Otumba (Loma Bonita)", + "Ejido Distrito Federal", + "Ejido Santa Maria Tianguistenco (Ejido el Rosario)", + "El Alto Culiacan", + "El Carmen", + "El Colli", + "El Fuerte de Montes Claros", + "El Grullo", + "El Leon", + "El Mirador", + "El Ocotito", + "El Parque", + "El Potrero", + "El Rio", + "El Sabinal (San Pedro)", + "El Salto", + "El Sauz", + "El Tecuan", + "El Torreon", + "Emiliano Zapata", + "Empalme", + "Ensenada", + "Epazoyucan", + "Erongaricuaro", + "Escobedo", + "Escondida de lo Verde", + "Escuinapa de Hidalgo", + "Escuintla", + "Estado de Mexico", + "Estados Unidos", + "Ex-Hacienda Pantitlan", + "Ezequiel Montes", + "Florida", + "Fortin de las Flores", + "Fraccionamiento Iberica Calimaya", + "Francisco Castellanos", + "Francisco I. Madero", + "Fresnillo", + "Frontera", + "Garcia", + "Garza Garcia", + "General Escobedo", + "General Teran", + "Gomez Palacio", + "Graciano Sanchez", + "Granjas", + "Guadalajara", + "Guadalupe", + "Guadalupe Victoria", + "Guadalupito", + "Guamuchil", + "Guanajuato", + "Guasave", + "Guaymas", + "Gueramaro", + "Gustavo A. Madero Borough", + "Gutierrez Zamora", + "Hermosillo", + "Heroica Alvarado", + "Heroica Caborca", + "Heroica Coscomatepec de Bravo", + "Heroica Matamoros", + "Heroica Zitacuaro", + "Huandacareo", + "Huanimaro", + "Huatabampo", + "Huauchinango", + "Huehuetoca", + "Huejotzingo", + "Huejucar", + "Huichapan", + "Huimanguillo", + "Huimilpan", + "Huixquilucan", + "Huixtla", + "Hunucma", + "Iglesia Vieja", + "Ignacio Allende", + "Iguala de la Independencia", + "Insurgentes", + "Irapuato", + "Isla Holbox", + "Isla Mujeres", + "Ixmiquilpan", + "Ixtapa", + "Ixtapa-Zihuatanejo", + "Ixtapaluca", + "Ixtapan de la Sal", + "Ixtlahuaca de Villada", + "Ixtlahuacan del Rio", + "Ixtlan del Rio", + "Izamal", + "Iztacalco", + "Iztapalapa", + "Izucar de Matamoros", + "Jacobo", + "Jacona de Plancarte", + "Jala", + "Jalapa", + "Jalisco", + "Jalostotitlan", + "Jalpa", + "Jaltipan de Morelos", + "Jalupa", + "Jaumave", + "Jerez de Garcia Salinas", + "Jesus Carranza", + "Jesus del Monte", + "Jesus Maria", + "Jilotepec", + "Jimenez", + "Jiquilpan de Juarez", + "Jiquipilco", + "Jiutepec", + "Jocotepec", + "Jocotitlan", + "Jojutla", + "Jonacatepec de Leandro Valle", + "Jose Cardel", + "Juan", + "Juarez", + "Kanasin", + "Kilometro 32 Texcoco Lecheria", + "La Barca", + "La Canada", + "La Ciudad", + "La Cruz", + "La Florida", + "La Habana", + "La Herradura", + "La Isla", + "La Joya", + "La Moncada", + "La Paletena", + "La Paz", + "La Piedad", + "La Pista de Tizayuca", + "La Reforma", + "La Tapachula", + "La Union", + "La Victoria", + "Lagos de Moreno", + "Laredo", + "Las Americas", + "Las Cabanas (Colinas de los Angeles)", + "Las Canoras (Altiva)", + "Las Choapas", + "Las Delicias", + "Leon", + "Lerdo", + "Lerma", + "Leyva Solano", + "Libramiento Leon-Salamanca", + "Libres", + "Linares", + "Loma de los Cavazos (Maria de la Luz)", + "Loreto", + "Los Garzas", + "Los Mochis", + "Los Reyes", + "Los Reyes de Salgado", + "Los Sabinos", + "Luvianos", + "Macuspana", + "Madero", + "Magdalena de Kino", + "Magdalena Petlacalco", + "Magiscatzin", + "Malinalco", + "Manuel Avila Camacho", + "Manzanillo", + "Mariano Matamoros", + "Marquelia", + "Martinez de la Torre", + "Mazatecochco", + "Mazatepec", + "Mazatlan", + "Medellin de Bravo", + "Melchor", + "Melchor Muzquiz", + "Mendoza", + "Mexicali", + "Mexico City", + "Mextepec", + "Mier", + "Miguel Aleman", + "Miguel Hidalgo", + "Mina Mexico", + "Mineral", + "Mineral de la Reforma", + "Mineral del Chico", + "Mineral del Monte", + "Mixquiahuala de Juarez", + "Moctezuma", + "Monclova", + "Monte Leon", + "Montemorelos", + "Monterrey", + "Morelia", + "Morelos", + "Moroleon", + "Motozintla de Mendoza", + "Muna", + "Nacozari Viejo", + "Naucalpan", + "Navojoa", + "Navolato", + "Netzahualcoyotl", + "Nextlalpan", + "Nicolas Romero", + "Nogales", + "Noxtepec de Zaragoza (El Aguacate)", + "Nueva Italia de Ruiz", + "Nuevo Casas Grandes", + "Nuevo Coahuila", + "Nuevo Ideal", + "Nuevo Laredo", + "Nuevo Leon", + "Oaxaca", + "Oaxtepec", + "Ocotlan", + "Ocoyoacac", + "Ocozocoautla de Espinosa", + "Ojinaga", + "Ojo de Agua", + "Ojuelos de Jalisco", + "Orizaba", + "Oxkutzkab", + "Pabellon", + "Pabellon de Arteaga", + "Pachuca", + "Pachuca de Soto", + "Panotla", + "Pantanal", + "Paraiso", + "Paraje Nuevo", + "Parral", + "Paseos de Tecamac", + "Paso Real", + "Pastor Ortiz", + "Patzcuaro", + "Pedregal de Jerico", + "Pedro Escobedo", + "Pedro Meoqui", + "Pericos", + "Perote", + "Pesqueria", + "Petaquillas", + "Petatlan", + "Pichucalco", + "Piedras Negras", + "Playa del Carmen", + "Polanco", + "Poncitlan", + "Poza Rica Chacas", + "Poza Rica de Hidalgo", + "Primero de Mayo", + "Progreso", + "Prolongacion Avenida Mexico Norte", + "Puebla", + "Pueblo Hidalgo", + "Pueblo Juarez (La Magdalena)", + "Pueblo Viejo", + "Pueblo Yaqui", + "Puente de Ixtla", + "Puente Grande", + "Puerto Escondido", + "Puerto Mexico", + "Puerto Morelos", + "Puerto Vallarta", + "Purisima de Bustos", + "Purisima del Zapote", + "Puruandiro", + "Queseria", + "Quintana Roo", + "Quiroga", + "Ramos Arizpe", + "Rancho Xalnene", + "Rayon", + "Reforma (Madrigal 2da. Seccion)", + "Refractarios Guadalajara", + "Reyes de Vallarta", + "Reynosa", + "Rincon de Tamayo", + "Rio Blanco", + "Rio Bravo", + "Roma", + "Rosarito", + "Sahuayo de Morelos", + "Salamanca", + "Salina Cruz", + "Salinas de Hidalgo", + "Saltillo", + "Salvatierra", + "San Agustin", + "San Agustin (Salvador Alvarado)", + "San Agustin Altamirano", + "San Agustin Tlaxiaca", + "San Andres Cholula", + "San Andres Tuxtla", + "San Angel Inn", + "San Antonio", + "San Antonio la Isla", + "San Antonio Virreyes", + "San Bernardo", + "San Cristobal", + "San Felipe", + "San Felipe Torres Mochas [Ganaderia]", + "San Fernando", + "San Francisco", + "San Francisco Javier", + "San Gabriel", + "San Jeronimo de Juarez", + "San Jose del Valle", + "San Jose Iturbide", + "San Juan", + "San Juan Bautista Tuxtla", + "San Juan de Aragon", + "San Juan del Rio", + "San Luis", + "San Luis de la Paz", + "San Luis Soyatlan", + "San Martin de Camargo", + "San Martin Duraznos", + "San Martin Hidalgo", + "San Martin Notario", + "San Martin Texmelucan de Labastida", + "San Mateo", + "San Mateo Atenco", + "San Mateo Mexicaltzingo", + "San Miguel", + "San Miguel Balderas", + "San Miguel de Allende", + "San Miguel de Atotonilco", + "San Miguel de Cozumel", + "San Miguel de Papasquiaro", + "San Miguel el Alto", + "San Miguel el Alto (El Puerto)", + "San Miguel Zinacantepec", + "San Nicolas", + "San Nicolas Totolapan", + "San Pablo Hidalgo", + "San Patricio", + "San Pedro", + "San Pedro Cholula", + "San Pedro de Las Colonias", + "San Pedro de Nolasco", + "San Pedro Piedra Gorda", + "San Pedro Pochutla", + "San Rafael", + "San Salvador Atenco", + "San Salvador Huixcolotla", + "San Salvador Tzompantepec", + "San Sebastian el Grande", + "San Sebastian Tutla", + "San Sebastian Xhala", + "San Simon de Guerrero", + "San Vicente", + "San Vicente Chicoloapan", + "Santa Anita", + "Santa Apolonia", + "Santa Catalina", + "Santa Catarina", + "Santa Catarina Juquila", + "Santa Fe", + "Santa Isabel Tlanepantla", + "Santa Lucia", + "Santa Maria Chimalhuacan", + "Santiago", + "Santiago de Queretaro", + "Santiago Ixcuintla", + "Santiago Tianguistenco", + "Satelite", + "Seccion Primera Santiago Tetla", + "Selene", + "Sierra Madre", + "Silao", + "Sinaloa de Leyva", + "Sombrerete", + "Sonora", + "Soto la Marina", + "Suchiapa", + "Tabasco", + "Tablon Grande (Bombas de Apaxco)", + "Tacambaro de Codallos", + "Tacotalpa", + "Tala", + "Tamaulipas", + "Tamazula de Gordiano", + "Tampico", + "Tampico Alto", + "Tangancicuaro de Arista", + "Tapachula", + "Tapalpa", + "Taxco", + "Teapa", + "Tecalitlan", + "Tecamachalco", + "Tecate", + "Tecax", + "Tecoman", + "Tecuala", + "Tejupilco de Hidalgo", + "Tekoh", + "Teloloapan", + "Temascalcingo", + "Temascaltepec de Gonzalez", + "Temixco", + "Tenamaxtlan", + "Tenancingo de Degollado", + "Tenosique de Pino Suarez", + "Teoloyucan", + "Teotihuacan de Arista", + "Tepalcatepec", + "Tepeaca", + "Tepeapulco", + "Tepeji de Ocampo", + "Tepetlacolco", + "Tepetlapa", + "Tepic", + "Tepotzotlan", + "Tepoztlan", + "Tequila", + "Tequisistlan", + "Tequisquiapan", + "Tequixquiac", + "Texcoco", + "Tezonapa", + "Tezontepec", + "Tezontepec de Aldama", + "Tezoyuca", + "Tierra Blanca", + "Tierra Colorada", + "Tijuana", + "Tilzapotla", + "Tirindaro", + "Tizapan el Alto", + "Tlacolula de Matamoros", + "Tlacotalpan", + "Tlahuac", + "Tlahuelilpan", + "Tlajomulco de Zuniga", + "Tlalmanalco de Velazquez", + "Tlalnepantla", + "Tlalpan", + "Tlaltizapan", + "Tlanalapa", + "Tlapa de Comonfort", + "Tlapacoyan", + "Tlaquepaque", + "Tlaquiltenango", + "Tlatlauquitepec", + "Tlatlaya", + "Tlaxcala", + "Tlaxcalancingo", + "Tocatlan", + "Tocumbo", + "Todos Santos", + "Tolcayuca", + "Toluca", + "Tonala", + "Tonatico", + "Topolobampo", + "Tula de Allende", + "Tulancingo", + "Tultepec", + "Tultitlan", + "Tulum", + "Tuxpan", + "Tuxpan de Rodriguez Cano", + "Tuxtla", + "Uman", + "Union de Tula", + "Ures", + "Uriangato", + "Ursulo Galvan", + "Uruapan", + "Valladolid", + "Valle de Bravo", + "Valle de Santiago", + "Valle Hermoso", + "Valles", + "Venustiano Carranza", + "Veracruz", + "Vicente Guerrero", + "Victoria", + "Villa Cuauhtemoc Otzolotepec", + "Villa de Almoloya de Juarez", + "Villa de Costa Rica", + "Villa Garcia", + "Villa Hidalgo", + "Villa Nanchital", + "Villadiego", + "Villagran", + "Villahermosa", + "Visitacion", + "Vistahermosa de Negrete", + "Xalapa", + "Xalisco", + "Xochimilco", + "Xochitepec", + "Xonacatlan", + "Yanga", + "Yautepec", + "Yecapixtla", + "Yucatan", + "Yurecuaro", + "Yuriria", + "Zacapoaxtla", + "Zacapu", + "Zacatecas", + "Zacatelco", + "Zacatepec", + "Zacatlan", + "Zacualpan", + "Zacualtipan", + "Zamora", + "Zapopan", + "Zapotitlan de Vadillo", + "Zapotlan de Juarez", + "Zapotlanejo", + "Zaragoza", + "Zinapecuaro", + "Zitlala", + "Zongolica", + "Zumpango" + ], + "Moldova": [ + "Anenii Noi", + "Briceni", + "Cahul", + "Calarasi", + "Ciorescu", + "Cojusna", + "Comrat", + "Drochia", + "Durlesti", + "Ialoveni", + "Magdacesti", + "Nisporeni", + "Orhei", + "Soroca", + "Straseni", + "Tighina", + "Tiraspol", + "Voinescu", + "Vulcanesti" + ], + "Mongolia": [ + "Altai", + "Arvayheer", + "Baruun-Urt", + "Bayangol", + "Bayanhongor", + "Cecerleg", + "Chihertey", + "Choyr", + "Dalandzadgad", + "Darhan", + "Han-Uul", + "Javhlant", + "Khovd", + "Mandalgovi", + "Ovoot", + "Saynshand", + "Toyrim", + "Ulaan-Uul", + "Ulan Bator", + "Uliastay", + "Undurkhaan" + ], + "Montenegro": [ + "Budva", + "Crna Gora", + "Herceg Novi", + "Igalo", + "Kotor", + "Niksic", + "Pljevlja", + "Podgorica", + "Stari Bar", + "Ulcinj" + ], + "Monaco": [], + "Montserrat": [ + "Amersham", + "Baker Hill", + "Bank Level", + "Banks", + "Beech Hill", + "Bethel", + "Black Ghaut Basin", + "Bramble", + "Bransby", + "Bugby Hole", + "Cavalla Hill", + "Cheapend", + "Cork Hill", + "Cudjoe Head", + "Dagenham", + "Davy Hill", + "Delvins", + "Dick Hill", + "Drummond's", + "Duberry Hill", + "Dyer's", + "Elberton", + "Fairfield", + "Fairy Walk" + ], + "Morocco": [ + "Afourer", + "Agadir", + "Ait Melloul", + "Al Hoceima", + "Assa", + "Benguerir", + "Beni Mellal", + "Berrechid", + "Casablanca", + "Deroua", + "El Gara", + "El Hajeb", + "El Jadida", + "Erfoud", + "Fes", + "Fkih Ben Salah", + "Kenitra", + "Khemisset", + "Khouribga", + "Ksar el Kebir", + "Larache", + "Mansour", + "Marrakesh", + "Mehediyah", + "Meknes", + "Mohammedia", + "Nador", + "Ouazzane", + "Oued Zem", + "Oujda", + "Oulad Teima", + "Rabat", + "Safi", + "Sefrou", + "Settat", + "Sidi Bennour", + "Sidi Slimane", + "Skhirat", + "Tahala", + "Tan-Tan", + "Tangier", + "Tarfaya", + "Taza", + "Temara", + "Tiflet", + "Tiznit", + "Touissite" + ], + "Mozambique": [ + "Beira", + "Maputo", + "Matola", + "Mozambique", + "Nampula", + "Pemba", + "Quelimane", + "Tete" + ], + "Namibia": [ + "Etunda", + "Grootfontein", + "Katima Mulilo", + "Keetmanshoop", + "Mpapuka", + "Olympia", + "Ondangwa", + "Ongwediva", + "Oranjemund", + "Oshakati", + "Otjiwarongo", + "Outapi", + "Swakopmund", + "Tsumeb", + "Walvis Bay", + "Windhoek" + ], + "Nauru": [ + "Arijejen", + "Denigomodu", + "Menen", + "Yaren District", + "Boe", + "Baitsi District", + "Nibok", + "Anabar", + "Uaboe", + "Ijuw" + ], + "Nepal": [ + "Bharatpur", + "Jawlakhel", + "Kathmandu", + "Lumbini", + "Palpa", + "Patan" + ], + "Netherlands": [ + "Aagtekerke", + "Aalburg", + "Aalden", + "Aalsmeer", + "Aalsmeerderbrug", + "Aalst", + "Aalten", + "Aardenburg", + "Abbekerk", + "Abbenes", + "Abcoude", + "Achterberg", + "Achterveld", + "Achthuizen", + "Achtmaal", + "Aduard", + "Aerdenhout", + "Aerdt", + "Afferden", + "Akersloot", + "Akkrum", + "Albergen", + "Alblasserdam", + "Alde Leie", + "Alem", + "Alkmaar", + "Almelo", + "Almere", + "Almere Haven", + "Almkerk", + "Alphen", + "Alphen aan den Rijn", + "Ameide", + "America", + "Amerongen", + "Amersfoort", + "Ammerstol", + "Ammerzoden", + "Amstelhoek", + "Amstelveen", + "Amstenrade", + "Amsterdam", + "Anderen", + "Andijk", + "Ane", + "Angeren", + "Anjum", + "Ankeveen", + "Anloo", + "Anna Paulowna", + "Annen", + "Apeldoorn", + "Appelscha", + "Appeltern", + "Appingedam", + "Arcen", + "Arkel", + "Arnemuiden", + "Arnhem", + "Asperen", + "Assen", + "Assendelft", + "Asten", + "Augustinusga", + "Avenhorn", + "Axel", + "Baambrugge", + "Baarland", + "Baarle-Nassau", + "Baarlo", + "Baarn", + "Baars", + "Babberich", + "Badhoevedorp", + "Baexem", + "Bakel", + "Baken", + "Bakhuizen", + "Balgoij", + "Balk", + "Ballum", + "Banholt", + "Barchem", + "Barendrecht", + "Barneveld", + "Batenburg", + "Bathmen", + "Bavel", + "Bedum", + "Beegden", + "Beek", + "Beekbergen", + "Beerta", + "Beerzerveld", + "Beesd", + "Beesel", + "Beets", + "Beetsterzwaag", + "Beilen", + "Beinsdorp", + "Belfeld", + "Bellingwolde", + "Bemelen", + "Bemmel", + "Beneden-Leeuwen", + "Bennebroek", + "Bennekom", + "Benningbroek", + "Benthuizen", + "Berg", + "Berg en Dal", + "Bergambacht", + "Bergeijk", + "Bergen", + "Bergen op Zoom", + "Bergentheim", + "Bergharen", + "Berghem", + "Bergschenhoek", + "Beringe", + "Berkenwoude", + "Berkhout", + "Berlicum", + "Best", + "Beugen", + "Beuningen", + "Beusichem", + "Beverwijk", + "Biddinghuizen", + "Bierum", + "Biervliet", + "Biest", + "Bilthoven", + "Bitgum", + "Bladel", + "Blaricum", + "Bleiswijk", + "Blerick", + "Bleskensgraaf", + "Blitterswijck", + "Bloemendaal", + "Blokker", + "Blokzijl", + "Bocholtz", + "Bodegraven", + "Boeicop", + "Boekel", + "Boelenslaan", + "Boerakker", + "Boesingheliede", + "Bolsward", + "Borculo", + "Borger", + "Born", + "Borne", + "Borsele", + "Bosch en Duin", + "Boskoop", + "Bosschenhoofd", + "Bourtange", + "Boven-Hardinxveld", + "Boven-Leeuwen", + "Bovenkarspel", + "Bovensmilde", + "Boxmeer", + "Boxtel", + "Brakel", + "Breda", + "Bredevoort", + "Breezand", + "Breskens", + "Breugel", + "Breukelen", + "Breukeleveen", + "Brielle", + "Briltil", + "Britsum", + "Broek in Waterland", + "Broek op Langedijk", + "Broekhin", + "Broekhuizen", + "Brouwershaven", + "Bruchem", + "Brucht", + "Bruinisse", + "Brummen", + "Brunssum", + "Buchten", + "Budel", + "Budel-Dorplein", + "Budel-Schoot", + "Buinerveen", + "Buitenkaag", + "Buitenpost", + "Bunde", + "Bunnik", + "Bunschoten", + "Buren", + "Burgerveen", + "Burgum", + "Burgwerd", + "Burum", + "Bussum", + "Buurse", + "Cadier en Keer", + "Cadzand", + "Callantsoog", + "Capelle aan den IJssel", + "Castricum", + "Centrum", + "Chaam", + "Clinge", + "Coevorden", + "Colijnsplaat", + "Colmschate", + "Craailo", + "Cromvoirt", + "Cruquius", + "Cuijk", + "Culemborg", + "Daarle", + "Dalen", + "Dalfsen", + "Damwald", + "De Bilt", + "De Blesse", + "De Cocksdorp", + "De Falom", + "De Glind", + "De Goorn", + "De Hoef", + "De Horst", + "De Klomp", + "De Koog", + "De Kwakel", + "De Lier", + "De Lutte", + "De Meern", + "De Moer", + "De Punt", + "De Rijp", + "De Steeg", + "De Waal", + "De Westereen", + "De Wijk", + "De Wilp", + "De Zilk", + "Dedemsvaart", + "Deest", + "Delden", + "Delfgauw", + "Delft", + "Delfzijl", + "Den Bommel", + "Den Burg", + "Den Deijl", + "Den Dolder", + "Den Dungen", + "Den Helder", + "Den Hoorn", + "Den Hout", + "Den Ilp", + "Den Oever", + "Denekamp", + "Deurne", + "Deventer", + "Didam", + "Diemen", + "Diepenheim", + "Diepenveen", + "Dieren", + "Diessen", + "Dieteren", + "Diever", + "Dijk", + "Dinteloord", + "Dinxperlo", + "Dirkshorn", + "Dirksland", + "Dodewaard", + "Doenrade", + "Doesburg", + "Doetinchem", + "Dokkum", + "Domburg", + "Dongen", + "Doorn", + "Doornenburg", + "Doornspijk", + "Doorwerth", + "Dordrecht", + "Dorp", + "Dorst", + "Drachten", + "Drempt", + "Dreumel", + "Driebergen", + "Driebruggen", + "Driehuis", + "Driel", + "Driemond", + "Drogeham", + "Dronryp", + "Dronten", + "Drunen", + "Druten", + "Duin", + "Duiven", + "Duivendrecht", + "Dwingeloo", + "Earnewald", + "Echt", + "Echten", + "Echtenerbrug", + "Eckart", + "Edam", + "Ede", + "Ederveen", + "Eede", + "Eefde", + "Eelde-Paterswolde", + "Eelderwolde", + "Eemnes", + "Eenrum", + "Eerbeek", + "Eersel", + "Eethen", + "Eext", + "Eexterzandvoort", + "Egchel", + "Egmond aan Zee", + "Egmond-Binnen", + "Eibergen", + "Eijsden", + "Eindhoven", + "Einighausen", + "Elburg", + "Ell", + "Ellecom", + "Elsendorp", + "Elsloo", + "Elst", + "Emmeloord", + "Emmen", + "Emmer-Compascuum", + "Emst", + "Engelen", + "Enkhuizen", + "Ens", + "Enschede", + "Enschot", + "Enspijk", + "Enter", + "Enumatil", + "Epe", + "Epen", + "Epse", + "Erica", + "Erichem", + "Erm", + "Ermelo", + "Erp", + "Escharen", + "Espel", + "Etten", + "Everdingen", + "Ewijk", + "Exloo", + "Eygelshoven", + "Eys", + "Ezinge", + "Farmsum", + "Feanwalden", + "Ferwert", + "Fijnaart", + "Finsterwolde", + "Fleringen", + "Fluitenberg", + "Flushing", + "Foxhol", + "Franeker", + "Frederiksoord", + "Gaanderen", + "Galder", + "Gameren", + "Gapinge", + "Garderen", + "Garmerwolde", + "Garsthuizen", + "Garyp", + "Gasselte", + "Gasselternijveen", + "Geertruidenberg", + "Geervliet", + "Gees", + "Geesteren", + "Geldermalsen", + "Geldrop", + "Geleen", + "Gelselaar", + "Gemeente Rotterdam", + "Gemert", + "Gemonde", + "Genderen", + "Gendringen", + "Gendt", + "Genemuiden", + "Gennep", + "Giesbeek", + "Giessenburg", + "Giessendam", + "Gieten", + "Gieterveen", + "Giethoorn", + "Gilze", + "Glimmen", + "Goes", + "Goirle", + "Goor", + "Gorinchem", + "Gorredijk", + "Gorssel", + "Gouda", + "Gouderak", + "Goudswaard", + "Goutum", + "Gramsbergen", + "Grashoek", + "Grathem", + "Grave", + "Greup", + "Grijpskerk", + "Groeningen", + "Groenlo", + "Groenveld", + "Groesbeek", + "Groessen", + "Groet", + "Groningen", + "Gronsveld", + "Groot-Agelo", + "Groot-Ammers", + "Grootebroek", + "Grootegast", + "Grou", + "Grubbenvorst", + "Gulpen", + "Guttecoven", + "Gytsjerk", + "Haaften", + "Haaksbergen", + "Haalderen", + "Haamstede", + "Haaren", + "Haarle", + "Haarlem", + "Haarlemmerliede", + "Haelen", + "Halfweg", + "Halle", + "Hallum", + "Halsteren", + "Hank", + "Hantum", + "Hantumhuizen", + "Hapert", + "Haps", + "Hardenberg", + "Harderwijk", + "Haren", + "Harich", + "Harkema", + "Harkstede", + "Harlingen", + "Harmelen", + "Hartwerd", + "Hasselt", + "Hattem", + "Haule", + "Haulerwijk", + "Hauwert", + "Havelte", + "Hazerswoude-Dorp", + "Hazerswoude-Rijndijk", + "Hedel", + "Heeg", + "Heelsum", + "Heemskerk", + "Heemstede", + "Heenvliet", + "Heerde", + "Heerenveen", + "Heerhugowaard", + "Heerjansdam", + "Heerle", + "Heerlen", + "Heesch", + "Heeswijk", + "Heeswijk-Dinther", + "Heeten", + "Heeze", + "Heijen", + "Heijningen", + "Heikant", + "Heilig Landstichting", + "Heiloo", + "Heinenoord", + "Heino", + "Hekelingen", + "Helden", + "Helenaveen", + "Hellendoorn", + "Hellevoetsluis", + "Hellouw", + "Helmond", + "Helvoirt", + "Hem", + "Hemelum", + "Hendrik-Ido-Ambacht", + "Hengelo", + "Hengevelde", + "Hennaard", + "Hensbroek", + "Herbaijum", + "Herkenbosch", + "Herkingen", + "Hernen", + "Herpen", + "Herten", + "Herveld", + "Herwijnen", + "Heteren", + "Heukelum", + "Heusden", + "Heveadorp", + "Heythuysen", + "Hierden", + "Hijken", + "Hillegom", + "Hilvarenbeek", + "Hilversum", + "Hindeloopen", + "Hippolytushoef", + "Hoedekenskerke", + "Hoek", + "Hoek van Holland", + "Hoenderloo", + "Hoensbroek", + "Hoevelaken", + "Hoge Donk", + "Hollandsche Rading", + "Hollandscheveld", + "Hollum", + "Holten", + "Holthees", + "Holthone", + "Holtum", + "Holwierde", + "Homoet", + "Honselersdijk", + "Hoofddorp", + "Hoofdplaat", + "Hoogblokland", + "Hooge Zwaluwe", + "Hoogeloon", + "Hoogerheide", + "Hoogersmilde", + "Hoogeveen", + "Hoogezand", + "Hooghalen", + "Hoogkarspel", + "Hoogkerk", + "Hoogland", + "Hooglanderveen", + "Hoogmade", + "Hoogvliet", + "Hoogwoud", + "Hoorn", + "Hoornaar", + "Horn", + "Horst", + "Hout", + "Houtakker", + "Houten", + "Huijbergen", + "Huis ter Heide", + "Huissen", + "Huizen", + "Hulsberg", + "Hulshorst", + "Hulst", + "Hummelo", + "Hurdegaryp", + "IJhorst", + "IJlst", + "IJmuiden", + "IJsselmuiden", + "IJsselstein", + "IJzendijke", + "IJzendoorn", + "Ilpendam", + "Ingelum", + "Ingen", + "Ittervoort", + "Jabeek", + "Jisp", + "Joppe", + "Joure", + "Jubbega", + "Julianadorp", + "Jutrijp", + "Kaag", + "Kaatsheuvel", + "Kalenberg", + "Kamerik", + "Kampen", + "Kamperland", + "Kantens", + "Kapelle", + "Kats", + "Katwijk", + "Katwijk aan Zee", + "Katwoude", + "Keijenborg", + "Kekerdom", + "Keldonk", + "Kerk-Avezaath", + "Kerkdriel", + "Kerkenveld", + "Kerkrade", + "Kessel", + "Kesteren", + "Kimswerd", + "Kinderdijk", + "Klaaswaal", + "Klazienaveen", + "Klimmen", + "Kloetinge", + "Kloosterhaar", + "Klundert", + "Kockengen", + "Koedijk", + "Koekange", + "Koewacht", + "Kolham", + "Kolhorn", + "Kollum", + "Kommerzijl", + "Koog aan de Zaan", + "Kootstertille", + "Kootwijkerbroek", + "Kortenhoef", + "Kortgene", + "Koudekerk aan den Rijn", + "Koudekerke", + "Koudum", + "Kraggenburg", + "Krimpen aan de Lek", + "Krimpen aan den IJssel", + "Krommenie", + "Kropswolde", + "Kruiningen", + "Kruisland", + "Kudelstaart", + "Kuitaart", + "Kwintsheul", + "Laag-Soeren", + "Lage Mierde", + "Lage Zwaluwe", + "Landsmeer", + "Langedijk", + "Langezwaag", + "Laren", + "Lathum", + "Leek", + "Leerdam", + "Leersum", + "Leeuwarden", + "Legemeer", + "Leiden", + "Leiderdorp", + "Leidschendam", + "Leimuiden", + "Lekkerkerk", + "Lelystad", + "Lemele", + "Lemelerveld", + "Lemiers", + "Lemmer", + "Lent", + "Lettele", + "Leusden", + "Leuth", + "Lewenborg", + "Lexmond", + "Lichtenvoorde", + "Liempde", + "Lienden", + "Lies", + "Lieshout", + "Liessel", + "Lievelde", + "Lijnden", + "Limbricht", + "Limmel", + "Limmen", + "Linne", + "Linschoten", + "Lippenhuizen", + "Lisse", + "Lithoijen", + "Lobith", + "Lochem", + "Loenen", + "Loon op Zand", + "Loosdrecht", + "Loozen", + "Lopik", + "Loppersum", + "Losser", + "Lottum", + "Lunteren", + "Lutjebroek", + "Lutjewinkel", + "Lutten", + "Luyksgestel", + "Maarheeze", + "Maarn", + "Maarssen", + "Maarssenbroek", + "Maartensdijk", + "Maasbommel", + "Maasbracht", + "Maasbree", + "Maasdam", + "Maasdijk", + "Maashees", + "Maaskantje", + "Maasland", + "Maassluis", + "Maastricht", + "Made", + "Makkum", + "Malden", + "Manderveen", + "Margraten", + "Marienberg", + "Markelo", + "Marknesse", + "Marrum", + "Marum", + "Mastenbroek", + "Maurik", + "Mechelen", + "Medemblik", + "Meeden", + "Meer", + "Meerkerk", + "Meerlo", + "Meerssen", + "Meeuwen", + "Megchelen", + "Meijel", + "Melick", + "Meppel", + "Merkelbeek", + "Merselo", + "Middelbeers", + "Middelburg", + "Middelharnis", + "Middenbeemster", + "Middenmeer", + "Midlum", + "Mierlo", + "Mijdrecht", + "Mijnsheerenland", + "Mildam", + "Milheeze", + "Mill", + "Millingen", + "Millingen aan de Rijn", + "Milsbeek", + "Moerdijk", + "Moergestel", + "Moerkapelle", + "Molenaarsgraaf", + "Molenhoek", + "Molenschot", + "Monnickendam", + "Monster", + "Montfoort", + "Montfort", + "Mook", + "Mookhoek", + "Moordrecht", + "Mortel", + "Muiden", + "Muiderberg", + "Munstergeleen", + "Muntendam", + "Mussel", + "Naaldwijk", + "Naarden", + "Nederasselt", + "Nederhemert", + "Nederhorst den Berg", + "Nederweert", + "Neede", + "Neer", + "Neer-Andel", + "Nes", + "Netterden", + "Nibbixwoud", + "Nieuw-Amsterdam", + "Nieuw-Balinge", + "Nieuw-Beijerland", + "Nieuw-Bergen", + "Nieuw-Buinen", + "Nieuw-Dordrecht", + "Nieuw-Lekkerland", + "Nieuw-Namen", + "Nieuw-Schoonebeek", + "Nieuw-Vennep", + "Nieuw-Vossemeer", + "Nieuwdorp", + "Nieuwe Pekela", + "Nieuwe Wetering", + "Nieuwe-Niedorp", + "Nieuwe-Tonge", + "Nieuwegein", + "Nieuwehorne", + "Nieuwendijk", + "Nieuwer-Ter-Aa", + "Nieuwerbrug", + "Nieuwerkerk aan den IJssel", + "Nieuweschoot", + "Nieuwkoop", + "Nieuwkuijk", + "Nieuwlande", + "Nieuwleusen", + "Nieuwolda", + "Nieuwpoort", + "Nieuwstadt", + "Nieuwveen", + "Nigtevecht", + "Nijbroek", + "Nijhuizum", + "Nijkerk", + "Nijkerkerveen", + "Nijland", + "Nijmegen", + "Nijnsel", + "Nijverdal", + "Nistelrode", + "Noardburgum", + "Noorbeek", + "Noord-Scharwoude", + "Noord-Sleen", + "Noordbroek", + "Noordeloos", + "Noorden", + "Noordgouwe", + "Noordhorn", + "Noordlaren", + "Noordscheschut", + "Noordwelle", + "Noordwijk aan Zee", + "Noordwijk-Binnen", + "Noordwijkerhout", + "Noordwolde", + "Nootdorp", + "Norg", + "Nuenen", + "Nuis", + "Nuland", + "Numansdorp", + "Nunhem", + "Nunspeet", + "Nuth", + "Obbicht", + "Obdam", + "Ochten", + "Odijk", + "Oeffelt", + "Oegstgeest", + "Oene", + "Oijen", + "Oirsbeek", + "Oirschot", + "Oisterwijk", + "Oldeberkoop", + "Oldebroek", + "Oldeholtpade", + "Oldehove", + "Oldekerk", + "Oldemarkt", + "Oldenzaal", + "Olst", + "Ommen", + "Onnen", + "Ooij", + "Ooltgensplaat", + "Oost-Souburg", + "Oostburg", + "Oostendam", + "Oosterbeek", + "Oosterbierum", + "Oosterend", + "Oosterhesselen", + "Oosterhout", + "Oosterland", + "Oosternijkerk", + "Oosterwolde", + "Oosterzee", + "Oosthuizen", + "Oostkapelle", + "Oostvoorne", + "Oostwold", + "Oostwoud", + "Oostzaan", + "Ootmarsum", + "Op den Bosch", + "Opeinde", + "Ophemert", + "Opheusden", + "Opmeer", + "Oranje", + "Oranjewoud", + "Ospel", + "Oss", + "Ossendrecht", + "Oterleek", + "Otterlo", + "Ottersum", + "Oud-Ade", + "Oud-Alblas", + "Oud-Beijerland", + "Oud-Gastel", + "Oud-Zuilen", + "Ouddorp", + "Oude Pekela", + "Oude Wetering", + "Oude-Tonge", + "Oudega", + "Oudehaske", + "Oudehorne", + "Oudelande", + "Oudemirdum", + "Oudemolen", + "Oudenbosch", + "Oudendijk", + "Ouderkerk aan de Amstel", + "Oudeschild", + "Oudesluis", + "Oudewater", + "Oudkarspel", + "Oudorp", + "Oudwoude", + "Overasselt", + "Overberg", + "Overdinkel", + "Overloon", + "Overveen", + "Ovezande", + "Palemig", + "Pannerden", + "Panningen", + "Papekop", + "Papendrecht", + "Partij", + "Paterswolde", + "Peize", + "Pernis", + "Petten", + "Philippine", + "Piershil", + "Pieterburen", + "Pieterzijl", + "Pijnacker", + "Pingjum", + "Plasmolen", + "Poeldijk", + "Poortugaal", + "Poortvliet", + "Posterholt", + "Princenhof", + "Prinsenbeek", + "Puiflijk", + "Purmerend", + "Purmerland", + "Puth", + "Putte", + "Putten", + "Puttershoek", + "Raalte", + "Raamsdonksveer", + "Randwijk", + "Ravenstein", + "Ravenswoud", + "Reeuwijk", + "Rekken", + "Renesse", + "Renkum", + "Renswoude", + "Ressen", + "Retranchement", + "Reusel", + "Reuver", + "Rheden", + "Rhenen", + "Rhenoy", + "Rhoon", + "Ridderkerk", + "Riethoven", + "Rietveld", + "Rijckholt", + "Rijen", + "Rijkevoort", + "Rijnsburg", + "Rijpwetering", + "Rijsbergen", + "Rijsenhout", + "Rijssen", + "Rijswijk", + "Rilland", + "Rinsumageast", + "Rips", + "Rivierenwijk", + "Rixtel", + "Rockanje", + "Roden", + "Rodenrijs", + "Roelofarendsveen", + "Roermond", + "Roggel", + "Rolde", + "Roodeschool", + "Roosendaal", + "Roosteren", + "Rooth", + "Rosmalen", + "Rossum", + "Rotterdam", + "Rottum", + "Rozenburg", + "Rozendaal", + "Rucphen", + "Ruinen", + "Ruinerwold", + "Rutten", + "Ruurlo", + "s-Heerenberg", + "Saasveld", + "Sambeek", + "Santpoort-Noord", + "Sappemeer", + "Sas van Gent", + "Sassenheim", + "Schagen", + "Schagerbrug", + "Schaijk", + "Schalkhaar", + "Scharmer", + "Scheemda", + "Schellinkhout", + "Schermerhorn", + "Scherpenisse", + "Scherpenzeel", + "Schiedam", + "Schiermonnikoog", + "Schijndel", + "Schildwolde", + "Schimmert", + "Schin op Geul", + "Schinnen", + "Schinveld", + "Schipborg", + "Schipluiden", + "Schoondijke", + "Schoonebeek", + "Schoonhoven", + "Schoorl", + "Schore", + "Sellingen", + "Serooskerke", + "Sevenum", + "Sibculo", + "Siddeburen", + "Siebengewald", + "Silvolde", + "Simpelveld", + "Sint Agatha", + "Sint Annaland", + "Sint Annaparochie", + "Sint Anthonis", + "Sint Hubert", + "Sint Jansteen", + "Sint Joost", + "Sint Maarten", + "Sint Maartensdijk", + "Sint Nicolaasga", + "Sint Odilienberg", + "Sint Pancras", + "Sint Philipsland", + "Sint Willebrord", + "Sint-Michielsgestel", + "Sint-Oedenrode", + "Sintjohannesga", + "Sittard", + "Slagharen", + "Sleen", + "Sleeuwijk", + "Slenaken", + "Sliedrecht", + "Slijk-Ewijk", + "Slochteren", + "Slootdorp", + "Sloterdijk", + "Sluis", + "Sluiskil", + "Smilde", + "Sneek", + "Soerendonk", + "Soest", + "Soesterberg", + "Someren", + "Sommelsdijk", + "Son en Breugel", + "Spaarndam", + "Spakenburg", + "Spanbroek", + "Spaubeek", + "Spierdijk", + "Spijk", + "Spijkenisse", + "Sprang", + "Sprundel", + "Stadskanaal", + "Stampersgat", + "Staphorst", + "Stationsbuurt", + "Stedum", + "Steenbergen", + "Steensel", + "Steenwijk", + "Steggerda", + "Steijl", + "Stein", + "Stellendam", + "Sterksel", + "Stevensbeek", + "Stevensweert", + "Stiens", + "Stolwijk", + "Stompetoren", + "Stompwijk", + "Stoutenburg", + "Strijen", + "Strijensas", + "Stroe", + "Stuifzand", + "Sumar", + "Surhuisterveen", + "Surhuizum", + "Susteren", + "Suwald", + "Swalmen", + "Sweikhuizen", + "Swifterbant", + "Taarlo", + "Tegelen", + "Ten Boer", + "Ten Post", + "Ter Aar", + "Ter Apel", + "Ter Apelkanaal", + "Terblijt", + "Terborg", + "Terheijden", + "Terneuzen", + "Terschuur", + "Teteringen", + "The Hague", + "Tholen", + "Tiel", + "Tienhoven", + "Tienraij", + "Tijnje", + "Tilburg", + "Tilligte", + "Tinte", + "Tjerkwerd", + "Tolbert", + "Toldijk", + "Tolkamer", + "Tricht", + "Tubbergen", + "Tuitjenhorn", + "Tull", + "Tweede Exloermond", + "Tweede Valthermond", + "Twello", + "Twijzelerheide", + "Twisk", + "Tynaarlo", + "Tytsjerk", + "Tzummarum", + "Uddel", + "Uden", + "Udenhout", + "Ugchelen", + "Uitdam", + "Uitgeest", + "Uithoorn", + "Uithuizen", + "Uithuizermeeden", + "Uitwellingerga", + "Ulestraten", + "Ulft", + "Ulicoten", + "Ulrum", + "Ulvenhout", + "Ureterp", + "Urk", + "Urmond", + "Ursem", + "Utrecht", + "Vaals", + "Vaassen", + "Valburg", + "Valkenburg", + "Valkenswaard", + "Valthe", + "Valthermond", + "Varik", + "Varsseveld", + "Vasse", + "Veen", + "Veendam", + "Veenendaal", + "Veenhuizen", + "Veenoord", + "Veghel", + "Velddriel", + "Velden", + "Veldhoven", + "Velp", + "Velsen", + "Velsen-Noord", + "Ven-Zelderheide", + "Venhorst", + "Venhuizen", + "Venlo", + "Venray", + "Vianen", + "Vierhouten", + "Vierlingsbeek", + "Vierpolders", + "Vijfhuizen", + "Vilt", + "Vinkeveen", + "Vlaardingen", + "Vlagtwedde", + "Vledder", + "Vleuten", + "Vlieland", + "Vlijmen", + "Vlodrop", + "Voerendaal", + "Vogelenzang", + "Vogelwaarde", + "Volendam", + "Volkel", + "Voorburg", + "Voorhout", + "Voorschoten", + "Voorst", + "Voorthuizen", + "Vorden", + "Vorstenbosch", + "Vortum-Mullem", + "Vragender", + "Vreeland", + "Vries", + "Vriezenveen", + "Vroomshoop", + "Vrouwenpolder", + "Vught", + "Vuren", + "Waalre", + "Waalwijk", + "Waardenburg", + "Waarder", + "Waarland", + "Waddinxveen", + "Wagenberg", + "Wagenborgen", + "Wageningen", + "Walterswald", + "Wamel", + "Wanroij", + "Wanssum", + "Wapenveld", + "Warder", + "Warffum", + "Warmenhuizen", + "Warmond", + "Warnsveld", + "Waspik", + "Wassenaar", + "Wateringen", + "Waterland", + "Weerselo", + "Weert", + "Weesp", + "Wehl", + "Weidum", + "Well", + "Wellerlooi", + "Wemeldinge", + "Werkendam", + "Werkhoven", + "Wervershoof", + "Wessem", + "West-Knollendam", + "West-Terschelling", + "Westbeemster", + "Westbroek", + "Westdorpe", + "Westerbork", + "Westerhaar-Vriezenveensewijk", + "Westerhoven", + "Westervoort", + "Westerwijtwerd", + "Westkapelle", + "Westmaas", + "Westzaan", + "Weurt", + "Wezep", + "Wierden", + "Wieringerwaard", + "Wieringerwerf", + "Wierum", + "Wijchen", + "Wijckel", + "Wijdenes", + "Wijdewormer", + "Wijhe", + "Wijk aan Zee", + "Wijk bij Duurstede", + "Wijlre", + "Wijnaldum", + "Wijnandsrade", + "Wijngaarden", + "Wijster", + "Wildervank", + "Willemstad", + "Wilnis", + "Wilp", + "Winkel", + "Winschoten", + "Winssen", + "Winsum", + "Wintelre", + "Winterswijk", + "Wissenkerke", + "Witharen", + "Wittem", + "Witteveen", + "Woensdrecht", + "Woerden", + "Woerdense Verlaat", + "Wognum", + "Wolfheze", + "Wolphaartsdijk", + "Woltersum", + "Wolvega", + "Wommels", + "Wons", + "Workum", + "Wormer", + "Wormerveer", + "Woubrugge", + "Woudenberg", + "Woudrichem", + "Woudsend", + "Wouwsche Plantage", + "Yde", + "Yerseke", + "Ysbrechtum", + "Zaamslag", + "Zaandam", + "Zaandijk", + "Zaanstad", + "Zalk", + "Zaltbommel", + "Zandeweer", + "Zandvoort", + "Zeddam", + "Zeeland", + "Zeerijp", + "Zeewolde", + "Zeist", + "Zelhem", + "Zetten", + "Zevenaar", + "Zevenbergen", + "Zevenbergschen Hoek", + "Zevenhoven", + "Zevenhuizen", + "Zierikzee", + "Zieuwent", + "Zijderveld", + "Zoetermeer", + "Zoeterwoude", + "Zonnemaire", + "Zorgvlied", + "Zoutelande", + "Zoutkamp", + "Zuid-Beijerland", + "Zuid-Scharwoude", + "Zuidbroek", + "Zuidermeer", + "Zuiderpark", + "Zuidhorn", + "Zuidland", + "Zuidlaren", + "Zuidoostbeemster", + "Zuidwolde", + "Zuidzande", + "Zuilichem", + "Zundert", + "Zutphen", + "Zwaag", + "Zwaagdijk-Oost", + "Zwaanshoek", + "Zwanenburg", + "Zwartebroek", + "Zwartemeer", + "Zwartewaal", + "Zwartsluis", + "Zwijndrecht", + "Zwinderen", + "Zwolle" + ], + "New Caledonia": [ + "Dumbea", + "Mont-Dore", + "Noumea", + "Nouville", + "Paita" + ], + "New Zealand": [ + "Ahaura", + "Albany", + "Amberley", + "Ashhurst", + "Auckland", + "Avondale", + "Awanui", + "Balclutha", + "Balfour", + "Beachlands", + "Belmont", + "Bethlehem", + "Blackburn", + "Bombay", + "Brightwater", + "Browns Bay", + "Bulls", + "Campbells Bay", + "Cashmere Hills", + "Cave", + "Cheviot", + "Christchurch", + "Clarks", + "Clevedon", + "Clinton", + "Clive", + "Clyde", + "Coalgate", + "Coatesville", + "Collingwood", + "Colville", + "Coromandel", + "Darfield", + "Dargaville", + "Douglas", + "Doyleston", + "Drury", + "Dunedin", + "Duvauchelle", + "East Tamaki", + "Eastbourne", + "Edendale", + "Eltham", + "Fairlie", + "Favona", + "Foxton", + "Foxton Beach", + "Franz Josef", + "Gisborne", + "Glen Eden", + "Glenbrook", + "Greenhithe", + "Greerton", + "Greymouth", + "Haast", + "Halswell", + "Hamilton", + "Hastings", + "Havelock North", + "Hawarden", + "Hawera", + "Herne Bay", + "Hikuai", + "Hokitika", + "Howick", + "Hunterville", + "Invercargill", + "Johnsonville", + "Kaeo", + "Kaiata", + "Kaikoura", + "Kaitangata", + "Kaiwaka", + "Kaiwharawhara", + "Kamo", + "Karamea", + "Katikati", + "Kawakawa", + "Kawerau", + "Kawhia", + "Kerikeri", + "Khandallah", + "Kimbolton", + "Kirwee", + "Kohukohu", + "Kumeu", + "Kurow", + "Lake Tekapo", + "Leamington", + "Leeston", + "Levels", + "Levin", + "Lincoln", + "Linwood", + "Longburn", + "Lower Hutt", + "Lumsden", + "Mangaroa", + "Mangawhai Heads", + "Mangere", + "Mangonui", + "Manukau", + "Manunui", + "Marua", + "Masterton", + "Matakana", + "Maungatapere", + "Maungaturoto", + "Menzies Ferry", + "Methven", + "Milton", + "Mission Bay", + "Moerewa", + "Mosgiel", + "Mossburn", + "Mount Maunganui", + "Murupara", + "Myross Bush", + "Napier City", + "Nelson", + "New Plymouth", + "Ngaio", + "Ngatea", + "North Shore", + "Northcote Point", + "Northland", + "Oakura", + "Oamaru", + "Oban", + "Ohaupo", + "Ohura", + "Okaiawa", + "Okaihau", + "Okato", + "Onga Onga", + "Opaheke", + "Opotiki", + "Opunake", + "Orakei", + "Oratia", + "Orewa", + "Otaki", + "Otaki Beach", + "Otane", + "Otautau", + "Otematata", + "Otorohanga", + "Oturehua", + "Outram", + "Owaka", + "Oxford", + "Paekakariki", + "Paeroa", + "Paihia", + "Pakuranga", + "Palmerston North", + "Panmure", + "Papakura", + "Papamoa", + "Paradise", + "Paraparaumu", + "Paraparaumu Beach", + "Paremata", + "Parnell", + "Penrose", + "Petone", + "Piopio", + "Pirongia", + "Pleasant Point", + "Pokeno", + "Ponsonby", + "Porangahau", + "Porirua", + "Port Chalmers", + "Portland", + "Puhoi", + "Pukeatua", + "Punakaiki", + "Queenstown", + "Raglan", + "Rakaia", + "Rakaia Gorge", + "Ranfurly", + "Red Beach", + "Renwick", + "Reporoa", + "Riverhead", + "Riversdale", + "Riverton", + "Rolleston", + "Rotherham", + "Rotorua", + "Ruawai", + "Russell", + "Saint Heliers", + "Sawyers Bay", + "Sefton", + "Silverdale", + "Springs Junction", + "Stanmore Bay", + "Swanson", + "Tahoraiti", + "Takaka", + "Takanini", + "Takapau", + "Takapuna", + "Tamahere", + "Taradale", + "Tasman", + "Taupiri", + "Taupo", + "Tauranga", + "Te Anau", + "Te Atatu", + "Te Kauwhata", + "Te Roti", + "Templeton", + "Thames", + "Timaru", + "Tinwald", + "Tirau", + "Titirangi North", + "Tokomaru", + "Tokoroa", + "Torbay", + "Tuakau", + "Tuatapere", + "Turangi", + "Upper Moutere", + "Urenui", + "Waiau", + "Waiau Pa", + "Waihi", + "Waihi Beach", + "Waikanae", + "Waikari", + "Waikawa", + "Waikuku", + "Waikuku Beach", + "Waimana", + "Waimauku", + "Wainuiomata", + "Waiouru", + "Waipara", + "Waipawa", + "Waipu", + "Wairoa", + "Waitakere City", + "Waitangi", + "Waitara", + "Waitati", + "Waitoa", + "Waiuku", + "Wakefield", + "Walton", + "Wanaka", + "Wanganui", + "Warkworth", + "Waverley", + "Wellington", + "Wellsford", + "Wendon Valley", + "West Melton", + "Weston", + "Westport", + "Weymouth", + "Whakatane", + "Whangamata", + "Whangaparaoa", + "Whangarei", + "Whitianga", + "Winchester", + "Windermere", + "Winton", + "Woodend", + "Woolston", + "Wyndham", + "Yaldhurst" + ], + "Nicaragua": [ + "Bluefields", + "Chinandega", + "El Panama", + "Esteli", + "Granada", + "Jinotega", + "Los Arados", + "Managua", + "Masaya", + "Matagalpa", + "Ocotal", + "Rivas", + "San Juan del Sur" + ], + "Niger": [ + "Abala", + "Abalak", + "Agadez", + "Agui\u00e9", + "Arlit", + "Ayourou", + "Ball\u00e9yara", + "Birni Ngaour\u00e9", + "Birni Nkonni", + "Bouza", + "Dakoro", + "Diffa", + "Dogondoutchi", + "Dosso", + "Filingu\u00e9", + "Gaya", + "Gazaoua", + "Gour\u00e9", + "Guidan Roumji", + "Ill\u00e9la", + "Keita", + "Kollo", + "Madaoua", + "Madarounfa", + "Magaria", + "Ma\u00efn\u00e9-Soroa", + "Maradi", + "Matameye", + "Mayahi", + "Mirria", + "Nguigmi", + "Niamey", + "Ouallam", + "Say", + "Tahoua", + "T\u00e2nout", + "Tchintabaraden", + "T\u00e9ra", + "Tessaoua", + "Tibiri", + "Tillab\u00e9ri", + "Torodi", + "Zinder" + ], + "Nigeria": [ + "Aba", + "Abakaliki", + "Abeokuta", + "Abraka", + "Abraka", + "Abuja", + "Ado-Ekiti", + "Adodo", + "Aganga", + "Agege", + "Agidingbi", + "Ajegunle", + "Ajuwon", + "Akure", + "Alimosho", + "Anambra", + "Apapa", + "Ayobo", + "Benin City", + "Birnin Kebbi", + "Bonny", + "Burutu", + "Bwari", + "Calabar", + "Chafe", + "Damaturu", + "Egbeda", + "Ekpoma", + "Enugu", + "Forum", + "Funtua", + "Ibadan", + "Ido", + "Ifako", + "Igando", + "Igueben", + "Ikeja", + "Ikorodu", + "Ikotun", + "Ile-Ife", + "Ilesa", + "Ilorin", + "Ipaja", + "Iseri-Oke", + "Isolo", + "Jalingo", + "Jos", + "Kaduna", + "Kano", + "Kebbi", + "Lagos", + "Lekki", + "Lokoja", + "Magodo", + "Makurdi", + "Maryland", + "Minna", + "Mogho", + "Mowe", + "Mushin", + "Nsukka", + "Obafemi", + "Obudu", + "Odau", + "Ojo", + "Ojota", + "Ondo", + "Onigbongbo", + "Orile Oshodi", + "Oshodi", + "Osogbo", + "Ota", + "Owerri", + "Oworonsoki", + "Port Harcourt", + "Shomolu", + "Suleja", + "Suru-Lere", + "Tara", + "Ughelli", + "Ungwan Madaki", + "Uyo", + "Warri", + "Warri", + "Yaba", + "Yola", + "Zaria" + ], + "Norway": [ + "Abelvaer", + "Adalsbruk", + "Adland", + "Agotnes", + "Agskardet", + "Aker", + "Akkarfjord", + "Akrehamn", + "Al", + "Alen", + "Algard", + "Almas", + "Alta", + "Alvdal", + "Amli", + "Amot", + "Ana-Sira", + "Andalsnes", + "Andenes", + "Angvika", + "Ankenes", + "Annstad", + "Ardal", + "Ardalstangen", + "Arendal", + "Arland", + "Arneberg", + "Arnes", + "Aros", + "As", + "Asen", + "Aseral", + "Asgardstrand", + "Ask", + "Asker", + "Askim", + "Aukra", + "Auli", + "Aurdal", + "Aure", + "Aursmoen", + "Austbo", + "Austbygdi", + "Austevoll", + "Austmarka", + "Baerums verk", + "Bagn", + "Balestrand", + "Ballangen", + "Ballstad", + "Bangsund", + "Barkaker", + "Barstadvik", + "Batnfjordsora", + "Batsto", + "Beisfjord", + "Beitostolen", + "Bekkjarvik", + "Berge", + "Bergen", + "Berger", + "Berkak", + "Birkeland", + "Birtavarre", + "Bjaland", + "Bjerka", + "Bjerkvik", + "Bjoneroa", + "Bjordal", + "Bjorke", + "Bjorkelangen", + "Bjornevatn", + "Blaker", + "Blakset", + "Bleikvasslia", + "Bo", + "Bomlo", + "Bones", + "Borge", + "Borgen", + "Borhaug", + "Borkenes", + "Borregard", + "Bostad", + "Bovagen", + "Boverfjorden", + "Brandbu", + "Brandval", + "Brattholmen", + "Brattvag", + "Brekke", + "Brekstad", + "Brennasen", + "Brevik", + "Bronnoysund", + "Bru", + "Bruflat", + "Brumunddal", + "Brusand", + "Bruvik", + "Bryne", + "Bud", + "Burfjord", + "Buskerud", + "Buvika", + "Byglandsfjord", + "Bygstad", + "Bykle", + "Byrknes Nordre", + "Cavkkus", + "Dal", + "Dale", + "Dalen", + "Davik", + "Deknepollen", + "Digermulen", + "Dilling", + "Dimmelsvik", + "Dirdal", + "Disena", + "Dokka", + "Dolemo", + "Dovre", + "Drag", + "Drammen", + "Drangedal", + "Drobak", + "Dverberg", + "Dyrvika", + "Ebru", + "Egersund", + "Eggedal", + "Eggkleiva", + "Eide", + "Eidfjord", + "Eidsa", + "Eidsberg", + "Eidsdal", + "Eidsfoss", + "Eidsnes", + "Eidsvag", + "Eidsvoll", + "Eidsvoll verk", + "Eikanger", + "Eikelandsosen", + "Eiken", + "Eina", + "Eivindvik", + "Elverum", + "Enebakkneset", + "Enga", + "Engalsvik", + "Erdal", + "Erfjord", + "Ervik", + "Espeland", + "Etne", + "Evanger", + "Evenskjer", + "Evje", + "Eydehavn", + "Faberg", + "Faervik", + "Fagernes", + "Fagerstrand", + "Fall", + "Fardal", + "Farsund", + "Fauske", + "Feda", + "Fedje", + "Feiring", + "Felle", + "Fenstad", + "Fetsund", + "Fevik", + "Figgjo", + "Finnoy", + "Finnsnes", + "Finsand", + "Fiska", + "Fiskum", + "Fister", + "Fitjar", + "Fjellstrand", + "Fla", + "Flam", + "Flateby", + "Flekke", + "Flekkefjord", + "Flemma", + "Flesberg", + "Flesnes", + "Floro", + "Florvag", + "Foldereid", + "Folderoy", + "Folkestad", + "Follafoss", + "Follebu", + "Follese", + "Fonnes", + "Forde", + "Fornebu", + "Fosnavag", + "Fossdalen", + "Fosser", + "Fotlandsvag", + "Fredrikstad", + "Frekhaug", + "Fresvik", + "Frogner", + "Froland", + "From", + "Furnes", + "Fyrde", + "Fyresdal", + "Gan", + "Gardermoen", + "Gargan", + "Garnes", + "Gasbakken", + "Gaupen", + "Geilo", + "Geithus", + "Gjerdrum", + "Gjerstad", + "Gjolme", + "Glesvaer", + "Glomfjord", + "Godoy", + "Godvik", + "Gol", + "Gran", + "Gransherad", + "Granvin", + "Gratangen", + "Gravdal", + "Greaker", + "Grendi", + "Gressvik", + "Grimstad", + "Groa", + "Grong", + "Grua", + "Gullaug", + "Gvarv", + "Haddal", + "Haegeland", + "Haerland", + "Hagan", + "Hagavik", + "Hakadal", + "Halden", + "Hallingby", + "Halsa", + "Haltdalen", + "Hamar", + "Hamarvik", + "Hammerfest", + "Hansnes", + "Haram", + "Hareid", + "Harstad", + "Haslum", + "Hasvik", + "Hatlestranda", + "Hauge", + "Haugesund", + "Haukeland", + "Havik", + "Hebnes", + "Hedal", + "Heggedal", + "Heggenes", + "Hegra", + "Heimdal", + "Helgeland", + "Helgeroa", + "Hell", + "Hellandsjoen", + "Helleland", + "Hellesylt", + "Hellvik", + "Hemnes", + "Hemnesberget", + "Hemnskjela", + "Hemsedal", + "Henningsvaer", + "Herand", + "Heroysund", + "Herre", + "Hersaeter", + "Hestvika", + "Hetlevik", + "Hildre", + "Hitra", + "Hjellestad", + "Hjelmas", + "Hjelset", + "Hjorungavag", + "Hof", + "Hokkasen", + "Hokksund", + "Hol", + "Hole", + "Holen", + "Holmefjord", + "Holmen", + "Holmenkollen", + "Holmestrand", + "Holsen", + "Holter", + "Hommelvik", + "Hommersak", + "Honefoss", + "Hordvik", + "Hornnes", + "Horte", + "Horten", + "Hov", + "Hovag", + "Hovden", + "Hovet", + "Hovik verk", + "Hovin", + "Hoyanger", + "Hundven", + "Hunndalen", + "Husoy", + "Hustad", + "Hvalstad", + "Hvam", + "Hvitsten", + "Hvittingfoss", + "Hyggen", + "Hylkje", + "Hyllestad", + "Ikornnes", + "Indre Arna", + "Indre Billefjord", + "Indre Klubben", + "Indre Ulvsvag", + "Indreby", + "Innbygda", + "Inndyr", + "Innvik", + "Isdalsto", + "Ise", + "Ivgobahta", + "Jakobselv", + "Jar", + "Jaren", + "Jessheim", + "Jevnaker", + "Jomna", + "Jorpeland", + "Kabelvag", + "Kaldfarnes", + "Kalvag", + "Kamben", + "Karasjok", + "Karlshus", + "Kaupanger", + "Kautokeino", + "Kirkenaer", + "Kirkenes", + "Kjeller", + "Kjellmyra", + "Kjerstad", + "Kjollefjord", + "Kjopsvik", + "Kleive", + "Klepp", + "Kleppe", + "Kleppesto", + "Kleppstad", + "Klofta", + "Klokkarvik", + "Knapper", + "Knappstad", + "Knarrevik", + "Knarrlaget", + "Kolbjornsvik", + "Kolbotn", + "Kolbu", + "Kolltveit", + "Kolnes", + "Kolsas", + "Kolvereid", + "Kongsberg", + "Kongshamn", + "Kongsvika", + "Kongsvinger", + "Konsmo", + "Konsvikosen", + "Kopervik", + "Koppang", + "Korgen", + "Kornsjo", + "Korsvegen", + "Kragero", + "Krakeroy", + "Krakstad", + "Kristiansand", + "Kristiansund", + "Kroderen", + "Krokstadelva", + "Kval", + "Kvalsund", + "Kvam", + "Kvammen", + "Kvanne", + "Kvelde", + "Kvinesdal", + "Kvinlog", + "Kvisvik", + "Kviteseid", + "Kyrkjebo", + "Kyrksaeterora", + "Lakselv", + "Laksevag", + "Laksvatn", + "Lalm", + "Land", + "Langangen", + "Langesund", + "Langevag", + "Langfjordbotn", + "Langhus", + "Larkollen", + "Larvik", + "Laukvik", + "Lauvsnes", + "Lauvstad", + "Leikang", + "Leines", + "Leira", + "Leirfjord", + "Leirsund", + "Leirvik", + "Leknes", + "Lena", + "Lensvik", + "Lenvik", + "Lepsoy", + "Levanger", + "Lidaladdi", + "Lier", + "Lillehammer", + "Lillesand", + "Lindas", + "Loddefjord", + "Lodingen", + "Loen", + "Lofthus", + "Loken", + "Lokken Verk", + "Lom", + "Lonevag", + "Longva", + "Lorenfallet", + "Loten", + "Lovund", + "Lundamo", + "Lunde", + "Lunner", + "Lyngdal", + "Lyngseidet", + "Lyngstad", + "Lysaker", + "Lysoysundet", + "Magnor", + "Malm", + "Maloy", + "Malvik", + "Mandal", + "Manger", + "Manndalen", + "Marheim", + "Masfjorden", + "Mathopen", + "Maura", + "Mehamn", + "Meisingset", + "Melbu", + "Meldal", + "Melhus", + "Melsomvik", + "Meraker", + "Mestervik", + "Midsund", + "Miland", + "Minnesund", + "Mirza Rafi Sauda", + "Misje", + "Misvaer", + "Mjolkeraen", + "Mjondalen", + "Mo", + "Mo i Rana", + "Modalen", + "Moelv", + "Moen", + "Moi", + "Molde", + "Moldjord", + "Morgedal", + "Mosby", + "Mosjoen", + "Moss", + "Movik", + "Myking", + "Myre", + "Mysen", + "Na", + "Naerbo", + "Naersnes", + "Namsos", + "Namsskogan", + "Narvik", + "Naustdal", + "Nedenes", + "Nedre Frei", + "Nesbru", + "Nesbyen", + "Nesgrenda", + "Nesna", + "Nesoddtangen", + "Nesttun", + "Neverdal", + "Nevlunghamn", + "Nodeland", + "Nordby Bruk", + "Nordfjordeid", + "Nordkisa", + "Nordland", + "Nordstrono", + "Noresund", + "Norheimsund", + "Notodden", + "Nybergsund", + "Nyborg", + "Nydalen", + "Nygardsjoen", + "Nyhus", + "Nykirke", + "Odda", + "Odnes", + "Oksfjord", + "Oksvoll", + "Olden", + "Olderdalen", + "Olen", + "Oltedal", + "Oma", + "Onarheim", + "Oppdal", + "Oppegard", + "Opphaug", + "Oresvika", + "Orje", + "Orkanger", + "Ornes", + "Orre", + "Os", + "Oslo", + "Otta", + "Otteroy", + "Ottestad", + "Oveland", + "Ovre Ardal", + "Ovrebo", + "Oyeren", + "Oystese", + "Porsgrunn", + "Prestfoss", + "Raholt", + "Rakkestad", + "Ramberg", + "Ramfjordbotn", + "Ramnes", + "Rana", + "Ranasfoss", + "Randaberg", + "Ranheim", + "Raudeberg", + "Raudsand", + "Raufoss", + "Rauland", + "Re", + "Reine", + "Reinsvoll", + "Reipa", + "Reistad", + "Reitan", + "Rena", + "Rennebu", + "Rindal", + "Ringebu", + "Ringsaker", + "Ringstad", + "Risoyhamn", + "Rjukan", + "Roa", + "Rodberg", + "Rodoy", + "Rognan", + "Rogne", + "Rokland", + "Roldal", + "Rollag", + "Rolvsoy", + "Romedal", + "Rong", + "Roros", + "Rorvik", + "Rosendal", + "Rossland", + "Rost", + "Rovde", + "Roverud", + "Royken", + "Royneberg", + "Rubbestadneset", + "Rud", + "Rygge", + "Rykene", + "Rypefjord", + "Saebo", + "Saebovik", + "Saetre", + "Saevareid", + "Saeveland", + "Sagvag", + "Salhus", + "Salsbruket", + "Salsnes", + "Saltnes", + "Samuelsberg", + "Sand", + "Sandane", + "Sande", + "Sandefjord", + "Sandeid", + "Sander", + "Sandnes", + "Sandnessjoen", + "Sandshamn", + "Sandstad", + "Sandtorg", + "Sandvika", + "Sandvoll", + "Sannidal", + "Sarpsborg", + "Saupstad", + "Selasvatn", + "Selje", + "Seljord", + "Sellebakk", + "Selva", + "Selvaer", + "Sem", + "Setermoen", + "Siggerud", + "Siljan", + "Silsand", + "Singsas", + "Sira", + "Sirevag", + "Sistranda", + "Sjovegan", + "Skabu", + "Skage", + "Skanevik", + "Skarer", + "Skarnes", + "Skatoy", + "Skaun", + "Skedsmokorset", + "Skeie", + "Ski", + "Skien", + "Skjeberg", + "Skjerstad", + "Skjervoy", + "Skjold", + "Skjoldastraumen", + "Skjolden", + "Skodje", + "Skogn", + "Skoppum", + "Skotbu", + "Skotterud", + "Skreia", + "Skudeneshavn", + "Skulsfjord", + "Skutvika", + "Slastad", + "Slattum", + "Slemdal", + "Slemmestad", + "Sletta", + "Snaase", + "Snillfjord", + "Sogn", + "Sokna", + "Sokndal", + "Soknedal", + "Sola", + "Solbergelva", + "Solvorn", + "Sommaroy", + "Somna", + "Son", + "Sondeled", + "Sor-Fron", + "Sorbo", + "Soreidgrenda", + "Sorli", + "Sortland", + "Sorum", + "Sorumsand", + "Sorvaer", + "Sorvagen", + "Sorvik", + "Spangereid", + "Sparbu", + "Sperrebotn", + "Spillum", + "Spydeberg", + "Stabbestad", + "Stabekk", + "Stamnes", + "Stamsund", + "Stange", + "Stathelle", + "Staubo", + "Stavanger", + "Stavern", + "Steigen", + "Steinberg", + "Steinkjer", + "Steinsdalen", + "Sto", + "Stokke", + "Stokmarknes", + "Stol", + "Storas", + "Stordal", + "Storebo", + "Storforshei", + "Storslett", + "Storsteinnes", + "Stranda", + "Straume", + "Straumen", + "Strommen", + "Stronstad", + "Strusshamn", + "Stryn", + "Suldalsosen", + "Sulisjielmma", + "Sund", + "Sundal", + "Sunde", + "Sunndalsora", + "Surnadalsora", + "Svarstad", + "Svartskog", + "Sveio", + "Svelgen", + "Svelvik", + "Svene", + "Svortland", + "Sylling", + "Syvik", + "Tafjord", + "Talvik", + "Tananger", + "Tanem", + "Tangen", + "Tau", + "Tennevoll", + "Tennfjord", + "Tertnes", + "Tiller", + "Tingvoll", + "Tistedal", + "Tjeldsto", + "Tjelta", + "Tjong", + "Tjorvag", + "Tjotta", + "Tofte", + "Tolga", + "Tomasjorda", + "Tomter", + "Tonstad", + "Tornes", + "Torod", + "Torp", + "Torpo", + "Tovik", + "Trana", + "Tranby", + "Trengereid", + "Tretten", + "Treungen", + "Trofors", + "Trollfjorden", + "Tromsdalen", + "Trondheim", + "Trones", + "Turoy", + "Tvedestrand", + "Tveit", + "Tynset", + "Tyristrand", + "Tysnes", + "Tysse", + "Tyssedal", + "Uggdal", + "Ulefoss", + "Ulstein", + "Ulsteinvik", + "Ulvagen", + "Ulvik", + "Undeim", + "Uskedalen", + "Utsira", + "Utskarpen", + "Uvdal", + "Vadheim", + "Vage", + "Vagland", + "Vaksdal", + "Vale", + "Valen", + "Valer", + "Valestrand", + "Valestrandfossen", + "Valldal", + "Valle", + "Valsoyfjord", + "Vangsvika", + "Vannvag", + "Vanse", + "Varangerbotn", + "Varhaug", + "Vassenden", + "Vatne", + "Vedavagen", + "Vegarshei", + "Veggli", + "Venabygd", + "Vennesla", + "Verdal", + "Vestby", + "Vestfossen", + "Vestnes", + "Vestra Mosterhamn", + "Vestre Gausdal", + "Vevang", + "Vevelstad", + "Vigrestad", + "Vikebygd", + "Vikedal", + "Vikersund", + "Vikesa", + "Vikran", + "Vingelen", + "Vinje", + "Vinstra", + "Voksa", + "Volda", + "Vollen", + "Vormedal", + "Vormsund", + "Voss", + "Vossestrand", + "Vraliosen", + "Ytre Alvik", + "Olavtoppen", + "Kapp Valdivia", + "Kapp Circoncision", + "Nyr\u00f8ysa", + "Kapp Norvegia", + "Lars\u00f8ya", + "Kapp Fie", + "Cape Lollo", + "Thompson Island" + ], + "Niue": [ + "Makefu", + "Tuapa", + "Namukulu", + "Hikutavake", + "Toi", + "Mutalau", + "Lakepa", + "Liku", + "Hakupu", + "Vaiea", + "Avatele", + "Tamakautoga", + "Alofi South", + "Alofi North" + ], + "Norfolk Island": [ + "Kingston", + "Anson Bay", + "Bumboras", + "Burnt Pine", + "Cascade", + "Longridge", + "Middlegate", + "Rocky Point", + "Steeles Point" + ], + "Northern Mariana Islands": [], + "Oman": [ + "Al Sohar", + "Muscat", + "Nizwa", + "Ruwi", + "Saham", + "Salalah", + "Samad" + ], + "Pakistan": [ + "Al Mawasi", + "Bethlehem", + "Gaza", + "Hebron", + "Jenin", + "Jericho", + "Nablus", + "Ramallah" + ], + "Pitcairn": [ + "Adamstown" + ], + "Palau": [ + "Airai", + "Kloulklubed", + "Meyungs", + "Melekeok (capital)", + "Ngermid", + "Hatobohei", + "Ollei", + "Imetang", + "Choll", + "Elab", + "Ngebuked", + "Ngkeklau", + "Ngetbong", + "Bkulangriil", + "Ibobang", + "Bkurrengel", + "Ngerkeai", + "Southwest Islanders Village", + "Lemon Heights", + "Imeong", + "Imelchol Village", + "Koska", + "Urdmang", + "Ngriil" + ], + "Panama": [ + "Aguadulce", + "Albrook", + "Ancon", + "Arosemena", + "Arraijan", + "Balboa", + "Bella Vista", + "Bocas del Toro", + "Boquete", + "Bugaba", + "Calidonia", + "Campo Alegre", + "Cerro Viento", + "Chigore", + "Chiriqui", + "Cocle", + "Corozal", + "Cristobal", + "Curundame", + "Curundu", + "David", + "El Arado", + "El Cangrejo", + "El Lago", + "Elena", + "Entre Rios", + "Finca Blanco Numero Uno", + "Fuerte Amador", + "Guadalupe", + "Jimenez", + "Juan Diaz", + "Juan Franco", + "Kuba", + "La Chorrera", + "La Exposicion", + "La Loma", + "Las Mercedes", + "Las Sabanas", + "Las Tablas", + "Llano Tugri", + "Los Angeles", + "Muerto", + "Mulatupo", + "Paitilla", + "Panama City", + "Parque Lefevre", + "Peru", + "Playa Blanca", + "Plaza", + "Portobelo", + "Pueblo Nuevo", + "Quebrada de Camilo", + "Rio Abajo", + "Sabalo", + "Sacramento", + "San Cristobal", + "San Felipe", + "San Francisco", + "San Miguelito", + "Santa Ana", + "Santa Catalina", + "Santa Clara", + "Santa Isabel", + "Santiago", + "Santo Domingo", + "Tocumen", + "Torre", + "Torres Bluff", + "Veraguas", + "Victoria", + "Vista Alegre", + "Vista Hermosa" + ], + "Papua New Guinea": [ + "Aitape", + "Arawa", + "Daru", + "Goroka", + "Kavieng", + "Kerema", + "Kikori", + "Kimbe", + "Kiunga", + "Kokopo", + "Kundiawa", + "Kupano", + "Lae", + "Lorengau", + "Madang", + "Mendi", + "Mount Hagen", + "Namatanai", + "Nambaga", + "Paivara", + "Pongani", + "Popondetta", + "Port Moresby", + "Vanimo", + "Wabag", + "Waigani", + "Wewak" + ], + "Paraguay": [ + "Ayolas", + "Boqueron", + "Chore", + "Ciudad del Este", + "Colonia Mariano Roque Alonso", + "Coronel Oviedo", + "Fernando de la Mora", + "Fuerte Olimpo", + "Hernandarias", + "Hohenau", + "Independencia", + "La Paz", + "Limpio", + "Loma Plata", + "Luque", + "Nemby", + "Presidente Franco", + "Salto del Guaira", + "San Alberto", + "San Juan Bautista", + "San Lorenzo", + "Santa Rita", + "Santa Rosa", + "Villa Elisa", + "Villa Hayes", + "Villarrica", + "Yataity" + ], + "Peru": [ + "Abancay", + "Arequipa", + "Ate", + "Ayacucho", + "Bagua", + "Barranca", + "Barranco", + "Bellavista", + "Bolivar", + "Cajamarca", + "Callao", + "Calle", + "Caras", + "Cerro de Pasco", + "Chachapoyas", + "Chiclayo", + "Chimbote", + "Chincha", + "Cusco", + "Cuzco", + "El Agustino", + "Hacienda La Palma", + "Huacho", + "Huancavelica", + "Huancayo", + "Huaral", + "Huaraz", + "Huaytara", + "Ica", + "Ilo", + "Imperial", + "Iquitos", + "Jaen", + "Jesus Maria", + "Jose Olaya", + "Juliaca", + "Junin", + "La Molina", + "La Perla", + "La Punta", + "Lambayeque", + "Lima", + "Lince", + "Loreto", + "Lurigancho", + "Machu Picchu", + "Maldonado", + "Minas de Marcona", + "Miraflores", + "Moquegua", + "Moyobamba", + "Pasco", + "Paucarpata", + "Pimentel", + "Pisco", + "Piura", + "Progreso", + "Pucallpa", + "Puerto Inca", + "Puerto Maldonado", + "Puno", + "Rimac", + "Rioja", + "San Borja", + "San Isidro", + "San Juan Bautista", + "San Martin", + "San Miguel", + "Santa", + "Santiago", + "Santiago De Surco", + "Sullana", + "Surco", + "Surquillo", + "Tacna", + "Talara", + "Tarapoto", + "Tingo Maria", + "Trujillo", + "Tumbes", + "Ventanilla", + "Victoria" + ], + "Philippines": [ + "Abucay", + "Acacia", + "Aguilar", + "Agusan Pequeno", + "Alabang", + "Alaminos", + "Alcala", + "Alfonso", + "Alitagtag", + "Amadeo", + "Angat", + "Angeles City", + "Angono", + "Antipolo", + "Apalit", + "Aquino", + "Arayat", + "Asia", + "Aurora", + "Ayala", + "Baao", + "Baclaran", + "Bacolod City", + "Bacoor", + "Bagac", + "Bago City", + "Bagong Nayon", + "Baguio City", + "Bagumbayan", + "Balabag", + "Balagtas", + "Balamban", + "Balanga", + "Balayan", + "Baliuag", + "Balungao", + "Barbar", + "Bataan", + "Batangas", + "Bates", + "Batis", + "Bauan", + "Bautista", + "Bay", + "Bayan", + "Bayawan", + "Binan", + "Binangonan", + "Binondo", + "Blumentritt", + "Boac", + "Bocaue", + "Bonifacio", + "Bool", + "Bukidnon", + "Bulacan", + "Burgos", + "Bustos", + "Buting", + "Butuan", + "Cabanatuan City", + "Cabatuan", + "Cabugao", + "Cabuyao", + "Cafe", + "Cagayan", + "Cagayan de Oro", + "Cainta", + "Calaca", + "Calamba", + "Calamba City", + "Calapan", + "Calasiao", + "Calbayog City", + "Calinan", + "Caloocan", + "Caloocan City", + "Campus", + "Candelaria", + "Candon", + "Canlubang", + "Capitol", + "Cardona", + "Carlatan", + "Carlos", + "Carmona", + "Carolinas", + "Cauayan", + "Cavinti", + "Cavite City", + "Cebu City", + "Central", + "Centre", + "Centro", + "China", + "Cinco", + "City of Batac", + "Cogan", + "Concepcion", + "Cotabato City", + "Cruz", + "Cubao", + "Dagupan", + "Danao", + "Dapitan", + "Daraga", + "Dasmarinas", + "Davao City", + "Del Monte", + "Del Pilar", + "Digos", + "Diliman Primero", + "Dinas", + "Dingras", + "Dipolog City", + "Dolores", + "Domingo", + "Don Bosco Executive Village", + "Don Jose", + "Dumaguete", + "Fairview", + "Feliciano", + "Fernandez", + "Fernando", + "Fortuna", + "Gallego", + "General", + "General Santos", + "General Trias", + "Gitagum", + "Gloria", + "Guagua", + "Hagonoy", + "Hilongos", + "Himamaylan", + "Ilagan", + "Iligan", + "Ilog", + "Iloilo City", + "Imus", + "Interior", + "Iriga City", + "Isabela", + "Island Park", + "Jagna", + "Kalibo", + "Kapatagan", + "Kawit", + "Kidapawan", + "Koronadal", + "La Salette", + "La Trinidad", + "La Union", + "Laguerta", + "Laguna", + "Lahug", + "Lamitan", + "Laoag", + "Lapu-Lapu City", + "Las Pinas", + "Lawis", + "Legaspi", + "Leon", + "Leyte", + "Liberty", + "Libis", + "Lilio", + "Limay", + "Lipa City", + "Llanera", + "Looc", + "Los Banos", + "Los Martires", + "Lourdes", + "Lucena City", + "Luna", + "Luzon", + "Mabalacat", + "Mabini", + "Macabebe", + "Magsaysay", + "Makati City", + "Malabon", + "Malasiqui", + "Malate", + "Malolos", + "Malvar", + "Mamungan", + "Manaoag", + "Mandaluyong City", + "Mandaue City", + "Mangaldan", + "Mangrove", + "Manila", + "Mapua", + "Maquiling", + "Marcos", + "Maria", + "Marikina City", + "Marilag", + "Marilao", + "Marina", + "Mariveles", + "Masbate", + "Matalam", + "Matandang Balara", + "Mauban", + "Mawab", + "Merville Subdivision", + "Meycauayan", + "Miagao", + "Minalin", + "Mindanaw", + "Minglanilla", + "Misamis", + "Molave", + "Munoz East", + "Muntinlupa", + "Naga", + "Naga City", + "Naguilian", + "Navotas", + "New Manila", + "Norte", + "Novaliches", + "Nueva", + "Oara", + "Obando", + "Occidental", + "Olongapo City", + "Orani", + "Orion", + "Osmena", + "Ozamiz City", + "Pacita", + "Padre Garcia", + "Paete", + "Pagadian", + "Pagasinan", + "Pagsanjan", + "Palma Gil", + "Palo", + "Pampanga", + "Panabo", + "Pandi", + "Pangil", + "Paniqui", + "Paranaque City", + "Pardo", + "Pasay", + "Pasig", + "Pasong Tamo", + "Pateros", + "Paul", + "Philippine", + "Pias", + "Pikit", + "Pinaglabanan", + "Plaridel", + "Plaza", + "Poblacion", + "Poblacion, San Felipe", + "Princesa", + "Province of Cebu", + "Province of Laguna", + "Province of Pampanga", + "Province of Pangasinan", + "Puerto Princesa City", + "Pulilan", + "Putatan", + "Quezon", + "Quezon City", + "Ramon", + "Real", + "Rizal", + "Rodriguez", + "Roosevelt", + "Roque", + "Rosales", + "Rosario West", + "Roxas City", + "Salcedo", + "Salinas", + "Salle", + "Samal", + "Sampaloc", + "San Agustin", + "San Andres", + "San Antonio", + "San Carlos City", + "San Fabian", + "San Fernando", + "San Francisco", + "San Jose", + "San Jose del Monte", + "San Juan", + "San Mateo", + "San Miguel", + "San Pablo City", + "San Pedro", + "San Vicente", + "Santa Cruz", + "Santa Rosa", + "Santiago", + "Santo", + "Santo Tomas", + "Santos", + "Sariaya", + "Silang", + "Silay", + "Siniloan", + "Smart", + "Sorsogon", + "Sta Cruz", + "Sto Nino", + "Subic", + "Sucat", + "Sulo", + "Sultan Kudarat", + "Summit", + "Suyo", + "Taal", + "Tacloban City", + "Tacurong", + "Taft", + "Tagaytay", + "Tagbilaran City", + "Taguig", + "Tagum", + "Talisay City", + "Talon", + "Tamag", + "Tambler", + "Tambo", + "Tanauan", + "Tanay", + "Tandang Sora", + "Tanza", + "Tarlac City", + "Tayabas", + "Taytay", + "Tayug", + "Tejeros Convention", + "Tigbauan", + "Toledo City", + "Trece Martires City", + "Trinidad", + "Tuguegarao City", + "Tuktukan", + "Ugong Norte", + "Upper Bicutan", + "Urdaneta", + "Valencia", + "Valenzuela", + "Vargas", + "Ventura", + "Veronica", + "Victorias City", + "Victory", + "Vigan", + "Villa", + "Villanueva", + "Vito", + "West", + "West Triangle", + "Wines", + "Zamboanga City" + ], + "Poland": [ + "Adama", + "Alwernia", + "Andrespol", + "Andrychow", + "Anin", + "Annopol", + "Arkadia", + "Babienica", + "Babimost", + "Baborow", + "Baboszewo", + "Balice", + "Banino", + "Baniocha", + "Baran", + "Baranow", + "Baranowko", + "Barciany", + "Barcice", + "Barcin", + "Barczewo", + "Barglowka", + "Barlinek", + "Bartoszyce", + "Baruchowo", + "Barwice", + "Bazanowka", + "Beblo", + "Bedkow", + "Bejsce", + "Belk", + "Belsk Duzy", + "Belsznica", + "Bestwina", + "Bestwinka", + "Biala", + "Bialobrzegi", + "Bialy Dunajec", + "Bibice", + "Biecz", + "Biedrusko", + "Bielany", + "Bielany Wroclawskie", + "Bielawa", + "Bielawy", + "Bielcza", + "Bieliny", + "Bielkowo", + "Bielsk", + "Bielsk Podlaski", + "Bielsko-Biala", + "Bierun", + "Bierun Nowy", + "Bierutow", + "Biesiekierz", + "Biezanow-Prokocim", + "Bircza", + "Biskupice", + "Biskupice Oloboczne", + "Biskupiec", + "Biskupin", + "Bisztynek", + "Blachownia", + "Blazowa", + "Bledzew", + "Blizne", + "Blizyn", + "Bobrowniki", + "Bobrza", + "Bochnia", + "Bochotnica", + "Bochowo", + "Bodzentyn", + "Bogatynia", + "Bogdaszowice", + "Bogumilowice", + "Bogunice", + "Boguslaw", + "Bohdan", + "Bojadla", + "Bojano", + "Bojanowo", + "Bojszow", + "Bojszowy", + "Bolechowice", + "Boleslaw", + "Bolewice", + "Bolkow", + "Bolszewo", + "Borek Strzelinski", + "Borki", + "Borkowice", + "Borkowo", + "Borne Sulinowo", + "Borowa", + "Borowe", + "Borowiec", + "Bory", + "Borzecin", + "Borzykowo", + "Bralin", + "Bramki", + "Braniewo", + "Braszewice", + "Bratkowice", + "Brenna", + "Brochocin", + "Brodnica", + "Brok", + "Brudzice", + "Brudzowice", + "Brynica", + "Brzeg", + "Brzeg Dolny", + "Brzesko", + "Brzeszcze", + "Brzezinka", + "Brzeziny", + "Brzeznica", + "Brzostek", + "Brzostowka", + "Brzoza Krolewska", + "Brzozow", + "Brzyska Wola", + "Buczkowice", + "Budziska", + "Budzyn", + "Buk", + "Bukowice", + "Bukowiec Opoczynski", + "Bukowina Tatrzanska", + "Bukowno", + "Bukowsko", + "Burzenin", + "Bychawa", + "Byczyna", + "Bydgoszcz", + "Bydlin", + "Byslaw", + "Bystra", + "Bystrzyca Klodzka", + "Bytom", + "Cekcyn", + "Cekow", + "Chalupki", + "Charzykowy", + "Checiny", + "Chelm", + "Chelmek", + "Chelmsko Slaskie", + "Chmielnik", + "Chmielow", + "Chocianow", + "Chociwel", + "Choczewo", + "Chocznia", + "Chojna", + "Chojnice", + "Choroszcz", + "Chorzele", + "Chorzelow", + "Choszczno", + "Chotel", + "Chotomow", + "Chrzan", + "Chrzastowka", + "Chrzesne", + "Chrzowice", + "Chwaszczyno", + "Chybie", + "Chylice", + "Chyliczki", + "Cianowice Duze", + "Ciasna", + "Ciechocin", + "Ciechocinek", + "Cierpice", + "Cieszkow", + "Cieszyn", + "Ciezkowice", + "Cigacice", + "Cisiec", + "Cmielow", + "Cmolas", + "Cwiklice", + "Cybinka", + "Czaniec", + "Czaplinek", + "Czapury", + "Czarna", + "Czarne", + "Czarnkow", + "Czarnozyly", + "Czarny Bor", + "Czarny Dunajec", + "Czarny Las", + "Czarze", + "Czastary", + "Czechowice-Dziedzice", + "Czekanow", + "Czeladz", + "Czempin", + "Czernica", + "Czernichow", + "Czerniewice", + "Czersk", + "Czerwiensk", + "Czerwionka-Leszczyny", + "Czerwonak", + "Czluchow", + "Czosnow", + "Czudec", + "Czyzyny", + "Dabki", + "Dabrowa", + "Dabrowa Bialostocka", + "Dabrowa Biskupia", + "Dabrowa Chelminska", + "Dabrowa Chotomowska", + "Dabrowka Wielka", + "Dabrowno", + "Dabrowskie", + "Daleszyce", + "Damnica", + "Dankowice", + "Dargoslaw", + "Darnowo", + "Debe Wielkie", + "Debica", + "Debina", + "Deblin", + "Debno", + "Debowiec", + "Debrzno Wies", + "Deszczno", + "Dlugopole-Zdroj", + "Dobiesz", + "Dobieszowice", + "Dobra", + "Dobre Miasto", + "Dobrodzien", + "Dobromierz", + "Dobron", + "Dobroszyce", + "Dobrzany", + "Dobrzen Wielki", + "Dobrzyca", + "Dolaszewo", + "Dolice", + "Domaniewice", + "Domaradz", + "Domaslaw", + "Dopiewiec", + "Drawno", + "Drawsko Pomorskie", + "Drewnica", + "Drezdenko", + "Drohiczyn", + "Drozdowo", + "Druzbice", + "Drzewica", + "Duczki", + "Dukla", + "Dulcza Wielka", + "Dunaj", + "Duszniki-Zdroj", + "Dygowo", + "Dylewo", + "Dynow", + "Dywity", + "Dzialoszyn", + "Dziechciniec", + "Dziegielow", + "Dziekanow Lesny", + "Dzielna", + "Dzierzazno", + "Dzierzgon", + "Dzierzoniow", + "Dziewin", + "Dzikowiec", + "Dziwnow", + "Dzwierzuty", + "Elblag", + "Elzbieta", + "Fabianki", + "Falkow", + "Falkowo", + "Frank", + "Frombork", + "Frydrychowice", + "Frysztak", + "Gadka Stara", + "Garbow", + "Garby", + "Garki", + "Garwolin", + "Gaszowice", + "Gaworzyce", + "Gdow", + "Gdynia", + "Giby", + "Gieraltowice", + "Gizalki", + "Gizyce", + "Gliwice", + "Glogow Malopolski", + "Glogowek", + "Gloskow", + "Glowienka", + "Glowna", + "Glowno", + "Glubczyce", + "Glucholazy", + "Gluchow", + "Gluszyca", + "Gmina Babiak", + "Gmina Bobrowo", + "Gmina Chmielno", + "Gmina Ciechanowiec", + "Gmina Gnojno", + "Gmina Kiszkowo", + "Gmina Kolno", + "Gmina Konarzyny", + "Gmina Lipno", + "Gmina Ludwin", + "Gmina Lutomiersk", + "Gmina Morawica", + "Gmina Moszczenica", + "Gmina Opole Lubelskie", + "Gmina Przywidz", + "Gmina Sadowie", + "Gmina Sierakowice", + "Gmina Strzelin", + "Gmina Szubin", + "Gmina Widawa", + "Gmina Wyszki", + "Gmina Zakliczyn", + "Gniew", + "Gniewino", + "Gniewkowo", + "Gniezno", + "Gnuszyn", + "Godziszewo", + "Gogolin", + "Golanice", + "Golasowice", + "Golczewo", + "Goleszow", + "Golkowice", + "Golotczyzna", + "Golub-Dobrzyn", + "Gomunice", + "Gora", + "Gora Kalwaria", + "Gora Pulawska", + "Gora Siewierska", + "Gorazdze", + "Gorki Wielkie", + "Gorlice", + "Gorno", + "Gorz", + "Gorzkow", + "Gorzkowice", + "Gorzow", + "Gorzow Slaski", + "Gorzyce", + "Gorzyczki", + "Gostyn", + "Gostynin", + "Goszczyn", + "Gowarzewo", + "Gowino", + "Gozdnica", + "Gozdowo", + "Grabiec", + "Grabki Duze", + "Grabow nad Prosna", + "Grabowka", + "Gracze", + "Grajewo", + "Grebocice", + "Grebocin", + "Grodki", + "Grodkow", + "Grodzisk", + "Grodzisk Mazowiecki", + "Grodzisk Wielkopolski", + "Grodzisko Dolne", + "Grojec", + "Gromiec", + "Gronowo Elblaskie", + "Gruczno", + "Grunwald", + "Grupa", + "Gruszczyn", + "Grybow", + "Gryfice", + "Gryfino", + "Gryfow Slaski", + "Grzebien", + "Grzegorz", + "Grzmiaca", + "Grzmucin", + "Gubin", + "Gzin", + "Haczow", + "Harasiuki", + "Hecznarowice", + "Henrykow", + "Hornowek", + "Hucisko Jawornickie", + "Humniska", + "Huta Dabrowa", + "Huta Dlutowska", + "Huta Stara", + "Ilowa", + "Ilowo", + "Ilza", + "Imielin", + "Iwaniska", + "Iwanowice", + "Iwiczna", + "Iwierzyce", + "Iwla", + "Iwonicz-Zdroj", + "Izabela", + "Izabelin", + "Jablonica", + "Jablonka", + "Jablonna", + "Janin", + "Jankowice", + "Janow", + "Janow Lubelski", + "Jarkowice", + "Jarocin", + "Jaroszow", + "Jaroszowiec", + "Jasienica", + "Jasienica Dolna", + "Jasieniec", + "Jaslo", + "Jastkow", + "Jastrowie", + "Jastrzebie", + "Jawiszowice", + "Jawor", + "Jaworzno", + "Jaworzyna Slaska", + "Jedlicze", + "Jedlnia-Letnisko", + "Jelesnia", + "Jemielnica", + "Jerzmanowice", + "Jeziora Wielkie", + "Jeziorany", + "Jezowe", + "Jordanow", + "Jozefatow", + "Jozefoslaw", + "Jozefow", + "Juchnowiec Koscielny", + "Jugow", + "Juszkowo", + "Jutrosin", + "Kaczkowo", + "Kaczor", + "Kalety", + "Kalisz", + "Kalwaria Zebrzydowska", + "Kamien", + "Kamien Krajenski", + "Kamien Pomorski", + "Kamien Slaski", + "Kamienica Polska", + "Kamieniec", + "Kamienna Gora", + "Kamionki", + "Kampinos", + "Kanczuga", + "Karchowice", + "Karczew", + "Kargowa", + "Karlikowo", + "Karlino", + "Karnice", + "Karniowice", + "Karpacz", + "Karpiska", + "Karsko", + "Kartuzy", + "Kasinka", + "Katarzyna", + "Katowice", + "Katy", + "Katy Wroclawskie", + "Kazimierz Biskupi", + "Kazimierz Dolny", + "Kazimierza Wielka", + "Kazmierz", + "Kcynia", + "Keblowo", + "Kedzierzyn", + "Kedzierzyn-Kozle", + "Kety", + "Kicin", + "Kielce", + "Kielcz", + "Kielczow", + "Kielno", + "Kielpin", + "Kijewo Krolewskie", + "Klaj", + "Klecko", + "Klecza Dolna", + "Kleczany", + "Klenica", + "Kleszczewo", + "Kleszczow", + "Klikawa", + "Klikuszowa", + "Klimontow", + "Kliniska", + "Klobuck", + "Klodawa", + "Klomnice", + "Kluczbork", + "Klucze", + "Knurow", + "Knyszyn", + "Kobiernice", + "Kobierzyce", + "Kobior", + "Kobylanka", + "Kobylka", + "Kobylnica", + "Kochcice", + "Kocierzew Poludniowy", + "Kocmyrzow", + "Kojszowka", + "Kokoszkowy", + "Kolbudy", + "Kolbuszowa", + "Koleczkowo", + "Kolno", + "Kolodziejewo", + "Kolonia Zawada", + "Kolonowskie", + "Koluszki", + "Komorniki", + "Komorow", + "Komorsk", + "Konarzewo", + "Konarzyce", + "Konczyce Male", + "Koniakow", + "Koniecpol", + "Konin", + "Koniusza", + "Konopiska", + "Konradowka", + "Konstancin-Jeziorna", + "Konstantyn", + "Konstantynow", + "Konstantynow Lodzki", + "Kopki", + "Korczyna", + "Korfantow", + "Kornik", + "Koronowo", + "Korsze", + "Korytow", + "Korzenna", + "Kosakowo", + "Koscielisko", + "Koscierzyna", + "Kosina", + "Kostrzyn", + "Kostrzyn nad Odra", + "Koszalin", + "Koszecin", + "Koszyce", + "Koteze", + "Kotlin", + "Kowal", + "Kowalew", + "Kowalewo", + "Kowalewo Pomorskie", + "Kowalkow", + "Kowalowa", + "Kowary", + "Kowiesy", + "Kozieglowy", + "Kozienice", + "Kozmin Wielkopolski", + "Kozminek", + "Kozuchow", + "Kozy", + "Krakow", + "Krapkowice", + "Krasiejow", + "Krasne", + "Krasnik", + "Krasnystaw", + "Krasocin", + "Kraszew", + "Krepa Kaszubska", + "Krokowa", + "Kroscienko Wyzne", + "Krosno", + "Krosno Odrzanskie", + "Krosnowice", + "Krotoszyn", + "Kruszyn", + "Kruszyna", + "Krynica", + "Krynica-Zdroj", + "Krypno", + "Krzepice", + "Krzeszow", + "Krzeszowice", + "Krzyki-Partynice", + "Krzyszkowice", + "Krzywcza", + "Krzywin", + "Krzyz Wielkopolski", + "Krzyzanowice", + "Ksiazenice", + "Ksieginice", + "Kukow", + "Kuligow", + "Kunice", + "Kunow", + "Kurdwanow", + "Kurek", + "Kurylowka", + "Kurzetnik", + "Kusnierz", + "Kutno", + "Kuznia", + "Kuznica Czarnkowska", + "Kuzniki", + "Kwaczala", + "Kwidzyn", + "Kwilcz", + "Labiszyn", + "Labowa", + "Labunie", + "Lachowice", + "Lack", + "Lacko", + "Ladek", + "Lajsk", + "Laka", + "Lancut", + "Lany", + "Lask", + "Laska", + "Laskarzew", + "Latowicz", + "Laziska", + "Laziska Gorne", + "Leba", + "Lebork", + "Leczna", + "Ledziny", + "Legionowo", + "Legnica", + "Legowo", + "Lekawica", + "Lelow", + "Lesko", + "Lesna", + "Lesnica", + "Leszkowice", + "Leszno", + "Lewin Brzeski", + "Lezajsk", + "Libiaz", + "Lidzbark", + "Ligota", + "Limanowa", + "Liniewo", + "Linowko", + "Lipinki Luzyckie", + "Lipiny", + "Lipnica Murowana", + "Lipnica Wielka", + "Lipnik", + "Lipno", + "Lipowa", + "Lipsko", + "Lipusz", + "Lisewo", + "Liskow", + "Liszki", + "Liw", + "Lobez", + "Lobzenica", + "Lochow", + "Lochowo", + "Lodygowice", + "Lomianki", + "Lomianki Dolne", + "Lomnica", + "Lotyn", + "Lowicz", + "Lubaczow", + "Luban", + "Lubanie", + "Lubartow", + "Lubaszowa", + "Lubawa", + "Lubawka", + "Lubenia", + "Lubichowo", + "Lubicz", + "Lubien", + "Lubin", + "Lublewo", + "Lublin", + "Lubliniec", + "Lubnice", + "Lubochnia", + "Lubomia", + "Lubomierz", + "Lubon", + "Luborzyca", + "Lubraniec", + "Lubsko", + "Lubsza", + "Lubycza Krolewska", + "Lukow", + "Lulin", + "Lusowko", + "Lutynia", + "Luzino", + "Lysomice", + "Mackowice", + "Magnuszew", + "Majdan Krolewski", + "Majewo", + "Makow", + "Makow Mazowiecki", + "Makow Podhalanski", + "Makowiec", + "Maksymilianowo", + "Malbork", + "Malczyce", + "Malogoszcz", + "Manowo", + "Marcinowice", + "Marek", + "Margonin", + "Maria", + "Marki", + "Marklowice", + "Marta", + "Mary", + "MaryLka", + "Maslice", + "Maslow", + "Maszewo", + "Mazancowice", + "Mechelinki", + "Medyka", + "Medynia Glogowska", + "Melno", + "Meszna", + "Mialy", + "Miasteczko Slaskie", + "Miastko", + "Michalowice", + "Miechow", + "Mieczewo", + "Miedzna", + "Miedzyborow", + "Miedzyborz", + "Miedzybrodzie Zywieckie", + "Miedzylesie", + "Miedzyzdroje", + "Miejska Gorka", + "Mielec", + "Mielno", + "Mieroszow", + "Mierzecice", + "Mierzeszyn", + "Mikolajki", + "Mikoszewo", + "Mikstat", + "Milanow", + "Milcza", + "Milejow", + "Milicz", + "Milkowice", + "Milobadz", + "Miloradz", + "Milowka", + "Minoga", + "Mirkow", + "Miroslaw", + "Miroslawiec", + "Mirsk", + "Miszkowice", + "Mniow", + "Modlnica", + "Modlniczka", + "Modrze", + "Mogilany", + "Mogilno", + "Mokrsko", + "Morawica", + "Moryn", + "Mosina", + "Mosty", + "Moszczanka", + "Mragowo", + "Mrocza", + "Mrowino", + "Mscice", + "Msciwojow", + "Mszana", + "Mszana Dolna", + "Mucharz", + "Murowana Goslina", + "Muszyna", + "Myslachowice", + "Myslenice", + "Mysliborz", + "Myszkow", + "Myszyniec", + "Nacpolsk", + "Nadarzyn", + "Naklo", + "Naleczow", + "Namyslow", + "Naprawa", + "Narew", + "Narzym", + "Nasielsk", + "Nawodna", + "Nebrowo Wielkie", + "Nidzica", + "Nieborowice", + "Niechanowo", + "Niedomice", + "Niedrzwica Duza", + "Niegoslawice", + "Nielisz", + "Niemcz", + "Niemcza", + "Niemodlin", + "Nienadowka", + "Niepolomice", + "Niewierz", + "Nisko", + "Niwica", + "Nowa", + "Nowa Biala", + "Nowa Deba", + "Nowa Huta", + "Nowa Ruda", + "Nowa Slupia", + "Nowa Sol", + "Nowa Wies Elcka", + "Nowe Chechlo", + "Nowe Lignowy", + "Nowe Miasto Lubawskie", + "Nowe Miasto nad Pilica", + "Nowe Miasto nad Warta", + "Nowe Skalmierzyce", + "Nowo-Aleksandrowo", + "Nowogard", + "Nowogrodziec", + "Nowy Dwor", + "Nowy Dwor Gdanski", + "Nowy Dwor Mazowiecki", + "Nowy Korczyn", + "Nowy Staw", + "Nowy Swietow", + "Nowy Targ", + "Nowy Tomysl", + "Nowy Wisnicz", + "Nysa", + "Oblaczkowo", + "Oborniki", + "Obrzycko", + "Obsza", + "Odolanow", + "Odolin", + "Odrzykon", + "Ogrody", + "Ogrodzieniec", + "Ojrzen", + "Oksywie", + "Olawa", + "Olecko", + "Olejnica", + "Olesnica", + "Olesno", + "Oleszno", + "Olimpia", + "Olkusz", + "Olszany", + "Olszowice", + "Olsztyn", + "Olsztynek", + "Olszyna", + "Oltarzew", + "Opalenica", + "Opatow", + "Opatowek", + "Opoczno", + "Opole", + "Orchowo", + "Orneta", + "Ornontowice", + "Orzel", + "Orzesze", + "Orzysz", + "Osieck", + "Osieczna", + "Osiek", + "Osiek Jasielski", + "Osielsko", + "Osno", + "Osno Lubuskie", + "Ostaszewo", + "Ostrog", + "Ostroszowice", + "Ostrow", + "Ostrow Lubelski", + "Ostrow Mazowiecka", + "Ostrowek", + "Ostrowite", + "Ostrowy", + "Ostrzeszow", + "Otoki", + "Otomin", + "Otrebusy", + "Otwock", + "Otyn", + "Owinska", + "Ozarow Mazowiecki", + "Ozimek", + "Ozorkow", + "Pabianice", + "Pacanow", + "Pajeczno", + "Paledzie", + "Paliszewo", + "Paniowki", + "Papowo", + "Parczew", + "Pastuchow", + "Paulina", + "Pawlowice", + "Pcim", + "Peczniew", + "Pedziwiatry", + "Pegow", + "Pelplin", + "Pepowo", + "Pewel Mala", + "Piaseczno", + "Piasek", + "Piaski", + "Piastow", + "Piechowice", + "Piekary", + "Piekary Slaskie", + "Piekielnik", + "Piekoszow", + "Pielgrzymka", + "Pielice", + "Piensk", + "Pierwoszyno", + "Pieszkow", + "Pieszyce", + "Pietrowice Wielkie", + "Pietrzykowice", + "Pila", + "Pila Koscielecka", + "Pilawa", + "Pilawa Gorna", + "Pilchowice", + "Pilica", + "Pinczow", + "Pionki", + "Pisarzowice", + "Pisz", + "Plesna", + "Pleszew", + "Plewiska", + "Plochocin", + "Pniewy", + "Pobiedna", + "Pobiedziska", + "Poczesna", + "Podegrodzie", + "Podgorne", + "Podgorze", + "Podlasie", + "Podleze", + "Pogodki", + "Pogorzela", + "Pogwizdow", + "Pokrzywnica", + "Polajewo", + "Polanka Wielka", + "Polczyn-Zdroj", + "Police", + "Polkowice", + "Polomia", + "Polskie", + "Pomiechowek", + "Pomorskie", + "Popow", + "Popowice", + "Poraj", + "Poreba", + "Poswietne", + "Poznan", + "Prabuty", + "Praca", + "Praszka", + "Prawiedniki", + "Prochowice", + "Prokocim", + "Prosna", + "Proszowice", + "Pruchna", + "Prudnik", + "Prusice", + "Pruszcz Gdanski", + "Pruszcz Pomorski", + "Przasnysz", + "Przechlewo", + "Przeclaw", + "Przemet", + "Przemysl", + "Przemyslaw", + "Przeworsk", + "Przezmierowo", + "Przygodzice", + "Przylep", + "Przyrow", + "Przysiek", + "Przystajn", + "Przyszowice", + "Pszczew", + "Pszczyna", + "Pszow", + "Puck", + "Pustkow", + "Puszczew", + "Puszczykowo", + "Pyrzyce", + "Pyskowice", + "Pysznica", + "Rabien", + "Rabka-Zdroj", + "Raciaz", + "Raciazek", + "Racula", + "Raczka", + "Raczki", + "Radgoszcz", + "Radlin", + "Radlow", + "Radom", + "Radomin", + "Radomsko", + "Radomysl Wielki", + "Radoslaw", + "Radostowice", + "Radoszyce", + "Radymno", + "Radzanow", + "Radzanowo", + "Radziechowy", + "Radziejowice", + "Radzionkow", + "Radzymin", + "Radzyn Podlaski", + "Rajszew", + "Rakow", + "Rakowiec", + "Rakszawa", + "Ranizow", + "Raszowa", + "Raszowka", + "Raszyn", + "Rawa Mazowiecka", + "Rawicz", + "Rebkow", + "Rebowo", + "Reczno", + "Reda", + "Regimin", + "Rejowiec", + "Reszel", + "Rewa", + "Rewal", + "Roczyny", + "Rogalinek", + "Rogow", + "Rogowo", + "Rogoznik", + "Rogozno", + "Rokietnica", + "Rokitki", + "Rokitnica", + "Ropczyce", + "Rosnowko", + "Rostarzewo", + "Rozanka", + "Rozgarty", + "Rozprza", + "Roztoka", + "Ruda", + "Rudka", + "Rudna Mala", + "Rudnik nad Sanem", + "Rudy", + "Rudzica", + "Rudziniec", + "Rumia", + "Rumianek", + "Rusiec", + "Rybna", + "Rybnik", + "Rybno", + "Rychwal", + "Rydzyna", + "Ryglice", + "Ryki", + "Ryman", + "Rymanow", + "Ryn", + "Rypin", + "Rzasnia", + "Rzeczyce", + "Rzemien", + "Rzepin", + "Rzeszotary", + "Rzewnie", + "Rzgow Pierwszy", + "Rzuchowa", + "Sadlinki", + "Sadlno", + "Sady", + "Samin", + "Sandomierz", + "Sanniki", + "Sanok", + "Santok", + "Sarbinowo", + "Scinawa Mala", + "Scinawa Nyska", + "Sedziszow", + "Sedziszow Malopolski", + "Sepolno Krajenskie", + "Serock", + "Serwis", + "Sianow", + "Sidra", + "Sidzina", + "Siechnice", + "Siedlce", + "Siedlec", + "Siekierczyn", + "Siemiatycze", + "Siemirowice", + "Siemkowice", + "Sieniawa", + "Sieniawa Zarska", + "Sieniawka", + "Siennica", + "Siennica Nadolna", + "Sieradz", + "Sieroszowice", + "Sierpc", + "Siewierz", + "Siwek", + "Skala", + "Skarszewy", + "Skarzysko-Kamienna", + "Skawina", + "Skierdy", + "Skierniewice", + "Skoczow", + "Skomlin", + "Skopanie", + "Skorcz", + "Skorzec", + "Skorzewo", + "Skrbensko", + "Skrzetusz", + "Skrzyszow", + "Skwierzyna", + "Slawkow", + "Slawno B", + "Slawoszyno", + "Slemien", + "Slomniki", + "Slone", + "Slupca", + "Slupno", + "Smardzew", + "Smardzowice", + "Smigiel", + "Smolec", + "Smolnica", + "Smolnik", + "Sobienie Jeziory", + "Sobotka", + "Sobowidz", + "Sochaczew", + "Sochocin", + "Soczewka", + "Sokolow Malopolski", + "Sokolowsko", + "Solec Kujawski", + "Sompolno", + "Sopot", + "Sosnie", + "Sosnowiec", + "Sroda Wielkopolska", + "Stadla", + "Stalowa Wola", + "Staniatki", + "Staniszow", + "Stankowo", + "Stanowice", + "Stara", + "Stara Kamienica", + "Stara Lubianka", + "Starachowice", + "Stare Babice", + "Stare Bogaczowice", + "Stare Czarnowo", + "Stare Juchy", + "Stare Kurowo", + "Stare Miasto", + "Stary Broniszew", + "Stary Garbow", + "Stary Sacz", + "Stary Zamosc", + "Staszow", + "Staw", + "Stawiany", + "Stawiguda", + "Stegna", + "Steszew", + "Stoczek", + "Stolno", + "Stopnica", + "Straszyn", + "Strawczyn", + "Strazow", + "Stronie Slaskie", + "Stroze", + "Strumien", + "Strykow", + "Stryszawa", + "Stryszow", + "Strzalkowo", + "Strzebielino", + "Strzebin", + "Strzegom", + "Strzelce Krajenskie", + "Strzelce Opolskie", + "Strzeleczki", + "Strzelno", + "Strzeszow", + "Strzyze", + "Strzyzow", + "Studzieniec", + "Subkowy", + "Sucha Beskidzka", + "Suchedniow", + "Suchowola", + "Suchy Dab", + "Suchy Las", + "Sulechow", + "Sulejow", + "Sulejowek", + "Sulistrowice", + "Sulmierzyce", + "Sulmin", + "Suloszowa", + "Supienie", + "Susiec", + "Susz", + "Suszec", + "Suwaki", + "Swarorzyn", + "Swarzedz", + "Swarzewo", + "Swiatki", + "Swidnica", + "Swidnik", + "Swidwin", + "Swiebodzice", + "Swiebodzin", + "Swiecie nad Osa", + "Swiekatowo", + "Swierk", + "Swierklany", + "Swieta Katarzyna", + "Swietno", + "Swietoniowa", + "Swiniary", + "Swoboda", + "Sycewice", + "Sycow", + "Syrynia", + "Szadek", + "Szadlowice", + "Szczaniec", + "Szczawno", + "Szczawno-Zdroj", + "Szczecin", + "Szczecinek", + "Szczejkowice", + "Szczepanow", + "Szczercow", + "Szczucin", + "Szczuczyn", + "Szczurowa", + "Szczyrk", + "Szczytniki", + "Szczytno", + "Szebnie", + "Szemud", + "Szepietowo", + "Szewce", + "Szlachta", + "Szostka", + "Szowsko", + "Szprotawa", + "Szreniawa", + "Sztum", + "Sztutowo", + "Szyce", + "Szydlowiec", + "Szydlowo", + "Szyldak", + "Szymanow", + "Szypliszki", + "Tanowo", + "Tarchaly Wielkie", + "Tarczyn", + "Targanice", + "Tarnobrzeg", + "Tarnogrod", + "Tarnow Opolski", + "Tarnowiec", + "Tarnowo Podgorne", + "Tarnowskie Gory", + "Tczew", + "Tecza", + "Tegoborze", + "Tenczyn", + "Teofilow", + "Teresin", + "Terespol", + "Tluczan", + "Tolkmicko", + "Tomaszow", + "Tomaszow Lubelski", + "Tomaszowice", + "Topola Mala", + "Torzym", + "Toszek", + "Towarzystwo", + "Trabki", + "Trawniki", + "Trojanow", + "Trzciana", + "Trzcianka", + "Trzciel", + "Trzcinsko", + "Trzebinia", + "Trzebnica", + "Trzebownisko", + "Trzebunia", + "Trzemesnia", + "Trzemeszno", + "Trzemeszno Lubuskie", + "Trzesniow", + "Trzeszczyn", + "Trzyciaz", + "Trzydnik Duzy", + "Tuchola", + "Tuchow", + "Tuczno", + "Tulce", + "Turbia", + "Turek", + "Turobin", + "Turowiec", + "Tuszyn", + "Twardawa", + "Twardogora", + "Tworog", + "Tychy", + "Tyczyn", + "Tykocin", + "Tylicz", + "Tylmanowa", + "Tymbark", + "Tymowa", + "Tyszowce", + "Uciechow", + "Ujazd", + "Ujscie", + "Ulez", + "Unieszewo", + "Ustanow", + "Ustka", + "Ustron", + "Ustrzyki Dolne", + "Wabrzezno", + "Wachock", + "Wadowice", + "Wadowice Gorne", + "Waganiec", + "Wagrowiec", + "Walcz", + "Walim", + "Wambierzyce", + "Wapielsk", + "Warka", + "Warsaw", + "Warzachewka Polska", + "Warzno", + "Warzymice", + "Wasilkow", + "Wasniow", + "Wawel", + "Wawolnica", + "Wegierska Gorka", + "Wegliniec", + "Weglowice", + "Wegrzce Wielkie", + "Wejherowo", + "Wiazow", + "Wicko", + "Wieckowice", + "Wielbark", + "Wielen Zaobrzanski", + "Wielgie", + "Wielichowo", + "Wieliczka", + "Wieliszew", + "Wielki Klincz", + "Wieloglowy", + "Wielopole Skrzynskie", + "Wielowies", + "Wieruszow", + "Wierzchowisko", + "Wieszowa", + "Wijewo", + "Wilczeta", + "Wilczyce", + "Wilczyn", + "Wilga", + "Wilkanowo", + "Wilkow", + "Wilkowice", + "Wilkowisko", + "Winnica", + "Winsko", + "Wiorek", + "Wisla", + "Wisla Wielka", + "Wisniew", + "Wisniowa", + "Wisznice", + "Witaszyce", + "Witkowo", + "Witnica", + "Wlodawa", + "Wlodzimierz", + "Wloszczowa", + "Wojciech", + "Wojkowice", + "Wojkowice Koscielne", + "Wola Baranowska", + "Wola Filipowska", + "Wola Kopcowa", + "Wola Krzysztoporska", + "Wola Radlowska", + "Wola Rasztowska", + "Wola Rebkowska", + "Wola Zaradzynska", + "Wolborz", + "Wolbrom", + "Wolin", + "Wolka", + "Wolow", + "Wolsztyn", + "Wozniki", + "Wreczyca Wielka", + "Wronki", + "Wrzesnia", + "Wrzosowa", + "Wrzosowka", + "Wschowa", + "Wylatowo", + "Wymiarki", + "Wyrzysk", + "Wysogotowo", + "Wysoka", + "Wysoka Strzyzowska", + "Wysokie Mazowieckie", + "Wystep", + "Wyszogrod", + "Zabia Wola", + "Zabierzow Bochenski", + "Zablocie", + "Zabno", + "Zabor", + "Zabrowo", + "Zabrze", + "Zabrzeg", + "Zaczernie", + "Zagnansk", + "Zagorow", + "Zagorzyce", + "Zagosciniec", + "Zagrodno", + "Zakopane", + "Zalakowo", + "Zalasewo", + "Zalesie", + "Zaleszany", + "Zalewo", + "Zalubice Nowe", + "Zalubice Stare", + "Zaluski", + "Zaniemysl", + "Zaparcin", + "Zarow", + "Zarowka", + "Zarszyn", + "Zary", + "Zator", + "Zawada", + "Zawady", + "Zawadzkie", + "Zawidow", + "Zawiercie", + "Zawoja", + "Zawonia", + "Zbaszyn", + "Zbaszynek", + "Zbiczno", + "Zblewo", + "Zbroslawice", + "Zdunska Wola", + "Zduny", + "Zdzieszowice", + "Zebowice", + "Zebrzydowice", + "Zegrze Pomorskie", + "Zelazkow", + "Zelow", + "Zembrzyce", + "Zerkow", + "Zernica", + "Zerniki", + "Zgierz", + "Zglobice", + "Zglobien", + "Zgorsko", + "Zgorzala", + "Zgorzelec", + "Ziebice", + "Zielona", + "Zielone", + "Zielonka", + "Zielonki", + "Zielonki-Wies", + "Zlocieniec", + "Zloczew", + "Zlotow", + "Zloty Stok", + "Zmigrod", + "Znin", + "Zofia", + "Zorawia", + "Zorawina", + "Zosin", + "Zrecin", + "Zukowo", + "Zurawica", + "Zwolen", + "Zyrakow" + ], + "Portugal": [ + "Abobada", + "Abrantes", + "Acores", + "Aguada de Cima", + "Agualva", + "Agucadoura", + "Aguiar da Beira Municipality", + "Alandroal", + "Albergaria-a-Velha", + "Albufeira", + "Alcabideche", + "Alcacer do Sal", + "Alcains", + "Alcanede", + "Alcanena", + "Alcobaca", + "Alcochete", + "Alcoentre", + "Aldeia de Paio Pires", + "Aldeia do Meio", + "Aldeia dos Fernandes", + "Alenquer", + "Alfarelos", + "Alfena", + "Alfornelos", + "Alfragide", + "Alges", + "Algoz", + "Algueirao", + "Alhandra", + "Alhos Vedros", + "Aljezur", + "Aljustrel", + "Almada", + "Almancil", + "Almargem", + "Almeirim", + "Almodovar", + "Alpiarca", + "Alportel", + "Alqueidao da Serra", + "Alter do Chao", + "Altura", + "Alvaiazere", + "Alvarinhos", + "Alvelos", + "Alverca", + "Amadora", + "Amarante", + "Amares", + "Amiaes de Cima", + "Amor", + "Amora", + "Amoreira", + "Amorim", + "Anadia", + "Anta", + "Apulia", + "Arazede", + "Arco da Calheta", + "Arcos de Valdevez", + "Arcozelo", + "Arganil", + "Argoncilhe", + "Armacao de Pera", + "Arouca", + "Arraiolos", + "Arrifana", + "Arronches", + "Arruda dos Vinhos", + "Arvore", + "Assumar", + "Atalaia", + "Atouguia da Baleia", + "Avanca", + "Aveiras de Cima", + "Aveiro", + "Avelar", + "Avidos", + "Avintes", + "Azoia", + "Azueira", + "Azurem", + "Baguim", + "Baguim do Monte", + "Baleia", + "Baltar", + "Barcarena", + "Barcelos", + "Barreiro", + "Barrosas", + "Basto", + "Batalha", + "Beira", + "Beja", + "Belas", + "Belmonte", + "Bemfica", + "Benafim", + "Benavente", + "Benedita", + "Bicesse", + "Bico", + "Boavista", + "Bobadela", + "Boliqueime", + "Bombarral", + "Borba", + "Boticas", + "Bouca", + "Braga", + "Braganca", + "Brito", + "Bucelas", + "Buraca", + "Cabanelas", + "Cabeceiras de Basto", + "Cabeco de Vide", + "Cabecudos", + "Cabrela", + "Cacela", + "Cacem", + "Cacilhas", + "Cadaval", + "Caldas", + "Caldas da Rainha", + "Caldas das Taipas", + "Caldas de Sao Jorge", + "Caldas de Vizela", + "Calvao", + "Calvaria de Cima", + "Camarate", + "Caminha", + "Campanario", + "Campia", + "Campinho", + "Campo", + "Campo Maior", + "Canecas", + "Canedo", + "Canelas", + "Canhas", + "Canical", + "Canico", + "Canidelo", + "Cano", + "Cantanhede", + "Caparica", + "Caramulo", + "Carapinheira", + "Carcavelos", + "Carnaxide", + "Carrazedo", + "Carregado", + "Carrico", + "Cartaxo", + "Carvalhal", + "Carvalho", + "Carvalhosa", + "Carvoeiro", + "Casal", + "Casal da Areia", + "Cascais", + "Castanheira do Ribatejo", + "Castelejo", + "Castelo", + "Castelo Branco", + "Castelo de Paiva", + "Castro Daire", + "Castro Marim", + "Castro Verde Municipality", + "Catraia de Sao Paio", + "Cavaleiros", + "Cavaloes", + "Caxias", + "Ceira", + "Celorico de Basto", + "Cercal", + "Cernache", + "Cesar", + "Chao de Couce", + "Charneca", + "Chaves", + "Cidade", + "Cinfaes", + "Coimbra", + "Colares", + "Colmeias", + "Condeixa-a-Nova", + "Constance", + "Constancia", + "Corroios", + "Cortegaca", + "Costa de Caparica", + "Costa de Lavos", + "Covilha", + "Creixomil", + "Cruz Quebrada", + "Cuba", + "Cucujaes", + "Dalvares", + "Damaia", + "Darque", + "Dois Portos", + "Dona Maria", + "Dossaos", + "Eixo", + "Elvas", + "Encarnacao", + "Entroncamento", + "Ericeira", + "Ermidas", + "Escapaes", + "Escoural", + "Esmoriz", + "Espinho", + "Esposende", + "Estarreja", + "Estoi", + "Estombar", + "Estoril", + "Estremoz", + "Evora", + "Fafe", + "Famoes", + "Fanzeres", + "Fao", + "Faro", + "Feira", + "Felgueiras", + "Ferradosa", + "Ferreira", + "Ferreira do Alentejo", + "Ferrel", + "Ferro", + "Fiaes", + "Figueira da Foz Municipality", + "Figueira de Lorvao", + "Figueiro dos Vinhos", + "Fogueteiro", + "Folgados", + "Forte", + "Foz do Sousa", + "Fradelos", + "Freamunde", + "Frielas", + "Funchal", + "Fundao", + "Gafanha da Nazare", + "Galiza", + "Gandara dos Olivais", + "Gandra", + "Garruchas", + "Gemunde", + "Godim", + "Golega", + "Gondomar", + "Gouveia", + "Graca", + "Gradil", + "Grandola", + "Granja", + "Granja do Ulmeiro", + "Grijo", + "Guarda", + "Guardizela", + "Guia", + "Guimaraes", + "Gulpilhares", + "Igreja Nova", + "Ilhavo", + "Infesta", + "Joane", + "Jovim", + "Juncal", + "Lagarinhos", + "Lago", + "Lagoa", + "Lagoas", + "Lagos", + "Lajes", + "Lamego", + "Landim", + "Lavos", + "Lavra", + "Lavradio", + "Leca da Palmeira", + "Leca do Bailio", + "Leiria", + "Linda a Velha", + "Linhaceira", + "Linho", + "Lisbon", + "Lordelo", + "Loule", + "Lourel de Baixo", + "Loures", + "Lourical", + "Lourosa", + "Lousa", + "Lousada", + "Lousado", + "Macas de Caminho", + "Maceda", + "Macedo de Cavaleiros", + "Maceira", + "Machico", + "Macieira da Lixa", + "Madeira", + "Mafra", + "Maia", + "Malveira", + "Malveira da Serra", + "Mamouros", + "Mangualde", + "Manique de Baixo", + "Manique do Intendente", + "Marco", + "Marco de Canaveses", + "Margaride", + "Marinha", + "Marinha Grande", + "Marinhais", + "Marteleira", + "Martinganca", + "Massama", + "Massarelos", + "Matosinhos Municipality", + "Mealhada", + "Mem Martins", + "Mesao Frio", + "Mexilhoeira Grande", + "Milharado", + "Milhazes", + "Minde", + "Mira", + "Miranda do Corvo", + "Miranda do Douro", + "Mirandela", + "Mocarria", + "Modivas", + "Moita", + "Moncao", + "Monchique", + "Monforte", + "Monsanto", + "Monsaraz", + "Montalvo", + "Monte Estoril", + "Montelavar", + "Montemor-o-Novo", + "Montemor-o-Velho", + "Montes", + "Montijo", + "Moreira de Conegos", + "Mortagua", + "Moscavide", + "Moura", + "Moure", + "Mourisca do Vouga", + "Mozelos", + "Muro", + "Murtede", + "Murteira", + "Nadadouro", + "Negrelos", + "Neiva", + "Nelas", + "Nespereira", + "Nine", + "Nisa", + "Nogueira", + "Nogueira da Regedoura", + "Nogueira do Cravo", + "Obidos", + "Odemira", + "Odivelas", + "Oeiras", + "Oia", + "Olhao", + "Olhos de Agua", + "Olivais", + "Olival", + "Oliveira", + "Oliveira do Bairro", + "Oliveira do Douro", + "Oliveira do Hospital", + "Ortiga", + "Ota", + "Ourem", + "Ourique", + "Outeiro", + "Ovar", + "Paco de Arcos", + "Paderne", + "Palhaca", + "Palhais", + "Palmeira", + "Palmela", + "Parada de Gonta", + "Parada do Bispo", + "Paraiso", + "Parchal", + "Pardilho", + "Parede", + "Paredes", + "Paredes da Beira", + "Paredes de Coura", + "Pataias", + "Paul", + "Pechao", + "Pedreiras", + "Pedroso", + "Pedroucos", + "Pegoes Velhos", + "Penacova", + "Penafiel", + "Penedono", + "Penela", + "Penha Garcia", + "Peniche", + "Penteado", + "Pereira", + "Pero Pinheiro", + "Pevidem", + "Piedade", + "Pinhal", + "Pinhal Novo", + "Pinheiro", + "Pinheiro da Bemposta", + "Pinheiro de Azere", + "Poceirao", + "Poco Barreto", + "Poiares", + "Polima", + "Pombal", + "Ponta", + "Ponta Delgada", + "Ponta do Sol", + "Ponte", + "Ponte da Barca", + "Ponte de Lima", + "Ponte de Sor", + "Ponte de Vagos", + "Pontevel", + "Pontinha", + "Portalegre", + "Portel", + "Portela", + "Portimao", + "Porto", + "Porto Alto", + "Porto da Cruz", + "Porto de Mos", + "Porto Moniz", + "Porto Salvo", + "Povoa", + "Povoa da Galega", + "Povoa de Lanhoso", + "Povoa de Santa Iria", + "Povoa de Santo Adriao", + "Povoa do Forno", + "Prado", + "Pragal", + "Praia da Vitoria", + "Praia de Mira", + "Praia do Almoxarife", + "Praia do Carvoeiro", + "Praia do Ribatejo", + "Prazins", + "Prime", + "Proenca-a-Nova", + "Quarteira", + "Quejas", + "Queluz", + "Queluz de Baixo", + "Quinchaes", + "Quinta", + "Quinta do Anjo", + "Ramada", + "Ramo", + "Rana", + "Real", + "Rebordosa", + "Recarei", + "Redondo", + "Regueira de Pontes", + "Reguengo Grande", + "Reguengos de Monsaraz", + "Riachos", + "Riba de Ave", + "Ribeira Brava", + "Ribeira Grande", + "Ribeirao", + "Rinchoa", + "Rio de Moinhos", + "Rio de Mouro", + "Rio Maior", + "Rio Tinto", + "Romariz", + "Ronfe", + "Roque", + "Roriz", + "Runa", + "Sabugal", + "Sacavem", + "Salreu", + "Salto", + "Salvaterra de Magos", + "Samil", + "Samora Correia", + "Samouco", + "Sandim", + "Sanfins do Douro", + "Sangalhos", + "Sanguedo", + "Santa Barbara de Nexe", + "Santa Catarina", + "Santa Catarina da Serra", + "Santa Clara-a-Velha", + "Santa Comba Dao", + "Santa Cruz", + "Santa Iria da Azoia", + "Santa Marta", + "Santa Marta de Penaguiao", + "Santana", + "Santiago", + "Santiago da Guarda", + "Santiago de Riba-Ul", + "Santiago do Cacem", + "Santo Andre", + "Santo Antao do Tojal", + "Santo Antonio", + "Santo Antonio da Charneca", + "Santo Tirso", + "Sao Bras", + "Sao Bras de Alportel", + "Sao Domingos de Rana", + "Sao Felix da Marinha", + "Sao Francisco", + "Sao Joao", + "Sao Joao da Madeira", + "Sao Joao da Talha", + "Sao Joao das Lampas", + "Sao Joao de Ver", + "Sao Joao do Campo", + "Sao Joao dos Montes", + "Sao Juliao do Tojal", + "Sao Mamede de Infesta", + "Sao Marcos", + "Sao Pedro da Cadeira", + "Sao Pedro do Estoril", + "Sao Romao do Coronado", + "Sao Roque", + "Sao Vicente da Beira", + "Sao Vicente de Lafoes", + "Sardoal", + "Sarilhos Grandes", + "Satao", + "Seia", + "Seixal", + "Sendim", + "Senhora da Hora", + "Seroa", + "Serpa", + "Serpins", + "Serta", + "Sesimbra", + "Sete Rios", + "Sever do Vouga", + "Silva", + "Silvares", + "Silveira", + "Silves", + "Sines Municipality", + "Sintra", + "Soalheira", + "Sobrado", + "Sobrado de Paiva", + "Sobral de Monte Agraco", + "Sobralinho", + "Sobreda", + "Sobreiro", + "Sobrosa", + "Soito", + "Soure Municipality", + "Souto da Carpalhosa", + "Souzel", + "Sul", + "Tabuaco", + "Talaide", + "Tamel", + "Tarouca", + "Taveiro", + "Tavira Municipality", + "Teixoso", + "Telhado", + "Tercena", + "Terena", + "Tires", + "Tocha", + "Tomar", + "Tondela", + "Torre da Marinha", + "Torre de Moncorvo", + "Torres Novas", + "Torres Vedras", + "Touguinha", + "Tourais", + "Trafaria", + "Trancoso", + "Trancoso de Baixo", + "Travanca", + "Treixedo", + "Trofa", + "Tunes", + "Turcifal", + "Vagos", + "Valado de Frades", + "Valbom", + "Vale", + "Vale da Pinta", + "Vale de Acor", + "Vale de Cambra", + "Valega", + "Valenca", + "Valongo", + "Valverde", + "Varzea do Douro", + "Venda do Pinheiro", + "Vendas Novas", + "Vermelha", + "Vermoil", + "Vialonga", + "Viana do Alentejo", + "Viana do Castelo", + "Vidago", + "Vidigueira", + "Vieira de Leiria", + "Vieira do Minho", + "Vila Alva", + "Vila Boa de Quires", + "Vila Cha", + "Vila Cha de Ourique", + "Vila de Porto Santo", + "Vila do Bispo", + "Vila do Conde", + "Vila Franca de Xira", + "Vila Franca do Rosario", + "Vila Nogueira de Azeitao", + "Vila Nova", + "Vila Nova da Barquinha", + "Vila Nova de Cerveira", + "Vila Nova de Famalicao", + "Vila Nova de Gaia", + "Vila Nova de Paiva", + "Vila Praia de Ancora", + "Vila Real", + "Vila Verde", + "Vilar de Perdizes", + "Vilar do Paraiso", + "Vilar do Pinheiro", + "Vilar Formoso", + "Vilarinho das Paranheiras", + "Vilarinho de Arcos", + "Vilarinho do Bairro", + "Vilela", + "Vimieiro", + "Vinhais", + "Viseu", + "Vizela", + "Zambujal", + "Zibreira" + ], + "Puerto Rico": [ + "Adjuntas", + "Aguada", + "Aguadilla", + "Aguas Buenas", + "Aibonito", + "Anasco", + "Arecibo", + "Arroyo", + "Bajadero", + "Barceloneta", + "Barranquitas", + "Boqueron", + "Cabo Rojo", + "Caguas", + "Camuy", + "Canovanas", + "Carolina", + "Catano", + "Cayey", + "Ceiba", + "Ciales", + "Cidra", + "Coamo", + "Corozal", + "Coto Laurel", + "Culebra", + "Dorado", + "Ensenada", + "Fajardo", + "Florida", + "Garrochales", + "Guanica", + "Guayama", + "Guayanilla", + "Guaynabo", + "Gurabo", + "Hatillo", + "Hormigueros", + "Humacao", + "Isabela", + "Jayuya", + "Juana Diaz", + "Juncos", + "Lajas", + "Lares", + "Las Piedras", + "Loiza", + "Luquillo", + "Manati", + "Maricao", + "Maunabo", + "Mayaguez", + "Mercedita", + "Moca", + "Morovis", + "Naguabo", + "Naranjito", + "Orocovis", + "Palmer", + "Patillas", + "Penuelas", + "Ponce", + "Punta Santiago", + "Quebradillas", + "Residencial Puerto Real", + "Rincon", + "Rio Grande", + "Sabana Grande", + "Sabana Seca", + "Saint Just", + "Salinas", + "San Antonio", + "San German", + "San Juan", + "San Lorenzo", + "San Sebastian", + "Santa Isabel", + "Toa Alta", + "Toa Baja", + "Trujillo Alto", + "Utuado", + "Vega Alta", + "Vega Baja", + "Vieques", + "Villalba", + "Yabucoa", + "Yauco" + ], + "South Korea": [ + "Andong", + "Ansan-si", + "Anseong", + "Anyang-si", + "Asan", + "Bucheon-si", + "Busan", + "Changwon", + "Cheonan", + "Cheongju-si", + "Chilgok", + "Chuncheon", + "Chungju", + "Chungnim", + "Daegu", + "Daejeon", + "Deokjin", + "Duchon", + "Gangneung", + "Gimhae", + "Gongju", + "Gumi", + "Gunnae", + "Gwangju", + "Gwangmyeong", + "Gyeongju", + "Gyeongsan-si", + "Hadong", + "Haesan", + "Haeundae", + "Hanam", + "Hansol", + "Hyangyang", + "Hyoja-dong", + "Icheon-si", + "Iksan", + "Ilsan-dong", + "Incheon", + "Janghowon", + "Jecheon", + "Jeju-si", + "Jeonju", + "Jinju", + "Ka-ri", + "Kimso", + "Kisa", + "Koyang-dong", + "Kwanghui-dong", + "Mapo-dong", + "Miryang", + "Moppo", + "Nae-ri", + "Naju", + "Namhyang-dong", + "Namyang", + "Namyangju", + "Nonsan", + "Okpo-dong", + "Osan", + "Paju", + "Pohang", + "Pon-dong", + "Pyong-gol", + "Samjung-ni", + "Samsung", + "Sangdo-dong", + "Sasang", + "Se-ri", + "Seocho", + "Seong-dong", + "Seongnam-si", + "Seosan City", + "Seoul", + "Songam", + "Songang", + "Songjeong", + "Songnim", + "Suncheon", + "Suwon-si", + "Taebuk", + "Tang-ni", + "Tongan", + "Uiwang", + "Ulchin", + "Ulsan", + "Unpo", + "Wonju", + "Wonmi-gu", + "Yangsan", + "Yeoju", + "Yeosu", + "Yongin", + "Yongsan-dong", + "Seoul", + "Busan City", + "Daegu City", + "Incheon City", + "Gwangju City", + "Daejeon City", + "Ulsan", + "Gyeonggi Province", + "Gangwon Province", + "North Chungcheong Province", + "South Chungcheong Province", + "North Jeolla Province", + "South Jeolla Province", + "North Gyeongsang Province", + "South Gyeongsang Province", + "Jeju" + ], + "Lithuania": [ + "Alytus", + "Anciskiai", + "Antakalnis", + "Garliava", + "Ignalina", + "Jonava", + "Jurbarkas", + "Juskonys", + "Kaunas", + "Kretinga", + "Mastaiciai", + "Palanga", + "Panevezys", + "Sakiai", + "Salcininkai", + "Trakai", + "Ukmerge", + "Uzliedziai", + "Venta", + "Vievis", + "Vilniaus Apskritis", + "Vilnius", + "Visaginas" + ], + "Qatar": [ + "Ad Dawhah", + "Al Ghuwayriyah", + "Al Jumayliyah", + "Al Khawr", + "Al Wakrah", + "Ar Rayyan", + "Jarayan al Batinah", + "Madinat ash Shamal", + "Umm Sa'id", + "Umm Salal" + ], + "Romania": [ + "Adjud", + "Afumati", + "Agnita", + "Aiud", + "Alba", + "Alba Iulia", + "Albesti-Paleologu", + "Alesd", + "Alexandria", + "Alunu", + "Apahida", + "Apata", + "Arad", + "Avrig", + "Baba Novac", + "Baia Mare", + "Baia Sprie", + "Baicoi", + "Baile Olanesti", + "Baiut", + "Balomiru de Camp", + "Balotesti", + "Banesti", + "Baraolt", + "Barbuletu", + "Bascov", + "Becicherecu Mic", + "Berceni", + "Berzasca", + "Bethausen", + "Bic", + "Bilciuresti", + "Birda", + "Blaj", + "Bobolia", + "Bocsa", + "Bogdanita", + "Bolintin Deal", + "Borca", + "Borsa", + "Bozieni", + "Bragadiru", + "Branistea", + "Brazii de Sus", + "Breaza", + "Bucecea", + "Bucharest", + "Bucsani", + "Bucu", + "Bucurestii Noi", + "Buftea", + "Buhusi", + "Bujor", + "Bumbesti-Jiu", + "Busteni", + "Buzias", + "Calafat", + "Calan", + "Calarasi", + "Calinesti", + "Campeni", + "Campia", + "Campia Turzii", + "Campina", + "Campulung Moldovenesc", + "Campulung Muscel", + "Cara", + "Caracal", + "Caransebes", + "Carbunesti", + "Carei", + "Catcau", + "Catunele", + "Cernisoara", + "Cetatea de Balta", + "Cetatuia", + "Chiajna", + "Chiselet", + "Chisineu-Cris", + "Chisoda", + "Chitila", + "Cisnadie", + "Ciumani", + "Cluj-Napoca", + "Cobadin", + "Codlea", + "Cojasca", + "Comana", + "Comanesti", + "Corabia", + "Corbeanca", + "Corbita", + "Corlateni", + "Cosbuc", + "Costesti", + "Cotnari", + "Covasna", + "Craiova", + "Crangasi", + "Crasna", + "Cris", + "Cristian", + "Cristuru Secuiesc", + "Cugir", + "Curtici", + "Cuza Voda", + "Daia Romana", + "Decebal", + "Dej", + "Deta", + "Deva", + "Dimitrie Cantemir", + "Ditrau", + "Doamna", + "Dobroesti", + "Domnesti", + "Dor Marunt", + "Dorohoi", + "Dragotesti", + "Dridu", + "Dudestii Vechi", + "Dumbravita", + "Eforie", + "Fabrica", + "Faget", + "Fagetu", + "Falcau", + "Falticeni", + "Fetesti", + "Filias", + "Filiasi", + "Filipestii de Padure", + "Floresti", + "Fogarasch", + "Fundulea", + "Gaesti", + "Garla-Mare", + "Gataia", + "Geoagiu", + "Gheorgheni", + "Gherea", + "Gherla", + "Giarmata", + "Gilau", + "Giroc", + "Giulesti", + "Giurgiu", + "Glina", + "Gramesti", + "Grojdibodu", + "Gura Humorului", + "Hangulesti", + "Harsova", + "Hateg", + "Horia", + "Huedin", + "Humulesti", + "Hunedoara", + "Husi", + "Iadara", + "Iernut", + "Ion Ghica", + "Iorga", + "Izvoru Crisului", + "Jibou", + "Jilava", + "Lacu", + "Lacu Sinaia", + "Lancram", + "Lazuri", + "Lehliu-Gara", + "Lenauheim", + "Livezi", + "Ludesti", + "Lugoj", + "Lunguletu", + "Macin", + "Madaras", + "Magura", + "Magurele", + "Mandruloc", + "Mangalia", + "Manta", + "Marasheshty", + "Marasti", + "Marginea", + "Masloc", + "Matasari", + "Matei", + "Medgidia", + "Miercurea Sibiului", + "Miercurea-Ciuc", + "Mihai Bravu", + "Mihail Kogalniceanu", + "Mioveni", + "Mircea", + "Mizil", + "Moara Vlasiei", + "Mocira", + "Mogosoaia", + "Moinesti", + "Moisei", + "Moldova Noua", + "Moreni", + "Moroda", + "Motru", + "Murfatlar", + "Musenita", + "Nana", + "Nasaud", + "Navodari", + "Negresti", + "Negru Voda", + "Nenciulesti", + "Nicolae Balcescu", + "Nucsoara", + "Obreja", + "Ocna Mures", + "Ocnita", + "Odobesti", + "Odorheiu Secuiesc", + "Oltenita", + "Oradea", + "Oravita", + "Orsova", + "Otelu Rosu", + "Otopeni", + "Padureni", + "Panciu", + "Panduri", + "Pantelimon", + "Pascani", + "Patarlagele", + "Pecica", + "Petresti", + "Plopeni", + "Podu Dambovitei", + "Poiana Ilvei", + "Popesti", + "Popesti-Leordeni", + "Potlogi", + "Prejmer", + "Prim Decembrie", + "Prod", + "Pucheni", + "Rabagani", + "Racari", + "Racoasa", + "Racovita", + "Radauti", + "Radovanu", + "Ramnicu Sarat", + "Reghin", + "Roata de Jos", + "Rohia", + "Roman", + "Rosia", + "Rosiori de Vede", + "Sacele", + "Salatrucel", + "Salcea", + "Salcioara", + "Salonta", + "Sancraieni", + "Sangeorge", + "Sangeorz-Bai", + "Santimbru", + "Satu Mare", + "Saveni", + "Schela", + "Sebes", + "Seini", + "Sfantu Gheorghe", + "Sfantu-Gheorghe", + "Sibiu", + "Siculeni", + "Sighisoara", + "Simeria", + "Slatina", + "Slobozia", + "Soimus", + "Somcuta Mare", + "Sovata", + "Spiru Haret", + "Stalpeni", + "Stanilesti", + "Stefanesti", + "Stefanestii de Jos", + "Stroesti", + "Suceava", + "Susenii Bargaului", + "Sutesti", + "Talisoara", + "Tandarei", + "Targu Gangulesti", + "Targu Neamt", + "Tartasesti", + "Tatarani", + "Tatarusi", + "Tecuci", + "Teiu", + "Teius", + "Telega", + "Tibeni", + "Tileagd", + "Timus", + "Tina", + "Tipari", + "Titesti", + "Titu", + "Tomesti", + "Topoloveni", + "Traian", + "Trestiana", + "Tulcea", + "Tulnici", + "Tunari", + "Turda", + "Turnu Magurele", + "Turnu Ruieni", + "Tuzla", + "Uioara de Jos", + "Ungheni", + "Unirea", + "Urlati", + "Urziceni", + "Utvin", + "Vacaresti", + "Valcea", + "Valea Lupului", + "Valea Seaca", + "Valenii de Munte", + "Vama", + "Vaslui", + "Vatra Dornei", + "Vedea", + "Vetresti-Herastrau", + "Victoria", + "Videle", + "Vidin", + "Vidra", + "Viseu de Jos", + "Viseu de Sus", + "Voinesti", + "Voiteg", + "Voluntari", + "Voronet", + "Zetea", + "Zimnicea" + ], + "Russia": [ + "Abakan", + "Abinsk", + "Achinsk", + "Adygeysk", + "Agapovka", + "Agidel", + "Akhtubinsk", + "Aksay", + "Aksenovo", + "Alapayevsk", + "Aldan", + "Aleksandrov", + "Aleksandrovka", + "Alekseyevka", + "Aleksin", + "Aleksino", + "Aleysk", + "Alikovo", + "Altay", + "Altayskoye", + "Amur", + "Amursk", + "Anapa", + "Angarsk", + "Anuchino", + "Anzhero-Sudzhensk", + "Apatity", + "Apazovo", + "Aprelevka", + "Aramil", + "Ariadnoye", + "Arkhangelsk", + "Arkhara", + "Armavir", + "Aro", + "Artem", + "Arti", + "Arzamas", + "Asbest", + "Asha", + "Ashchibutak", + "Asino", + "Astrakhan", + "Atkarsk", + "Atlas", + "Avangard", + "Avri", + "Avtozavodskiy Rayon", + "Aykino", + "Azov", + "Bagan", + "Baksan", + "Balabanovo", + "Balakovo", + "Balashikha", + "Balashov", + "Baltiysk", + "Barabash", + "Baranchinskiy", + "Barda", + "Barnaul", + "Bashkortostan", + "Bataysk", + "Baykal", + "Baza", + "Begunitsy", + "Belaya Kalitva", + "Belebey", + "Belgorod", + "Belogorka", + "Belogorsk", + "Belorechensk", + "Beloretsk", + "Belovo", + "Belyy", + "Berdsk", + "Berezayka", + "Berezniki", + "Berezovka", + "Beryozovsky", + "Betlitsa", + "Beya", + "Bezhetsk", + "Bibayevo", + "Bilibino", + "Birobidzhan", + "Birsk", + "Birzha", + "Biysk", + "Blagovar", + "Blagoveshchensk", + "Bogdanovich", + "Bogdashino", + "Bogoroditsk", + "Bogorodsk", + "Bogorodskoye", + "Boguchany", + "Boksitogorsk", + "Bologoye", + "Bor", + "Borisoglebsk", + "Borkovka", + "Borodino", + "Borodynovka", + "Borovichi", + "Borovskiy", + "Borzya", + "Bovykiny", + "Bras", + "Bratsk", + "Brod", + "Bronnitsy", + "Bryansk", + "Bugry", + "Bulgakov", + "Buyantsevo", + "Buzuluk", + "Chapayevsk", + "Chaplygin", + "Chastyye", + "Chaykovskiy", + "Cheboksary", + "Chekhov", + "Chelbasskaya", + "Chelyabinsk", + "Chemashur", + "Cheremkhovo", + "Cherepanovo", + "Cherepovets", + "Cherkessk", + "Cherkizovo", + "Chernigovka", + "Chernogolovka", + "Chernogorsk", + "Chernushka", + "Chernyakhovsk", + "Chesnokovka", + "Chik", + "China", + "Chita", + "Chiverevo", + "Chkalov", + "Chudovo", + "Chyorny Yar", + "Dagomys", + "Dalmatovo", + "Damkhurts", + "Danilov", + "Dedenevo", + "Dedovsk", + "Denisovo", + "Derbent", + "Desnogorsk", + "Detchino", + "Dimitrovgrad", + "Dinskaya", + "Divnogorsk", + "Divo", + "Dmitriyevka", + "Dmitrov", + "Dobryanka", + "Dolgoprudnyy", + "Domodedovo", + "Donetsk", + "Donskoy", + "Drezna", + "Druzhba", + "Dubenka", + "Dubna", + "Dubovka", + "Dubrovka", + "Dudinka", + "Dyurtyuli", + "Dzerzhinsk", + "Dzerzhinskiy", + "Elektrogorsk", + "Elektrostal", + "Elektrougli", + "Elista", + "Enkheluk", + "Fatezh", + "Fialka", + "Filatovskoye", + "Filial", + "Frolovo", + "Frunzenskiy", + "Fryazino", + "Furmanov", + "Gagarin", + "Gagino", + "Gatchina", + "Gaurilov", + "Gelendzhik", + "Georgiyevsk", + "Georgiyevskoye", + "Glazov", + "Glazunovka", + "Glebychevo", + "Gogolya", + "Golitsyno", + "Golovchino", + "Gorbatov", + "Gorin", + "Gorno-Altaysk", + "Gornozavodsk", + "Gorodna", + "Granit", + "Grozny", + "Gryazovets", + "Gubakha", + "Gubkin", + "Gubkinskiy", + "Gudermes", + "Gukovo", + "Gusev", + "Gusinoozyorsk", + "Gvardeysk", + "Ibresi", + "Ibrya", + "Iglino", + "Igra", + "Ilim", + "Ilovlya", + "Ilya", + "Insar", + "Inta", + "Irbit", + "Irkutsk", + "Isheyevka", + "Ishim", + "Ishimbay", + "Ishimskiy", + "Ishkulovo", + "Ishley", + "Iskitim", + "Istra", + "Ivangorod", + "Ivanovo", + "Izberbash", + "Izhevsk", + "Izmaylovo", + "Kabanovo", + "Kabardino", + "Kachkanar", + "Kadrovik", + "Kalashnikovo", + "Kalinina", + "Kaliningrad", + "Kalininskaya", + "Kalino", + "Kaltan", + "Kaluga", + "Kamchatka", + "Kamenka", + "Kamennogorsk", + "Kamennomostskiy", + "Kamenolomni", + "Kamensk", + "Kamensk-Shakhtinskiy", + "Kamyshin", + "Kamyshovka", + "Kanash", + "Kanavka", + "Kandalaksha", + "Kanevskaya", + "Kansk", + "Karabash", + "Karabulak", + "Karachev", + "Karin Perevoz", + "Karla Marksa", + "Kartaly", + "Kashira", + "Kasimov", + "Kasli", + "Kastornoye", + "Katav-Ivanovsk", + "Kavkaz", + "Kemerovo", + "Khabarovsk", + "Khabarskoye", + "Khangash-Yurt", + "Khanty-Mansiysk", + "Kharp", + "Khasavyurt", + "Khimki", + "Kholmistyy", + "Kholmsk", + "Khrenovoye", + "Kichmengskiy Gorodok", + "Kimovsk", + "Kimry", + "Kineshma", + "Kingisepp", + "Kirgiz-Miyaki", + "Kirilly", + "Kirishi", + "Kirov", + "Kirova", + "Kirovgrad", + "Kirovo-Chepetsk", + "Kirovsk", + "Kirovskaya", + "Kirsanov", + "Kiryabinskoye", + "Kirzhach", + "Kislovodsk", + "Kizlyar", + "Kizner", + "Klimovsk", + "Klin", + "Klintsy", + "Klyuchi", + "Klyuchi-Bulak", + "Kochkurovo", + "Kodinsk", + "Kola", + "Kolomino", + "Kolomna", + "Kolpashevo", + "Kolpino", + "Komarov", + "Komintern", + "Komsomolsk-on-Amur", + "Konakovo", + "Kondopoga", + "Konosha", + "Kopeysk", + "Koptyuga", + "Korkino", + "Korolev", + "Korsakov", + "Koryazhma", + "Kosteniki", + "Kostomuksha", + "Kostroma", + "Kotlas", + "Kovdor", + "Kovrov", + "Kraskovo", + "Krasnoarmeysk", + "Krasnoarmeyskaya", + "Krasnoarmeyskoye", + "Krasnodar", + "Krasnodarskiy", + "Krasnogorsk", + "Krasnogorskiy", + "Krasnogvardeyskiy", + "Krasnokamensk", + "Krasnokamsk", + "Krasnoobsk", + "Krasnoufimsk", + "Krasnoyarsk", + "Krasnoye-na-Volge", + "Krasnoznamensk", + "Krasnyy Kut", + "Krasnyy Sulin", + "Krasnyy Yar", + "Kristall", + "Kromy", + "Kronshtadt", + "Kropotkin", + "Krugloye", + "Krymsk", + "Kstovo", + "Kubinka", + "Kugesi", + "Kulikov", + "Kumertau", + "Kungur", + "Kupavna", + "Kurchatov", + "Kurgan", + "Kurganinsk", + "Kursk", + "Kurtamysh", + "Kusa", + "Kusakovka", + "Kushnarenkovo", + "Kushva", + "Kuybyshev", + "Kuznetsk", + "Kuznetskiy Rayon", + "Kuzovatovo", + "Kvatchi", + "Kyshtym", + "Kyzyl", + "Labinsk", + "Labytnangi", + "Lada", + "Lakinsk", + "Lampovo", + "Lazo", + "Lebedev", + "Lenina", + "Leningradskaya", + "Leningradskiy", + "Leninogorsk", + "Leninsk-Kuznetsky", + "Leninskiy", + "Leninskoye", + "Lenkino", + "Lermontov", + "Lesnoy", + "Lesnoy Gorodok", + "Lesodacha", + "Lesosibirsk", + "Lesozavodsk", + "Likino-Dulevo", + "Linda", + "Linevo", + "Liniya", + "Lipetsk", + "Lisikha", + "Liski", + "Livny", + "Lobnya", + "Lodeynoye Pole", + "Lomonosov", + "Losino-Petrovskiy", + "Luchegorsk", + "Lukhovitsy", + "Luzino", + "Lyantor", + "Lytkarino", + "Lyubertsy", + "Magadan", + "Magdagachi", + "Magnitnyy", + "Magnitogorsk", + "Makhachkala", + "Maksimovka", + "Malaya Vishera", + "Malino", + "Maloyaroslavets", + "Malysheva", + "Mamontovka", + "Mamontovo", + "Manturovo", + "Mariinskiy Posad", + "Markovo", + "Marks", + "Maslyanino", + "Mayakovskogo", + "Maykop", + "Maykor", + "Mednogorsk", + "Medvedevo", + "Medvenka", + "Mega", + "Megion", + "Melenki", + "Meleuz", + "Metallostroy", + "Metallurg", + "Mezhdurechensk", + "Mga", + "Miass", + "Miasskoye", + "Michurinsk", + "Mikhaylovskoye", + "Millerovo", + "Mineralnye Vody", + "Minusinsk", + "Mira", + "Moldavanskoye", + "Monchegorsk", + "Monino", + "Morozov", + "Morozovo", + "Morozovsk", + "Morshansk", + "Moscow", + "Moskovskaya", + "Moskovskiy", + "Mostovskoy", + "Mozdok", + "Mozhaysk", + "Mozhga", + "Mtsensk", + "Muravlenko", + "Murmansk", + "Murmashi", + "Murom", + "Myski", + "Mytishchi", + "Naberezhnyye Chelny", + "Nadezhdinka", + "Nadvoitsy", + "Nadym", + "Nakhabino", + "Nakhodka", + "Naro-Fominsk", + "Nartkala", + "Naryan-Mar", + "Nauka", + "Naumkino", + "Nazarovo", + "Nazran", + "Neftekamsk", + "Neftekumsk", + "Nefteyugansk", + "Nelazskoye", + "Nelidovo", + "Neman", + "Neryungri", + "Neva", + "Nevinnomyssk", + "Nevskiy", + "Neya", + "Nikel", + "Nikolayevsk", + "Nikolayevsk-on-Amur", + "Nikulin", + "Nizhegorodskaya", + "Nizhnekamsk", + "Nizhneudinsk", + "Nizhnevartovsk", + "Nizhneyashkino", + "Nizhniy Novgorod", + "Nizhniy Odes", + "Nizhniy Tagil", + "Noginsk", + "Noginskaya", + "Nova", + "Novator", + "Novaya Igirma", + "Novaya Silava", + "Novoaltaysk", + "Novobelokatay", + "Novocheboksarsk", + "Novocherkassk", + "Novodmitriyevka", + "Novodvinsk", + "Novokorsunskaya", + "Novokruchininskiy", + "Novokuybyshevsk", + "Novokuznetsk", + "Novomichurinsk", + "Novomoskovsk", + "Novorossiysk", + "Novoselovo", + "Novosemeykino", + "Novoshakhtinsk", + "Novoshakhtinskiy", + "Novosibirsk", + "Novosokolovogorskiy", + "Novotroitsk", + "Novovarshavka", + "Novovoronezh", + "Novoye Devyatkino", + "Novozavedennoye", + "Novozolotovskaya", + "Novozybkov", + "Novy Urengoy", + "Novyy", + "Noyabrsk", + "Nyagan", + "Nytva", + "Obninsk", + "Obyedineniye", + "Ocher", + "Odintsovo", + "Ogarev", + "Okha", + "Okhansk", + "Okulovka", + "Olenegorsk", + "Olimpiyskiy", + "Omchak", + "Omsk", + "Orekhovo-Zuyevo", + "Orenburg", + "Orlovskiy", + "Orshanka", + "Orsk", + "Oshib", + "Osnova", + "Ostankino", + "Ostrov", + "Otradnoye", + "Otradnyy", + "Ovchinnikov", + "Panayevsk", + "Pangody", + "Parapino", + "Parfino", + "Pargolovo", + "Parkovyy", + "Partizansk", + "Patrushi", + "Pavlovo", + "Pavlovsk", + "Pavlovskaya", + "Pavlovskaya Sloboda", + "Pavlovskiy Posad", + "Pechora", + "Pechory", + "Penza", + "Perepravnaya", + "Perm", + "Perovka", + "Persianovka", + "Pervo", + "Pervomayskaya", + "Pervouralsk", + "Peschanka", + "Pestovo", + "Petergof", + "Petropavlovka", + "Petropavlovsk-Kamchatsky", + "Petrozavodsk", + "Pikalyovo", + "Pioner", + "Piter", + "Pitkyaranta", + "Pivovar", + "Plavsk", + "Pleloye", + "Podgortsy", + "Podolsk", + "Podstepki", + "Pokrov", + "Polevskoy", + "Polyarnyy", + "Poronaysk", + "Posad", + "Poselok", + "Postnikova", + "Potok", + "Povarovo", + "Povedniki", + "Poztykeres", + "Pregradnaya", + "Priozersk", + "Prirechensk", + "Progress", + "Prokhladnyy", + "Protvino", + "Pryazha", + "Pskov", + "Pskovskoye", + "Pugachev", + "Pulkovo", + "Purovsk", + "Pushchino", + "Pushkin", + "Pushkina", + "Pushkino", + "Putilkovo", + "Pyatigorsk", + "Pychas", + "Pyshma", + "Radist", + "Raduga", + "Rakita", + "Ramenskoye", + "Rassvet", + "Ratmirovo", + "Raychikhinsk", + "Redkino", + "Reftinskiy", + "Reutov", + "Revda", + "Rezh", + "Rikasikha", + "Rodionovka", + "Rodionovo-Nesvetayskaya", + "Rodniki", + "Romanovka", + "Rosa", + "Roshchino", + "Rossiyskiy", + "Rostov", + "Rostov-on-Don", + "Rostovskaya", + "Rovnoye", + "Rozhdestvenka", + "Rubin", + "Rubtsovsk", + "Russa", + "Ruza", + "Ruzayevka", + "Ryasnoye", + "Ryazan", + "Rybinsk", + "Rybnoye", + "Rzhev", + "Safonovo", + "Saint Petersburg", + "Salavat", + "Salekhard", + "Salym", + "Samara", + "Samsonovka", + "Saransk", + "Sarapul", + "Saratov", + "Sarov", + "Sartykov", + "Sary", + "Satis", + "Satka", + "Sayanogorsk", + "Sayansk", + "Sebezh", + "Segezha", + "Selo", + "Selyatino", + "Semibratovo", + "Semyonov", + "Serafimovskiy", + "Serdobsk", + "Sergeyevka", + "Sergiyev Posad", + "Sergiyevskoye", + "Serov", + "Serpukhov", + "Sertolovo", + "Seryshevo", + "Sestroretsk", + "Severo", + "Severo-Zapad", + "Severodvinsk", + "Severomorsk", + "Seversk", + "Severskaya", + "Sevsk", + "Shadrinsk", + "Shakhty", + "Shalinskoye", + "Shalushka", + "Sharapova Okhota", + "Sharnutovskiy", + "Shatura", + "Shaturtorf", + "Shchekino", + "Shchelkovo", + "Shebalino", + "Shebekino", + "Sheksna", + "Shelekhov", + "Sheregesh", + "Shoshma", + "Shumerlya", + "Sibay", + "Sistema", + "Skala", + "Skat", + "Skovorodino", + "Slantsy", + "Slavgorod", + "Slavyanka", + "Slavyansk-na-Kubani", + "Sloboda", + "Slyudyanka", + "Smolensk", + "Smolenskaya", + "Snegiri", + "Snezhinsk", + "Snezhinskiy", + "Snezhnogorsk", + "Sobinka", + "Sochi", + "Sodyshka", + "Sofrino", + "Sokol", + "Sokolovo", + "Soldatskoye", + "Solikamsk", + "Solnechnogorsk", + "Sorochinsk", + "Sortavala", + "Sosnogorsk", + "Sosnovo", + "Sosnovoborsk", + "Sosnovyy Bor", + "Sosny", + "Sovetsk", + "Sovetskiy", + "Spas-Demensk", + "Spassk", + "Sputnik", + "Sredneuralsk", + "Srostki", + "Staraya Kupavna", + "Staraya Russa", + "Starobachaty", + "Starodub", + "Staronizhestebliyevskaya", + "Staropesterevo", + "Starovelichkovskaya", + "Start", + "Stary Oskol", + "Stavropol", + "Sterlitamak", + "Strezhevoy", + "Stroiteley", + "Studenets", + "Stupino", + "Sukhanovo", + "Surgut", + "Surkhakhi", + "Sursk", + "Sverdlova", + "Sverdlovskaya", + "Sverdlovskiy", + "Svetlaya", + "Svetlogorsk", + "Svetlograd", + "Svetlyy", + "Svetogorsk", + "Sviblovo", + "Svirsk", + "Svobodnaya", + "Svobodnyy", + "Syamzha", + "Syktyvkar", + "Taganrog", + "Tagil", + "Taksimo", + "Taldom", + "Tambov", + "Tapkhar", + "Tarko-Sale", + "Tarusa", + "Tatlybayevo", + "Taushkasy", + "Tayga", + "Tayshet", + "Tazovskiy", + "Techa", + "Temryuk", + "Teykovo", + "Tikhoretsk", + "Tikhvin", + "Tim", + "Timiryazev", + "Tochka", + "Tolstoy", + "Tolyatti", + "Tomilino", + "Tomsk", + "Topki", + "Torzhok", + "Tosno", + "Trekhgornyy", + "Troitsk", + "Troitsko-Pechorsk", + "Trubchevsk", + "Tsna", + "Tsudakhar", + "Tuapse", + "Tuchkovo", + "Tula", + "Tulun", + "Turinsk", + "Tuymazy", + "Tver", + "Tynda", + "Tyrma", + "Tyrnyauz", + "Tyumen", + "Uchaly", + "Udomlya", + "Ufa", + "Uglegorsk", + "Uglich", + "Ugra", + "Ugresha", + "Ukhta", + "Uktuz", + "Ulan-Ude", + "Ulyanovsk", + "Unecha", + "Ural", + "Uray", + "Urengoy", + "Urgal", + "Urus-Martan", + "Uryupinsk", + "Urzhum", + "Usinsk", + "Usinskoye", + "Uspenskoye", + "Ussuriysk", + "Uvarovo", + "Uyar", + "Uzlovaya", + "Vagay", + "Valday", + "Valentin", + "Vanino", + "Varvarovka", + "Vega", + "Velikiy Ustyug", + "Velikiye Luki", + "Veliky Novgorod", + "Verkhnekazymskiy", + "Verkhniy Ufaley", + "Verkhnyaya Pyshma", + "Verkhnyaya Salda", + "Veshki", + "Vichuga", + "Vidnoye", + "Vikhorevka", + "Vinsady", + "Vitebskaya", + "Vladikavkaz", + "Vladimir", + "Vladivostok", + "Vladykino", + "Vnukovo", + "Volga", + "Volgodonsk", + "Volgograd", + "Volgorechensk", + "Volkhonshchino", + "Volkhov", + "Volna", + "Volochek", + "Volodarskiy", + "Vologda", + "Volovo", + "Volzhsk", + "Volzhskiy", + "Vorkuta", + "Voronezh", + "Voronezhskiy", + "Vorovskogo", + "Voskresensk", + "Voskresenskoye", + "Vostochnaya", + "Vostochnyy", + "Votkinsk", + "Vsevolozhsk", + "Vurnary", + "Vyatka", + "Vyatskiye Polyany", + "Vyazemskiy", + "Vyazniki", + "Vyborg", + "Vyksa", + "Vysokogornyy", + "Vysokovsk", + "Vytegra", + "Yakhroma", + "Yakovlevo", + "Yakutsk", + "Yalta", + "Yalutorovsk", + "Yanaul", + "Yaratovo", + "Yaroslavl", + "Yashkino", + "Yaya", + "Yekaterinburg", + "Yekaterinoslavka", + "Yekaterinovka", + "Yelabuga", + "Yelanskiy", + "Yelets", + "Yelizovo", + "Yermolkino", + "Yessentuki", + "Yeysk", + "Yoshkar-Ola", + "Yugorsk", + "Yugra", + "Yurga", + "Yuzhno-Sakhalinsk", + "Zainsk", + "Zaokskiy", + "Zaozersk", + "Zaprudnya", + "Zaraysk", + "Zarechenskiy", + "Zarechnyy", + "Zarinsk", + "Zavodoukovsk", + "Zavodouspenskoye", + "Zelenodolsk", + "Zelenogorsk", + "Zelenograd", + "Zelenogradsk", + "Zernograd", + "Zeya", + "Zheleznodorozhnyy", + "Zheleznogorsk", + "Zheleznogorsk-Ilimskiy", + "Zheleznovodsk", + "Zhigulevsk", + "Zhirnovsk", + "Zhukovskiy", + "Zhukovskogo", + "Zhuravna", + "Zima", + "Zlatoust", + "Zolotarevka", + "Zori", + "Zubovo", + "Zvenigorod", + "Zvenigovo", + "Zvezda" + ], + "Rwanda": [ + "Butare", + "Byumba", + "Cyangugu", + "Gikongoro", + "Gisenyi", + "Gitarama", + "Kibungo", + "Kibuye", + "Kigali Rurale", + "Kigali-ville", + "Umutara", + "Ruhengeri" + ], + "R\u00e9union": [ + "Saint-Denis", + "Saint-Paul", + "Saint-Pierre", + "Le Tampon", + "Saint-Andr\u00e9", + "Saint-Louis", + "Le Port", + "Saint-Beno\u00eet", + "Saint-Joseph", + "Sainte-Marie", + "Piton Saint-Leu", + "Saint-Leu", + "La Possession", + "Sainte-Suzanne" + ], + "Samoa": [ + "A'ana", + "Aiga-i-le-Tai", + "Atua", + "Fa'asaleleaga", + "Gaga'emauga", + "Gagaifomauga", + "Palauli", + "Satupa'itea", + "Tuamasaga", + "Va'a-o-Fonoti", + "Vaisigano" + ], + "Saint Lucia": [ + "Anse La Raye", + "Au Tabor", + "Babonneau", + "Bocage", + "Castries - Capital", + "Canaries", + "Choiseul", + "Dennery", + "Gros Islet", + "Laborie", + "Micoud", + "Mon Repos", + "Monchy", + "Praslin", + "Ravine Poisson", + "Rodney Bay", + "Roseau", + "Soucis", + "Soufri\u00e8re", + "Ti Rocher, Castries", + "Ti Rocher, Micoud", + "Vieux Fort" + ], + "San Marino": [ + "Acquaviva", + "Falciano", + "Fiorentino", + "San Marino", + "Serravalle" + ], + "Saint Kitts and Nevis": [ + "Basseterre", + "Cayon", + "Charlestown", + "Dieppe Bay Town", + "Gingerland", + "Newcastle", + "Old Road Town", + "Sandy Point Town" + ], + "Saint Pierre and Miquelon": [ + "Miquelon-Langlade", + "Saint-Pierre" + ], + "Saint Vincent and the Grenadines": [ + "Adelphi", + "Arnos Vale", + "Ashton", + "Barrouallie", + "Bednoe", + "Belmont", + "Biabou", + "Bridgetown", + "Brighton Village", + "Buccament", + "Byera Hill", + "Byera Village", + "Calder", + "Calliaqua", + "Camden Park", + "Cane Garden", + "Carriere Village", + "Chapmans", + "Charlestown", + "Chateaubelair", + "Chauncey", + "Cheltenham", + "Clare Valley", + "Clifton", + "Colonarie", + "Cumberland", + "Derrick", + "Diamond Village", + "Dovers", + "Dubois", + "Edinboro", + "Enhams", + "Evesham", + "Fancy", + "Fountain", + "Francois", + "Friendly", + "Friendship", + "Georgetown", + "Gomea", + "Greathead", + "Green Hill", + "Greiggs", + "Hermitage", + "Keartons", + "Kingstown (capital", + "Kingstown Park", + "La Croix", + "Lauders", + "Layou", + "Liberty Lodge", + "Lodge (Lodge Village)", + "Lovell Village", + "Lowmans Hill", + "Lowmans Windward", + "Mesopotamia", + "Montrose", + "Mount Grennan", + "New Ground", + "New Sandy Bay Village", + "North Union", + "O'Briens Valley", + "Old Wall", + "Orange Hill", + "Owia", + "Paget Farm", + "Park Hill", + "Paul Over", + "Pembroke", + "Penniston", + "Peruvian Vale", + "Peter's Hope", + "Petit Bordel", + "Port Elizabeth", + "Prospect", + "Queen's Drive", + "Questelles", + "Rabacca", + "Redemption", + "Ribishi", + "Richland Park", + "Richmond", + "Richmond Hill", + "Richmond Vale", + "Rillan Hill", + "Rose Bank", + "Rose Hall", + "Rutland Vale", + "Sandy Bay", + "Sans Souci", + "Sharps", + "Sion Hill", + "South Rivers", + "Spring Village", + "Stubbs", + "Troumaka (Troumaca)", + "Turema", + "Vermont", + "Villa", + "Wallibou", + "Waterlo" + ], + "Saudi Arabia": [ + "Abha", + "Abqaiq", + "Al Bahah", + "Al Faruq", + "Al Hufuf", + "Al Qatif", + "Al Yamamah", + "At Tuwal", + "Buraidah", + "Dammam", + "Dhahran", + "Hayil", + "Jazirah", + "Jeddah", + "Jizan", + "Jubail", + "Khamis Mushait", + "Khobar", + "Khulays", + "Linah", + "Madinat Yanbu` as Sina`iyah", + "Mecca", + "Medina", + "Mina", + "Najran", + "Rabigh", + "Rahimah", + "Rahman", + "Ramdah", + "Ras Tanura", + "Riyadh", + "Sabya", + "Safwa", + "Sakaka", + "Sambah", + "Sayhat", + "Tabuk", + "Yanbu` al Bahr" + ], + "Senegal": [ + "Boussinki", + "Camberene", + "Dakar", + "Dodji", + "Guediawaye", + "Kaolack", + "Kedougou", + "Louga", + "Madina Kokoun", + "Saint-Louis", + "Sama", + "Tanaf" + ], + "South Georgia and the South Sandwich Islands": [ + "Corbeta Uruguay base (settlement)", + "Godthul (settlement)", + "Grytviken (settlement)", + "Husvik (settlement)", + "King Edward Point (settlement)", + "Leith Harbour (settlement)", + "Ocean Harbour (settlement)", + "Prince Olav Harbour (settlement)", + "Rosita Harbour (settlement)", + "Stromness (settlement)" + ], + "Sao Tome and Principe": [ + "S\u00e3o Tom\u00e9", + "Santo Amaro", + "Neves", + "Santana", + "Trindade", + "Santa Cruz", + "Pantufo", + "Guadalupe", + "Santo Ant\u00f3nio", + "Santa Catarina", + "Porto Alegre" + ], + "Sierra Leone": [ + "Port Loko", + "Wangechi", + "Kalewa", + "Falaba", + "Gbinti", + "Kaima", + "Koindu", + "Lungi", + "Madina", + "Mano", + "Matru", + "Momaligi", + "Njala", + "Shenge", + "Sulima", + "Sumbaria", + "Tongo", + "Tumbu", + "Worodu", + "Yana", + "Yele", + "Yengema", + "Yonibana" + ], + "Serbia": [ + "Ada", + "Aleksinac", + "Apatin", + "Arilje", + "Avala", + "Backa Topola", + "Backi Jarak", + "Backi Petrovac", + "Backo Gradiste", + "Banatsko Novo Selo", + "Barajevo", + "Basaid", + "Batajnica", + "Becej", + "Belgrade", + "Bocar", + "Bor", + "Cantavir", + "Coka", + "Cukarica", + "Cuprija", + "Debeljaca", + "Despotovac", + "Dolovo", + "Drenovac", + "Futog", + "Glozan", + "Golubinci", + "Gornji Milanovac", + "Grocka", + "Ingija", + "Izvor", + "Jagodina", + "Kacarevo", + "Kanjiza", + "Kovin", + "Kragujevac", + "Kraljevo", + "Leskovac", + "Loznica", + "Melenci", + "Nikinci", + "Nova Pazova", + "Novi Banovci", + "Novi Becej", + "Novi Belgrade", + "Novi Pazar", + "Novi Sad", + "Odzaci", + "Palic", + "Paracin", + "Petrovac", + "Petrovaradin", + "Pirot", + "Popovac", + "Priboj", + "Prokuplje", + "Ratkovo", + "Ruma", + "Rumenka", + "Savski Venac", + "Selo Mladenovac", + "Senta", + "Sibac", + "Simanovci", + "Sirig", + "Smederevo", + "Sombor", + "Srbobran", + "Sremcica", + "Sremska Kamenica", + "Sremska Mitrovica", + "Sremski Karlovci", + "Stara Pazova", + "Stari Banovci", + "Subotica", + "Surcin", + "Svilajnac", + "Svrljig", + "Temerin", + "Titel", + "Tornjos", + "Ugrinovci", + "Umcari", + "Umka", + "Vajska", + "Valjevo", + "Veternik", + "Vrbas", + "Zajecar", + "Zemun Polje", + "Zlatibor", + "Zrenjanin" + ], + "Seychelles": [ + "Anse aux Pins", + "Anse Boileau", + "Anse Etoile", + "Anse Louis", + "Anse Royale", + "Baie Lazare", + "Baie Sainte Anne", + "Beau Vallon", + "Bel Air", + "Bel Ombre", + "Cascade", + "Glacis", + "Grand' Anse", + "Grand' Anse", + "La Digue", + "La Riviere Anglaise", + "Mont Buxton", + "Mont Fleuri", + "Plaisance", + "Pointe La Rue", + "Port Glaud", + "Saint Louis", + "Takamaka" + ], + "Singapore": [ + "Ang Mo Kio New Town", + "Ayer Raja New Town", + "Bedok New Town", + "Boon Lay", + "Bukit Batok New Town", + "Bukit Panjang New Town", + "Bukit Timah", + "Bukit Timah Estate", + "Changi Village", + "Choa Chu Kang New Town", + "Clementi New Town", + "Holland Village", + "Hougang", + "Jurong East New Town", + "Jurong Town", + "Jurong West New Town", + "Kalang", + "Kampong Pasir Ris", + "Kembangan", + "Pandan Valley", + "Pasir Panjang", + "Punggol", + "Queenstown Estate", + "Serangoon", + "Simei New Town", + "Singapore", + "Tai Seng", + "Tampines New Town", + "Tanglin Halt", + "Tanjong Pagar", + "Toa Payoh New Town", + "Woodlands New Town", + "Yew Tee", + "Yishun New Town" + ], + "Slovakia": [ + "Bahon", + "Baka", + "Banovce nad Bebravou", + "Bardejov", + "Bela", + "Beladice", + "Bernolakovo", + "Besenov", + "Blatnica", + "Bobrov", + "Bohdanovce", + "Boleraz", + "Borovce", + "Branc", + "Bratislava", + "Brezno", + "Brezova pod Bradlom", + "Bystricka", + "Cecejovce", + "Cechynce", + "Cerova", + "Cerveny Hradok", + "Cerveny Kamen", + "Chlebnice", + "Chorvatsky Grob", + "Chtelnica", + "Cifer", + "Detva", + "Diakovce", + "Diviaky nad Nitricou", + "Dlha nad Oravou", + "Dlhe Klcovo", + "Dlhe nad Cirochou", + "Dolna Marikova", + "Dolna Streda", + "Dolne Oresany", + "Dolne Vestenice", + "Dolny Hricov", + "Dolny Stal", + "Druzstevna pri Hornade", + "Eliasovce", + "Fintice", + "Galanta", + "Gbely", + "Gelnica", + "Giraltovce", + "Golianovo", + "Handlova", + "Hencovce", + "Hlinik", + "Hlinik nad Hronom", + "Hlohovec", + "Holic", + "Holice", + "Horna Lehota", + "Horna Stubna", + "Horne Oresany", + "Horne Saliby", + "Horny Smokovec", + "Hradiste", + "Hrinova", + "Hrochot,Slovakia", + "Hruby Sur", + "Ilava", + "Istebne", + "Ivanka pri Dunaji", + "Jablonove", + "Jacovce", + "Jasenica", + "Jaslovske Bohunice", + "Jelenec", + "Jelka", + "Kajal", + "Kanianka", + "Klatova Nova Ves", + "Klokoc", + "Klokocov", + "Kolarovo", + "Komjatice", + "Kopcany", + "Kosicka Nova Ves", + "Kremnica", + "Krizovany nad Dudvahom", + "Krompachy", + "Krupina", + "Krusovce", + "Kukova", + "Kvetoslavov", + "Kysucky Lieskovec", + "Ladce", + "Lednicke Rovne", + "Lehota", + "Lemesany", + "Levice", + "Likavka", + "Liptovske Revuce", + "Liptovsky Hradok", + "Lozorno", + "Lubina", + "Ludanice", + "Lukacovce", + "Madunice", + "Malacky", + "Maly Lapas", + "Marianka", + "Martin", + "Mesto", + "Michalovce", + "Miloslavov", + "Mojmirovce", + "Moldava nad Bodvou", + "Moravany nad Vahom", + "Mutne", + "Myjava", + "Nana", + "Nededza", + "Nitra", + "Nitrianske Rudno", + "Nitrianske Sucany", + "Nizna", + "Nizna Kamenica", + "Nova Bana", + "Novaky", + "Nove Sady", + "Novy Salas", + "Nyrovce", + "Okoc", + "Olesna", + "Opatovce nad Nitrou", + "Opoj", + "Oravske Vesele", + "Pastuchov", + "Pata", + "Pernek", + "Pezinok", + "Plave Vozokany", + "Plavecke Podhradie", + "Pliesovce", + "Pobedim", + "Podbrezova", + "Podolie", + "Polomka", + "Poprad", + "Potvorice", + "Praha", + "Prakovce", + "Praznovce", + "Prievidza", + "Proc", + "Reca", + "Rosina", + "Rovinka", + "Ruzindol", + "Sabinov", + "Samorin", + "Sarisske Bohdanovce", + "Secovce", + "Secovska Polianka", + "Selice", + "Selpice", + "Sena", + "Senec", + "Senica", + "Sipkove", + "Skalica", + "Sladkovicovo", + "Slovenska Ves", + "Slovensky Grob", + "Smizany", + "Snina", + "Sobrance", + "Solosnica", + "Spacince", + "Spissky Hrusov", + "Spissky Stiavnik", + "Spissky Stvrtok", + "Stara Lesna", + "Stara Tura", + "Stary Smokovec", + "Staskov", + "Stefanov", + "Stropkov", + "Studienka", + "Stupava", + "Sucany", + "Sucha nad Parnou", + "Svaty Kriz", + "Svaty Peter", + "Svit", + "Svodin", + "Tajov", + "Terchova", + "Tesedikovo", + "Tlmace", + "Tomasov", + "Torysky", + "Trnava", + "Trnovec nad Vahom", + "Trstena", + "Turany", + "Tvrdosin", + "Tvrdosovce", + "Udavske", + "Urmince", + "Vahovce", + "Varhanovce", + "Varin", + "Vecelkov", + "Velcice", + "Velicna", + "Velky Meder", + "Vinne", + "Vitanova", + "Vlckovce", + "Vlkanova", + "Vojcice", + "Vrable", + "Vrutky", + "Vysne Raslavice", + "Vysny Orlik", + "Zakamenne", + "Zavod", + "Zbince", + "Zelenec", + "Zeliezovce", + "Ziar nad Hronom", + "Zikava", + "Zlate", + "Zuberec", + "Zvolen" + ], + "Slovenia": [ + "Ankaran", + "Begunje na Gorenjskem", + "Beltinci", + "Besnica", + "Bevke", + "Bistrica pri Rusah", + "Bled", + "Bohinjska Bela", + "Borovnica", + "Breginj", + "Brestanica", + "Breznica", + "Cemsenik", + "Cerklje ob Krki", + "Cerknica", + "Cersak", + "Cirkovce", + "Crensovci", + "Dekani", + "Dob", + "Dobravlje", + "Dobrova", + "Dobrunje", + "Dol pri Ljubljani", + "Dolenjske Toplice", + "Dornava", + "Dravograd", + "Globoko", + "Gmajnica", + "Gorenja Vas", + "Gorisnica", + "Gornja Radgona", + "Grize", + "Grosuplje", + "Horjul", + "Hotedrsica", + "Hrastnik", + "Hrusica", + "Idrija", + "Ig", + "Ilirska Bistrica", + "Izola", + "Jesenice", + "Kamnik", + "Kidricevo", + "Knezak", + "Kobarid", + "Kojsko", + "Komenda", + "Koper", + "Krajna", + "Kranj", + "Kranjska Gora", + "Lenart v Slov. Goricah", + "Lendava", + "Lesce", + "Limbus", + "Litija", + "Ljubecna", + "Ljubljana", + "Log pri Brezovici", + "Logatec", + "Lokev", + "Lovrenc na Dravskem Polju", + "Lovrenc na Pohorju", + "Maribor", + "Markovci", + "Medvode", + "Menges", + "Mezica", + "Miklavz na Dravskem Polju", + "Miren", + "Mirna", + "Mojstrana", + "Moravce", + "Mozirje", + "Murska Sobota", + "Naklo", + "Notranje Gorice", + "Nova Cerkev", + "Nova Gorica", + "Novo Mesto", + "Pernica", + "Pesnica pri Mariboru", + "Petrovce", + "Piran", + "Pobegi", + "Podbocje", + "Polhov Gradec", + "Poljcane", + "Polzela", + "Postojna", + "Prebold", + "Preserje", + "Prestranek", + "Prevalje", + "Ptuj", + "Puconci", + "Radlje ob Dravi", + "Radomlje", + "Radovljica", + "Rakek", + "Ravne", + "Ravne na Koroskem", + "Rocinj", + "Secovlje", + "Selnica ob Dravi", + "Sempeter pri Gorici", + "Sencur", + "Sentjanz", + "Sentvid pri Sticni", + "Sevnica", + "Skofljica", + "Slovenj Gradec", + "Slovenska Bistrica", + "Slovenske Konjice", + "Smarje", + "Smarje pri Jelsah", + "Smarje-Sap", + "Smartno ob Paki", + "Smlednik", + "Sostanj", + "Spodnje Hoce", + "Spodnji Brnik", + "Spodnji Duplek", + "Spodnji Ivanjci", + "Sredisce ob Dravi", + "Stahovica", + "Stara Cerkev", + "Stari Trg pri Lozu", + "Starse", + "Tisina", + "Tolmin", + "Trbovlje", + "Trzic", + "Trzin", + "Velenje", + "Velika Loka", + "Verzej", + "Videm", + "Vipava", + "Vodice", + "Vojnik", + "Vrhnika", + "Zagorje ob Savi", + "Zelezniki", + "Zgornja Polskava", + "Zgornje Gorje", + "Zgornje Hoce", + "Zgornje Skofije", + "Zidani Most", + "Ziri" + ], + "Solomon Islands": [ + "Central", + "Choiseul", + "Guadalcanal", + "Honiara", + "Isabel", + "Makira", + "Malaita", + "Rennell and Bellona", + "Temotu", + "Western" + ], + "Somalia": [ + "Awdal", + "Bakool", + "Banaadir", + "Bari", + "Bay", + "Galguduud", + "Gedo", + "Hiiraan", + "Jubbada Dhexe", + "Jubbada Hoose", + "Mudug", + "Nugaal", + "Sanaag", + "Shabeellaha Dhexe", + "Shabeellaha Hoose", + "Sool", + "Togdheer", + "Woqooyi Galbeed" + ], + "South Africa": [ + "Alberton", + "Alice", + "Alrode", + "Amanzimtoti", + "Ashton", + "Atlantis", + "Balfour", + "Bathurst", + "Beaufort West", + "Bedfordview", + "Belhar", + "Bellville", + "Benoni", + "Bergvliet", + "Bethal", + "Bethlehem", + "Bloemfontein", + "Boksburg", + "Bothasig", + "Botshabelo", + "Braamfontein", + "Brackenfell", + "Brakpan", + "Bredasdorp", + "Brits", + "Bronkhorstspruit", + "Brooklyn", + "Bryanston", + "Buffalo", + "Butterworth", + "Cape Town", + "Capital Park", + "Carletonville", + "Carolina", + "Centurion", + "City of Cape Town", + "Clanwilliam", + "Claremont", + "Coega", + "Coligny", + "Constantia", + "Craighall", + "Cullinan", + "De Aar", + "Delmas", + "Deneysville", + "Despatch", + "Doornfontein", + "Dube Location", + "Duiwelskloof", + "Dullstroom", + "Dundee", + "Durban", + "Durbanville", + "East London", + "Edenburg", + "Edenvale", + "Eersterivier", + "Elandsfontein", + "Elarduspark", + "Eloff", + "Elsburg", + "Elsenburg", + "Emerald Hill", + "Emnambithi-Ladysmith", + "Empangeni", + "Erasmia", + "Ermelo", + "Eshowe", + "Evander", + "Faure", + "Florida Glen", + "Fochville", + "Fordsburg", + "Fort Cox", + "Franschhoek", + "Gansbaai", + "Ganspan", + "George", + "Germiston", + "Gezina", + "Gillitts", + "Gingindlovu", + "Glen Austin", + "Goodwood", + "Graaff Reinet", + "Grabouw", + "Grahamstown", + "Greytown", + "Groblersdal", + "Haenertsburg", + "Harrismith", + "Hartbeespoort", + "Hartenbos", + "Hartswater", + "Hatfield", + "Hawston", + "Hazyview", + "Heidelberg", + "Hekpoort", + "Henley on Klip", + "Hennenman", + "Hermanus", + "Hillcrest", + "Hilton", + "Himeville", + "Hluhluwe", + "Hoedspruit", + "Hogsback", + "Houghton Estate", + "Hout Bay", + "Howick", + "Humansdorp", + "Hyde Park", + "Irene", + "Isando", + "Ixopo", + "Johannesburg", + "Kalkbaai", + "Katlehong", + "Kempton Park", + "Kimberley", + "Kingsborough", + "Kingsley", + "Kingsmead", + "Kinross", + "Kleinmond", + "Klerksdorp", + "Kloof", + "Knysna", + "Kokstad", + "Kraaifontein", + "Kranskop", + "Kriel", + "Kroonstad", + "Krugersdorp", + "Kuils River", + "KwaDukuza", + "La Lucia", + "La Motte", + "Ladybrand", + "Lansdowne", + "Laudium", + "Lephalale", + "Lichtenburg", + "Lombardy East", + "London", + "Louis Trichardt", + "Lutzville", + "Lydenburg", + "Lyndhurst", + "Lynnwood", + "Lyttelton", + "Machadodorp", + "Mafikeng", + "Maidstone", + "Majuba", + "Malmesbury", + "Malvern", + "Maraisburg", + "Margate", + "Marshalltown", + "Meadowridge", + "Medunsa", + "Melkbosstrand", + "Merrivale", + "Messina", + "Meyerton", + "Middelburg", + "Midrand", + "Milnerton", + "Mmabatho", + "Mobeni", + "Modderfontein", + "Mokopane", + "Montagu", + "Monument Park", + "Mooi River", + "Mookgophong", + "Moorreesburg", + "Morningside Manor", + "Mossel Bay", + "Mount Edgecombe", + "Mthatha", + "Muizenberg", + "Napier", + "Nelspruit", + "New Germany", + "Newcastle", + "Newlands", + "Nigel", + "Northcliff", + "Odendaalsrus", + "Ogies", + "Olifantsfontein", + "Onderstepoort", + "Onverwacht", + "Oranjeville", + "Oranjezicht", + "Ottosdal", + "Oudtshoorn", + "Overport", + "Paarl", + "Panorama", + "Parktown", + "Parkview", + "Parow", + "Peninsula", + "Phalaborwa", + "Philadelphia", + "Philipstown", + "Phoenix", + "Phokeng", + "Pietermaritzburg", + "Pinelands", + "Pinetown", + "Plettenberg Bay", + "Plumstead", + "Polokwane", + "Pongola", + "Port Alfred", + "Port Elizabeth", + "Port Shepstone", + "Potchefstroom", + "Pretoria", + "Prieska", + "Primrose", + "Pringle Bay", + "Queensburgh", + "Queenstown", + "Queenswood", + "Randburg", + "Randfontein", + "Rawsonville", + "Rhodes", + "Richards Bay", + "Richmond", + "Riebeek-Kasteel", + "Rivonia", + "Roggebaai", + "Roodepoort", + "Rooigrond", + "Rooihuiskraal", + "Rosebank", + "Rosettenville", + "Rosslyn", + "Rustenburg", + "Sabie", + "Saint Helena Bay", + "Saint James", + "Saldanha", + "Salt Rock", + "Sandown", + "Sandton", + "Sasolburg", + "Schweizer-Reneke", + "Scottburgh", + "Sebokeng", + "Secunda", + "Sedgefield", + "Senekal", + "Shelly Beach", + "Silverton", + "Sinoville", + "Somerset West", + "Soshanguve", + "Soweto", + "Springs", + "Standerton", + "Stanford", + "Stellenbosch", + "Stilfontein", + "Strand", + "Sun Valley", + "Swartkops", + "Temba", + "Tembisa", + "Thabazimbi", + "The Rest", + "Thohoyandou", + "Three Anchor Bay", + "Three Rivers", + "Tokai", + "Tongaat", + "Tzaneen", + "Uitenhage", + "Umbogintwini", + "Umdloti", + "Umhlanga", + "Umkomaas", + "Umtentweni", + "Upington", + "Vaalbank", + "Vaalpark", + "Vanderbijlpark", + "Vereeniging", + "Verulam", + "Villiersdorp", + "Virginia", + "Vosloorus", + "Vrededorp", + "Vredenburg", + "Vryheid", + "Walkerville", + "Walmer Heights", + "Warner Beach", + "Wartburg", + "Waverley", + "Welgelegen", + "Welgemoed", + "Welkom", + "Wellington", + "Weltevreden", + "Weltevreedenpark", + "Westonaria", + "Westville", + "White River", + "Wilderness", + "Winterton", + "Witbank", + "Witpoortjie", + "Wonderboom", + "Worcester", + "Wynberg", + "Zeerust" + ], + "Spain": [ + "A Cidade", + "A Estrada", + "A Pobra do Caraminal", + "Abadino", + "Abanilla", + "Abanto", + "Abaran", + "Abegondo", + "Abrera", + "Acala del Rio", + "Aceuchal", + "Adeje", + "Ador", + "Adra", + "Adrall", + "Aduna", + "Agaete", + "Agoncillo", + "Agost", + "Agramunt", + "Agreda", + "Aguadulce", + "Aguilafuente", + "Aguilar", + "Aguilar de Campoo", + "Aguilar del Rio Alhama", + "Agullana", + "Agullent", + "Ahigal", + "Aielo de Malferit", + "Aiguafreda", + "Aizarnazabal", + "Aizoain", + "Ajalvir", + "Ajo", + "Ajofrin", + "Alaejos", + "Alagon", + "Alameda", + "Alanis", + "Alava", + "Alba de Tormes", + "Albacete", + "Albaida", + "Albal", + "Albalat dels Sorells", + "Albalat dels Tarongers", + "Albalate de Cinca", + "Albarreal de Tajo", + "Albatera", + "Albelda de Iregua", + "Albendin", + "Alberic", + "Alberite", + "Albolote", + "Alboraya", + "Albox", + "Albuixech", + "Albujon", + "Alburquerque", + "Alcala de Xivert", + "Alcala del Obispo", + "Alcala la Real", + "Alcanadre", + "Alcanar", + "Alcantara", + "Alcantarilla", + "Alcarras", + "Alcazar de San Juan", + "Alcobendas", + "Alcoletge", + "Alcorisa", + "Alcossebre", + "Alcover", + "Alcoy", + "Aldaia", + "Aldealsenor", + "Aldeamayor de San Martin", + "Aldeanueva", + "Aldeanueva de Ebro", + "Aldeaseca de Armuna", + "Aldeatejada", + "Alegria", + "Alella", + "Alfafar", + "Alfajarin", + "Alfambra", + "Alfara de Algimia", + "Alfara del Patriarca", + "Alfaro", + "Alfarrasi", + "Alfondeguilla", + "Alforja", + "Algadefe", + "Algaida", + "Algar", + "Algarrobo", + "Algeciras", + "Algemesi", + "Algete", + "Algezares", + "Alginet", + "Algodonales", + "Algorta", + "Alguazas", + "Alhama de Aragon", + "Alhama de Granada", + "Alhama de Murcia", + "Alhambra", + "Alhaurin de la Torre", + "Alhaurin el Grande", + "Alhendin", + "Alicante", + "Aliseda", + "Aljaraque", + "Allariz", + "Almagro", + "Almansa", + "Almargen", + "Almassera", + "Almassora", + "Almazan", + "Almazcara", + "Almenar", + "Almenara", + "Almendralejo", + "Almensilla", + "Almodovar del Campo", + "Almodovar del Rio", + "Almonacid de Zorita", + "Almonte", + "Almoradi", + "Almoster", + "Almudebar", + "Almuna", + "Alonsotegi", + "Alora", + "Alosno", + "Alovera", + "Alozaina", + "Alpedrete", + "Alpicat", + "Alquerias", + "Alta", + "Altafulla", + "Altea", + "Altet", + "Altura", + "Alumbres", + "Alza", + "Alzira", + "Amavida", + "Amer", + "Ames", + "Ametlla", + "Amorebieta", + "Amposta", + "Ampuero", + "Amurrio", + "Anchuelo", + "Andeiro", + "Andoain", + "Andorra", + "Andosilla", + "Andujar", + "Anglesola", + "Anguciana", + "Anoeta", + "Anora", + "Anorbe", + "Antas", + "Antequera", + "Antigua", + "Aracena", + "Arafo", + "Arama", + "Aranda de Duero", + "Aranguren", + "Aranjuez", + "Aravaca", + "Arbizu", + "Arbo", + "Arboleas", + "Arca", + "Arcade", + "Arce", + "Archena", + "Archidona", + "Arcicollar", + "Arcos de la Frontera", + "Arenas de San Pedro", + "Arenys de Mar", + "Arenys de Munt", + "Ares", + "Arevalo", + "Argamasilla de Alba", + "Argamasilla de Calatrava", + "Arganda", + "Argelaguer", + "Argentona", + "Arges", + "Argonos", + "Arico", + "Arino", + "Arjona", + "Armilla", + "Armunia", + "Arnedillo", + "Arnedo", + "Arnuero", + "Aroche", + "Arona", + "Arrecife", + "Arriate", + "Arrigorriaga", + "Arroyal", + "Arroyo", + "Arroyo de la Luz", + "Arroyo de la Miel", + "Arroyo del Ojanco", + "Arroyomolinos", + "Arrubal", + "Artajo", + "Artajona", + "Artana", + "Arteixo", + "Artenara", + "Artes", + "Artesa de Segre", + "Arucas", + "Arzua", + "As Pontes de Garcia Rodriguez", + "Aspe", + "Asteasu", + "Astigarraga", + "Astorga", + "Astrabudua", + "Astrain", + "Astudillo", + "Atarfe", + "Atarrabia", + "Ataun", + "Ateca", + "Autol", + "Avia", + "Avinyonet del Penedes", + "Axpe", + "Ayamonte", + "Ayegui", + "Azagra", + "Azkoitia", + "Aznalcazar", + "Aznalcollar", + "Azpeitia", + "Azuaga", + "Azuqueca de Henares", + "Babilafuente", + "Badajoz", + "Badalona", + "Baena", + "Baeza", + "Baga", + "Bailen", + "Baina", + "Bajamar", + "Balaguer", + "Balazote", + "Balenya", + "Balerma", + "Balsareny", + "Balsicas", + "Banugues", + "Bara", + "Barakaldo", + "Baranain", + "Barbarroja", + "Barbastro", + "Barbate", + "Barcarrota", + "Barcelona", + "Barcena de Cicero", + "Bargas", + "Barranda", + "Barros", + "Bas", + "Basauri", + "Batres", + "Baza", + "Beas", + "Beas de Segura", + "Becerril de la Sierra", + "Bedmar", + "Begijar", + "Begis", + "Begues", + "Begur", + "Bejar", + "Belgida", + "Belicena", + "Bellpuig", + "Bellvei", + "Bellver de Cerdanya", + "Bellvis", + "Belvis de Jarama", + "Belvis de la Jara", + "Bembibre", + "Benacazon", + "Benagalbon", + "Benahadux", + "Benahavis", + "Benamargosa", + "Benameji", + "Benatae", + "Benavarri / Benabarre", + "Benavente", + "Benavides", + "Benejuzar", + "Beniajan", + "Beniarbeig", + "Beniarjo", + "Beniarres", + "Benicassim", + "Benicolet", + "Benidoleig", + "Benidorm", + "Beniel", + "Benifairo de les Valls", + "Benifato", + "Beniganim", + "Benijofar", + "Benimodo", + "Beniparrell", + "Benisano", + "Benissa", + "Benisuera", + "Benitachell", + "Beranga", + "Berango", + "Berantevilla", + "Berastegui", + "Berga", + "Bergondo", + "Berguenda", + "Beriain", + "Berja", + "Bermeo", + "Bernuy", + "Berriatua", + "Berriobeiti", + "Berriozar", + "Berriz", + "Berrobi", + "Berron", + "Bescano", + "Betanzos", + "Betelu", + "Betera", + "Beznar", + "Biar", + "Bicorp", + "Bigastro", + "Bigues i Riells", + "Bilbao", + "Binefar", + "Bitem", + "Blanca", + "Blancos", + "Blanes", + "Boadilla del Monte", + "Bocairent", + "Boceguillas", + "Boecillo", + "Bogajo", + "Boimorto", + "Boiro", + "Bolanos de Calatrava", + "Bollullos de la Mitacion", + "Bollullos par del Condado", + "Boltana", + "Bolvir", + "Bonares", + "Borben", + "Bordils", + "Borja", + "Bormujos", + "Bornos", + "Borox", + "Borriol", + "Botarell", + "Botorrita", + "Brafim", + "Brazatortas", + "Brea de Aragon", + "Breda", + "Brenes", + "Brihuega", + "Brion", + "Briviesca", + "Broto", + "Brunete", + "Buenache de Alarcon", + "Bueu", + "Bujaraloz", + "Bullas", + "Burela de Cabo", + "Burgos", + "Burguillos", + "Burguillos del Cerro", + "Burjassot", + "Burlata", + "Burriana", + "Busot", + "Bustarviejo", + "Busturi-Axpe", + "Cabana", + "Cabanaquinta", + "Cabanas", + "Cabanas de la Sagra", + "Cabanes", + "Cabanillas del Campo", + "Cabeza del Buey", + "Cabezarrubias del Puerto", + "Cabezo de Torres", + "Cabezon de la Sal", + "Caborana", + "Cabra", + "Cabrera de Almanza", + "Cabrerizos", + "Cabrils", + "Cacheiras", + "Cadiar", + "Cadiz", + "Cadreita", + "Caion", + "Cajar", + "Cala", + "Cala del Moral", + "Cala Millor", + "Cala Ratjada", + "Calaf", + "Calafell", + "Calahonda", + "Calahorra", + "Calamonte", + "Calasparra", + "Calatayud", + "Calatorao", + "Caldelas", + "Calders", + "Caldes de Malavella", + "Calella", + "Calig", + "Callosa de Segura", + "Calo", + "Calonge", + "Calpe", + "Camarassa", + "Camarenilla", + "Camargo", + "Camarinas", + "Camarma de Esteruelas", + "Camas", + "Cambados", + "Cambre", + "Cambrils", + "Camos", + "Campanario", + "Campillo", + "Campillos", + "Campina", + "Campins", + "Campo", + "Campo de Criptana", + "Campo Real", + "Campohermoso", + "Camponaraya", + "Campos", + "Camprodon", + "Campuzano", + "Can Picafort", + "Canal", + "Canals", + "Canar", + "Candas", + "Candelaria", + "Candeleda", + "Caneja", + "Canet de Mar", + "Canete de las Torres", + "Cangas de Onis", + "Cangas del Narcea", + "Cangas do Morrazo", + "Canillas de Albaida", + "Canovelles", + "Cantillana", + "Cantimpalos", + "Capdepera", + "Capela", + "Capella", + "Capellades", + "Capileira", + "Capmany", + "Capsec", + "Carabana", + "Caravaca", + "Carbajal de la Legua", + "Carbajosa de la Sagrada", + "Carballo", + "Carcabuey", + "Carcar", + "Carcastillo", + "Cardedeu", + "Cardenal", + "Cardenosa", + "Cardona", + "Carinena", + "Carlet", + "Carmona", + "Carpesa", + "Carpio", + "Carral", + "Carranque", + "Carrascal de Barregas", + "Carrion de los Cespedes", + "Carrion de los Condes", + "Carrizo de la Ribera", + "Cartagena", + "Cartama", + "Cartaya", + "Cartelle", + "Casabermeja", + "Casar de Caceres", + "Casares", + "Casarrubios del Monte", + "Casas del Castanar", + "Casas del Monte", + "Casas Viejas", + "Caserio El Campello", + "Casetas", + "Casillas de Coria", + "Casillas del Angel", + "Casla", + "Caso", + "Caspe", + "Castalla", + "Castandiello", + "Castejon", + "Castejon del Puente", + "Castell de Ferro", + "Castellar de la Frontera", + "Castellar de Santiago", + "Castellar del Valles", + "Castellbell i el Vilar", + "Castellbisbal", + "Castelldefels", + "Castellet", + "Castello", + "Castellvell del Camp", + "Castellvi de Rosanes", + "Castelseras", + "Castilblanco de los Arroyos", + "Castilleja de Guzman", + "Castilleja de la Cuesta", + "Castillo de Locubin", + "Castillo del Romeral", + "Castrillon", + "Castro", + "Castro Urdiales", + "Castrogonzalo", + "Castropol", + "Castuera", + "Catadau", + "Catarroja", + "Cati", + "Catoira", + "Catral", + "Caudete", + "Cazalegas", + "Cazorla", + "Cea", + "Cebolla", + "Cebreros", + "Cecenas", + "Cedillo del Condado", + "Celanova", + "Celeiro", + "Celeiros", + "Celra", + "Cenes de la Vega", + "Cenicero", + "Cenicientos", + "Central", + "Cerceda", + "Cercedilla", + "Cerdeda", + "Cerro Muriano", + "Cervello", + "Cervera", + "Cervera del Rio Alhama", + "Cervo", + "Cetina", + "Ceuta", + "Ceuti", + "Chantada", + "Chapela", + "Chauchina", + "Checa", + "Chelva", + "Cheste", + "Chiclana de la Frontera", + "Chiclana de Segura", + "Chilches", + "Chiloeches", + "Chinchilla de Monte Aragon", + "Chipiona", + "Chiva", + "Chozas de Canales", + "Chucena", + "Churra", + "Churriana", + "Churriana de la Vega", + "Cicero", + "Cidones", + "Ciempozuelos", + "Cieza", + "Cifuentes", + "Cigales", + "Cijuela", + "Cilleros", + "Ciriza", + "Cisterniga", + "Cistierna", + "Ciudad Real", + "Ciudad Rodrigo", + "Ciutadella", + "Cizur Menor", + "Cobatillas", + "Cobena", + "Cobisa", + "Coca", + "Cocentaina", + "Cogollos", + "Coin", + "Coiros", + "Colera", + "Coles", + "Colinas de Trasmonte", + "Colindres", + "Collado", + "Collado Mediano", + "Collado Villalba", + "Collbato", + "Colmenar de Oreja", + "Colmenar del Arroyo", + "Colmenar Viejo", + "Colmenarejo", + "Colonia de San Pedro", + "Comares", + "Comillas", + "Competa", + "Compostela", + "Conil de la Frontera", + "Consell", + "Constanti", + "Constantina", + "Consuegra", + "Corbera", + "Corbera de Llobregat", + "Corchuela", + "Cordova", + "Corella", + "Corgo", + "Coria", + "Coristanco", + "Corme-Porto", + "Cornellana", + "Corral de Almaguer", + "Corralejo", + "Corrales", + "Cortegana", + "Cortes de la Frontera", + "Cortiguera", + "Corvera", + "Coslada", + "Costa", + "Costur", + "Couso de Salas", + "Covaleda", + "Cox", + "Creixell", + "Crevillent", + "Cruce de Arinaga", + "Cruces", + "Cruilles", + "Cruz", + "Cuadros", + "Cuarte de Huerva", + "Cubas", + "Cubelles", + "Cubillos del Sil", + "Cudillero", + "Cuellar", + "Cuenca", + "Cueto", + "Cuevas de San Marcos", + "Cuevas de Vinroma", + "Cuevas del Almanzora", + "Cullera", + "Culleredo", + "Cunit", + "Cuntis", + "Curro", + "Curtis", + "Daganzo de Arriba", + "Daimiel", + "Dalias", + "Daroca", + "Daya Vieja", + "Deba", + "Denia", + "Derio", + "Deustu", + "Diezma", + "Dilar", + "Dodro", + "Dolores", + "Domingo Perez", + "Don Benito", + "Dos Hermanas", + "Dosbarrios", + "Dosrius", + "Duenas", + "Dumbria", + "Durango", + "Durcal", + "Echarri-Aranaz", + "Egues-Uharte", + "Eibar", + "Ejea de los Caballeros", + "El Abrigo", + "El Alamo", + "El Arahal", + "El Astillero", + "El Ballestero", + "El Barco de Avila", + "El Burgo de Ebro", + "El Burgo de Osma", + "el Camp de Mirra", + "el Campello", + "El Casar", + "el Catllar", + "El Coronil", + "El Corrillo", + "El Cuervo", + "El Ejido", + "El Escorial", + "El Espinar", + "El Garrobo", + "El Grado", + "El Grao", + "El Hoyo de Pinares", + "el Masnou", + "El Medano", + "El Molar", + "El Moral", + "el Morche", + "el Morell", + "El Palmar", + "El Palmar de Troya", + "El Papiol", + "El Pedernoso", + "El Perello", + "el Poal", + "El Pozo de los Frailes", + "el Prat de Llobregat", + "El Provencio", + "El Puerto", + "El Raal", + "El Real de la Jara", + "El Saler", + "El Sauzal", + "El Sotillo", + "El Tablero", + "El Torno", + "El Toro", + "El Vellon", + "El Vendrell", + "El Viso de San Juan", + "El Viso del Alcor", + "Elburgo", + "Elche", + "Elda", + "Elechas", + "Elexalde", + "Elgoibar", + "Elgorriaga", + "Elizondo", + "Elorrio", + "els Hostalets de Pierola", + "Els Monjos", + "els Pallaresos", + "Eltzaburu", + "Encinas Reales", + "Encinasola", + "Eneriz", + "Enguera", + "Entrambasaguas", + "Entrevias", + "Epila", + "Erandio", + "Ermua", + "Errenteria", + "Escalona", + "Escalonilla", + "Escatron", + "Escurial", + "Esparreguera", + "Espartinas", + "Espejo", + "Espera", + "Espiel", + "Espinardo", + "Espirdo", + "Esplugues de Llobregat", + "Esplus", + "Espolla", + "Esquivias", + "Esteiro", + "Estella-Lizarra", + "Estellencs", + "Estepa", + "Estepona", + "Estrada", + "Ezcaray", + "Fabero", + "Falces", + "Falset", + "Fasnia", + "Faura", + "Felanitx", + "Fene", + "Ferreira", + "Ferreries", + "Ferrol", + "Figaro", + "Figueras", + "Finestrat", + "Firgas", + "Fitero", + "Flix", + "Formentera de Segura", + "Fornells de la Selva", + "Fortia", + "Fortuna", + "Forua", + "Foz", + "Fraga", + "Frailes", + "Fregenal de la Sierra", + "Fresno de la Vega", + "Frigiliana", + "Friol", + "Fruiz", + "Fuengirola", + "Fuenlabrada", + "Fuenmayor", + "Fuensalida", + "Fuensanta", + "Fuensanta de Martos", + "Fuente del Maestre", + "Fuente el Fresno", + "Fuente el Saz", + "Fuente Vaqueros", + "Fuente-Alamo", + "Fuentealbilla", + "Fuentelapena", + "Fuenterrabia", + "Fuentes", + "Fuentes de Andalucia", + "Fuentes de Ebro", + "Fuentes de Jiloca", + "Fuentes de Leon", + "Fuentes de Valdepero", + "Gaceta", + "Galapagar", + "Galapagos", + "Galaroza", + "Galdakao", + "Galdames Beitia", + "Galera", + "Galizano", + "Gallarta", + "Gallur", + "Galvez", + "Gamiz", + "Gamonal", + "Gandesa", + "Gandia", + "Garachico", + "Garcia", + "Garciaz", + "Gargallo", + "Garraf", + "Garrigas", + "Garriguella", + "Garrovillas", + "Garrucha", + "Gata", + "Gata de Gorgos", + "Gaucin", + "Gautegiz Arteaga", + "Gava", + "Gelida", + "Gelsa", + "Gelves", + "Genoves", + "Gerena", + "Gernika-Lumo", + "Getafe", + "Getaria", + "Gilet", + "Gines", + "Girona", + "Gironella", + "Gizaburuaga", + "Godella", + "Godelleta", + "Gojar", + "Golmayo", + "Golmes", + "Gondomar", + "Gordon", + "Gorriti", + "Gozon de Ucieza", + "Grado", + "Granada", + "Granadilla de Abona", + "Granja de Rocamora", + "Granollers", + "Graus", + "Grazalema", + "Grijota", + "Grinon", + "Grisen", + "Grove, O", + "Guadalajara", + "Guadalcazar", + "Guadalix de la Sierra", + "Guadalupe", + "Guadamur", + "Guadarrama", + "Guadiana del Caudillo", + "Guadiaro", + "Guadix", + "Guamasa", + "Guardamar del Segura", + "Guardo", + "Guarena", + "Guarnizo", + "Guejar-Sierra", + "Guenes", + "Guevejar", + "Guijuelo", + "Guillena", + "Guimar", + "Guitiriz", + "Gurb", + "Guzman", + "Haro", + "Hellin", + "Henares", + "Herencia", + "Hernani", + "Hernansancho", + "Hernialde", + "Herrera", + "Herrera de Pisuerga", + "Herrera del Duque", + "Higuera la Real", + "Hijar", + "Hinojedo", + "Hinojos", + "Hinojosa del Duque", + "Hinojosa del Valle", + "Hondon de las Nieves", + "Hondon de los Frailes", + "Hontanares de Eresma", + "Hontoria del Pinar", + "Horcajo de las Torres", + "Horche", + "Hornachos", + "Hornachuelos", + "Horta de Sant Joan", + "Hortichuela", + "Hospital", + "Hostalric", + "Hoya-Gonzalo", + "Hoyo de Manzanares", + "Huarte-Araquil", + "Huecas", + "Huelma", + "Huelva", + "Huelves", + "Huercal de Almeria", + "Huercal Overa", + "Huercanos", + "Huertas", + "Huerto", + "Huesca", + "Huete", + "Huetor Santillan", + "Huetor Vega", + "Huetor-Tajar", + "Huevar", + "Humanes", + "Humanes de Madrid", + "Hurchillo", + "Ibarra", + "Ibarruri", + "Ibi", + "Ibiza", + "Ibros", + "Icod de los Vinos", + "Idiazabal", + "Igualada", + "Igualeja", + "Igueste", + "Illa", + "Illana", + "Illas", + "Illescas", + "Illora", + "Illueca", + "Inca", + "Incio", + "Infantes", + "Ingenio", + "Iniesta", + "Ipazter", + "Irun", + "Irura", + "Isla Becoa", + "Isla Cristina", + "Isora", + "Itza", + "Iznajar", + "Iznate", + "Jabaga", + "Jabali Nuevo", + "Jaca", + "Jacarilla", + "Jaraiz de la Vera", + "Javea", + "Jerez de la Frontera", + "Jerez de los Caballeros", + "Jerte", + "Jesus", + "Jijona", + "Jimena de la Frontera", + "Joanetes", + "Jodar", + "Jorba", + "Jumilla", + "Juneda", + "La Abadilla", + "La Adrada", + "La Alameda de la Sagra", + "La Alberca", + "La Algaba", + "La Aljorra", + "La Almunia de Dona Godina", + "La Antilla", + "La Arena", + "La Baneza", + "la Baronia de Rialb", + "La Batlloria", + "La Bisbal", + "la Bisbal del Penedes", + "La Cabrera", + "La Calzada", + "La Calzada de Calatrava", + "La Calzada de Oropesa", + "La Campana", + "La Canada", + "La Canada de San Urbano", + "La Canalosa", + "La Canonja", + "La Caridad", + "La Carlota", + "La Carolina", + "La Cavada", + "La Codosera", + "La Espina", + "la Febro", + "La Felguera", + "La Figuera", + "La Flecha", + "La Floresta Pearson", + "La Florida", + "La Fresneda", + "La Frontera", + "La Fuente de San Esteban", + "La Galera", + "La Garganta", + "la Garriga", + "La Gineta", + "La Granada", + "la Granadella", + "La Granja", + "La Granja de San Vicente", + "La Guancha", + "La Guardia", + "La Guardia de Jaen", + "La Herradura", + "La Higuerita", + "La Lantejuela", + "La Llacuna", + "La Llagosta", + "La Llosa", + "La Luisiana", + "La Mamola", + "La Mancha Blanca", + "La Matanza de Acentejo", + "La Mojonera", + "La Muela", + "La Nora", + "la Nou de Bergueda", + "la Nucia", + "La Oliva", + "La Orden", + "La Orotava", + "La Palma del Condado", + "La Paz", + "La Pedraja de Portillo", + "La Pedrera", + "La Penilla", + "La Perdoma", + "La Plana", + "La Playa de Arguineguin", + "La Pobla de Claramunt", + "La Pobla de Lillet", + "la Pobla de Mafumet", + "la Pobla de Montornes", + "La Pola de Gordon", + "La Puebla de Almoradiel", + "La Puebla de Arganzon", + "La Puebla de Cazalla", + "La Puebla de Hijar", + "La Puebla de los Infantes", + "La Puebla de Montalban", + "La Puebla del Rio", + "La Pueblanueva", + "La Puerta de Segura", + "La Rambla", + "La Rapita", + "La Raya", + "La Red de Valdetuejar", + "La Riba", + "la Riera de Gaia", + "La Rinconada", + "La Robla", + "La Roca del Valles", + "La Roda", + "La Roda de Andalucia", + "La Seca", + "La Secuita", + "La Selva", + "La Serna", + "La Solana", + "La Torre", + "la Vall", + "la Vall del Bac", + "La Vera", + "La Victoria", + "La Victoria de Acentejo", + "La Vinuela", + "La Virgen del Camino", + "La Virgen del Pilar", + "La Yedra", + "Labajos", + "Lagartera", + "Lago", + "Laguardia", + "Laguna de Duero", + "Lajares", + "Lalin", + "Lama", + "Lamadrid", + "Lanaja", + "Landa", + "Langa", + "Langa de Duero", + "Langreo", + "Lanjaron", + "Lantadilla", + "Laracha", + "Lardero", + "Laredo", + "Las Cabezas de San Juan", + "Las Galletas", + "Las Hortichuelas", + "Las Islas", + "Las Matas", + "Las Navas de la Concepcion", + "Las Navas del Marques", + "Las Palmas de Gran Canaria", + "Las Rozas de Madrid", + "Las Torres de Cotillas", + "Las Vegas", + "Las Ventanas", + "Las Ventas de Retamosa", + "Lasarte", + "Laudio-Llodio", + "Lazagurria", + "Lebrija", + "Ledana", + "Ledrada", + "Legasa", + "Legazpia", + "Legorreta", + "Lekeitio", + "Lepe", + "Lerin", + "Lerma", + "les Borges del Camp", + "Les Fonts", + "Lezama", + "Lezo", + "Liano", + "Librilla", + "Liencres", + "Lijar", + "Lillo", + "Limones", + "Limpias", + "Linares", + "Linyola", + "Lires", + "Llafranc", + "Llagostera", + "Llanera", + "Llanes", + "Llano", + "Lledo", + "Lleida", + "Llerena", + "Llers", + "Llinars del Valles", + "Lliria", + "Llofriu", + "Lloret de Mar", + "Llosa de Ranes", + "Lobios", + "Lodosa", + "Loeches", + "Loja", + "Lomo de Arico", + "Lopera", + "Lorca", + "Loriguilla", + "Lorqui", + "Los Alcazares", + "Los Angeles", + "Los Barrios", + "Los Corrales", + "Los Corrales de Buelna", + "Los Cristianos", + "Los Dolores", + "Los Gallardos", + "Los Garres", + "Los Hueros", + "Los Llanos de Aridane", + "Los Marines", + "Los Molinos", + "Los Montes", + "Los Narejos", + "Los Navalmorales", + "Los Navalucillos", + "Los Palacios", + "Los Palacios y Villafranca", + "Los Rios", + "Los Rosales", + "Los Santos de la Humosa", + "Los Silos", + "Los Villares", + "Los Yebenes", + "Losar de la Vera", + "Lousame", + "Luanco", + "Luarca", + "Lucena", + "Lucena del Cid", + "Lucena del Puerto", + "Luceni", + "Lucillos", + "Lugo", + "Lugones", + "Luou", + "Luyando", + "Luzaide", + "Luzmela", + "Macael", + "Macanet de la Selva", + "Maceira", + "Madrid", + "Madridanos", + "Madridejos", + "Madrigal de la Vera", + "Madrigalejo", + "Madrigueras", + "Madronera", + "Magan", + "Mahon", + "Mairena del Alcor", + "Mairena del Aljarafe", + "Majadahonda", + "Malagon", + "Malgrat de Mar", + "Maliano", + "Mallen", + "Malpartida de Caceres", + "Malpartida de Plasencia", + "Malpica", + "Manacor", + "Mancha Real", + "Manilva", + "Manises", + "Manlleu", + "Manresa", + "Manuel", + "Manzanares", + "Manzanares el Real", + "Maracena", + "Marbella", + "Marchamalo", + "Marchena", + "Marcilla", + "Margarida", + "Maria de Huerva", + "Maria de la Salut", + "Marin", + "Mariola", + "Marmolejo", + "Martin", + "Martinet", + "Martorell", + "Martos", + "Marugan", + "Marzagan", + "Masdenverge", + "Maside", + "Masllorenc", + "Maspalomas", + "Masquefa", + "Massamagrell", + "Mata", + "Matadepera", + "Mataelpino", + "Mataluenga", + "Matamorosa", + "Matapozuelos", + "Mayor", + "Mazagon", + "Meano", + "Mecina Fondales", + "Meco", + "Medina de Pomar", + "Medina del Campo", + "Medina-Sidonia", + "Medinya", + "Medio", + "Mediona", + "Medrano", + "Meira", + "Meis", + "Mejorada", + "Mejorada del Campo", + "Meliana", + "Melilla", + "Membrilla", + "Mendaro", + "Mengibar", + "Mentrida", + "Mequinensa / Mequinenza", + "Mercadal", + "Mestanza", + "Mezalocha", + "Miajadas", + "Mieres", + "Miguel Esteban", + "Miguelturra", + "Mijas", + "Milagro", + "Millares", + "Minas de Riotinto", + "Ministerio", + "Mino", + "Miono", + "Mira", + "Mirador", + "Miraflores de la Sierra", + "Miramar", + "Miranda de Arga", + "Miranda de Ebro", + "Miranda del Castanar", + "Mislata", + "Moana", + "Mocejon", + "Mogente", + "Moguer", + "Moia", + "Moja", + "Mojacar Pueblo", + "Mojados", + "Molina de Aragon", + "Molina de Segura", + "Molinos de Duero", + "Molins de Rei", + "Mollina", + "Mollo", + "Mombeltran", + "Monachil", + "Moncada", + "Moncofar", + "Monda", + "Mondariz", + "Mondonedo", + "Mondujar", + "Monesterio", + "Monforte de Lemos", + "Monforte del Cid", + "Monistrol de Calders", + "Monserrat", + "Mont", + "Montagut", + "Montalban de Cordoba", + "Montcada i Reixac", + "Monte", + "Monteagudo", + "Montealegre del Castillo", + "Montearagon", + "Montefrio", + "Montehermoso", + "Montejicar", + "Montellano", + "Montemayor de Pililla", + "Monterroso", + "Monterrubio de la Serena", + "Montesa", + "Montesquiu", + "Montfulla", + "Montgat", + "Montijo", + "Montilla", + "Montillana", + "Montmajor", + "Montroy", + "Montseny", + "Monzalbarba", + "Monzon", + "Mora", + "Mora de Rubielos", + "Moraleja de Enmedio", + "Moralzarzal", + "Morata de Jalon", + "Morata de Tajuna", + "Moratalla", + "Moreda", + "Morella", + "Moriscos", + "Morro del Jable", + "Mortera", + "Moscas del Paramo", + "Mosqueruela", + "Mostoles", + "Mota del Marques", + "Motilla del Palancar", + "Motril", + "Moya", + "Muchamiel", + "Mugardos", + "Mula", + "Mungia", + "Mura", + "Murcia", + "Muriedas", + "Muro", + "Muro del Alcoy", + "Muros", + "Muros de Nalon", + "Museros", + "Mutiloa", + "Mutilva Baja", + "Mutriku", + "Nalda", + "Nambroca", + "Nanclares de la Oca", + "Naquera", + "Nava de la Asuncion", + "Navacerrada", + "Navaconcejo", + "Navahermosa", + "Navalcan", + "Navalcarnero", + "Navalmoral de la Mata", + "Navalperal de Pinares", + "Navamorcuende", + "Navarcles", + "Navaridas", + "Navarres", + "Navarrete", + "Navas de Riofrio", + "Navas del Rey", + "Navata", + "Navatejera", + "Navezuelas", + "Navia", + "Neda", + "Negreira", + "Nembro", + "Nerja", + "Nerva", + "Nestares", + "Nigran", + "Nijar", + "Nino Perdido", + "Nivar", + "Noain", + "Noja", + "Nora", + "Norena", + "Novallas", + "Novelda", + "Noves", + "Nubledo", + "Nueva", + "Nuevo Baztan", + "Nuez de Ebro", + "Nules", + "Numancia de la Sagra", + "O Barco de Valdeorras", + "O Carballino", + "O Grove", + "O Mazo", + "Oasis (La Marina)", + "Obanos", + "Ocana", + "Odena", + "Odon", + "Ogijares", + "Ojen", + "Olaberria", + "Olazagutia", + "Oleiros", + "Olesa de Bonesvalls", + "Olesa de Montserrat", + "Oliana", + "Olias del Rey", + "Olite", + "Oliva", + "Oliva de Merida", + "Oliva de Plasencia", + "Olivares", + "Olivella", + "Olivenza", + "Olmedo", + "Olocau", + "Olot", + "Olula de Castro", + "Olula del Rio", + "Olvega", + "Olvera", + "Onda", + "Ondara", + "Ondarroa", + "Onil", + "Ontigola", + "Ontinena", + "Ontinyent", + "Ontur", + "Orce", + "Orcoyen", + "Ordes", + "Ordis", + "Orellana la Vieja", + "Oria", + "Orial", + "Orihuela", + "Orio", + "Oroso", + "Orpesa/Oropesa del Mar", + "Ortiguero", + "Oruna", + "Orusco", + "Osuna", + "Otero", + "Otura", + "Ouces", + "Ourense", + "Outes", + "Oviedo", + "Oyon", + "Oza de los Rios", + "Padilla del Ducado", + "Padul", + "Paiporta", + "Pajara", + "Palafolls", + "Palafrugell", + "Palau", + "Palencia", + "Palma de Mallorca", + "Palma del Rio", + "Palmeira", + "Palmera", + "Palmones", + "Palol", + "Palomares del Rio", + "Palos de la Frontera", + "Pals", + "Pamplona", + "Panillo", + "Panticosa", + "Pantoja", + "Para", + "Paracuellos", + "Paracuellos de Jarama", + "Parada", + "Paradas", + "Paradela", + "Parbayon", + "Parcent", + "Paredes de Nava", + "Parla", + "Parres", + "Pasai San Pedro", + "Pasaia", + "Pastrana", + "Paterna", + "Paterna del Campo", + "Pau", + "Pauels", + "Pedrajas", + "Pedrajas de San Esteban", + "Pedralba", + "Pedreguer", + "Pedrezuela", + "Pedro", + "Pedro Abad", + "Pedro Munoz", + "Pedrola", + "Pedrosillo de Alba", + "Pedrosillo el Ralo", + "Pego", + "Pelayos de la Presa", + "Peligros", + "Penafiel", + "Penaflor", + "Penagos", + "Penarroya-Pueblonuevo", + "Perafita", + "Perafort", + "Peralejo", + "Perales del Alfambra", + "Perales del Puerto", + "Peratallada", + "Perdiguera", + "Pereiro de Aguiar", + "Periedo", + "Perillo", + "Pescador", + "Pescueza", + "Petrel", + "Petres", + "Pezuela de las Torres", + "Piedra", + "Piedrabuena", + "Piera", + "Pilar de la Horadada", + "Pilas", + "Pina de Ebro", + "Pinar", + "Pineda de Mar", + "Pinos del Valle", + "Pinos Puente", + "Pinoso", + "Pinseque", + "Pinto", + "Pioz", + "Placencia", + "Plan", + "Planes", + "Plasencia", + "Plasenzuela", + "Playa", + "Playa Blanca", + "Plegamans", + "Plentzia", + "Poblete", + "Poboa de San Xulian", + "Poboleda", + "Pola de Laviana", + "Pola de Lena", + "Pola de Siero", + "Polan", + "Polinya", + "Polop", + "Pomar", + "Pomar de Cinca", + "Ponferrada", + "Pont de Molins", + "Pontejos", + "Pontevedra", + "Pontos", + "Ponts", + "Poris de Abona", + "Porrino", + "Port de Sagunt", + "Portillo", + "Portillo de Toledo", + "Porto", + "Porto Cristo", + "Portocolom", + "Portonovo", + "Portugalete", + "Portus", + "Posadas", + "Pozo de Guadalajara", + "Pozo de la Serna", + "Pozoamargo", + "Pozoblanco", + "Pozuelo del Rey", + "Pradejon", + "Prado del Rey", + "Pravia", + "Premia de Mar", + "Priego", + "Priego de Cordoba", + "Pruna", + "Pruvia", + "Pucol", + "Puebla de Alfinden", + "Puebla de Don Fadrique", + "Puebla de la Calzada", + "Puebla del Maestre", + "Puente Viesgo", + "Puente-Genil", + "Puentelarra", + "Puentenansa", + "Puerto", + "Puerto de Gandia", + "Puerto de la Cruz", + "Puerto del Carmen", + "Puerto del Rosario", + "Puerto Lumbreras", + "Puerto Real", + "Puertollano", + "Pueyo", + "Pueyo de Santa Cruz", + "Puig", + "Puigpelat", + "Pulgar", + "Pulianas", + "Purchil", + "Quart de Poblet", + "Quel", + "Quer", + "Querol", + "Quijorna", + "Quincoces de Yuso", + "Quintana de la Serena", + "Quintana de Raneros", + "Quintanar de la Orden", + "Quintanar del Rey", + "Quintes", + "Rafal", + "Rafelbunyol", + "Rafelcofer", + "Rafelguaraf", + "Rairiz de Veiga", + "Rajadell", + "Ramales de la Victoria", + "Rasines", + "Real", + "Real de Gandia", + "Rebolledo", + "Rebordanes", + "Recas", + "Redes", + "Redondela", + "Redovan", + "Reinosa", + "Rendar", + "Renedo", + "Reocin", + "Requena", + "Reus", + "Revellinos", + "Reyes", + "Rianxo", + "Riaza", + "Riba", + "Ribadavia", + "Ribadeo", + "Ribadesella", + "Ribarroja", + "Ribeira", + "Ribera del Fresno", + "Ribes de Freser", + "Ricla", + "Riells i Viabrea", + "Rielves", + "Rincon", + "Rincon de la Victoria", + "Rincon de Soto", + "Rioja", + "Riola", + "Rios", + "Ripoll", + "Ripollet", + "Riudellots de la Selva", + "Riudoms", + "Riumors", + "Rivabellosa", + "Roales", + "Robleda-Cervantes", + "Robledillo de Gata", + "Robledillo de la Vera", + "Robledo de Chavela", + "Rocafort", + "Roda de Bara", + "Rodonya", + "Rojales", + "Roldan", + "Ron", + "Ronda", + "Roquetas de Mar", + "Rosell", + "Roses", + "Rota", + "Rubielos de Mora", + "Ruente", + "Rupit", + "Rus", + "Rute", + "Saamasas", + "Sabadell", + "Sabero", + "Sabinanigo", + "Sabiote", + "Sabucedo", + "Sada", + "Sagra", + "Sagunto", + "Salamanca", + "Salas de los Infantes", + "Salceda", + "Salcedo", + "Saldana", + "Salinas", + "Sallent", + "Salobral", + "Salobre", + "Salou", + "Salt", + "Salteras", + "Salvatierra", + "Salvatierra de los Barros", + "Salvatierra de Mino", + "San Adrian", + "San Agustin de Guadalix", + "San Andres del Rabanedo", + "San Anton", + "San Antonio", + "San Blas", + "San Clemente", + "San Cristobal", + "San Cristobal de Entrevinas", + "San Esteban del Valle", + "San Felices", + "San Feliz de Torio", + "San Fernando", + "San Fernando de Henares", + "San Ildefonso", + "San Isidro", + "San Javier", + "San Jorge", + "San Juan", + "San Juan de Alicante", + "San Juan de Aznalfarache", + "San Juan de Moro", + "San Juan del Puerto", + "San Julian de Muskiz", + "San Luis de Sabinillas", + "San Martin", + "San Martin de la Vega", + "San Martin de Unx", + "San Martin de Valdeiglesias", + "San Martino", + "San Miguel", + "San Miguel de las Duenas", + "San Nicolas", + "San Nicolas del Puerto", + "San Pedro", + "San Pedro del Pinatar", + "San Rafael", + "San Roman", + "San Roque", + "San Sebastian", + "San Sebastian de los Ballesteros", + "San Vicent del Raspeig", + "San Vicente", + "San Vicente de Alcantara", + "San Vicente de Leon", + "Sancibrian", + "Sancti Spiritus", + "Sangonera la Verde", + "Sanlucar la Mayor", + "Sant Andreu de la Barca", + "Sant Andreu de Llavaneres", + "Sant Bartomeu del Grau", + "Sant Carles de la Rapita", + "Sant Feliu de Llobregat", + "Sant Joan de les Abadesses", + "Sant Joan de Vilatorrada", + "Sant Joan les Fonts", + "Sant Jordi", + "Sant Josep de sa Talaia", + "Sant Just Desvern", + "Sant Marti de Malda", + "Sant Pere de Ribes", + "Sant Pere de Riudebitlles", + "Sant Pere, Santa Caterina i La Ribera", + "Sant Vicenc de Castellet", + "Santa Barbara", + "Santa Brigida", + "Santa Coloma de Farners", + "Santa Coloma de Gramenet", + "Santa Coloma de Queralt", + "Santa Cristina", + "Santa Cristina de Aro", + "Santa Cruz", + "Santa Cruz de Bezana", + "Santa Cruz de La Palma", + "Santa Cruz de la Zarza", + "Santa Cruz de Mudela", + "Santa Cruz de Tenerife", + "Santa Eulalia", + "Santa Eulalia Bajera", + "Santa Fe", + "Santa Fe de Mondujar", + "Santa Lucia", + "Santa Margarida", + "Santa Maria", + "Santa Maria de Palautordera", + "Santa Maria del Cami", + "Santa Maria del Campo", + "Santa Maria del Paramo", + "Santa Marina del Rey", + "Santa Marta de Ortigueira", + "Santa Marta de Tormes", + "Santa Olalla", + "Santa Oliva", + "Santa Pau", + "Santa Perpetua de Mogoda", + "Santa Pola", + "Santa Uxia de Ribeira", + "Santalla", + "Santander", + "Santiago", + "Santiago de Cartes", + "Santiago de Compostela", + "Santiago de la Ribera", + "Santiago Pena", + "Santiponce", + "Santisteban del Puerto", + "Santiurde de Toranzo", + "Santo Angel", + "Santo Domingo", + "Santo Domingo de la Calzada", + "Santomera", + "Santona", + "Santovenia de Pisuerga", + "Santpedor", + "Santurtzi", + "Sarandones", + "Sardina", + "Sarinena", + "Saron", + "Sarria", + "Sarria de Ter", + "Sarroca de Lleida", + "Sax", + "Sayalonga", + "Sedavi", + "Segorbe", + "Segovia", + "Segura", + "Segura de la Sierra", + "Selaya", + "Selva", + "Senija", + "Seoane", + "Sepulveda", + "Serena", + "Serra", + "Serracines", + "Serranillos del Valle", + "Serrateix", + "ses Salines", + "Sesena", + "Sesena Nuevo", + "Sestao", + "Seva", + "Sevares", + "Sevilla La Nueva", + "Seville", + "Sierra", + "Sierra de Fuentes", + "Sierra de Luna", + "Siete Iglesias de Trabancos", + "Sigueiro", + "Siguenza", + "Silla", + "Silleda", + "Sils", + "Simancas", + "Sitges", + "Sixto", + "Sobarzo", + "Sobradiel", + "Sobremazas", + "Socuellamos", + "Sodupe", + "Sojuela", + "Solares", + "Sollana", + "Soller", + "Solsona", + "Somahoz", + "Somo", + "Son Curt", + "Son Servera", + "Soneja", + "Sopela", + "Sorbas", + "Soria", + "Sotillo de la Adrada", + "Soto", + "Soto de Cerrato", + "Soto de la Marina", + "Sotogrande", + "Sotopalacios", + "Sotrondio", + "Suances", + "Subirats", + "Sudanell", + "Sueca", + "Sufli", + "Tabernas", + "Taboada", + "Tacoronte", + "Tafalla", + "Tahiche", + "Talamanca de Jarama", + "Talarn", + "Talavera de la Reina", + "Tamames", + "Tamaraceite", + "Taradell", + "Tarancon", + "Tarazona", + "Tarazona de la Mancha", + "Tarifa", + "Tarragona", + "Tarrega", + "Teba", + "Tegueste", + "Teguise", + "Tejina", + "Telde", + "Tenteniguada", + "Teo", + "Termino", + "Teror", + "Terradillos", + "Terrassa", + "Terrer", + "Teruel", + "Teulada", + "Tiagua", + "Tiana", + "Tias", + "Tigaiga", + "Tijarafe", + "Tijola", + "Tineo", + "Titulcia", + "Tobarra", + "Toledo", + "Tolosa", + "Tomares", + "Tombrio de Arriba", + "Tomelloso", + "Tomino", + "Tona", + "Tora de Riubregos", + "Toral de los Vados", + "Tordera", + "Tordesillas", + "Tordillos", + "Toreno", + "Torija", + "Tormantos", + "Toro", + "Torralba de Calatrava", + "Torralba de Oropesa", + "Torre del Campo", + "Torre del Mar", + "Torre-Pacheco", + "Torreaguera", + "Torreblascopedro", + "Torrecaballeros", + "Torrecilla de Alcaniz", + "Torredembarra", + "Torredonjimeno", + "Torrefarrera", + "Torrefeta", + "Torrejon de la Calzada", + "Torrejon del Rey", + "Torrelaguna", + "Torrelavega", + "Torrelles de Llobregat", + "Torrelletas", + "Torrelodones", + "Torremenga", + "Torremocha del Campo", + "Torremolinos", + "Torrent", + "Torrenueva", + "Torreperogil", + "Torres", + "Torres de Berrellen", + "Torres de la Alameda", + "Torres de Segre", + "Torresandino", + "Torrevieja", + "Torrijos", + "Torroella de Fluvia", + "Torroella de Montgri", + "Torrox", + "Tortella", + "Tortola de Henares", + "Tortosa", + "Totana", + "Touro", + "Tous", + "Trabada", + "Traiguera", + "Traslavina", + "Trasona", + "Trazo", + "Trebujena", + "Tremp", + "Trespaderne", + "Trevino", + "Triana", + "Trillo", + "Trives", + "Trobajo del Camino", + "Trujillanos", + "Trujillo", + "Tudela", + "Tudela de Duero", + "Tuineje", + "Turia", + "Turis", + "Ubrique", + "Uceda", + "Ugena", + "Ugijar", + "Ujo", + "Ullastrell", + "Umbrete", + "Urda", + "Urdiain", + "Urduna", + "Urnieta", + "Urroz", + "Urtuella", + "Usansolo", + "Useras", + "Usurbil", + "Utebo", + "Utiel", + "Utrera", + "Vaciamadrid", + "Val de Santo Domingo", + "Valcabado", + "Valdeavero", + "Valdeaveruelo", + "Valdecabras", + "Valdecilla", + "Valdemaqueda", + "Valdemorillo", + "Valdemoro", + "Valdepenas", + "Valdepenas de la Sierra", + "Valdepolo", + "Valderrey", + "Valderrobres", + "Valderrubio", + "Valdesogo de Abajo", + "Valdetorres", + "Valdetorres de Jarama", + "Valdezufre", + "Valdilecha", + "Valencia", + "Valencia de Don Juan", + "Valencina de la Concepcion", + "Vall de Almonacid", + "Vallada", + "Valladolid", + "Valladolises", + "Valldoreix", + "Valle", + "Valle de Oro", + "Valles", + "Valleseco", + "Vallgorguina", + "Vallirana", + "Vallmoll", + "Valls", + "Valmojado", + "Valpalmas", + "Valsequillo de Gran Canaria", + "Valverde", + "Valverde del Camino", + "Valverde del Fresno", + "Valverde del Majano", + "Vedra", + "Vejer de la Frontera", + "Velez de Benaudalla", + "Velez-Rubio", + "Velilla", + "Velilla de San Antonio", + "Venta", + "Venta de Banos", + "Ventallo", + "Venturada", + "Vera", + "Verdu", + "Vergel", + "Verges", + "Verin", + "Viana", + "Viator", + "Vic", + "Vicar", + "Vicolozano", + "Vigo", + "Vila", + "Vila-real", + "Vila-seca", + "Vilabertran", + "Vilacolum", + "Viladecans", + "Viladrau", + "Vilafant", + "Vilagarcia de Arousa", + "Vilajuiga", + "Vilamalla", + "Vilamaniscle", + "Vilanova", + "Vilanova de Arousa", + "Vilaplana", + "Vilasantar", + "Vilassar de Mar", + "Vilatenim", + "Vilavella", + "Vilches", + "Villa", + "Villa de Don Fadrique", + "Villa del Prado", + "Villa del Rio", + "Villabalter", + "Villabanez", + "Villablino", + "Villabona", + "Villacanas", + "Villacarriedo", + "Villacarrillo", + "Villacastin", + "Villacondide", + "Villaconejos", + "Villacuende", + "Villafranca", + "Villafranca de Cordoba", + "Villafranca de los Barros", + "Villafranca de los Caballeros", + "Villafranca del Campo", + "Villafranqueza", + "Villahermosa", + "Villajoyosa", + "Villalar de los Comuneros", + "Villalba de los Alcores", + "Villalbilla", + "Villalonga", + "Villalpardo", + "Villaluenga", + "Villamalea", + "Villamanrique", + "Villamanrique de la Condesa", + "Villamanta", + "Villamartin", + "Villamayor", + "Villamayor de Santiago", + "Villamediana de Iregua", + "Villamiel de Toledo", + "Villamuriel de Cerrato", + "Villanubla", + "Villanueva", + "Villanueva de Azoague", + "Villanueva de Castellon", + "Villanueva de Cordoba", + "Villanueva de Gallego", + "Villanueva de Gomez", + "Villanueva de la Canada", + "Villanueva de la Jara", + "Villanueva de la Reina", + "Villanueva de la Serena", + "Villanueva de la Torre", + "Villanueva de Perales", + "Villanueva de Villaescusa", + "Villanueva del Ariscal", + "Villanueva del Arzobispo", + "Villanueva del Fresno", + "Villanueva del Pardillo", + "Villanueva del Rio", + "Villanueva del Rosario", + "Villaquilambre", + "Villar", + "Villar de Gallimazo", + "Villar de Olalla", + "Villar del Arzobispo", + "Villaralbo", + "Villarcayo", + "Villarejo", + "Villares de la Reina", + "Villares del Saz", + "Villaricos", + "Villarluengo", + "Villarquemado", + "Villarreal de Alava", + "Villarrobledo", + "Villarrubia", + "Villarrubia de los Ojos", + "Villarrubia de Santiago", + "Villarta de San Juan", + "Villasana de Mena", + "Villaseca de la Sagra", + "Villasequilla de Yepes", + "Villasevil", + "Villatuerta", + "Villaverde de los Cestos", + "Villaverde del Rio", + "Villaviad", + "Villaviciosa", + "Villaviciosa de Odon", + "Villena", + "Vinaixa", + "Vinales", + "Vinalesa", + "Vinaros", + "Vitigudino", + "Vitoria-Gasteiz", + "Viveda", + "Viveiro", + "Vivero", + "Xunqueira de Espadanedo", + "Yaiza", + "Yebes", + "Yecla", + "Yeles", + "Yepes", + "Yuncler", + "Yuncos", + "Yunquera de Henares", + "Zafra", + "Zahara de los Atunes", + "Zahinos", + "Zalamea la Real", + "Zamora", + "Zamudio", + "Zaragoza", + "Zaramillo", + "Zaratamo", + "Zaratan", + "Zarautz", + "Zarzalejo", + "Zarzuela", + "Ziga", + "Zorraquin", + "Zuazo de Vitoria", + "Zubia", + "Zubiri", + "Zuera", + "Zumaia", + "Zumarraga" + ], + "Sri Lanka": [ + "Badulla", + "Battaramulla South", + "Biyagama", + "Boralesgamuwa South", + "Colombo", + "Dehiwala", + "Dehiwala-Mount Lavinia", + "Eppawala", + "Gampaha", + "Gangodawila North", + "Hekitta", + "Homagama", + "Kaduwela", + "Kandana", + "Kandy", + "Katubedda", + "Katunayaka", + "Kelaniya", + "Kohuwala", + "Maharagama", + "Makola South", + "Matale", + "Moratuwa", + "Nattandiya Town", + "Negombo", + "Nugegoda", + "Orugodawatta", + "Padukka", + "Pannipitiya", + "Peradeniya", + "Piliyandala", + "Ragama", + "Rajagiriya", + "Sri Jayewardenepura Kotte", + "Talapathpitiya", + "Wattala", + "Wellampitiya" + ], + "Sudan": [ + "Kassala", + "Khartoum", + "Nyala", + "Shendi", + "Thabit", + "Umm Durman" + ], + "Suriname": [ + "Botopasi", + "Brownsweg", + "Friendship", + "Groningen", + "Moengo", + "Nieuw Amsterdam", + "Onverwacht", + "Paramaribo", + "Totness" + ], + "Swaziland": [ + "Kwaluseni", + "Lobamba", + "Manzini", + "Mbabane", + "Piggs Peak" + ], + "Sweden": [ + "Aby", + "AElmhult", + "AElvdalen", + "AElvkarleby", + "AElvsbyn", + "Agnesberg", + "Agunnaryd", + "Akarp", + "Akers Styckebruk", + "Akersberga", + "Alafors", + "Alandsbro", + "Aled", + "Alem", + "Alfta", + "Alingsas", + "Allerum", + "Almeboda", + "Almunge", + "Alno", + "Alsen", + "Alsterbro", + "Alstermo", + "Alta", + "Altersbruk", + "Alunda", + "Alvangen", + "Alvesta", + "Alvsjo", + "Amal", + "Ambjornarp", + "Amotfors", + "Anderslov", + "Anderstorp", + "Aneby", + "Ange", + "Angered", + "Ankarsrum", + "Ankarsvik", + "Annelov", + "Annerstad", + "Ansvar", + "Aplared", + "Arboga", + "Arbra", + "Arholma", + "Arjaeng", + "Arjeplog", + "Arkelstorp", + "Arla", + "Arloev", + "Arnasvall", + "Arsunda", + "Arvidsjaur", + "Arvika", + "Aryd", + "As", + "Asa", + "Asarna", + "Asarum", + "Asbro", + "Aseda", + "Asele", + "Asenhoga", + "Asensbruk", + "Ashammar", + "Askersund", + "Askim", + "Askloster", + "Asmundtorp", + "Aspas", + "Aspered", + "Aspero", + "Astorp", + "Atorp", + "Atran", + "Atvidaberg", + "Avesta", + "Axvall", + "Backa", + "Backaryd", + "Backe", + "Backefors", + "Balinge", + "Ballingslov", + "Balsta", + "Bankeryd", + "Bara", + "Barkarby", + "Barseback", + "Barsebackshamn", + "Bastad", + "Beddinge Lage", + "Bengtsfors", + "Berga", + "Bergeforsen", + "Bergkvara", + "Bergshamra", + "Bergsjoe", + "Bergvik", + "Bettna", + "Billdal", + "Billeberga", + "Billesholm", + "Billinge", + "Billingsfors", + "Bjarnum", + "Bjarred", + "Bjartra", + "Bjasta", + "Bjorbo", + "Bjoringe", + "Bjorkhaga", + "Bjorklinge", + "Bjorkoby", + "Bjorkvik", + "Bjorna", + "Bjorneborg", + "Bjornlunda", + "Bjuraker", + "Bjurholm", + "Bjursas", + "Bjuv", + "Blackstad", + "Blasmark", + "Blattnicksele", + "Blentarp", + "Bockara", + "Bodafors", + "Boden", + "Bofors", + "Bohus", + "Boliden", + "Bollebygd", + "Bollnas", + "Bollstabruk", + "Bor", + "Borensberg", + "Borghamn", + "Borgholm", + "Borgstena", + "Borrby", + "Botsmark", + "Bottnaryd", + "Boxholm", + "Braas", + "Braecke", + "Brakne-Hoby", + "Bralanda", + "Bramhult", + "Branno", + "Brastad", + "Bredared", + "Bredaryd", + "Bro", + "Broby", + "Brokind", + "Bromma", + "Bromoella", + "Brosarp", + "Brottby", + "Brunflo", + "Brunnby", + "Bua", + "Bullmark", + "Bunkeflostrand", + "Burea", + "Burtraesk", + "Bygdea", + "Bygdsiljum", + "Byske", + "Charlottenberg", + "Dala-Floda", + "Dala-Jarna", + "Dalaro", + "Dalby", + "Dals Langed", + "Dals Rostock", + "Dalsjofors", + "Dalstorp", + "Danderyd", + "Degeberga", + "Degerfors", + "Deje", + "Delsbo", + "Dikanaes", + "Dingle", + "Dio", + "Djura", + "Djuras", + "Djurhamn", + "Djursholm", + "Domsjo", + "Donso", + "Dorotea", + "Dosjebro", + "Drottningholm", + "Duved", + "Dyltabruk", + "Ed", + "Edsbro", + "Edsbyn", + "Edsele", + "Edshultshall", + "Edsvalla", + "Ekeby", + "Ekenassjon", + "Ekshaerad", + "Eksjoe", + "Eldsberga", + "Elloes", + "Emmaboda", + "Enanger", + "Enebyberg", + "Eneryda", + "Enkoping", + "Enskede-Arsta-Vantoer", + "Enviken", + "Erikslund", + "Eriksmala", + "Eskilstuna", + "Eslov", + "Faergelanda", + "Faerjestaden", + "Fagelfors", + "Fageras", + "Fagerberg", + "Fagered", + "Fagerhult", + "Fagersanna", + "Fagersta", + "Fagervik", + "Falkenberg", + "Fallfors", + "Falun", + "Farbo", + "Farila", + "Farlov", + "Farna", + "Farnas", + "Faro", + "Fellingsbro", + "Fengersfors", + "Figeholm", + "Filipstad", + "Finja", + "Finnerodja", + "Finspang", + "Fiskeby", + "Fjaeras station", + "Fjalkinge", + "Fjardhundra", + "Fjugesta", + "Flen", + "Fleninge", + "Flisby", + "Floby", + "Floda", + "Flyinge", + "Follinge", + "Fors", + "Forsa", + "Forsbacka", + "Forsby", + "Forserum", + "Forshaga", + "Forsheda", + "Forslov", + "Frandefors", + "Fransta", + "Fredriksberg", + "Frillesas", + "Fristad", + "Fritsla", + "Froso", + "Frovi", + "Frufallan", + "Furulund", + "Furuvik", + "Gabo", + "Gagnef", + "Gallo", + "Gallstad", + "Gamla stan", + "Gamleby", + "Gammelstad", + "Ganghester", + "Gards Kopinge", + "Gargnas", + "Garpenberg", + "Garphyttan", + "Garsas", + "Garsnas", + "Gemla", + "Genarp", + "Genevad", + "Getinge", + "Gidea", + "Gimo", + "Gislaved", + "Glanshammar", + "Glimakra", + "Glommen", + "Glommerstrask", + "Glostorp", + "Glumslov", + "Gnarp", + "Gnesta", + "Gnosjoe", + "Goetene", + "Gota", + "Gothenburg", + "Grabo", + "Graddo", + "Graestorp", + "Grangarde", + "Grangesberg", + "Grasmyr", + "Graso", + "Grebbestad", + "Grillby", + "Grimeton", + "Grimsas", + "Grimslov", + "Grimstorp", + "Grisslehamn", + "Grondal", + "Gronskara", + "Grums", + "Grundsund", + "Grycksbo", + "Gryt", + "Grythyttan", + "Gualov", + "Guldsmedshyttan", + "Gullbrandstorp", + "Gullspang", + "Gunnebo", + "Gunnilse", + "Gusselby", + "Gustafs", + "Gustavsberg", + "Gusum", + "Gyttorp", + "Hackas", + "Hacksvik", + "Haegersten", + "Haellefors", + "Haerryda", + "Haesselby", + "Hagfors", + "Hagglund", + "Hajom", + "Hakkas", + "Haknas", + "Haljarp", + "Hallabro", + "Halland", + "Hallarod", + "Hallberg", + "Halleforsnas", + "Hallekis", + "Hallestad", + "Hallevadsholm", + "Hallingsjo", + "Hallsberg", + "Hallsta", + "Hallstahammar", + "Hallstavik", + "Halmstad", + "Halso", + "Halta", + "Hamburgsund", + "Hammar", + "Hammaro", + "Hammarstrand", + "Hammenhog", + "Hammerdal", + "Hamneda", + "Hamrangefjarden", + "Hanaskog", + "Handen", + "Haparanda", + "Harads", + "Harbo", + "Harby", + "Harestad", + "Harmanger", + "Harplinge", + "Harslov", + "Hasselby", + "Hasselfors", + "Hasslarp", + "Hasslo", + "Hastveda", + "Havdhem", + "Hebo", + "Hedared", + "Hede", + "Hedekas", + "Hedemora", + "Hedesunda", + "Helgum", + "Helsingborg", + "Hemmingsmark", + "Hemse", + "Henan", + "Herrangen", + "Herrljunga", + "Hestra", + "Hillared", + "Hillerstorp", + "Hindas", + "Hjaerup", + "Hjalteby", + "Hjarnarp", + "Hjartum", + "Hjo", + "Hoegsby", + "Hoeoer", + "Hoerby", + "Hoernefors", + "Hofors", + "Hoganas", + "Hogsaters", + "Hogsjo", + "Hok", + "Hokerum", + "Hollviken", + "Holmen", + "Holmsjo", + "Holmsund", + "Holmsveden", + "Holo", + "Holsbybrunn", + "Holsljunga", + "Hono", + "Horn", + "Horndal", + "Horred", + "Hortlax", + "Hova", + "Hovas", + "Hoviksnas", + "Hovmantorp", + "Huarod", + "Huddinge", + "Hudiksvall", + "Hultafors", + "Hultsfred", + "Hunnebostrand", + "Hunnestad", + "Huskvarna", + "Husum", + "Hyllinge", + "Hyltebruk", + "Hyssna", + "Iggesund", + "Immeln", + "Indal", + "Ingarp", + "Ingelstad", + "Ingmarso", + "Insjon", + "Jaemjoe", + "Jaervsoe", + "Jamshog", + "Jarbo", + "Jarlasa", + "Jarna", + "Jarpen", + "Jarved", + "Joern", + "Johanneshov", + "Johannishus", + "Jokkmokk", + "Jonaker", + "Jonsered", + "Jordbro", + "Jorlanda", + "Jude", + "Junosuando", + "Kaevlinge", + "Kage", + "Kagerod", + "Kalix", + "Kallby", + "Kallered", + "Kallinge", + "Kallo", + "Kalmar", + "Kareby", + "Karesuando", + "Karl Gustav", + "Karlsborg", + "Karlshamn", + "Karlskoga", + "Karlskrona", + "Karlstad", + "Karna", + "Karra", + "Katrineholm", + "Kattarp", + "Katthammarsvik", + "Kattilstorp", + "Kil", + "Kilafors", + "Killeberg", + "Kimstad", + "Kinna", + "Kinnared", + "Kinnarp", + "Kiruna", + "Kisa", + "Kista", + "Kivik", + "Kladesholmen", + "Klagerup", + "Klagshamn", + "Klagstorp", + "Klassbol", + "Klavrestrom", + "Klintehamn", + "Klippan", + "Klovedal", + "Knared", + "Knislinge", + "Knivsta", + "Knutby", + "Kode", + "Kolback", + "Kolmarden", + "Kolsva", + "Konga", + "Koping", + "Kopingebro", + "Kopmanholmen", + "Kopparberg", + "Koppom", + "Korpilombolo", + "Korsberga", + "Korskrogen", + "Koskullskulle", + "Kosta", + "Kramfors", + "Kristdala", + "Kristianstad", + "Kristineberg", + "Kristinehamn", + "Krokom", + "Krylbo", + "Kulla", + "Kullavik", + "Kulltorp", + "Kumla", + "Kungsaengen", + "Kungsbacka", + "Kungsgarden", + "Kungshamn", + "Kungsoer", + "Kvanum", + "Kvibille", + "Kvicksund", + "Kvidinge", + "Kvissleby", + "Kyrkobyn", + "Lagan", + "Laholm", + "Lammhult", + "Landeryd", + "Landfjarden", + "Landsbro", + "Landskrona", + "Landvetter", + "Langas", + "Langasjo", + "Langhem", + "Langsele", + "Langshyttan", + "Langviksmon", + "Lanna", + "Lannavaara", + "Larbro", + "Larv", + "Lavsjo", + "Laxa", + "Lekeryd", + "Leksand", + "Lenhovda", + "Lerberget", + "Lerdala", + "Lerum", + "Lessebo", + "Liden", + "Lidhult", + "Lidingoe", + "Lidkoping", + "Likenas", + "Lilla Edet", + "Lillpite", + "Lima", + "Limhamn", + "Limmared", + "Lindas", + "Lindesberg", + "Lindome", + "Linghem", + "Linneryd", + "Listerby", + "Lit", + "Ljugarn", + "Ljung", + "Ljungaverk", + "Ljungby", + "Ljungbyhed", + "Ljungbyholm", + "Ljungsarp", + "Ljungsbro", + "Ljungskile", + "Ljusdal", + "Ljusfallshammar", + "Ljusne", + "Ljustero", + "Ljustorp", + "Loberod", + "Loddekopinge", + "Loderup", + "Lodose", + "Lomma", + "Lonashult", + "Lonsboda", + "Los", + "Lotorp", + "Lottorp", + "Lovanger", + "Lovestad", + "Lovikka", + "Ludvigsborg", + "Ludvika", + "Lugnvik", + "Lund", + "Lycke", + "Lyckeby", + "Lycksele", + "Lysekil", + "Lysvik", + "Mala", + "Maleras", + "Malilla", + "Malma", + "Malmback", + "Malmberget", + "Malmkoping", + "Malmo", + "Malsryd", + "Malung", + "Mankarbo", + "Mansarp", + "Mantorp", + "Marback", + "Mardaklev", + "Mariannelund", + "Mariefred", + "Marieholm", + "Mariestad", + "Markaryd", + "Marma", + "Marsta", + "Marstrand", + "Matfors", + "Mellansel", + "Mellbystrand", + "Mellerud", + "Mjallom", + "Mjolby", + "Mockfjard", + "Moelle", + "Moelndal", + "Moensteras", + "Moerbylanga", + "Moheda", + "Moholm", + "Moliden", + "Molkom", + "Molltorp", + "Molnbo", + "Molnlycke", + "Mora", + "Morarp", + "Morgongava", + "Morlunda", + "Morrum", + "Morsil", + "Morup", + "Motala", + "Mullhyttan", + "Mullsjoe", + "Munka-Ljungby", + "Munkedal", + "Munkfors", + "Musko", + "Myggenas", + "Myresjo", + "Nacka", + "Nalden", + "Nashulta", + "Nassjo", + "Nasum", + "Nasviken", + "Nattraby", + "Navekvarn", + "Navlinge", + "Nissafors", + "Njurundabommen", + "Njutanger", + "Nodinge", + "Nodinge-Nol", + "Nora", + "Norberg", + "Nordingra", + "Nordmaling", + "Norrahammar", + "Norrala", + "Norrfjarden", + "Norrhult", + "Norrsundet", + "Norrtalje", + "Norsborg", + "Norsholm", + "Norsjoe", + "Nossebro", + "Nybro", + "Nygard", + "Nyhammar", + "Nyhamnslage", + "Nykil", + "Nykroppa", + "Nykvarn", + "Nyland", + "Nynas", + "Nynashamn", + "Nysater", + "Nyvang", + "Obbola", + "Ockelbo", + "Odakra", + "Odeborg", + "Odensbacken", + "OEckeroe", + "OEdeshoeg", + "OErkelljunga", + "OEsterbymo", + "OEstervala", + "OEsthammar", + "OEverkalix", + "OEvertornea", + "Ojebyn", + "Ojersjo", + "Olofstorp", + "Olofstroem", + "Olsfors", + "Onnestad", + "Orby", + "Orbyhus", + "Oregrund", + "Ormaryd", + "Orno", + "Ornskoldsvik", + "Orrefors", + "Orsa", + "Orsundsbro", + "Orviken", + "Osby", + "Oskarshamn", + "Oskarstrom", + "Osmo", + "Ostansjo", + "Osterbybruk", + "Osterhaninge", + "Osterskar", + "Ostra", + "Ostra Frolunda", + "Ostra Hindalebyn", + "Ostra Karup", + "Ostra Ryd", + "Otterbacken", + "Ovanaker", + "Overhornas", + "Overkovland", + "Overlida", + "Overum", + "Oviken", + "Oxaback", + "Oxelosund", + "Oxie", + "Paarp", + "Pajala", + "Palange", + "Palsboda", + "Partille", + "Paskallavik", + "Perstorp", + "Pilgrimstad", + "Pixbo", + "Raa", + "Raettvik", + "Ramdala", + "Ramnas", + "Ramsele", + "Ramsjo", + "Ramvik", + "Ranea", + "Rangedala", + "Ransater", + "Ransta", + "Ravlanda", + "Reftele", + "Rejmyre", + "Rekarne", + "Rengsjo", + "Reso", + "Restad", + "Riddarhyttan", + "Rimbo", + "Rimforsa", + "Ring", + "Ringarum", + "Rinkaby", + "Roback", + "Robertsfors", + "Rockneby", + "Rodeby", + "Roke", + "Rolfstorp", + "Romakloster", + "Romelanda", + "Ronnang", + "Ronneby", + "Ronninge", + "Roro", + "Rorvik", + "Rosersberg", + "Rosson", + "Rostanga", + "Rosvik", + "Rotebro", + "Rottne", + "Ruda", + "Rundvik", + "Ryd", + "Rydaholm", + "Rydboholm", + "Rydeback", + "Rydobruk", + "Rydsgard", + "Ryssby", + "Saeffle", + "Saeter", + "Saevar", + "Saevast", + "Saevsjoe", + "Sagmyra", + "Sala", + "Saltsjo-Duvnas", + "Saltsjobaden", + "Sand", + "Sandared", + "Sandarne", + "Sandby", + "Sandhem", + "Sandhult", + "Sandviken", + "Sankt Olof", + "Saro", + "Satila", + "Savedalen", + "Savsjostrom", + "Saxtorp", + "Segersta", + "Seglora", + "Segmon", + "Sennan", + "Sexdrega", + "Sibbhult", + "Sidensjo", + "Sifferbo", + "Sigtuna", + "Siljansnas", + "Simlangsdalen", + "Simrishamn", + "Sjalevad", + "Sjoebo", + "Sjomarken", + "Sjotofta", + "Sjovik", + "Sjuntorp", + "Ska", + "Skaerhamn", + "Skaerholmen", + "Skallinge", + "Skane", + "Skanes Fagerhult", + "Skanninge", + "Skanor med Falsterbo", + "Skara", + "Skaraborg", + "Skarblacka", + "Skarplinge", + "Skarpnaeck", + "Skattkarr", + "Skee", + "Skelleftehamn", + "Skene", + "Skepplanda", + "Skillingaryd", + "Skillinge", + "Skinnskatteberg", + "Skivarp", + "Skogas", + "Skoghall", + "Skogstorp", + "Skoldinge", + "Skollersta", + "Skondal", + "Skruv", + "Skultuna", + "Skummeslovsstrand", + "Skurup", + "Skyllberg", + "Skyttorp", + "Slite", + "Sloinge", + "Slottsbron", + "Slutarp", + "Smalandsstenar", + "Smedjebacken", + "Smedstorp", + "Smoegen", + "Soderakra", + "Soderala", + "Soderby", + "Soderfors", + "Sodergard", + "Soderhamn", + "Sodra Sandby", + "Sodra Sunderbyn", + "Sodra Vi", + "Soederbaerke", + "Soederkoeping", + "Sollebrunn", + "Solleftea", + "Sollentuna", + "Solna", + "Sommen", + "Soraker", + "Sorberge", + "Sorombacken", + "Sorsele", + "Sosdala", + "Sovde", + "Spanga", + "Sparsor", + "Spekerod", + "Staffanstorp", + "Stallarholmen", + "Stalldalen", + "Stanga", + "Stehag", + "Stenhamra", + "Stenkullen", + "Stensele", + "Stenstorp", + "Stenungsund", + "Stigen", + "Stigtomta", + "Stjarnhov", + "Stoby", + "Stockaryd", + "Stockholm", + "Stocksund", + "Stode", + "Stollet", + "Stora", + "Stora Hoga", + "Stora Mellosa", + "Stora Skedvi", + "Stora Vika", + "Storebro", + "Storfors", + "Storlien", + "Storuman", + "Storvik", + "Storvreta", + "Stra", + "Strangnas", + "Stratjara", + "Stravalla", + "Stroemstad", + "Stroemsund", + "Stromsbruk", + "Stromsholm", + "Stromsnasbruk", + "Strovelstorp", + "Stugun", + "Sturefors", + "Sturko", + "Styrso", + "Sundborn", + "Sundbyberg", + "Sundsbruk", + "Sundsvall", + "Sunnansjo", + "Sunne", + "Sunnemo", + "Surahammar", + "Surte", + "Svaloev", + "Svaneholm", + "Svanesund", + "Svangsta", + "Svardsjo", + "Svarta", + "Svartinge", + "Svartsjo", + "Svedala", + "Sveg", + "Svenljunga", + "Svensbyn", + "Svenshogen", + "Svenstavik", + "Taberg", + "Taby", + "Taenndalen", + "Taernaby", + "Taftea", + "Tagarp", + "Talje", + "Taljo", + "Tallasen", + "Tallberg", + "Tanumshede", + "Tarnsjo", + "Tavelsjo", + "Teckomatorp", + "Tegeltorp", + "Tenhult", + "Tibro", + "Tidaholm", + "Tidan", + "Tierp", + "Timmele", + "Timmernabben", + "Timmersdala", + "Timra", + "Tingsryd", + "Tingstade", + "Tjornarp", + "Toecksfors", + "Toere", + "Toereboda", + "Tolg", + "Tollarp", + "Tollered", + "Tomelilla", + "Torekov", + "Tormestorp", + "Torpshammar", + "Torsaker", + "Torsas", + "Torsby", + "Torshalla", + "Torslanda", + "Torup", + "Tranas", + "Tranemo", + "Trangsund", + "Transtrand", + "Traryd", + "Traslovslage", + "Travad", + "Trehorningsjo", + "Trekanten", + "Trelleborg", + "Trollhattan", + "Trosa", + "Tullinge", + "Tumba", + "Tun", + "Tungelsta", + "Tvaaker", + "Tvaralund", + "Tving", + "Tygelsjo", + "Tyreso Strand", + "Tyringe", + "Tystberga", + "Ucklum", + "Uddebo", + "Uddeholm", + "Uddevalla", + "Ugglarp", + "Ullared", + "Ulricehamn", + "Ulrika", + "Undersaker", + "Unnaryd", + "Uppharad", + "Upplands Vasby", + "Uppsala", + "Urshult", + "Ursviken", + "Utansjo", + "Uttran", + "Vackelsang", + "Vaddo", + "Vaderstad", + "Vadstena", + "Vaeja", + "Vaellingby", + "Vaennaes", + "Vaermdoe", + "Vaggeryd", + "Vagnharad", + "Valadalen", + "Valberg", + "Valbo", + "Valdemarsvik", + "Valla", + "Vallakra", + "Vallda", + "Vallentuna", + "Vallsta", + "Valskog", + "Vanersborg", + "Vankiva", + "Vannasby", + "Vansbro", + "Vara", + "Varberg", + "Varby", + "Varekil", + "Vargarda", + "Vargon", + "Varing", + "Varmland", + "Varnamo", + "Varnhem", + "Varobacka", + "Varsas", + "Varsta", + "Vartofta", + "Vase", + "Vassmolosa", + "Vasterfarnebo", + "Vasterljung", + "Vastervik", + "Vastra Amtervik", + "Vastra Frolunda", + "Vastra Karup", + "Vastra Ramlosa", + "Vastra Torup", + "Vato", + "Vattholma", + "Vaxholm", + "Vaxjo", + "Vaxtorp", + "Veberod", + "Veddige", + "Vedum", + "Vega", + "Vegby", + "Veinge", + "Vejbystrand", + "Vellinge", + "Vendelso", + "Vessigebro", + "Vetlanda", + "Vidsel", + "Vikarbyn", + "Viken", + "Vikingstad", + "Vikmanshyttan", + "Viksjofors", + "Vilhelmina", + "Villan", + "Vimmerby", + "Vinberg", + "Vindeln", + "Vingaker", + "Vinninga", + "Vinslov", + "Vintrie", + "Vintrosa", + "Virsbo Bruk", + "Virserum", + "Visby", + "Viskafors", + "Vislanda", + "Vissefjarda", + "Vitaby", + "Vittaryd", + "Vittsjo", + "Vollsjo", + "Vrena", + "Vreta Kloster", + "Vretstorp", + "Yngsjo", + "Ystad", + "Ytterby", + "Zinkgruvan" + ], + "Switzerland": [ + "Aadorf", + "Aarau", + "Aarberg", + "Aarburg", + "Abtwil", + "Adelboden", + "Adligenswil", + "Adliswil", + "Aesch", + "Aeschau", + "Aeschlen ob Gunten", + "Aettenschwil", + "Aeugst am Albis", + "Affoltern am Albis", + "Agno", + "Agra", + "Aigle", + "Airolo", + "Alberswil", + "Albligen", + "Alchenstorf", + "Allaman", + "Allschwil", + "Alpnach", + "Alt-Bachs", + "Altdorf", + "Altendorf", + "Altenrhein", + "Alterswil", + "Altishofen", + "Altnau", + "Altstatten", + "Amden", + "Amriswil", + "Amsoldingen", + "Andermatt", + "Andwil", + "Anieres", + "Appenzell", + "Apples", + "Apro", + "Arbaz", + "Arbedo", + "Arbon", + "Arcegno", + "Ardon", + "Arisdorf", + "Aristau", + "Arlesheim", + "Arni", + "Arogno", + "Arosa", + "Arth", + "Arzier", + "Arzo", + "Ascona", + "Assens", + "Attalens", + "Attinghausen", + "Attiswil", + "Au", + "Aubonne", + "Auenstein", + "Augst", + "Ausser-Dinhard", + "Autigny", + "Auvernier", + "Auw", + "Avenches", + "Avry", + "Ayent", + "Ayer", + "Baar", + "Bach", + "Bachenbulach", + "Bad Ragaz", + "Bad Zurzach", + "Baden", + "Balerna", + "Balgach", + "Ballwil", + "Balsthal", + "Balterswil", + "Banco", + "Bangerten", + "Bannwil", + "Barbereche", + "Baretswil", + "Bariswil", + "Basadingen", + "Basel", + "Basse-Nendaz", + "Bassecourt", + "Bassersdorf", + "Batterkinden", + "Baulmes", + "Bauma", + "Bavois", + "Bazenheid", + "Beckenried", + "Begnins", + "Beinwil", + "Belfaux", + "Bellerive", + "Bellevue", + "Bellinzona", + "Bellmund", + "Belmont-sur-Lausanne", + "Belp", + "Benken", + "Berg", + "Berikon", + "Beringen", + "Berlikon", + "Bern", + "Bern / Liebefeld", + "Berneck", + "Bernex", + "Beromuenster", + "Bettingen", + "Bettlach", + "Beuson", + "Bevaix", + "Bevilard", + "Bex", + "Biasca", + "Biberist", + "Biel-Benken", + "Biel/Bienne", + "Biere", + "Bigenthal", + "Bigorio", + "Bilten", + "Binningen", + "Bioggio", + "Birmensdorf", + "Birmenstorf", + "Birr", + "Birsfelden", + "Bissegg", + "Bissone", + "Bitsch", + "Blonay", + "Blumenstein", + "Bogis-Bossey", + "Boll", + "Bolligen", + "Bonaduz", + "Bonigen", + "Bonnefontaine", + "Bonstetten", + "Borex", + "Bosingen", + "Bottens", + "Bottenwil", + "Bottighofen", + "Bottmingen", + "Boudry", + "Bouveret", + "Bramois", + "Breitenbach", + "Bremgarten", + "Brenzikofen", + "Brienz", + "Brig", + "Brislach", + "Brissago", + "Bristen", + "Brittnau", + "Broc", + "Bronschhofen", + "Brugg", + "Brunnen", + "Brusino Arsizio", + "Brutten", + "Bruttisellen", + "Bubendorf", + "Bubikon", + "Buch", + "Buchberg", + "Buchrain", + "Buchs", + "Buchs / Buchs (Dorf)", + "Buetschwil", + "Buix", + "Bulach", + "Bulle", + "Buochs", + "Buonas", + "Burchen", + "Buren an der Aare", + "Buren nid dem Bach", + "Burgdorf", + "Burglen", + "Bursins", + "Busserach", + "Bussigny", + "Busswil", + "Buttes", + "Buttisholz", + "Butzberg", + "Buus", + "Cadempino", + "Cadenazzo", + "Cadro", + "Camorino", + "Campfer", + "Canobbio", + "Capolago", + "Carouge", + "Cartigny", + "Caslano", + "Castione", + "Cazis", + "Celerina", + "Celigny", + "Cernier", + "Chalais", + "Cham", + "Chambesy", + "Chamoson", + "Champagne", + "Champex", + "Champsec", + "Chancy", + "Chapelle", + "Chardonne", + "Charmey", + "Charrat-les-Chenes", + "Chatel-Saint-Denis", + "Chatelaine", + "Chavannes", + "Chavannes de Bogis", + "Chavannes-les-Forts", + "Chavornay", + "Cheiry", + "Chene-Bougeries", + "Chene-Bourg", + "Chene-Paquier", + "Cheseaux-sur-Lausanne", + "Chesieres", + "Chexbres", + "Cheyres", + "Chez-le-Bart", + "Chiasso", + "Chippis", + "Chur", + "Claro", + "Coeuve", + "Cointrin", + "Collombey", + "Colombier", + "Concise", + "Confignon", + "Conthey", + "Contone", + "Coppet", + "Corcelles", + "Cordast", + "Corgemont", + "Corminboeuf", + "Cornaux", + "Corsier", + "Cortaillod", + "Cossonay", + "Cottens", + "Courfaivre", + "Courgenay", + "Courrendlin", + "Courroux", + "Court", + "Courtedoux", + "Courtelary", + "Courtemaiche", + "Courtepin", + "Courtetelle", + "Courtion", + "Couvet", + "Crassier", + "Cremines", + "Cressier", + "Crissier", + "Cudrefin", + "Cugnasco", + "Cugy", + "Cully", + "Dachsen", + "Daettlikon", + "Dagmersellen", + "Daillens", + "Dallenwil", + "Daniken", + "Dardagny", + "Dattwil", + "Davos", + "Davos Dorf", + "Davos Platz", + "Degersheim", + "Deitingen", + "Densbueren", + "Derendingen", + "Diegten", + "Dielsdorf", + "Diepoldsau", + "Diessbach", + "Diessenhofen", + "Dietikon", + "Doettingen", + "Domat", + "Dombresson", + "Domdidier", + "Dompierre", + "Dornach", + "Dottikon", + "Dozwil", + "Dubendorf", + "Durnten", + "Durrenasch", + "Ebikon", + "Ebnat-Kappel", + "Ecublens", + "Ecuvillens", + "Effretikon", + "Egerkingen", + "Egg", + "Eggenwil", + "Eggersriet", + "Eggiwil", + "Eglisau", + "Egliswil", + "Egnach", + "Eich", + "Eichberg", + "Eiken", + "Einigen", + "Einsiedeln", + "Elgg", + "Ellikon an der Thur", + "Elsau-Raeterschen", + "Embrach", + "Emmen", + "Emmenbruecke", + "Emmetten", + "Endingen", + "Engelberg", + "Ennenda", + "Enney", + "Entlebuch", + "Epalinges", + "Epautheyres", + "Ependes", + "Erde", + "Erlach", + "Erlen", + "Erlenbach", + "Ermatingen", + "Erschwil", + "Ersigen", + "Erstfeld", + "Eschenbach", + "Eschlikon", + "Escholzmatt", + "Essertines-sur-Rolle", + "Estavayer-le-Lac", + "Ettingen", + "Euthal", + "Evilard", + "Evionnaz", + "Eysins", + "Fahrwangen", + "Fallanden", + "Faoug", + "Fehraltorf", + "Felben", + "Feldbach", + "Feldbrunnen", + "Feldmeilen", + "Felsberg", + "Felsenau", + "Ferden", + "Ferenbalm", + "Feuerthalen", + "Feusisberg", + "Finhaut", + "Fischenthal", + "Fischingen", + "Flaach", + "Flamatt", + "Flawil", + "Fleurier", + "Flims", + "Fluehli", + "Flueli", + "Flums", + "Flurlingen", + "Fontainemelon", + "Forel", + "Founex", + "Fraubrunnen", + "Frauenfeld", + "Freidorf", + "Freienbach", + "Frenkendorf", + "Fribourg", + "Frick", + "Froideville", + "Frutigen", + "Fulenbach", + "Full", + "Fullinsdorf", + "Fully", + "Furstenaubruck", + "Gachlingen", + "Gais", + "Gampel", + "Gampelen", + "Gandria", + "Ganterschwil", + "Gebenstorf", + "Gelfingen", + "Gelterkinden", + "Genestrerio", + "Geneva", + "Gerlafingen", + "Gerlikon", + "Gersau", + "Gerzensee", + "Gettnau", + "Geuensee", + "Gimel", + "Gingins", + "Gipf-Oberfrick", + "Giswil", + "Giubiasco", + "Givrins", + "Gland", + "Glaris", + "Glarus", + "Glattburg", + "Glattfelden", + "Glion", + "Glis", + "Gnosca", + "Goldach", + "Goldau", + "Goldiwil", + "Gommiswald", + "Gonten", + "Gontenschwil", + "Gordevio", + "Gordola", + "Goslikon", + "Gossau", + "Gottlieben", + "Grabs", + "Graenichen", + "Grancy", + "Grandcour", + "Grandson", + "Grandval", + "Grandvillard", + "Granges", + "Granges-pres-Sion", + "Gravesano", + "Greifensee", + "Grellingen", + "Grenchen", + "Greppen", + "Grimentz", + "Grimisuat", + "Grindelwald", + "Grolley", + "Grone", + "Grono", + "Grossandelfingen", + "Grosswangen", + "Grueningen", + "Grund", + "Gryon", + "Gstaad", + "Gumligen", + "Gummenen", + "Gunten", + "Gunzgen", + "Guttingen", + "Gwatt", + "Habkern", + "Habsburg", + "Hagenbuch", + "Hagendorf", + "Hagglingen", + "Hagneck", + "Haldenstein", + "Hasle", + "Hauptwil", + "Hausen", + "Hausen am Albis / Hausen (Dorf)", + "Hauterive", + "Hauteville", + "Heerbrugg", + "Heiden", + "Heimberg", + "Heimiswil", + "Heitenried", + "Hellbuehl", + "Hemmental", + "Henau", + "Hendschiken", + "Henggart", + "Herbetswil", + "Herdern", + "Hergiswil", + "Herisau", + "Hermance", + "Hermetschwil-Staffeln", + "Herrliberg", + "Herzogenbuchsee", + "Hettlingen", + "Hildisrieden", + "Hilterfingen", + "Himmelried", + "Hindelbank", + "Hinterkappelen", + "Hinwil", + "Hirzel-Kirche", + "Hittnau", + "Hitzkirch", + "Hochdorf", + "Hochwald", + "Hoerstetten", + "Hofstetten", + "Holderbank", + "Holstein", + "Hombrechtikon", + "Horgen", + "Horn", + "Hornussen", + "Horw", + "Hundwil", + "Hunenberg", + "Hunibach", + "Huntwangen", + "Hunzenschwil", + "Huttwil", + "Ibach", + "Igis", + "Ilanz", + "Illnau", + "Immensee", + "Ingenbohl", + "Ins", + "Interlaken", + "Inwil", + "Iragna", + "Iseo", + "Iserables", + "Islikon", + "Ittenthal", + "Jegenstorf", + "Jenaz", + "Jona", + "Jonen", + "Jonschwil", + "Jussy", + "Kaiseraugst", + "Kaiserstuhl", + "Kaisten", + "Kallnach", + "Kaltbrunn", + "Kappel", + "Kastanienbaum", + "Kefikon", + "Kehrsatz", + "Kempttal", + "Kernenried", + "Kerns", + "Kerzers", + "Kiesen", + "Kilchberg", + "Killwangen", + "Kirchberg", + "Kirchdorf", + "Kleinlutzel", + "Klingnau", + "Klosters Platz", + "Klosters Serneus", + "Kloten", + "Koblenz", + "Kollbrunn", + "Kolliken", + "Konolfingen", + "Koppigen", + "Kradolf", + "Krauchthal", + "Kreuzlingen", + "Kriegstetten", + "Kriens", + "Kronbuhl", + "Kuesnacht", + "Kulm", + "La Chaux", + "La Chaux-de-Fonds", + "La Chiesaz", + "La Neuveville", + "La Plaine", + "La Roche", + "La Sarraz", + "La Tour-de-Peilz", + "Laax", + "Lachen", + "Lamboing", + "Landquart", + "Langenbruck", + "Langenthal", + "Langnau", + "Langnau am Albis", + "Lauenen", + "Lauerz", + "Laufelfingen", + "Laufen", + "Laufenburg", + "Laupen", + "Lausanne", + "Lausen", + "Le Brassus", + "Le Bry", + "Le Cret", + "Le Grand-Saconnex", + "Le Landeron", + "Le Locle", + "Le Mont-sur-Lausanne", + "Le Noirmont", + "Le Sentier", + "Le Vaud", + "Leibstadt", + "Lengnau", + "Lenk", + "Lenz", + "Lenzburg", + "Lenzerheide", + "Les Acacias", + "Les Breuleux", + "Les Diablerets", + "Les Geneveys-sur-Coffrane", + "Les Genevez", + "Les Hauts-Geneveys", + "Les Pommerats", + "Les Verrieres", + "Leukerbad", + "Leutwil", + "Leysin", + "Lichtensteig", + "Liddes", + "Liebistorf", + "Lienz", + "Liestal", + "Ligerz", + "Lignieres", + "Lindau", + "Littau", + "Locarno", + "Loco", + "Lodrino", + "Lohn", + "Lommis", + "Losone", + "Lostorf", + "Lotzwil", + "Lucens", + "Lucerne", + "Lugano", + "Lungern", + "Lurtigen", + "Lutisburg", + "Lutry", + "Luvis", + "Lyss", + "Lyssach", + "Maerstetten-Dorf", + "Magadino", + "Magden", + "Maggia", + "Maisprach", + "Malleray", + "Malters", + "Mannedorf", + "Manno", + "Marin", + "Maroggia", + "Marsens", + "Martigny-Croix", + "Martigny-Ville", + "Maschwanden", + "Massagno", + "Matt", + "Matzendorf", + "Matzingen", + "Mauensee", + "Maur", + "Meggen", + "Meierskappel", + "Meilen", + "Meinier", + "Meinisberg", + "Meiringen", + "Meisterschwanden", + "Melano", + "Melchnau", + "Melide", + "Mellingen", + "Mels", + "Mendrisio", + "Menziken", + "Menzingen", + "Merenschwand", + "Merishausen", + "Messen", + "Mettendorf", + "Mettlen", + "Mettmenstetten", + "Meyrin", + "Miecourt", + "Minusio", + "Mohlin", + "Mollis", + "Monchaltorf", + "Montagnola", + "Montana", + "Montet", + "Monthey", + "Montreux", + "Moosleerau", + "Morbio Inferiore", + "Morcote", + "Morges", + "Morgins", + "Morigen", + "Moriken", + "Morschach", + "Morschwil", + "Mosnang", + "Motiers", + "Moudon", + "Moutier", + "Muerren", + "Muhen", + "Muhlau", + "Muhleberg", + "Mullheim", + "Mumliswil", + "Mumpf", + "Munchenbuchsee", + "Munchenstein", + "Munchwilen", + "Munsingen", + "Munster", + "Muolen", + "Muotathal", + "Murgenthal", + "Muri", + "Muri bei Bern", + "Murten", + "Muttenz", + "Nafels", + "Nanikon", + "Naters", + "Nax", + "Neftenbach", + "Nesslau", + "Netstal", + "Neu-Rheinau", + "Neuchatel", + "Neuenhof", + "Neuenkirch", + "Neuhausen", + "Neuheim", + "Neukirch", + "Neunkirch", + "Neyruz", + "Nidau", + "Niederbipp", + "Niederbuchsiten", + "Niederburen", + "Niedererlinsbach", + "Niedergosgen", + "Niederhallwil", + "Niederhelfenschwil", + "Niederlenz", + "Niederrohrdorf", + "Niederscherli", + "Niederurnen", + "Niederuzwil", + "Niederweningen", + "Nohl", + "Noreaz", + "Nottwil", + "Novaggio", + "Novazzano", + "Nunningen", + "Nurensdorf", + "Nussbaumen", + "Nyon", + "Ober Urdorf", + "Oberbalm", + "Oberbipp", + "Oberbuchsiten", + "Oberburg", + "Oberdiessbach", + "Oberdorf", + "Oberegg", + "Oberembrach", + "Oberengstringen", + "Oberentfelden", + "Obergerlafingen", + "Oberglatt", + "Obergosgen", + "Oberhelfenschwil", + "Oberhofen", + "Oberhofen bei Etzgen", + "Oberkirch", + "Oberlunkhofen", + "Oberonz", + "Oberrieden", + "Oberriet", + "Obersaxen", + "Oberschlatt", + "Oberstocken", + "Oberuzwil", + "Obervaz", + "Oberwangen", + "Oberweningen", + "Oberwil", + "Obfelden", + "Oensingen", + "Oetwil / Oetwil an der Limmat", + "Oetwil am See", + "Oftringen", + "Olten", + "Onex", + "Onnens", + "Opfikon", + "Orbe", + "Ormalingen", + "Oron-la-ville", + "Orpund", + "Orsonnens", + "Orvin", + "Ossingen", + "Ostermundigen", + "Otelfingen", + "Othmarsingen", + "Ottenbach", + "Ouchy", + "Ovronnaz", + "Palezieux", + "Pampigny", + "Paudex", + "Payerne", + "Perlen", + "Perroy", + "Pery", + "Peseux", + "Pfaeffikon", + "Pfaffnau", + "Pfeffikon", + "Pfeffingen", + "Pfungen", + "Pfyn", + "Pieterlen", + "Plaffeien", + "Plan-les-Ouates", + "Porrentruy", + "Porsel", + "Portalban- Dessous", + "Prangins", + "Pratteln", + "Pregassona", + "Preles", + "Preverenges", + "Prilly", + "Puidoux", + "Pully", + "Pura", + "Quartino", + "Rafz", + "Ramsen", + "Rances", + "Raperswilen", + "Rapperswil", + "Raron", + "Rebstein", + "Rechthalten", + "Reconvilier", + "Regensdorf", + "Rehetobel", + "Reichenburg", + "Reiden", + "Reigoldswil", + "Reinach", + "Rekingen", + "Renens", + "Rhazuns", + "Rheineck", + "Rheinfelden", + "Riaz", + "Richenthal", + "Richigen", + "Richterswil", + "Ricken", + "Rickenbach", + "Riddes", + "Ried", + "Riedholz", + "Rifferswil", + "Riggisberg", + "Rikon / Rikon (Dorfkern)", + "Ringgenberg", + "Riva San Vitale", + "Roche", + "Roemerswil", + "Roggwil", + "Rohr", + "Rohrbach", + "Rolle", + "Romainmotier", + "Romanel", + "Romanshorn", + "Romont", + "Rondchatel", + "Root", + "Rorbas", + "Rorschach", + "Roschenz", + "Rossens", + "Rothenbach", + "Rothenthurm", + "Rothrist", + "Rotkreuz", + "Roveredo", + "Rubigen", + "Rudlingen", + "Rudolfstetten", + "Rue", + "Rueggisberg", + "Rueti", + "Rueyres", + "Rufi", + "Rumlang", + "Rupperswil", + "Ruschlikon", + "Russikon", + "Russin", + "Ruswil", + "Ruthi", + "Saanen", + "Saanenmoser", + "Saas-Fee", + "Saas-Grund", + "Sachseln", + "Safenwil", + "Saignelegier", + "Saint-Aubin", + "Saint-Aubin-Sauges", + "Saint-Blaise", + "Saint-Cergue", + "Saint-Imier", + "Saint-Leonard", + "Saint-Livres", + "Saint-Maurice", + "Saint-Prex", + "Saint-Sulpice", + "Sainte-Croix", + "Salmsach", + "Samstagern", + "Sankt Gallenkappel", + "Sankt Margrethen", + "Sargans", + "Sariswil", + "Sarmenstorf", + "Sarn", + "Sarnen", + "Satigny", + "Sattel", + "Saviese", + "Savigny", + "Savognin", + "Saxon", + "Schachen", + "Schaffhausen", + "Schafisheim", + "Schanis", + "Schattdorf", + "Schenkon", + "Schiers", + "Schindellegi", + "Schinznach Bad", + "Schinznach Dorf", + "Schlatt", + "Schleitheim", + "Schlieren", + "Schmerikon", + "Schmitten", + "Schnottwil", + "Schoetz", + "Schoftland", + "Schonbuhl", + "Schonenberg", + "Schonenbuch", + "Schonenwerd", + "Schongau", + "Schonholzerswilen", + "Schonried", + "Schubelbach", + "Schuepfheim", + "Schupfen", + "Schwarzenberg", + "Schwarzenburg", + "Schwellbrunn", + "Schwyz", + "Scuol", + "Seedorf", + "Seegraben", + "Seelisberg", + "Seengen", + "Seewis im Pratigau", + "Seftigen", + "Seltisberg", + "Selzach", + "Sembrancher", + "Sementina", + "Sempach", + "Semsales", + "Sennwald", + "Seon", + "Sessa", + "Seuzach Dorf", + "Sevelen", + "Sezegnin", + "Siebnen", + "Sierre", + "Siglistorf", + "Sigriswil", + "Sils-Segl Maria", + "Sins", + "Sion", + "Sirnach", + "Siselen", + "Sissach", + "Siviriez", + "Solothurn", + "Sonceboz", + "Sonvico", + "Sonvilier", + "Sorengo", + "Sottens", + "Soyhieres", + "Speicher", + "Spiez", + "Spreitenbach", + "St. Gallen", + "Stabio", + "Stadel", + "Stafa", + "Stallikon", + "Stans", + "Stansstad", + "Staufen", + "Steckborn", + "Steffisburg", + "Steg", + "Stein", + "Stein am Rhein", + "Steinen", + "Steinhausen", + "Stettfurt", + "Stettlen", + "Stoos", + "Strengelbach", + "Subingen", + "Suhr", + "Sulgen", + "Sulz", + "Sumiswald", + "Sursee", + "Tafers", + "Tagerwilen", + "Tamins", + "Tanay", + "Tann", + "Tasch", + "Tauffelen", + "Tavannes", + "Tegerfelden", + "Tenero", + "Termen", + "Territet", + "Tesserete", + "Teufen AR", + "Teufenthal", + "Thalheim", + "Thalwil", + "Thayngen", + "Therwil", + "Thielle", + "Thierachern", + "Thierrens", + "Thonex", + "Thorishaus", + "Thun", + "Thundorf", + "Thusis", + "Toffen", + "Tramelan", + "Trasadingen", + "Travers", + "Treyvaux", + "Triengen", + "Trimbach", + "Trimmis", + "Trogen", + "Troistorrents", + "Trubbach", + "Trubschachen", + "Trun", + "Tschuggen", + "Tuggen", + "Turbenthal", + "Turgi", + "Twann", + "Udligenswil", + "Ueberstorf", + "Uerikon", + "Uerkheim", + "Uetendorf", + "Uetikon", + "Ufhusen", + "Uhwiesen", + "Uitikon", + "Ulrichen", + "Unter-Teufen", + "Unterageri", + "Unterehrendingen", + "Unterengstringen", + "Untererlinsbach", + "Unteriberg", + "Unterkulm", + "Unterlunkhofen", + "Unterseen", + "Untersiggenthal", + "Untervaz", + "Ursenbach", + "Urtenen", + "Uster", + "Utzenstorf", + "Uznach", + "Uzwil", + "Vacallo", + "Vallorbe", + "Vandoeuvres", + "Vauderens", + "Vaulruz", + "Veltheim", + "Verbier", + "Vercorin", + "Vernayaz", + "Vernier", + "Verscio", + "Versoix", + "Vesenaz", + "Vessy", + "Vetroz", + "Vevey", + "Vex", + "Veyrier", + "Veytaux", + "Vicques", + "Viganello", + "Villa", + "Villars", + "Villars-sur-Glane", + "Villars-sur-Ollon", + "Villaz-Saint-Pierre", + "Villeneuve", + "Villeret", + "Villigen", + "Villmergen", + "Villnachern", + "Vilters", + "Vinzel", + "Vionnaz", + "Visp", + "Vitznau", + "Volketswil", + "Vordemwald", + "Vouvry", + "Vuadens", + "Vuiteboeuf", + "Vullierens", + "Wabern", + "Wadenswil", + "Wagenhausen", + "Wahlen", + "Walchwil", + "Wald", + "Waldenburg", + "Waldhaus", + "Waldkirch", + "Waldstatt", + "Walkringen", + "Wallisellen", + "Waltenschwil", + "Walzenhausen", + "Wangen", + "Wangen an der Aare", + "Wangi", + "Wangs", + "Wasen", + "Wattwil", + "Wauwil", + "Weesen", + "Wegenstetten", + "Weggis", + "Weinfelden", + "Weiningen", + "Weissbad", + "Weisslingen", + "Welschenrohr", + "Wengen", + "Werthenstein", + "Wettingen", + "Wetzikon", + "Wichtrach", + "Wiedlisbach", + "Wiesendangen", + "Wigoltingen", + "Wikon", + "Wil", + "Wila", + "Wildegg", + "Wilderswil", + "Wileroltigen", + "Willisau", + "Wimmis", + "Windisch", + "Winkel", + "Winterberg", + "Winterthur", + "Wittenbach", + "Wittnau", + "Wohlen", + "Wolfenschiessen", + "Wolfgang", + "Wolfhalden", + "Wolfwil", + "Wolhusen", + "Wollerau", + "Worb", + "Worben", + "Worblaufen", + "Wuppenau", + "Wurenlingen", + "Wurenlos", + "Wynau", + "Yens", + "Yverdon-les-Bains", + "Yvonand", + "Yvorne", + "Zaziwil", + "Zeglingen", + "Zeihen", + "Zell", + "Zermatt", + "Ziegelbrucke", + "Zihlschlacht", + "Zizers", + "Zofingen", + "Zollbruck", + "Zollikofen", + "Zollikon", + "Zuchwil", + "Zuckenriet", + "Zufikon", + "Zug", + "Zullwil", + "Zumikon", + "Zunzgen", + "Zurich", + "Zuzgen", + "Zuzwil", + "Zwingen" + ], + "Syria": [ + "Al Hasakah", + "Al Ladhiqiyah", + "Al Qunaytirah", + "Ar Raqqah", + "As Suwayda'", + "Dar'a", + "Dayr az Zawr", + "Dimashq", + "Halab", + "Hamah", + "Hims", + "Idlib", + "Rif Dimashq", + "Tartus" + ], + "Taiwan": [ + "Budai", + "Caogang", + "Chang-hua", + "Checheng", + "Chiayi", + "Dahu", + "Douliu", + "Erlin", + "Fanlu", + "Fengshan", + "Gangshan", + "Gaozhongyicun", + "Hemei", + "Hengchun", + "Hsinchu", + "Hualian", + "Jincheng", + "Kao-sung", + "Kaohsiung City", + "Keelung", + "Linkou", + "Lugang", + "Ma-kung", + "Maru", + "Matsu", + "Meilun", + "Miaoli", + "Nanhua", + "Nankan", + "Nantou", + "Neihu", + "Pingtung", + "Pozi", + "Puli", + "Shalun", + "Shetou", + "Shoufeng", + "Shuilin", + "Shuiliu", + "Shuishang", + "Shulin", + "Shuyi", + "Suqin", + "Taichang", + "Taichung", + "Tainan", + "Taipei", + "Taipingding", + "Taitung", + "Taoyuan", + "Toucheng", + "Tuchang", + "Wan-hua", + "Wangtongwen", + "Wanluan", + "Wutai", + "Xinji", + "Xinzhuang", + "Yangmei", + "Yanping", + "Yilan", + "Yuli", + "Yunlin County", + "Zhubei", + "Zhunan", + "Zhuqi" + ], + "Tanzania": [ + "Arusha", + "Bukoba", + "Dar es Salaam", + "Dodoma", + "Morogoro", + "Mwanza", + "Njombe", + "Raha", + "Tanga", + "Zanzibar" + ], + "Thailand": [ + "Amnat Charoen", + "Amphawa", + "Amphoe Aranyaprathet", + "Ang Thong", + "Ayutthaya", + "Ban Ang Thong", + "Ban Bang Phli Nakhon", + "Ban Bang Plong", + "Ban Bueng", + "Ban Don Sak", + "Ban Hua Thale", + "Ban Khlong Ngae", + "Ban Khlong Prasong", + "Ban Khlong Prawet", + "Ban Khlong Takhian", + "Ban Ko Pao", + "Ban Na", + "Ban Nam Hak", + "Ban Pat Mon", + "Ban Phichit", + "Ban Phlam", + "Ban Pong Lang", + "Ban Pratunam Tha Khai", + "Ban Talat Rangsit", + "Ban Tha Duea", + "Ban Tha Pai", + "Ban Tha Ruea", + "Ban Tham", + "Ban Wang Yai", + "Bang Kapi", + "Bang Khae", + "Bang Khun Thian", + "Bang Kruai", + "Bang Lamung", + "Bang Na", + "Bang Phlat", + "Bang Sao Thong", + "Bang Sue", + "Bangkok", + "Buriram", + "Cha-am", + "Chachoengsao", + "Chaiyaphum", + "Chanthaburi", + "Chatuchak", + "Chiang Mai", + "Chiang Muan", + "Chiang Rai", + "Chon Buri", + "Chulabhorn", + "Chumphon", + "Din Daeng", + "Don Mueang", + "Dusit", + "Hat Yai", + "Hua Hin", + "Huai Khwang", + "Ka Bang", + "Kalasin", + "Kamphaeng Phet", + "Kanchanaburi", + "Kathu", + "Khan Na Yao", + "Khlong Luang", + "Khlong San", + "Khlong Toei", + "Khlung", + "Khon Kaen", + "Klaeng", + "Kosum Phisai", + "Krabi", + "Krathum Baen", + "Kumphawapi", + "Lampang", + "Lamphun", + "Lat Krabang", + "Loei", + "Long", + "Lopburi", + "Mae Hong Son", + "Mae Sot", + "Maha Sarakham", + "Makkasan", + "Manorom", + "Min Buri", + "Muak Lek", + "Mueang Nonthaburi", + "Mueang Samut Prakan", + "Mukdahan", + "Nakhon Pathom", + "Nakhon Ratchasima", + "Nakhon Sawan", + "Nakhon Si Thammarat", + "Nan", + "Narathiwat", + "New Sukhothai", + "Non Thai", + "Nong Bua", + "Nong Bua Lamphu", + "Nong Khai", + "Nong Prue", + "Pak Kret", + "Pathum Thani", + "Pathum Wan", + "Pattani", + "Pattaya", + "Phachi", + "Phan", + "Phang Khon", + "Phang Nga", + "Phanna Nikhom", + "Phatthalung", + "Phaya Thai", + "Phayao", + "Phetchabun", + "Phetchaburi", + "Phichit", + "Phitsanulok", + "Photharam", + "Phrae", + "Phuket", + "Prachin Buri", + "Prachuap Khiri Khan", + "Prakanong", + "Ranong", + "Ratchaburi", + "Rawai", + "Rayong", + "Roi Et", + "Sa Kaeo", + "Sakon Nakhon", + "Salaya", + "Sam Khok", + "Sam Sen", + "Samphanthawong", + "Samut Sakhon", + "Samut Songkhram", + "San Sai", + "Sathon", + "Sattahip", + "Satun", + "Sena", + "Si Racha", + "Si Sa Ket", + "Sing Buri", + "Songkhla", + "Suan Luang", + "Sung Noen", + "Suphan Buri", + "Surin", + "Tak", + "Thalang", + "Thanyaburi", + "Thon Buri", + "Trang", + "Trat", + "Ubon Ratchathani", + "Udon Thani", + "Uthai Thani", + "Uttaradit", + "Wang Thonglang", + "Watthana", + "Wiphawadi", + "Yala", + "Yasothon" + ], + "Togo": [ + "Kara", + "Plateaux", + "Savanes", + "Centrale", + "Maritime" + ], + "Tonga": [], + "Trinidad and Tobago": [ + "Arima", + "Arouca", + "Barataria", + "California", + "Carapichaima", + "Carenage", + "Caroni", + "Chaguanas", + "Claxton Bay", + "Couva", + "Cumuto", + "Cunupia", + "Curepe", + "Debe", + "Diego Martin", + "El Dorado", + "Freeport", + "Fyzabad", + "Gasparillo", + "Golden Lane", + "Laventille", + "Lopinot", + "Marabella", + "Maraval", + "Moriah", + "Morvant", + "Penal", + "Petit Valley", + "Phoenix Park", + "Piarco", + "Port of Spain", + "Princes Town", + "Rio Claro", + "Roxborough", + "Saint Augustine", + "Saint Clair", + "Saint James", + "Saint Joseph", + "San Fernando", + "San Juan", + "Sangre Grande", + "Santa Cruz", + "Scarborough", + "Siparia", + "Tunapuna", + "Valsayn", + "Victoria", + "Ward of Tacarigua", + "Woodbrook" + ], + "Tunisia": [ + "Ariana", + "Beja", + "Gafsa", + "Hammamet", + "Le Bardo", + "Manouba", + "Monastir", + "Rades", + "Sfax", + "Sidi Bouzid", + "Sousse", + "Tunis" + ], + "Turkey": [ + "Abdullah", + "Acibadem", + "Ada", + "Adana", + "Adnan Menderes", + "Afyonkarahisar", + "Akhisar", + "Aksaray", + "Alanya", + "Alpaslan", + "Amasra", + "Amasya", + "Andac", + "Ankara", + "Antakya", + "Antalya", + "Ardahan", + "Artvin", + "Atakoy", + "Ataturk", + "Atlas", + "Ayazaga", + "Aydin", + "Aydogan", + "Aydogdu", + "Babaeski", + "Balcova", + "Banaz", + "Bandirma", + "Bartin", + "Basari", + "Baskent", + "Baskil", + "Batman", + "Bayburt", + "Bayrampasa", + "Belek", + "Bergama", + "Besiktas", + "Beykent", + "Beykoz", + "Beysehir", + "Biga", + "Bilecik", + "Bilgi", + "Bingol", + "Birbir", + "Bitam", + "Bitlis", + "Bodrum", + "Bogazici", + "Bolu", + "Bor", + "Bornova", + "Bozuyuk", + "Buca", + "Bucak", + "Bueyuekcekmece", + "Bugdayli", + "Bulut", + "Burdur", + "Burgaz", + "Burhaniye", + "Bursa", + "Calkaya", + "Camliyayla", + "Cekme", + "Celal", + "Cermik", + "Ceyhan", + "Cine", + "Cukurova", + "Dalaman", + "Darica", + "Dayanikli", + "Demetevleri", + "Deniz", + "Denizli", + "Doga", + "Dogankoy", + "Dogu", + "Dogus", + "Dokuz", + "Dortyol", + "Doruklu", + "Dumlupinar", + "Duran", + "Duzce", + "Edebey", + "Edirne", + "Edremit", + "Elbistan", + "Elek", + "Erbaa", + "Ercis", + "Erciyes", + "Erenkoy", + "Erzin", + "Erzincan", + "Erzurum", + "Esenkent", + "Esentepe", + "Esenyurt", + "Eser", + "Eskisehir", + "Etimesgut", + "Fatih", + "Ferizli", + "Fethiye", + "Findikli", + "Gazi", + "Gaziantep", + "Gebze", + "Gediz", + "Gelibolu", + "Gemlik", + "Germencik", + "Geulzuk", + "Giresun", + "Girne", + "Golmarmara", + "Gonen", + "Gunbuldu", + "Guzelyurt", + "Hakkari", + "Halic", + "Harbiye", + "Harran", + "Hendek", + "Hurriyet", + "Ibrahim", + "Ikitelli", + "Iskilip", + "Isparta", + "Istanbul", + "Izmir", + "Kadikoey", + "Kadikoy", + "Kadir", + "Kadirli", + "Kagithane", + "Karabuk", + "Karaca", + "Karakoy", + "Karaman", + "Karamursel", + "Karatekin", + "Kars", + "Kartal", + "Kastamonu", + "Kayseri", + "Kecioeren", + "Kemal", + "Kibriskoy", + "Kilis", + "Kirikkale", + "Kisir", + "Kocakoy", + "Kocatepe", + "Konak", + "Konya", + "Korfez", + "Kozan", + "Kucukcekmece", + "Kumluca", + "Kusadasi", + "Kuzey", + "Magnesia ad Sipylum", + "Mahmutkoy", + "Malatya", + "Maltepe", + "Manavgat", + "Mardin", + "Marmaris", + "Maslak", + "Mehmet Akif Ersoy", + "Meliksah", + "Meric", + "Mersin", + "Merzifon", + "Mezitli", + "Milas", + "Mugla", + "Muradiye", + "Muratpasa", + "Mustafa", + "Mustafa Kemal", + "Mustafakemalpasa", + "Nazilli", + "Niksar", + "Niluefer", + "Nizip", + "Ordu", + "Orhangazi", + "Orta", + "Osmaneli", + "Osmangazi", + "Osmaniye", + "Ostim", + "Pamukkale", + "Patnos", + "Pendik", + "Piri", + "Rize", + "Sabanci", + "Safranbolu", + "Saglik", + "Sahinbey", + "Salihli", + "Samsun", + "Sanayi", + "Sanliurfa", + "Sariyer", + "Seferihisar", + "Sehitkamil", + "Selcuk", + "Serdivan", + "Serik", + "Seydisehir", + "Seyhan", + "Siirt", + "Sile", + "Silifke", + "Siliviri", + "Sinankoy", + "Sincan", + "Sinop", + "Sirnak", + "Sisli", + "Sisman", + "Sivas", + "Soeke", + "Suleyman", + "Sultanpinar", + "Sungurlu", + "Susurluk", + "Taksim", + "Tarsus", + "Tasdelen", + "Tatvan", + "Tesvikiye", + "Tire", + "Tokat Province", + "Toprak", + "Torbali", + "Toros", + "Trabzon", + "Trakya", + "Tunceli", + "Turgut", + "Turgutlu", + "Uchisar", + "UEskuedar", + "Ugur", + "Ulker", + "Uludag", + "Ulus", + "Umraniye", + "Unieh", + "Urgub", + "Urla", + "Uzun Keupru", + "Van", + "Yagcilar", + "Yakakoy", + "Yalova", + "Yaman", + "Yasarkoy", + "Yeditepe", + "Yeni", + "Yenibosna", + "Yildiz", + "Yozgat", + "Yuregir", + "Zekeriya", + "Zeytinburnu", + "Zonguldak" + ], + "Turkmenistan": [ + "Ahal Welayaty (Ashgabat)", + "Balkan Welayaty (Balkanabat)", + "Dashoguz Welayaty", + "Lebap Welayaty (Turkmenabat)", + "Mary Welayaty" + ], + "Uganda": [ + "Adjumani", + "Apac", + "Arua", + "Bugiri", + "Bundibugyo", + "Bushenyi", + "Busia", + "Gulu", + "Hoima", + "Iganga", + "Jinja", + "Kabale", + "Kabarole", + "Kaberamaido", + "Kalangala", + "Kampala", + "Kamuli", + "Kamwenge", + "Kanungu", + "Kapchorwa", + "Kasese", + "Katakwi", + "Kayunga", + "Kibale", + "Kiboga", + "Kisoro", + "Kitgum", + "Kotido", + "Kumi", + "Kyenjojo", + "Lira", + "Luwero", + "Masaka", + "Masindi", + "Mayuge", + "Mbale", + "Mbarara", + "Moroto", + "Moyo", + "Mpigi", + "Mubende", + "Mukono", + "Nakapiripirit", + "Nakasongola", + "Nebbi", + "Ntungamo", + "Pader", + "Pallisa", + "Rakai", + "Rukungiri", + "Sembabule", + "Sironko", + "Soroti", + "Tororo", + "Wakiso", + "Yumbe" + ], + "Ukraine": [ + "Aleksandriya", + "Aleksandrovka", + "Alekseyevo-Druzhkovka", + "Alupka", + "Alushta", + "Babin", + "Barashivka", + "Baryshivka", + "Belaya", + "Berdychiv", + "Berehove", + "Bila Hora", + "Bila Tserkva", + "Bolekhiv", + "Borodyanka", + "Bortnychi", + "Boryslav", + "Boryspil", + "Boryspil Raion", + "Boyarka", + "Bozhenka", + "Brody", + "Brovary", + "Bryanka", + "Bucha", + "Buchach", + "Bukova", + "Bushtyno", + "Cherkasy", + "Chernev", + "Chernihiv", + "Chernivtsi", + "Chervona Hirka", + "Chervonohrad", + "Chop", + "Darakhov", + "Davydov", + "Desna", + "Dimitrov", + "Dmitrovichi", + "Dnipropetrovsk", + "Donetsk", + "Drohobych", + "Druzhkovka", + "Dubno", + "Dzhankoy", + "Energodar", + "Fastiv", + "Feodosiya", + "Fontanka", + "Frunze", + "German", + "Goncharov", + "Gorlovka", + "Grebenyuk", + "Haysyn", + "Hlukhiv", + "Horlivka", + "Horodenka", + "Hoshiv", + "Illintsi", + "Irpin", + "Ivankov", + "Ivanov", + "Izmail", + "Kakhovka", + "Kalush", + "Kalynivka", + "Kaniv", + "Kerch", + "Kharkiv", + "Kherson", + "Khust", + "Khyzha", + "Kiev", + "Kirovohrad", + "Kirovsk", + "Knyazhychi", + "Kolomyia", + "Komsomolsk", + "Konotop", + "Korosten", + "Korostyshiv", + "Kovel", + "Kozyatyn", + "Kramatorsk", + "Krasnodon", + "Krasnohrad", + "Kremenchuk", + "Kremenets", + "Kreminna", + "Kryvyy Rih", + "Kuna", + "Kurakhovo", + "Kurylivka", + "Kuznetsovsk", + "Kvasyliv", + "Kyseliv", + "Kyyiv", + "Lanovka", + "Lenina", + "Letychiv", + "Lisichansk", + "Lityn", + "Lohvynove", + "Lubny", + "Lugansk", + "Luganskoye", + "Luhansk", + "Lutsk", + "Lutugino", + "Lviv", + "Makariv", + "Makiyivka", + "Maksim", + "Mala Tokmachka", + "Malyn", + "Mariupol", + "Markova", + "Mega", + "Melitopol", + "Merefa", + "Monastyryshche", + "Mukacheve", + "Mykolayiv", + "Mylove", + "Nadezhda", + "Netishyn", + "Nizhyn", + "Nosivka", + "Novi Sanzhary", + "Novomoskovsk", + "Novyy Buh", + "Obukhov", + "Odesa", + "Oleh", + "Oreanda", + "Osnova", + "Osypenko", + "Pavlograd", + "Pavlohrad", + "Petranka", + "Petrenky", + "Pobeda", + "Podol", + "Poltava", + "Poplavy", + "Pyrohiv", + "Rayhorodka", + "Rivne", + "Rodinskoye", + "Romaniv", + "Romny", + "Rovenki", + "Rubizhne", + "Saky", + "Selidovo", + "Semen", + "Sencha", + "Serhiyi", + "Sevastopol", + "Shepetivka", + "Shevchenka", + "Shevchenko", + "Shostka", + "Shpola", + "Simferopol", + "Slavuta", + "Sloviansk", + "Slynkivshchyna", + "Smila", + "Sokol", + "Sokoliv", + "Soroka", + "Soroki", + "Sorotskoye", + "Spas", + "Stakhanov", + "Stanislav", + "Stat", + "Stryi", + "Sudak", + "Sumy", + "Svalyava", + "Svessa", + "Teplodar", + "Teremky", + "Ternopil", + "Ternovka", + "Tkachenka", + "Tokmak", + "Toporov", + "Torez", + "Trypillia", + "Tsvetkov", + "Tsyurupinsk", + "Turka", + "Tyachiv", + "Ugledar", + "Ukrayinka", + "Uzhhorod", + "Vasylkiv", + "Vinnytsya", + "Volkov", + "Volnovakha", + "Voronovo", + "Vorovskiy", + "Voznesenka", + "Vyshhorod", + "Vyshneve", + "Yalta", + "Yasinovataya", + "Yenakiyeve", + "Zabolotiv", + "Zaporizhia", + "Zaporozhe", + "Zastava", + "Zavod", + "Zdolbuniv", + "Zhashkiv", + "Zhdanovka", + "Zhmerynka", + "Zhytomyr", + "Zlazne", + "Zmiyiv", + "Zolochiv", + "Zolotonosha" + ], + "United Arab Emirates": [ + "Abu Dhabi", + "Al Ain", + "Al Khan", + "Ar Ruways", + "As Satwah", + "Dayrah", + "Dubai", + "Fujairah", + "Ras al-Khaimah", + "Sharjah" + ], + "United Kingdom": [ + "Abberton", + "Abbots Langley", + "Aberaeron", + "Aberchirder", + "Abercynon", + "Aberdare", + "Aberdeen", + "Aberfeldy", + "Aberford", + "Aberfoyle", + "Abergavenny", + "Abergele", + "Abergwynfi", + "Abergynolwyn", + "Aberkenfig", + "Aberlour", + "Abersychan", + "Abertillery", + "Aberystwyth", + "Abingdon", + "Aboyne", + "Accrington", + "Acton", + "Addington", + "Addlestone", + "Adlingfleet", + "Aghalee", + "Aintree", + "Airdrie", + "Akeley", + "Albrighton", + "Alcester", + "Aldeburgh", + "Alderholt", + "Alderley Edge", + "Aldermaston", + "Aldershot", + "Aldridge", + "Alexandria", + "Alfold", + "Alford", + "Alfreton", + "Alloa", + "Alness", + "Alnwick", + "Alresford", + "Alrewas", + "Alsager", + "Alston", + "Altham", + "Alton", + "Altrincham", + "Alva", + "Alvechurch", + "Alveston", + "Ambleside", + "Amersham", + "Amesbury", + "Amlwch", + "Ammanford", + "Ampthill", + "Andover", + "Angmering", + "Anlaby", + "Annalong", + "Annan", + "Annesley", + "Anniesland", + "Anstey", + "Anstruther", + "Antrim", + "Appleby", + "Appleford", + "Appleton", + "Appley Bridge", + "Arbroath", + "Ardingly", + "Ardmillan", + "Ardrossan", + "Arlesey", + "Arley", + "Armadale", + "Armagh", + "Armitage", + "Arnold", + "Arrochar", + "Arthog", + "Arundel", + "Ascot", + "Ash", + "Ash Vale", + "Ashbourne", + "Ashburton", + "Ashby de la Launde", + "Ashby de la Zouch", + "Ashdon", + "Ashen", + "Ashfield", + "Ashford", + "Ashington", + "Ashley", + "Ashmore", + "Ashtead", + "Ashton in Makerfield", + "Ashton-under-Lyne", + "Ashwell", + "Askam in Furness", + "Askern", + "Askham", + "Astley", + "Aston", + "Aston Clinton", + "Atherstone", + "Atherton", + "Attleborough", + "Atworth", + "Auchinleck", + "Auchterarder", + "Auchtermuchty", + "Augher", + "Aughnacloy", + "Aultbea", + "Aveley", + "Aviemore", + "Avoch", + "Avonmouth", + "Axbridge", + "Axminster", + "Aycliffe", + "Aylesbury", + "Aylesford", + "Aylsham", + "Ayr", + "Babraham", + "Back", + "Bacton", + "Bacup", + "Bagillt", + "Bagshot", + "Baildon", + "Bainton", + "Bakewell", + "Bala", + "Baldock", + "Balerno", + "Balham", + "Ball", + "Ballingry", + "Balloch", + "Ballybogy", + "Ballycastle", + "Ballyclare", + "Ballymena", + "Ballymoney", + "Ballynahinch", + "Bampton", + "Banbridge", + "Banbury", + "Banchory", + "Banff", + "Bangor", + "Bangor-is-y-coed", + "Banham", + "Banstead", + "Barbaraville", + "Bargoed", + "Barking", + "Barkway", + "Barley", + "Barmouth", + "Barmston", + "Barnard Castle", + "Barnes", + "Barnet", + "Barnham", + "Barnoldswick", + "Barnsley", + "Barnstaple", + "Barnwell", + "Barrow", + "Barrow in Furness", + "Barrow upon Humber", + "Barrow upon Soar", + "Barrowford", + "Barry", + "Barton in Fabis", + "Barton on Sea", + "Barton under Needwood", + "Barton upon Humber", + "Barton-le-Clay", + "Barwell", + "Basildon", + "Basingstoke", + "Baslow", + "Bath", + "Bathgate", + "Batley", + "Battle", + "Bawtry", + "Bayble", + "Bayford", + "Beach", + "Beaconsfield", + "Beal", + "Bealings", + "Beaminster", + "Beaufort", + "Beaulieu", + "Beauly", + "Beaumaris", + "Beaumont", + "Beaworthy", + "Bebington", + "Beccles", + "Beckenham", + "Beckingham", + "Beckley", + "Beckton", + "Bedale", + "Bedford", + "Bedlington", + "Bedminster", + "Bedworth", + "Beer", + "Beeston", + "Beith", + "Bekesbourne", + "Belbroughton", + "Belcoo", + "Belfast", + "Belleek", + "Bellshill", + "Belmont", + "Belper", + "Belvedere", + "Bembridge", + "Ben Rhydding", + "Benburb", + "Benenden", + "Benllech", + "Benson", + "Bentley", + "Berkeley", + "Berkhamstead", + "Bermondsey", + "Berwick", + "Berwick-Upon-Tweed", + "Besthorpe", + "Betchworth", + "Bettws", + "Betws", + "Beverley", + "Bewdley", + "Bexhill", + "Bexleyheath", + "Bicester", + "Bickenhill", + "Bickleigh", + "Biddenden", + "Biddenham", + "Biddulph", + "Bideford", + "Bidford-on-Avon", + "Bidston", + "Bierton", + "Biggar", + "Biggin Hill", + "Biggleswade", + "Bignor", + "Bildeston", + "Billericay", + "Billesley", + "Billingham", + "Billingshurst", + "Bilsthorpe", + "Bilston", + "Binfield", + "Bingham", + "Bingley", + "Binsted", + "Birchanger", + "Birchington", + "Birdbrook", + "Birkenhead", + "Birmingham", + "Birnam", + "Birstall", + "Birtley", + "Bishop Auckland", + "Bishop Burton", + "Bishopbriggs", + "Bishops Cleeve", + "Bishops Waltham", + "Bishopstoke", + "Bishopstrow", + "Bishopton", + "Bisley", + "Blackburn", + "Blackford", + "Blackheath", + "Blackpool", + "Blackwater", + "Blackwood", + "Blaenau-Ffestiniog", + "Blaenavon", + "Blaenwaun", + "Blaina", + "Blairgowrie", + "Blakeney", + "Blandford Forum", + "Blaydon", + "Bledlow", + "Bletchingley", + "Bletchley", + "Blewbury", + "Blidworth", + "Bloomsbury", + "Bloxwich", + "Blunham", + "Bluntisham", + "Blyth", + "Bodelwyddan", + "Bodmin", + "Bognor Regis", + "Boldon Colliery", + "Bollington", + "Bolney", + "Bolsover", + "Bolton", + "Bonar Bridge", + "Bonnybridge", + "Bonnyrigg", + "Bookham", + "Bootle", + "Bordesley", + "Boreham", + "Borehamwood", + "Borough Green", + "Boroughbridge", + "Bosbury", + "Boscastle", + "Boston", + "Boston Spa", + "Botesdale", + "Bothwell", + "Botley", + "Bottesford", + "Bourne", + "Bourne End", + "Bournemouth", + "Bournville", + "Bourton on the Water", + "Bovey Tracey", + "Bow", + "Bowdon", + "Bowes", + "Bowness-on-Windermere", + "Box", + "Boxley", + "Bozeat", + "Brackley", + "Bracknell", + "Bradfield St George", + "Bradford", + "Bradford-on-Avon", + "Bradwell on Sea", + "Braintree", + "Bramford", + "Bramhall", + "Bramley", + "Brampton", + "Brandesburton", + "Brandon", + "Bransford", + "Bransgore", + "Brasted", + "Braunstone", + "Braunton", + "Brayton", + "Brechin", + "Brecon", + "Bredbury", + "Brede", + "Brenchley", + "Brentford", + "Brentwood", + "Brewood", + "Bridge", + "Bridgemary", + "Bridgend", + "Bridgham", + "Bridgnorth", + "Bridgwater", + "Bridlington", + "Bridport", + "Brierfield", + "Brierley Hill", + "Brigg", + "Brighouse", + "Brightlingsea", + "Brighton", + "Brigstock", + "Brimpton", + "Brimscombe", + "Bristol", + "Briton Ferry", + "Brixham", + "Brixton Hill", + "Brixworth", + "Broad Blunsdon", + "Broadstairs", + "Broadstone", + "Broadwas", + "Broadway", + "Brockenhurst", + "Brockley Green", + "Brockworth", + "Bromborough", + "Bromham", + "Brompton", + "Bromsgrove", + "Bromyard", + "Brook", + "Brooke", + "Brookland", + "Broom", + "Broseley", + "Brough", + "Broughton", + "Broughty Ferry", + "Brownhills", + "Broxbourne", + "Broxburn", + "Bruton", + "Buckden", + "Buckfastleigh", + "Buckhurst Hill", + "Buckie", + "Buckingham", + "Buckland", + "Buckley", + "Bucknell", + "Bude", + "Budleigh Salterton", + "Bugbrooke", + "Builth Wells", + "Bulford", + "Bulkington", + "Bulwell", + "Bungay", + "Buntingford", + "Burbage", + "Burford", + "Burgess Hill", + "Burgh le Marsh", + "Burghclere", + "Burley", + "Burnham", + "Burnham on Crouch", + "Burnham-on-Sea", + "Burnley", + "Burnopfield", + "Burntisland", + "Burntwood", + "Burry Port", + "Burscough", + "Burslem", + "Burstwick", + "Burton", + "Burton Pidsea", + "Burton-on-Trent", + "Burwash", + "Burwell", + "Bury", + "Bury St Edmunds", + "Burythorpe", + "Bushey", + "Butterton", + "Buxted", + "Buxton", + "Byfield", + "Byfleet", + "Cadbury", + "Caddington", + "Caernarfon", + "Caerphilly", + "Caersws", + "Caister-on-Sea", + "Caistor", + "Caldicot", + "Callander", + "Callington", + "Calne", + "Calstock", + "Calverton", + "Cam", + "Camberley", + "Camberwell", + "Camborne", + "Cambridge", + "Cambuslang", + "Cambusnethan", + "Camelford", + "Campbeltown", + "Canewdon", + "Cannock", + "Canterbury", + "Capel", + "Capenhurst", + "Carbrooke", + "Cardiff", + "Cardigan", + "Cardonald", + "Cardross", + "Carlisle", + "Carlton", + "Carlton le Moorland", + "Carluke", + "Carmarthen", + "Carnforth", + "Carnmoney", + "Carnoustie", + "Carrbridge", + "Carrickfergus", + "Carrowdore", + "Carshalton", + "Carterton", + "Castle Cary", + "Castle Donington", + "Castle Douglas", + "Castlederg", + "Castleford", + "Castlereagh", + "Castleton", + "Castlewellan", + "Caston", + "Caterham", + "Catford", + "Catherington", + "Catterick", + "Caversham", + "Cawston", + "Caxton", + "Caythorpe", + "Chacombe", + "Chaddesden", + "Chadwell", + "Chalfont Saint Peter", + "Chalgrove", + "Chandlers Ford", + "Chapel en le Frith", + "Chapeltown", + "Chard", + "Charfield", + "Charing Cross", + "Charlestown", + "Charlton on Otmoor", + "Charlwood", + "Charmouth", + "Chartham", + "Chasetown", + "Chatham", + "Chatteris", + "Cheadle", + "Cheadle Hulme", + "Cheam", + "Checkley", + "Cheddar", + "Chellaston", + "Chelmsford", + "Chelsfield", + "Cheltenham", + "Chepstow", + "Chertsey", + "Chesham", + "Cheshunt", + "Chessington", + "Chester", + "Chester-le-Street", + "Chesterfield", + "Chestfield", + "Chichester", + "Chigwell", + "Chilbolton", + "Chilcompton", + "Childwall", + "Chilton", + "Chilton Trinity", + "Chilwell", + "Chingford", + "Chinley", + "Chinnor", + "Chippenham", + "Chipping Campden", + "Chipping Norton", + "Chipping Ongar", + "Chipping Sodbury", + "Chipstead", + "Chislehurst", + "Chiswick", + "Choppington", + "Chorley", + "Christchurch", + "Christleton", + "Chryston", + "Chulmleigh", + "Church", + "Church Gresley", + "Church Leigh", + "Church Stretton", + "Churchill", + "Cinderford", + "Cirencester", + "City of London", + "City of Westminster", + "Clackmannan", + "Clacton-on-Sea", + "Clapham", + "Clarbeston Road", + "Clare", + "Claverdon", + "Clavering", + "Claygate", + "Clayton West", + "Cleator", + "Cleator Moor", + "Cleckheaton", + "Clevedon", + "Cleveleys", + "Cliffe", + "Clifton", + "Clifton Hampden", + "Clipstone", + "Clitheroe", + "Clovenfords", + "Clun", + "Clunderwen", + "Clutton", + "Clydach", + "Clydebank", + "Coalbrookdale", + "Coalisland", + "Coalville", + "Coatbridge", + "Cobham", + "Cockerham", + "Cockermouth", + "Codsall", + "Coed-Talon", + "Cogenhoe", + "Coggeshall", + "Colchester", + "Coleford", + "Coleraine", + "Colnbrook", + "Colne", + "Colwyn Bay", + "Colyford", + "Colyton", + "Comber", + "Compton", + "Compton Dundon", + "Comrie", + "Congleton", + "Conisbrough", + "Connahs Quay", + "Conon Bridge", + "Consett", + "Conway", + "Cookham", + "Cooksbridge", + "Cookstown", + "Coppenhall", + "Coppull", + "Corbridge", + "Corby", + "Corfe Castle", + "Corfe Mullen", + "Corpach", + "Corringham", + "Corsham", + "Corwen", + "Coseley", + "Cosham", + "Cotgrave", + "Cottenham", + "Cottered", + "Cottingham", + "Coulsdon", + "Countess Wear", + "Coupar Angus", + "Covent Garden", + "Coventry", + "Cowbridge", + "Cowden", + "Cowdenbeath", + "Cowley", + "Cradley", + "Craigavon", + "Cramlington", + "Cranbrook", + "Cranfield", + "Cranford", + "Cranleigh", + "Crathorne", + "Craven Arms", + "Crawley", + "Crayford", + "Crediton", + "Crewe", + "Crewkerne", + "Criccieth", + "Crick", + "Crickhowell", + "Cricklade", + "Cricklewood", + "Crieff", + "Crofton", + "Cromer", + "Cromwell", + "Crook", + "Crookham", + "Crosby", + "Cross", + "Cross in Hand", + "Cross Keys", + "Crossgar", + "Crossgates", + "Crosshouse", + "Croston", + "Croughton", + "Crowborough", + "Crowland", + "Crowthorne", + "Croxley Green", + "Croydon", + "Crumlin", + "Crymych", + "Cublington", + "Cuckfield", + "Cuffley", + "Cullen", + "Cullompton", + "Cumbernauld", + "Cumnock", + "Cupar", + "Curdridge", + "Currie", + "Cwmbran", + "Cynwyd", + "Dagenham", + "Dalbeattie", + "Dalkeith", + "Dalry", + "Dalton in Furness", + "Daresbury", + "Darfield", + "Darlaston", + "Darlington", + "Dartford", + "Dartmouth", + "Darvel", + "Darwen", + "Datchet", + "Daventry", + "Dawley", + "Dawlish", + "Deal", + "Dean", + "Deighton", + "Denbigh", + "Denby", + "Denham", + "Denny", + "Denton", + "Deptford", + "Derby", + "Dereham", + "Derwen", + "Desborough", + "Devizes", + "Dewsbury", + "Didcot", + "Diddington", + "Dinas Powys", + "Dingestow", + "Dingwall", + "Dinnington", + "Diss", + "Doagh", + "Dolgelly", + "Dollar", + "Dollis Hill", + "Dolwyddelan", + "Donaghadee", + "Doncaster", + "Donnington", + "Dorchester", + "Dorking", + "Dorney", + "Dornoch", + "Dorridge", + "Douglas", + "Doune", + "Dover", + "Dovercourt", + "Downend", + "Downham Market", + "Downpatrick", + "Draperstown", + "Draycott", + "Draycott in the Moors", + "Drayton", + "Drayton Bassett", + "Drayton Saint Leonard", + "Driffield", + "Drighlington", + "Droitwich", + "Dromara", + "Dromore", + "Dronfield", + "Droxford", + "Droylsden", + "Drumahoe", + "Drumchapel", + "Drybrook", + "Drymen", + "Duddington", + "Dudley", + "Duffield", + "Duffus", + "Dukinfield", + "Dulverton", + "Dulwich", + "Dumbarton", + "Dumbleton", + "Dumfries", + "Dunbar", + "Dunblane", + "Dunchurch", + "Dundee", + "Dundonald", + "Dunfermline", + "Dungannon", + "Dungiven", + "Dunkeld", + "Dunkeswell", + "Dunmurry", + "Dunning", + "Dunoon", + "Duns", + "Dunstable", + "Durham", + "Durrington", + "Dursley", + "Duxford", + "Dyce", + "Dymock", + "Dyserth", + "Eagle", + "Eaglesfield", + "Eaglesham", + "Earley", + "Earlham", + "Earls Colne", + "Earls Court", + "Earlston", + "Earnley", + "Easington", + "Easingwold", + "East Barnet", + "East Bergholt", + "East Boldon", + "East Budleigh", + "East Challow", + "East Cowes", + "East Down", + "East Dulwich", + "East Grinstead", + "East Hagbourne", + "East Ham", + "East Hanningfield", + "East Harling", + "East Hoathly", + "East Horsley", + "East Keal", + "East Kilbride", + "East Leake", + "East Linton", + "East Malling", + "East Molesey", + "East Peckham", + "East Preston", + "East Retford", + "East Stour", + "East Tilbury", + "Eastbourne", + "Eastchurch", + "Eastcote", + "Eastham", + "Eastington", + "Eastleigh", + "Easton", + "Eastwood", + "Ebbw Vale", + "Eccles", + "Eccleshall", + "Edenbridge", + "Edenfield", + "Edgbaston", + "Edgefield", + "Edgware", + "Edinburgh", + "Edmonton", + "Edwalton", + "Edwinstowe", + "Effingham", + "Egerton", + "Egham", + "Egremont", + "Egton", + "Elderslie", + "Elgin", + "Elland", + "Ellesmere", + "Ellesmere Port", + "Ellington", + "Ellon", + "Elloughton", + "Elmley Lovett", + "Elstead", + "Elstree", + "Elsworth", + "Eltham", + "Ely", + "Empingham", + "Emsworth", + "Enfield", + "Englefield Green", + "Enniskillen", + "Enstone", + "Epping", + "Epping Green", + "Epsom", + "Erdington", + "Erith", + "Esher", + "Essendon", + "Etchingham", + "Eton", + "Eversholt", + "Evesham", + "Ewelme", + "Ewhurst", + "Exeter", + "Exminster", + "Exmouth", + "Eye", + "Eyemouth", + "Eynsham", + "Failsworth", + "Fairford", + "Fairlight", + "Fakenham", + "Falkirk", + "Falkland", + "Falmouth", + "Fangfoss", + "Fareham", + "Faringdon", + "Farmborough", + "Farnborough", + "Farndon", + "Farnham", + "Farnham Royal", + "Farningham", + "Farnworth", + "Fauldhouse", + "Faulkland", + "Faversham", + "Felbridge", + "Felixstowe", + "Felsted", + "Feltham", + "Ferndale", + "Ferryhill", + "Ferryside", + "Filey", + "Fillongley", + "Finchampstead", + "Finchley", + "Finedon", + "Fintry", + "Fishburn", + "Fishguard", + "Fitzwilliam", + "Fivemiletown", + "Fladbury", + "Fleet", + "Fleetwood", + "Flint", + "Flitwick", + "Flordon", + "Fochabers", + "Folkestone", + "Ford", + "Fordingbridge", + "Forest Row", + "Forfar", + "Formby", + "Forres", + "Fort William", + "Four Marks", + "Fowey", + "Fownhope", + "Framlingham", + "Frant", + "Fraserburgh", + "Freckleton", + "Frensham", + "Freshwater", + "Fressingfield", + "Friern Barnet", + "Frimley", + "Fringford", + "Frinton-on-Sea", + "Friskney", + "Frithville", + "Frizington", + "Frodsham", + "Froggatt", + "Frome", + "Fulham", + "Fulmer", + "Gaerwen", + "Gainsborough", + "Galashiels", + "Galston", + "Gamlingay", + "Gargrave", + "Gargunnock", + "Garrison", + "Garstang", + "Garston", + "Garth", + "Gateshead", + "Gatwick", + "Gaydon", + "Gayton Thorpe", + "Gelligaer", + "Gifford", + "Giggleswick", + "Gillingham", + "Gipping", + "Girton", + "Girvan", + "Glasdrumman", + "Glasgow", + "Glastonbury", + "Glenboig", + "Glenrothes", + "Glenshee", + "Glentham", + "Glossop", + "Gloucester", + "Gnosall", + "Godalming", + "Godmanchester", + "Godmersham", + "Godstone", + "Golborne", + "Gomersal", + "Goodmayes", + "Goodwick", + "Goole", + "Goostrey", + "Gordon", + "Gorebridge", + "Goring", + "Gorleston-on-Sea", + "Gorseinon", + "Gorslas", + "Gorton", + "Gosberton", + "Gosfield", + "Gosforth", + "Gosport", + "Goudhurst", + "Gourock", + "Granby", + "Grange", + "Grangemouth", + "Grantham", + "Grantown on Spey", + "Grasmere", + "Grateley", + "Graveley", + "Gravesend", + "Grays", + "Great Amwell", + "Great Baddow", + "Great Barton", + "Great Billing", + "Great Chesterford", + "Great Dunmow", + "Great Fransham", + "Great Gidding", + "Great Glemham", + "Great Gransden", + "Great Milton", + "Great Missenden", + "Great Ryburgh", + "Great Staughton", + "Great Torrington", + "Great Waldingfield", + "Great Yarmouth", + "Greenfield", + "Greenford", + "Greenhead", + "Greenhithe", + "Greenisland", + "Greenock", + "Greensted", + "Greenwich", + "Grendon", + "Grendon Underwood", + "Gresford", + "Gretna", + "Gretna Green", + "Gretton", + "Grimsargh", + "Grimsby", + "Groombridge", + "Grove", + "Guildford", + "Guisborough", + "Guiseley", + "Gullane", + "Gunnislake", + "Guthrie", + "Hackbridge", + "Hackney", + "Haddenham", + "Haddington", + "Hadleigh", + "Hadlow", + "Hadlow Down", + "Hagley", + "Hailsham", + "Halesowen", + "Halesworth", + "Halewood", + "Halifax", + "Halstead", + "Halton", + "Haltwhistle", + "Halwell", + "Hamble", + "Hambleden", + "Hambleton", + "Hamilton", + "Hammersmith", + "Hampton", + "Hampton Lucy", + "Handcross", + "Handforth", + "Handsworth", + "Hanley", + "Hanwell", + "Hanworth", + "Hapton", + "Harby", + "Hardham", + "Harefield", + "Harlaxton", + "Harlech", + "Harlesden", + "Harleston", + "Harlow", + "Harold Wood", + "Harpenden", + "Harrogate", + "Harrold", + "Harrow", + "Harrow on the Hill", + "Harrow Weald", + "Hartfield", + "Hartford", + "Hartlepool", + "Hartley", + "Hartpury", + "Hartwell", + "Harwell", + "Harwich", + "Harworth", + "Haslemere", + "Haslingden", + "Hassocks", + "Hastings", + "Hatch", + "Hatfield", + "Hatherleigh", + "Hathersage", + "Hatton", + "Havant", + "Haverfordwest", + "Haverhill", + "Havering atte Bower", + "Hawarden", + "Hawes", + "Hawick", + "Hawkhurst", + "Hawkwell", + "Hawley", + "Haydock", + "Haydon Bridge", + "Hayes", + "Hayle", + "Haywards Heath", + "Hazel Grove", + "Hazelwood", + "Headcorn", + "Headington", + "Headley", + "Heanor", + "Heath", + "Heathfield", + "Heathrow", + "Hebburn", + "Hebden Bridge", + "Heckington", + "Heckmondwike", + "Hedgerley", + "Hednesford", + "Hedon", + "Helens Bay", + "Helensburgh", + "Hellesdon", + "Helmsley", + "Helston", + "Hemel Hempstead", + "Hemingstone", + "Hemswell", + "Hemsworth", + "Hendon", + "Henfield", + "Hengoed", + "Henham", + "Henley", + "Henley-on-Thames", + "Henlow", + "Hennock", + "Henstridge", + "Hereford", + "Heriot", + "Hermitage", + "Herne Bay", + "Herriard", + "Hersham", + "Herstmonceux", + "Hertford", + "Hessle", + "Heston", + "Heswall", + "Hever", + "Hexham", + "Heybridge", + "Heysham", + "Heythrop", + "Heywood", + "High Bentham", + "High Blantyre", + "High Halden", + "High Legh", + "High Peak", + "High Peak Junction", + "High Wycombe", + "Higham Ferrers", + "Higham on the Hill", + "Highbridge", + "Highbury", + "Highcliffe", + "Higher Bebington", + "Hightown", + "Highway", + "Highworth", + "Hilborough", + "Hilderstone", + "Hill", + "Hillingdon", + "Hillsborough", + "Hillside", + "Hilton", + "Hinckley", + "Hindhead", + "Hindley", + "Hindon", + "Hingham", + "Hinton St George", + "Histon", + "Hitcham", + "Hitchin", + "Hockley", + "Hoddesdon", + "Holbeach", + "Holborn", + "Holmes Chapel", + "Holmewood", + "Holmfirth", + "Holsworthy", + "Holt", + "Holyhead", + "Holywell", + "Holywood", + "Honingham", + "Honiton", + "Hook", + "Hooke", + "Hopwood", + "Horam", + "Horbling", + "Horbury", + "Horley", + "Horncastle", + "Hornchurch", + "Horndean", + "Horndon on the Hill", + "Hornsea", + "Hornsey", + "Horrabridge", + "Horsham", + "Horsmonden", + "Horsted Keynes", + "Horton Kirby", + "Horwich", + "Hotham", + "Houghton on the Hill", + "Houghton Regis", + "Houghton-le-Spring", + "Houston", + "Hove", + "Howden", + "Hoylake", + "Hucknall Torkard", + "Hucknall under Huthwaite", + "Huddersfield", + "Huish", + "Hull", + "Humberston", + "Humbie", + "Hungerford", + "Hunstanton", + "Huntingdon", + "Huntly", + "Huntspill", + "Hursley", + "Hurstbourne Tarrant", + "Hurstpierpoint", + "Hurworth", + "Huyton", + "Hyde", + "Hythe", + "Ibstock", + "Ickenham", + "Ifield", + "Ilchester", + "Ilford", + "Ilfracombe", + "Ilkeston", + "Ilkley", + "Ilminster", + "Immingham", + "Inchinnan", + "Ingatestone", + "Innerleithen", + "Insch", + "Inveraray", + "Invergordon", + "Inverkeilor", + "Inverkeithing", + "Inverkip", + "Inverness", + "Inverness-shire", + "Inverurie", + "Ipswich", + "Irlam", + "Irthlingborough", + "Irvine", + "Isham", + "Isleham", + "Isleworth", + "Islington", + "Islip", + "Itchen", + "Itchen Abbas", + "Iver", + "Ivybridge", + "Iwerne Courtney", + "Jarrow", + "Jedburgh", + "Johnstone", + "Jordanstown", + "Juniper Green", + "Kedington", + "Keele", + "Keighley", + "Keith", + "Kelbrook", + "Kelly", + "Kelmarsh", + "Kelsall", + "Kelso", + "Kelty", + "Kelvedon", + "Kempston", + "Kendal", + "Kenilworth", + "Kenley", + "Kennington", + "Kennoway", + "Kensington", + "Kent", + "Keresley", + "Keston", + "Keswick", + "Ketley", + "Kettering", + "Keynsham", + "Kibworth Harcourt", + "Kidderminster", + "Kidlington", + "Kidsgrove", + "Kidwelly", + "Kilbarchan", + "Kilbirnie", + "Kilbride", + "Kilkeel", + "Killamarsh", + "Killin", + "Kilmacolm", + "Kilmarnock", + "Kilsyth", + "Kilwinning", + "Kimberley", + "Kimbolton", + "Kingham", + "Kinghorn", + "Kinglassie", + "Kings Langley", + "Kings Lynn", + "Kings Norton", + "Kings Sutton", + "Kingsbridge", + "Kingskerswell", + "Kingsland", + "Kingsteignton", + "Kingston", + "Kingston Seymour", + "Kingswinford", + "Kingswood", + "Kingussie", + "Kinloch Rannoch", + "Kinmel", + "Kinnerley", + "Kinross", + "Kirby Cross", + "Kirk Ella", + "Kirkby", + "Kirkby in Ashfield", + "Kirkby Stephen", + "Kirkcaldy", + "Kirkconnel", + "Kirkcudbright", + "Kirkham", + "Kirkintilloch", + "Kirkliston", + "Kirkwall", + "Kirriemuir", + "Kirtlington", + "Kirton in Lindsey", + "Knaresborough", + "Knebworth", + "Kneeton", + "Knighton", + "Knottingley", + "Knowsley", + "Knutsford", + "Kyle of Lochalsh", + "Laindon", + "Lakenheath", + "Lambeth", + "Lambourn", + "Lampeter", + "Lanark", + "Lancaster", + "Lancing", + "Landrake", + "Langho", + "Langley", + "Langport", + "Langstone", + "Lapworth", + "Larbert", + "Largs", + "Larkhall", + "Larne", + "Lauder", + "Laugharne", + "Launceston", + "Laurencekirk", + "Lavant", + "Lavendon", + "Lawrencetown", + "Laxfield", + "Laxton", + "Leatherhead", + "Lechlade", + "Leconfield", + "Ledbury", + "Lee", + "Lee-on-the-Solent", + "Leeds", + "Leek", + "Leek Wootton", + "Leicester", + "Leigh", + "Leigh-on-Sea", + "Leighton Buzzard", + "Leiston", + "Leitholm", + "Lenham", + "Leominster", + "Lerwick", + "Lesmahagow", + "Letchworth", + "Leuchars", + "Leven", + "Levenshulme", + "Lewes", + "Lewisham", + "Leyburn", + "Leyland", + "Leysdown-on-Sea", + "Leyton", + "Lichfield", + "Lidlington", + "Lifton", + "Limavady", + "Limekilns", + "Lincoln", + "Lindal in Furness", + "Lindfield", + "Lingfield", + "Linlithgow", + "Linthwaite", + "Linton", + "Linton upon Ouse", + "Liphook", + "Lisburn", + "Liskeard", + "Lisnaskea", + "Liss", + "Litherland", + "Little Barningham", + "Little Canfield", + "Little Eaton", + "Little Gaddesden", + "Little Hulton", + "Little Kimble", + "Little Lever", + "Little Milton", + "Little Paxton", + "Littleborough", + "Littlebury", + "Littlehampton", + "Littleport", + "Liverpool", + "Liversedge", + "Livingston", + "Llanbedr", + "Llanddulas", + "Llandeilo", + "Llandovery", + "Llandrillo", + "Llandrindod Wells", + "Llandudno", + "Llandudno Junction", + "Llanelli", + "Llanfair-Dyffryn-Clwyd", + "Llanfairfechan", + "Llanfyllin", + "Llanfyrnach", + "Llangattock", + "Llangefni", + "Llangennech", + "Llangollen", + "Llanharan", + "Llanidloes", + "Llanishen", + "Llanon", + "Llanrwst", + "Llansantffraid-ym-Mechain", + "Llantrisant", + "Llantwit Fardre", + "Llantwit Major", + "Llanwrda", + "Llanwrtyd Wells", + "Llanymynech", + "Llwyngwril", + "Llwynypia", + "Loanhead", + "Lochgelly", + "Lochgilphead", + "Lochmaddy", + "Lochwinnoch", + "Lockerbie", + "Loddington", + "London", + "London Borough of Bromley", + "London Borough of Hounslow", + "London Borough of Wandsworth", + "Londonderry", + "Long Buckby", + "Long Ditton", + "Long Eaton", + "Long Melford", + "Long Stratton", + "Longdown", + "Longfield", + "Longhope", + "Longniddry", + "Longport", + "Longridge", + "Longstanton", + "Longton", + "Looe", + "Loppington", + "Lossiemouth", + "Lostwithiel", + "Loudwater", + "Loughborough", + "Loughor", + "Loughton", + "Louth", + "Low Ham", + "Lowdham", + "Lower Beeding", + "Lower Brailes", + "Lower Darwen", + "Lowestoft", + "Lowton", + "Lubenham", + "Ludlow", + "Lupton", + "Lurgan", + "Lustleigh", + "Luton", + "Lutterworth", + "Lydbury North", + "Lydney", + "Lyme Regis", + "Lyminge", + "Lymington", + "Lymm", + "Lympsham", + "Lyndhurst", + "Lyng", + "Lytchett Minster", + "Lytham", + "Mablethorpe", + "Macclesfield", + "Macduff", + "Machynlleth", + "Maerdy", + "Maesteg", + "Maghera", + "Magherafelt", + "Magheralin", + "Maghull", + "Maida Vale", + "Maiden Newton", + "Maidenhead", + "Maidstone", + "Malden", + "Maldon", + "Mallaig", + "Malmesbury", + "Malpas", + "Malton", + "Malvern", + "Manchester", + "Manningtree", + "Manor", + "Mansfield", + "Mansfield Woodhouse", + "Manton", + "March", + "Marcham", + "Marden", + "Margate", + "Marhamchurch", + "Mark", + "Market Deeping", + "Market Drayton", + "Market Harborough", + "Market Rasen", + "Market Weighton", + "Markfield", + "Marlborough", + "Marlow", + "Marnhull", + "Marple", + "Marr", + "Marsham", + "Marske", + "Martin", + "Martley", + "Martock", + "Maryhill", + "Maryport", + "Masham", + "Matching", + "Matlock", + "Mattishall", + "Mauchline", + "Maulden", + "Maybole", + "Mayfair", + "Mayfield", + "Meanwood", + "Measham", + "Medmenham", + "Medstead", + "Meesden", + "Meggies", + "Meifod", + "Melbourne", + "Meldreth", + "Melksham", + "Mells", + "Melrose", + "Melton", + "Melton Constable", + "Melton Mowbray", + "Menai Bridge", + "Mendlesham", + "Menheniot", + "Menston", + "Meopham", + "Mere", + "Merthyr Mawr", + "Merthyr Tydfil", + "Merton", + "Metheringham", + "Methil", + "Mexborough", + "Mickleton", + "Mid Calder", + "Middlesbrough", + "Middleton", + "Middleton One Row", + "Middlewich", + "Midford", + "Midgham", + "Midhurst", + "Midsomer Norton", + "Mildenhall", + "Milford", + "Milford Haven", + "Milford on Sea", + "Mill Hill", + "Millbrook", + "Millom", + "Milltimber", + "Milnathort", + "Milnthorpe", + "Milton", + "Milton Keynes", + "Milton on Stour", + "Minchinhampton", + "Minehead", + "Minster", + "Minster Lovell", + "Minsterley", + "Mirfield", + "Mitcham", + "Mitcheldean", + "Mobberley", + "Mochdre", + "Moira", + "Mold", + "Molesey", + "Mollington", + "Moneymore", + "Monifieth", + "Monkswood", + "Monkton", + "Monmouth", + "Montgomery", + "Montrose", + "Monyash", + "Moorsholm", + "Moorside", + "Morden", + "More", + "Morecambe", + "Moreton", + "Moreton in Marsh", + "Morley", + "Morpeth", + "Morriston", + "Moseley", + "Moss", + "Mossley", + "Moston", + "Motherwell", + "Moulton", + "Moulton St Michael", + "Mount Bures", + "Mount Hamilton", + "Mountain Ash", + "Mountsorrel", + "Much Hadham", + "Much Hoole", + "Much Wenlock", + "Muir of Ord", + "Mundesley", + "Murton", + "Musselburgh", + "Myddle", + "Mytholmroyd", + "Myton on Swale", + "Nafferton", + "Nailsea", + "Nairn", + "Nantwich", + "Nantyglo", + "Napton on the Hill", + "Narberth", + "Naseby", + "Nash", + "Nassington", + "Neasden", + "Neath", + "Needingworth", + "Neilston", + "Nelson", + "Neston", + "Nettlebed", + "Nettleton", + "New Barnet", + "New Buckenham", + "New Cross", + "New Ferry", + "New Mills", + "New Milton", + "New Quay", + "New Romney", + "New Southgate", + "New Tredegar", + "Newark on Trent", + "Newbiggin-by-the-Sea", + "Newbold", + "Newbridge", + "Newburgh", + "Newbury", + "Newcastle", + "Newcastle Emlyn", + "Newcastle upon Tyne", + "Newcastle-under-Lyme", + "Newent", + "Newhall", + "Newham", + "Newhaven", + "Newick", + "Newlands", + "Newmarket", + "Newport", + "Newport Pagnell", + "Newport-On-Tay", + "Newquay", + "Newry", + "Newton Abbot", + "Newton Aycliffe", + "Newton on Trent", + "Newton Stewart", + "Newton-le-Willows", + "Newtonmore", + "Newtown", + "Newtownabbey", + "Newtownards", + "Norbury", + "Nordelph", + "Norham", + "Normandy", + "Normanton", + "North Berwick", + "North Elmsall", + "North Ferriby", + "North Hykeham", + "North Kilworth", + "North Leigh", + "North Moreton", + "North Newton", + "North Petherton", + "North Shields", + "North Somercotes", + "North Tawton", + "North Walsham", + "North Waltham", + "North Weald", + "Northallerton", + "Northampton", + "Northenden", + "Northfield", + "Northfleet", + "Northleach", + "Northolt", + "Northop", + "Northrepps", + "Northwich", + "Northwood", + "Norton", + "Norton Lindsey", + "Norwich", + "Norwood", + "Nottingham", + "Nuffield", + "Nuneaton", + "Nutfield", + "Nutley", + "Oadby", + "Oakamoor", + "Oakford", + "Oakham", + "Oakhill", + "Oakley", + "Oare", + "Oban", + "Odiham", + "Offord Cluny", + "Okehampton", + "Old Basing", + "Old Buckenham", + "Old Colwyn", + "Old Malton", + "Old Windsor", + "Oldbury", + "Oldham", + "Oldmeldrum", + "Olney", + "Omagh", + "Ormesby", + "Ormiston", + "Ormskirk", + "Orpington", + "Ossett", + "Oswaldtwistle", + "Oswestry", + "Otford", + "Otley", + "Otterburn", + "Ottershaw", + "Ottery St Mary", + "Oulton", + "Oundle", + "Overton", + "Oving", + "Ovingdean", + "Owslebury", + "Oxenhope", + "Oxford", + "Oxshott", + "Oxted", + "Padbury", + "Paddock Wood", + "Padiham", + "Padstow", + "Paignton", + "Painswick", + "Paisley", + "Palmers Green", + "Pampisford", + "Papworth Everard", + "Par", + "Parbold", + "Partington", + "Partridge Green", + "Paston", + "Patchway", + "Pathhead", + "Patrington", + "Paul", + "Peebles", + "Pelsall", + "Pembroke", + "Pembroke Dock", + "Pembury", + "Penarth", + "Pencader", + "Pencaitland", + "Pencarreg", + "Pencoed", + "Pendlebury", + "Penicuik", + "Penkridge", + "Penn", + "Pennington", + "Penrice", + "Penrith", + "Penryn", + "Penshurst", + "Pentraeth", + "Penwortham", + "Penzance", + "Perivale", + "Perranporth", + "Pershore", + "Perth", + "Peterborough", + "Peterculter", + "Peterhead", + "Peterlee", + "Petersfield", + "Petworth", + "Pevensey", + "Pewsey", + "Pickering", + "Piddington", + "Pilham", + "Pilton", + "Pinner", + "Pinxton", + "Pitlochry", + "Pitsford", + "Pittenweem", + "Plaistow", + "Plaitford", + "Pleshey", + "Plockton", + "Plumstead", + "Plymouth", + "Plymstock", + "Pocklington", + "Polegate", + "Polmont", + "Polperro", + "Ponders End", + "Pontardawe", + "Pontefract", + "Ponteland", + "Pontesbury", + "Pontycymer", + "Pontypool", + "Pontypridd", + "Poole", + "Poplar", + "Porlock", + "Port Erroll", + "Port Glasgow", + "Port Sunlight", + "Port Talbot", + "Portadown", + "Portaferry", + "Portchester", + "Portglenone", + "Porth", + "Porthcawl", + "Porthleven", + "Portishead", + "Portlethen", + "Portmadoc", + "Portree", + "Portrush", + "Portslade-by-Sea", + "Portsmouth", + "Portstewart", + "Postling", + "Potters Bar", + "Potterspury", + "Potton", + "Poulton le Fylde", + "Powfoot", + "Powick", + "Poynton", + "Prees", + "Preesall", + "Prescot", + "Prestatyn", + "Presteigne", + "Preston", + "Prestonpans", + "Prestwich", + "Prestwick", + "Princes Risborough", + "Princethorpe", + "Privett", + "Prudhoe", + "Puckeridge", + "Pudsey", + "Pulborough village hall", + "Pulloxhill", + "Purfleet", + "Purleigh", + "Purley", + "Pwllheli", + "Pyle", + "Quedgeley", + "Queenborough", + "Queensferry", + "Quinton", + "Radcliffe", + "Radcliffe on Trent", + "Radlett", + "Radnage", + "Radstock", + "Rainford", + "Rainham", + "Rainhill", + "Rainworth", + "Ramsbottom", + "Ramsbury", + "Ramsey", + "Ramsey Saint Marys", + "Ramsgate", + "Randalstown", + "Ratcliffe on Soar", + "Rathfriland", + "Ravenstone", + "Rawmarsh", + "Rawreth", + "Rawtenstall", + "Rayleigh", + "Rayne", + "Raynes Park", + "Reading", + "Redbourn", + "Redcar", + "Reddish", + "Redditch", + "Redhill", + "Redland", + "Redruth", + "Reed", + "Reepham", + "Reigate", + "Renfrew", + "Renton", + "Repton", + "Reydon", + "Rhayader", + "Rhondda", + "Rhoose", + "Rhos-on-Sea", + "Rhyl", + "Richmond", + "Rickmansworth", + "Ridingmill", + "Rimington", + "Ringmer", + "Ringwood", + "Ripe", + "Ripley", + "Ripon", + "Ripponden", + "Risca", + "Risley", + "River", + "Rivington", + "Roade", + "Roath", + "Robertsbridge", + "Rochdale", + "Roche", + "Rochester", + "Rochford", + "Rock", + "Rock Ferry", + "Roehampton", + "Roffey", + "Rogerstone", + "Rogiet", + "Romford", + "Romsey", + "Ross on Wye", + "Rosslea", + "Rosyth", + "Rothbury", + "Rotherfield", + "Rotherham", + "Rothesay", + "Rothwell", + "Rottingdean", + "Rowde", + "Rowhedge", + "Rowlands Castle", + "Rowlands Gill", + "Rowley Regis", + "Roxwell", + "Royal Leamington Spa", + "Royal Tunbridge Wells", + "Royal Wootton Bassett", + "Roydon", + "Royston", + "Ruabon", + "Ruddington", + "Rugby", + "Rugeley", + "Ruislip", + "Runcorn", + "Rushden", + "Rustington", + "Rutherglen", + "Ruthin", + "Ryde", + "Rye", + "Ryton", + "Sacriston", + "Saffron Walden", + "Saint Agnes", + "Saint Annes on the Sea", + "Saint Bees", + "Saint Brides Major", + "Saint Clears", + "Saint Columb Major", + "Saint Erme", + "Saint Ives", + "Saint Leonards-on-Sea", + "Saint Neots", + "Sale", + "Salford", + "Salfords", + "Salisbury", + "Saltash", + "Saltburn-by-the-Sea", + "Saltcoats", + "Salthouse", + "Sandbach", + "Sanderstead", + "Sandhurst", + "Sandiacre", + "Sandown", + "Sandwell", + "Sandwich", + "Sandy", + "Sandycroft", + "Sanquhar", + "Sarratt", + "Saundersfoot", + "Sawbridgeworth", + "Sawley", + "Saxmundham", + "Saxtead", + "Scalby", + "Scapa", + "Scarborough", + "Scunthorpe", + "Seacroft", + "Seaford", + "Seaham", + "Seale", + "Seascale", + "Seaton", + "Seaview", + "Sedbergh", + "Sedgeberrow", + "Sedgefield", + "Sedgley", + "Seend", + "Seghill", + "Selborne", + "Selby", + "Selkirk", + "Selsey", + "Selston", + "Send", + "Settle", + "Seven Kings", + "Sevenoaks", + "Shadoxhurst", + "Shaftesbury", + "Shalford", + "Shanklin", + "Shardlow", + "Shaw", + "Shawbury", + "Sheering", + "Sheerness", + "Sheffield", + "Shefford", + "Sheldon", + "Shelford", + "Shenfield", + "Shepperton", + "Shepshed", + "Shepton Mallet", + "Sherborne", + "Sherfield upon Loddon", + "Sheringham", + "Shifnal", + "Shildon", + "Shilton", + "Shinfield", + "Shipley", + "Shipston on Stour", + "Shirebrook", + "Shirehampton", + "Shireoaks", + "Shoeburyness", + "Shoreham-by-Sea", + "Shotley Gate", + "Shotton", + "Shotts", + "Shrewsbury", + "Shrivenham", + "Sidcot", + "Sidcup", + "Sidlesham", + "Sidmouth", + "Sileby", + "Silloth", + "Silsden", + "Silsoe", + "Silverdale", + "Silverstone", + "Sittingbourne", + "Skegness", + "Skelmersdale", + "Skelmorlie", + "Skelton", + "Skilgate", + "Skipton", + "Slapton", + "Slawitt", + "Sleaford", + "Slinfold", + "Slough", + "Smalley", + "Smarden", + "Smethwick", + "Snaresbrook", + "Snettisham", + "Snodland", + "Soham", + "Solihull", + "Somerset", + "Somersham", + "Somerton", + "Sompting", + "Sonning", + "South Benfleet", + "South Brent", + "South Brewham", + "South Carlton", + "South Cave", + "South Cerney", + "South Elmsall", + "South Hayling", + "South Hetton", + "South Killingholme", + "South Milford", + "South Molton", + "South Normanton", + "South Ockendon", + "South Petherton", + "South Shields", + "Southall", + "Southam", + "Southampton", + "Southbourne", + "Southend-on-Sea", + "Southgate", + "Southminster", + "Southport", + "Southsea", + "Southwark", + "Southwater", + "Southwell", + "Southwick", + "Southwold", + "Sowerby Bridge", + "Spalding", + "Sparsholt", + "Speke", + "Speldhurst", + "Spennymoor", + "Spetisbury", + "Spilsby", + "Spittal", + "Spondon", + "Spratton", + "Sprowston", + "Square", + "St Albans", + "St Andrews", + "St Asaph", + "St Austell", + "St Helens", + "St Ives", + "St. Dogmaels", + "Stafford", + "Staindrop", + "Staines", + "Stalham", + "Stallingborough", + "Stalybridge", + "Stamford", + "Stanbridge", + "Standlake", + "Stanford", + "Stanground", + "Stanhope", + "Stanley", + "Stanmore", + "Stanstead", + "Stansted", + "Stanton", + "Stanton Fitzwarren", + "Stanwell", + "Staple", + "Staplehurst", + "Star", + "Staverton", + "Stawell", + "Steeple Claydon", + "Steeton", + "Stepps", + "Stevenage", + "Stevenston", + "Steventon", + "Stewarton", + "Steyning", + "Stiffkey", + "Stifford", + "Stillington", + "Stirling", + "Stisted", + "Stock", + "Stockbridge", + "Stockcross", + "Stockport", + "Stocksbridge", + "Stocksfield", + "Stockton", + "Stockton-on-Tees", + "Stoke", + "Stoke by Nayland", + "Stoke Climsland", + "Stoke Newington", + "Stoke Poges", + "Stoke Prior", + "Stoke upon Tern", + "Stoke-on-Trent", + "Stokesley", + "Stone", + "Stone Allerton", + "Stonehaven", + "Stonehouse", + "Stoneleigh", + "Stonesfield", + "Stony Stratford", + "Stornoway", + "Storrington", + "Stotfold", + "Stourbridge", + "Stourport On Severn", + "Stow", + "Stow on the Wold", + "Stowe", + "Stowmarket", + "Strabane", + "Stranmillis", + "Stranraer", + "Stratfield Mortimer", + "Stratford", + "Stratford-upon-Avon", + "Strathaven", + "Strathmiglo", + "Strathyre", + "Streatham", + "Streatley", + "Stretford", + "Stretton on Fosse", + "Stromness", + "Strood", + "Stroud", + "Stuartfield", + "Studham", + "Studley", + "Sturmer", + "Sturminster Newton", + "Stutton", + "Sudbury", + "Sully", + "Sunbury-on-Thames", + "Sunderland", + "Sundon Park", + "Sunningdale", + "Sunninghill", + "Surbiton", + "Surrey", + "Sutton", + "Sutton Bridge", + "Sutton Coldfield", + "Sutton Courtenay", + "Sutton in Ashfield", + "Sutton on Hull", + "Sutton on the Hill", + "Sutton on Trent", + "Swadlincote", + "Swaffham", + "Swalwell", + "Swanage", + "Swanland", + "Swanscombe", + "Swansea", + "Swavesey", + "Swaythling", + "Swindon", + "Swindon Village", + "Swinton", + "Swynnerton", + "Symington", + "Syston", + "Tackley", + "Tadcaster", + "Tadley", + "Tadmarton", + "Tadworth", + "Tain", + "Takeley", + "Talgarth", + "Talsarnau", + "Talybont", + "Tamworth", + "Tandragee", + "Tansley", + "Taplow", + "Tarbert", + "Tarleton", + "Tarporley", + "Tatsfield", + "Tattershall", + "Taunton", + "Tavistock", + "Taynuilt", + "Tayport", + "Teddington", + "Teignmouth", + "Telford", + "Temple", + "Templecombe", + "Templepatrick", + "Tempo", + "Tenbury Wells", + "Tenby", + "Tendring", + "Tenterden", + "Tetbury", + "Tetsworth", + "Tewin", + "Tewkesbury", + "Teynham", + "Thakeham", + "Thame", + "Thames Ditton", + "Thatcham", + "The Hyde", + "Theale", + "Thetford", + "Theydon Bois", + "Thirsk", + "Thornaby", + "Thornbury", + "Thornton", + "Thornton Heath", + "Thornton-in-Craven", + "Thorpe St Peter", + "Thorrington", + "Thrapston", + "Three Legged Cross", + "Threlkeld", + "Thurleigh", + "Thurso", + "Thurston", + "Ticehurst", + "Ticknall", + "Tideswell", + "Tilbury", + "Tile Hill", + "Tilehurst", + "Tillicoultry", + "Tillingham", + "Timperley", + "Tipton", + "Tiptree", + "Tisbury", + "Tiverton", + "Toddington", + "Todmorden", + "Tollard Royal", + "Tollerton", + "Tonbridge", + "Tongham", + "Tonypandy", + "Tonyrefail", + "Torpoint", + "Torquay", + "Totnes", + "Tottenham", + "Totteridge", + "Totternhoe", + "Totton", + "Towcester", + "Tranent", + "Tredegar", + "Trefonen", + "Treforest", + "Tregarth", + "Trehafod", + "Treharris", + "Treherbert", + "Trent", + "Treorchy", + "Treuddyn", + "Trimdon", + "Tring", + "Troon", + "Trowbridge", + "Truro", + "Trusthorpe", + "Tunstall", + "Turnberry", + "Turriff", + "Turvey", + "Tweedmouth", + "Twickenham", + "Twyford", + "Tyldesley", + "Tynemouth", + "Tywardreath", + "Uckfield", + "Uddingston", + "Ufford", + "Ulceby", + "Ulcombe", + "Ullesthorpe", + "Ulverston", + "Unstone", + "Uphall", + "Upminster", + "Upper Beeding", + "Upper Slaughter", + "Uppingham", + "Upton", + "Upton upon Severn", + "Upwell", + "Urchfont", + "Urmston", + "Ushaw Moor", + "Usk", + "Uttoxeter", + "Uxbridge", + "Valley", + "Ventnor", + "Verwood", + "Victoria", + "Voe", + "Waddesdon", + "Wadebridge", + "Wadhurst", + "Wakefield", + "Waldringfield", + "Wales", + "Walford", + "Walgrave", + "Walkden", + "Walker", + "Wallasey", + "Wallingford", + "Wallington", + "Wallsend", + "Walmer", + "Walsall", + "Waltham", + "Waltham Abbey", + "Waltham Cross", + "Walthamstow", + "Walton on Thames", + "Walton on the Hill", + "Walton-on-the-Naze", + "Wanstead", + "Wantage", + "Warden", + "Ware", + "Wareham", + "Warfield", + "Wargrave", + "Waringstown", + "Warlingham", + "Warmington", + "Warminster", + "Warrenpoint", + "Warrington", + "Warton", + "Warwick", + "Washington", + "Watchet", + "Watchfield", + "Water Orton", + "Waterbeach", + "Waterlooville", + "Watford", + "Wath upon Dearne", + "Watlington", + "Wattisfield", + "Watton", + "Weald", + "Wealdstone", + "Weare", + "Weaverham", + "Wedmore", + "Wednesbury", + "Wednesfield", + "Weedon", + "Weedon Bec", + "Well", + "Welling", + "Wellingborough", + "Wellington", + "Wells", + "Welshpool", + "Welwyn", + "Welwyn Garden City", + "Wem", + "Wembley", + "Wemyss Bay", + "Wendover", + "Wentworth", + "Weobley", + "West Ashby", + "West Bromwich", + "West Byfleet", + "West Calder", + "West Clandon", + "West Cowes", + "West Drayton", + "West Grinstead", + "West Horsley", + "West Kilbride", + "West Kirby", + "West Langdon", + "West Linton", + "West Malling", + "West Mersea", + "West Raynham", + "West Row", + "West Rudham", + "West Wickham", + "West Wittering", + "Westbury", + "Westbury-sub-Mendip", + "Westcott", + "Westerham", + "Westfield", + "Westgate", + "Westgate on Sea", + "Westhay", + "Westhoughton", + "Westleigh", + "Westleton", + "Weston", + "Weston in Gordano", + "Weston under Lizard", + "Weston-super-Mare", + "Wetherby", + "Wethersfield", + "Weybridge", + "Weymouth", + "Whaley Bridge", + "Whalley", + "Wheathampstead", + "Wheatley", + "Wheaton Aston", + "Whetstone", + "Whickham", + "Whimple", + "Whisby", + "Whitbourne", + "Whitburn", + "Whitby", + "Whitchurch", + "Whitefield", + "Whitehaven", + "Whitehouse", + "Whiteparish", + "Whitland", + "Whitley Bay", + "Whitnash", + "Whitstable", + "Whittlebury", + "Whittlesey", + "Whittlesford", + "Whitton", + "Whitwell", + "Whitwick", + "Whyteleafe", + "Wick", + "Wicken", + "Wickersley", + "Wickford", + "Wickham", + "Wickham Bishops", + "Wickham Market", + "Widdrington", + "Widmerpool", + "Widnes", + "Wigan", + "Wigston", + "Wigton", + "Wilburton", + "Wilden", + "Willaston", + "Willenhall", + "Willesden", + "Willingale Doe", + "Willingham", + "Willington", + "Willington Quay", + "Wilmington", + "Wilmslow", + "Wilnecote", + "Wilshamstead", + "Wimbledon", + "Wimborne Minster", + "Wincanton", + "Winchester", + "Windermere", + "Windlesham", + "Windsor", + "Wing", + "Wingate", + "Winkleigh", + "Winlaton", + "Winnersh", + "Winnington", + "Winsford", + "Winslow", + "Winterborne Kingston", + "Winterbourne Dauntsey", + "Winton", + "Wirksworth", + "Wisbech", + "Wishaw", + "Witham", + "Withernsea", + "Withernwick", + "Withington", + "Witley", + "Witney", + "Wix", + "Woburn Sands", + "Woking", + "Wokingham", + "Wold Newton", + "Woldingham", + "Wolstanton", + "Wolverhampton", + "Wolverley", + "Wombourne", + "Wombwell", + "Wooburn", + "Woodbridge", + "Woodford", + "Woodford Green", + "Woodhall Spa", + "Woodham Ferrers", + "Woodhouse", + "Woodley", + "Woodmancote", + "Woodsetts", + "Woodstock", + "Woolacombe", + "Woolwich", + "Woore", + "Wootton", + "Worcester", + "Worcester Park", + "Workington", + "Worksop", + "Worle", + "Worminghall", + "Worsley", + "Worth", + "Worthing", + "Wotton Underwood", + "Wotton-under-Edge", + "Wragby", + "Wrangaton", + "Wrangle", + "Wrawby", + "Wraysbury", + "Wrea Green", + "Wrexham", + "Wrington", + "Writtle", + "Wroughton", + "Wroxall", + "Wyke", + "Wymeswold", + "Wymondham", + "Wythenshawe", + "Wyton", + "Wyverstone", + "Yarm", + "Yate", + "Yatton", + "Yeadon", + "Yelverton", + "Yeovil", + "York", + "Yoxford", + "Ystalyfera", + "Ystrad Mynach", + "Ystradgynlais", + "Zeals" + ], + "United States": [ + "Abbeville", + "Abbotsford", + "Abbottstown", + "Abercrombie", + "Aberdeen", + "Aberdeen Proving Ground", + "Abernathy", + "Abilene", + "Abingdon", + "Abington Township", + "Abiquiu", + "Abita Springs", + "Abrams", + "Absarokee", + "Absecon", + "Acampo", + "Access", + "Accident", + "Accokeek", + "Accomac", + "Accord", + "Accoville", + "Achilles", + "Ackerly", + "Ackerman", + "Ackley", + "Acme", + "Acton", + "Acushnet", + "Acworth", + "Ada", + "Adah", + "Adair", + "Adairsville", + "Adak", + "Adams", + "Adams Center", + "Adams Run", + "Adamstown", + "Adamsville", + "Addis", + "Addison", + "Addyston", + "Adel", + "Adelanto", + "Adell", + "Adena", + "Adger", + "Adin", + "Adkins", + "Admire", + "Adolphus", + "Adona", + "Adrian", + "Advance", + "Afton", + "Agar", + "Agate", + "Agawam", + "Agency", + "Agoura Hills", + "Agra", + "Aguanga", + "Aguila", + "Ahoskie", + "Ahwahnee", + "Aiken", + "Ailey", + "Ainsworth", + "Air Force Academy", + "Airville", + "Airway Heights", + "Aitkin", + "Ajo", + "Akaska", + "Akeley", + "Akhiok", + "Akiachak", + "Akiak", + "Akron", + "Akutan", + "Alabaster", + "Alachua", + "Alakanuk", + "Alamance", + "Alameda", + "Alamo", + "Alamogordo", + "Alamosa", + "Alanson", + "Alapaha", + "Alba", + "Albany", + "Albemarle", + "Albers", + "Albert City", + "Albert Lea", + "Alberton", + "Albertville", + "Albia", + "Albin", + "Albion", + "Alborn", + "Albright", + "Albrightsville", + "Albuquerque", + "Alburg", + "Alburnett", + "Alburtis", + "Alcalde", + "Alcester", + "Alcoa", + "Alcolu", + "Alda", + "Alden", + "Alderpoint", + "Alderson", + "Aldie", + "Aldrich", + "Aledo", + "Alex", + "Alexander", + "Alexander City", + "Alexandria", + "Alexandria Bay", + "Alexis", + "Alford", + "Alfred", + "Alfred Station", + "Alger", + "Algodones", + "Algoma", + "Algona", + "Algonac", + "Algonquin", + "Alhambra", + "Alice", + "Aliceville", + "Aline", + "Aliquippa", + "Aliso Viejo", + "Alkol", + "Allamuchy", + "Allardt", + "Allegan", + "Allegany", + "Allen", + "Allen Park", + "Allendale", + "Allenhurst", + "Allenport", + "Allenspark", + "Allenton", + "Allentown", + "Allerton", + "Alliance", + "Allison", + "Allison Park", + "Allons", + "Alloway", + "Allston", + "Allyn", + "Alma", + "Alma Center", + "Almena", + "Almira", + "Almo", + "Almond", + "Almont", + "Alna", + "Alpaugh", + "Alpena", + "Alpha", + "Alpharetta", + "Alpine", + "Alplaus", + "Alsea", + "Alsey", + "Alsip", + "Alstead", + "Alta", + "Alta Vista", + "Altadena", + "Altamonte Springs", + "Altaville", + "Altavista", + "Altenburg", + "Altha", + "Altmar", + "Alto", + "Alton", + "Alton Bay", + "Altona", + "Altoona", + "Altura", + "Alturas", + "Altus", + "Alum Bank", + "Alum Creek", + "Alva", + "Alvada", + "Alvarado", + "Alvaton", + "Alverda", + "Alverton", + "Alvin", + "Alviso", + "Alvo", + "Alvord", + "Alvordton", + "Ama", + "Amagansett", + "Amana", + "Amanda", + "Amargosa Valley", + "Amarillo", + "Amawalk", + "Amazonia", + "Amberg", + "Ambler", + "Amboy", + "Ambridge", + "Ambrose", + "Amelia", + "Amelia Court House", + "Amenia", + "America", + "American Canyon", + "American Falls", + "American Fork", + "Americus", + "Amery", + "Ames", + "Amesbury", + "Amesville", + "Amherst", + "Amherst Junction", + "Amherstdale", + "Amidon", + "Amissville", + "Amite", + "Amity", + "Amityville", + "Ammon", + "Amo", + "Amoret", + "Amory", + "Amsterdam", + "Amston", + "Anacoco", + "Anaconda", + "Anacortes", + "Anadarko", + "Anaheim", + "Anahola", + "Anahuac", + "Anamosa", + "Anchor Point", + "Anchorage", + "Ancona", + "Andale", + "Andalusia", + "Anderson", + "Andersonville", + "Andes", + "Andover", + "Andreas", + "Andrew", + "Andrews", + "Andrews Air Force Base", + "Angel Fire", + "Angelica", + "Angie", + "Angier", + "Angle Inlet", + "Angleton", + "Angola", + "Angoon", + "Angora", + "Anguilla", + "Angwin", + "Animas", + "Anita", + "Aniwa", + "Ankeny", + "Anmoore", + "Ann Arbor", + "Anna", + "Annabella", + "Annandale", + "Annandale-on-Hudson", + "Annapolis", + "Annawan", + "Anniston", + "Annona", + "Annville", + "Anoka", + "Anselmo", + "Ansley", + "Anson", + "Ansonia", + "Ansted", + "Antelope", + "Anthem", + "Anthon", + "Anthony", + "Antigo", + "Antioch", + "Antlers", + "Antrim", + "Antwerp", + "Anza", + "Apache", + "Apache Junction", + "Apalachicola", + "Apalachin", + "Apex", + "Apison", + "Aplington", + "Apollo", + "Apollo Beach", + "Apopka", + "Appalachia", + "Apple Creek", + "Apple River", + "Apple Valley", + "Applegate", + "Appleton", + "Appleton City", + "Appling", + "Appomattox", + "Aptos", + "Aquasco", + "Aquashicola", + "Aquebogue", + "Aquilla", + "Arab", + "Arabi", + "Aragon", + "Aransas Pass", + "Arapaho", + "Arapahoe", + "Ararat", + "Arbela", + "Arbon", + "Arbovale", + "Arbuckle", + "Arbyrd", + "Arcade", + "Arcadia", + "Arcanum", + "Arcata", + "Archbald", + "Archbold", + "Archer", + "Archer City", + "Archie", + "Arco", + "Arcola", + "Arden", + "Ardmore", + "Ardsley", + "Aredale", + "Arena", + "Arenas Valley", + "Arendtsville", + "Arenzville", + "Argenta", + "Argillite", + "Argonia", + "Argonne", + "Argos", + "Argusville", + "Argyle", + "Ariel", + "Arimo", + "Arispe", + "Ariton", + "Arivaca", + "Arizona City", + "Arkadelphia", + "Arkansas City", + "Arkdale", + "Arkoma", + "Arkville", + "Arlee", + "Arley", + "Arlington", + "Arlington Heights", + "Arma", + "Armada", + "Armagh", + "Armington", + "Armona", + "Armonk", + "Armour", + "Armstrong", + "Armuchee", + "Arnaudville", + "Arnegard", + "Arnett", + "Arnold", + "Arnoldsburg", + "Arnoldsville", + "Aroma Park", + "Aromas", + "Aroostook Band of Micmac Trust Land", + "Arp", + "Arpin", + "Arriba", + "Arrington", + "Arrowsmith", + "Arroyo Grande", + "Arroyo Hondo", + "Arroyo Seco", + "Artesia", + "Arthur", + "Arthur City", + "Arvada", + "Arverne", + "Arvin", + "Arvonia", + "Ary", + "Asbury", + "Asbury Park", + "Ascutney", + "Ash", + "Ash Flat", + "Ash Fork", + "Ash Grove", + "Ash Hill", + "Ashaway", + "Ashburn", + "Ashburnham", + "Ashby", + "Ashcamp", + "Ashdown", + "Asheboro", + "Asherton", + "Asheville", + "Ashfield", + "Ashford", + "Ashkum", + "Ashland", + "Ashland City", + "Ashley", + "Ashmore", + "Ashtabula", + "Ashton", + "Ashville", + "Askov", + "Asotin", + "Aspen", + "Aspermont", + "Aspers", + "Assaria", + "Assonet", + "Assumption", + "Astatula", + "Aston Arms", + "Astor", + "Astoria", + "Atalissa", + "Atascadero", + "Atascosa", + "Atchison", + "Atco", + "Atglen", + "Athelstane", + "Athena", + "Athens", + "Atherton", + "Athol", + "Atkins", + "Atkinson", + "Atlanta", + "Atlantic", + "Atlantic Beach", + "Atlantic City", + "Atlantic Highlands", + "Atlantic Mine", + "Atlasburg", + "Atmore", + "Atoka", + "Atqasuk", + "Attalla", + "Attapulgus", + "Attica", + "Attleboro", + "Attleboro Falls", + "Atwater", + "Atwood", + "Au Gres", + "Au Sable Forks", + "Au Train", + "Auberry", + "Aubrey", + "Auburn", + "Auburn Hills", + "Auburndale", + "Audubon", + "Augusta", + "Aulander", + "Ault", + "Aumsville", + "Aurelia", + "Aurora", + "Austell", + "Austerlitz", + "Austin", + "Austinburg", + "Austinville", + "Autaugaville", + "Autryville", + "Auxier", + "Auxvasse", + "Ava", + "Avalon", + "Avella", + "Avenal", + "Avenel", + "Aventura", + "Averill Park", + "Avery", + "Avila Beach", + "Avilla", + "Avinger", + "Aviston", + "Avoca", + "Avon", + "Avon Lake", + "Avon Park", + "Avon-by-the-Sea", + "Avondale", + "Avondale Ecities", + "Avonmore", + "Awendaw", + "Axis", + "Axtell", + "Axton", + "Ayden", + "Ayer", + "Aylett", + "Aynor", + "Azalea", + "Azle", + "Aztec", + "Azusa", + "Babb", + "Babbitt", + "Babcock", + "Babson Park", + "Babylon", + "Backus", + "Bacliff", + "Bad Axe", + "Baden", + "Badger", + "Badin", + "Bagdad", + "Baggs", + "Bagley", + "Bagwell", + "Bahama", + "Bailey", + "Bailey Island", + "Baileys Harbor", + "Baileyton", + "Baileyville", + "Bainbridge", + "Bainbridge Island", + "Bainville", + "Baird", + "Bairdford", + "Baisden", + "Baker", + "Baker City", + "Bakersfield", + "Bakersville", + "Bakewell", + "Bala-Cynwyd", + "Balaton", + "Bald Knob", + "Baldwin", + "Baldwin City", + "Baldwin Park", + "Baldwin Place", + "Baldwinsville", + "Baldwinville", + "Baldwyn", + "Ball", + "Ball Ground", + "Ballantine", + "Ballico", + "Ballinger", + "Ballston Lake", + "Ballston Spa", + "Ballwin", + "Bally", + "Balsam Lake", + "Baltic", + "Baltimore", + "Bamberg", + "Bancroft", + "Bandera", + "Bandon", + "Bangor", + "Bangs", + "Banks", + "Bankston", + "Banner", + "Banner Elk", + "Banning", + "Bannister", + "Banquete", + "Bantam", + "Bapchule", + "Baptistown", + "Bar Harbor", + "Baraboo", + "Baraga", + "Barbeau", + "Barberton", + "Barboursville", + "Barbourville", + "Barclay", + "Bardstown", + "Bardwell", + "Bargersville", + "Baring", + "Bark River", + "Barkhamsted", + "Barling", + "Barlow", + "Barnard", + "Barnardsville", + "Barnegat", + "Barnes", + "Barnes City", + "Barnesville", + "Barnet", + "Barneveld", + "Barney", + "Barnhart", + "Barnsdall", + "Barnstable", + "Barnstead", + "Barnum", + "Barnwell", + "Baroda", + "Barre", + "Barren Springs", + "Barrett", + "Barrington", + "Barron", + "Barronett", + "Barrow", + "Barry", + "Barryton", + "Barryville", + "Barstow", + "Bart Township", + "Bartelso", + "Bartlesville", + "Bartlett", + "Bartley", + "Barto", + "Barton", + "Bartonsville", + "Bartow", + "Basalt", + "Bascom", + "Basehor", + "Basile", + "Basin", + "Basking Ridge", + "Bassett", + "Bassfield", + "Bastrop", + "Basye", + "Batavia", + "Batchelor", + "Batchtown", + "Bates City", + "Batesburg", + "Batesville", + "Bath", + "Bathgate", + "Baton Rouge", + "Batson", + "Battle Creek", + "Battle Ground", + "Battle Lake", + "Battle Mountain", + "Battleboro", + "Baudette", + "Bausman", + "Bauxite", + "Baxley", + "Baxter", + "Baxter Springs", + "Bay City", + "Bay Minette", + "Bay Port", + "Bay Saint Louis", + "Bay Shore", + "Bay Springs", + "Bay Village", + "Bayard", + "Bayboro", + "Bayfield", + "Bayonne", + "Bayport", + "Bayside", + "Baytown", + "Bayview", + "Bayville", + "Bazine", + "Beach", + "Beach City", + "Beach Haven", + "Beach Lake", + "Beachwood", + "Beacon", + "Beacon Falls", + "Bealeton", + "Beaman", + "Bean Station", + "Beans Purchase", + "Bear", + "Bear Creek", + "Bear Lake", + "Bear River City", + "Bearden", + "Beardstown", + "Bearsville", + "Beasley", + "Beatrice", + "Beattie", + "Beatty", + "Beattyville", + "Beaufort", + "Beaumont", + "Beauty", + "Beaver", + "Beaver Bay", + "Beaver Creek", + "Beaver Crossing", + "Beaver Dam", + "Beaver Falls", + "Beaver Meadows", + "Beaver Springs", + "Beaverdam", + "Beaverton", + "Beavertown", + "Bechtelsville", + "Beckemeyer", + "Becker", + "Becket", + "Beckley", + "Beckville", + "Bedford", + "Bedford Hills", + "Bedford Park", + "Bedias", + "Bedminster", + "Bee Branch", + "Bee Spring", + "Beebe", + "Beech Bluff", + "Beech Bottom", + "Beech Creek", + "Beech Grove", + "Beech Island", + "Beecher", + "Beecher City", + "Beechgrove", + "Beechmont", + "Beeville", + "Beggs", + "Bel Air", + "Bel Alton", + "Belcamp", + "Belchertown", + "Belcourt", + "Belden", + "Beldenville", + "Belding", + "Belen", + "Belfair", + "Belfast", + "Belfield", + "Belford", + "Belfry", + "Belgium", + "Belgrade", + "Belhaven", + "Belington", + "Belknap", + "Bell", + "Bell Buckle", + "Bell City", + "Bell Island Hot Springs", + "Bella Vista", + "Bellaire", + "Bellbrook", + "Belle", + "Belle Center", + "Belle Chasse", + "Belle Fourche", + "Belle Glade", + "Belle Haven", + "Belle Mead", + "Belle Plaine", + "Belle Rose", + "Belle Valley", + "Belle Vernon", + "Belleair Beach", + "Bellefontaine", + "Bellefonte", + "Bellemont", + "Bellerose", + "Belleview", + "Belleville", + "Bellevue", + "Bellflower", + "Bellingham", + "Bellmawr", + "Bellmore", + "Bellows Falls", + "Bellport", + "Bells", + "Bellville", + "Bellvue", + "Bellwood", + "Belmar", + "Belmond", + "Belmont", + "Beloit", + "Belpre", + "Belt", + "Belton", + "Beltrami", + "Beltsville", + "Belvidere", + "Belvidere Center", + "Belview", + "Belvue", + "Belzoni", + "Bement", + "Bemidji", + "Bemus Point", + "Ben Lomond", + "Ben Wheeler", + "Bena", + "Benavides", + "Bend", + "Bendersville", + "Benedict", + "Benham", + "Benicia", + "Benkelman", + "Benld", + "Bennet", + "Bennett", + "Bennettsville", + "Bennington", + "Benoit", + "Bensalem", + "Bensenville", + "Benson", + "Bent", + "Bent Mountain", + "Bentleyville", + "Benton", + "Benton City", + "Benton Harbor", + "Benton Ridge", + "Bentonia", + "Bentonville", + "Benwood", + "Benzonia", + "Berea", + "Beresford", + "Bergen", + "Bergenfield", + "Berger", + "Bergheim", + "Berkeley", + "Berkeley Heights", + "Berkeley Springs", + "Berkley", + "Berkshire", + "Berlin", + "Berlin Center", + "Berlin Heights", + "Bern", + "Bernalillo", + "Bernard", + "Bernardston", + "Bernardsville", + "Berne", + "Bernice", + "Bernie", + "Bernville", + "Berrien Center", + "Berrien Springs", + "Berry", + "Berry Creek", + "Berrysburg", + "Berryton", + "Berryville", + "Bertha", + "Berthoud", + "Bertram", + "Bertrand", + "Berwick", + "Berwind", + "Berwyn", + "Beryl", + "Bessemer", + "Bessemer City", + "Bethalto", + "Bethania", + "Bethany", + "Bethany Beach", + "Bethel", + "Bethel Island", + "Bethel Park", + "Bethel Springs", + "Bethesda", + "Bethlehem", + "Bethpage", + "Bethune", + "Betsy Layne", + "Bettendorf", + "Beulah", + "Beulaville", + "Beverly", + "Beverly Hills", + "Bevington", + "Bickmore", + "Bicknell", + "Biddeford", + "Bidwell", + "Bieber", + "Big Bay", + "Big Bear", + "Big Bear Lake", + "Big Bend", + "Big Cabin", + "Big Cove Tannery", + "Big Creek", + "Big Falls", + "Big Flats", + "Big Horn", + "Big Lake", + "Big Pine", + "Big Pine Key", + "Big Piney", + "Big Pool", + "Big Rapids", + "Big Rock", + "Big Sandy", + "Big Sky", + "Big Spring", + "Big Springs", + "Big Stone City", + "Big Stone Gap", + "Big Sur", + "Big Timber", + "Big Wells", + "Bigbend", + "Bigelow", + "Bigfoot", + "Bigfork", + "Biggs", + "Biggsville", + "Biglerville", + "Bill", + "Billerica", + "Billings", + "Biloxi", + "Bim", + "Binford", + "Bingen", + "Binger", + "Bingham Lake", + "Binghamton", + "Biola", + "Bippus", + "Birch River", + "Birch Run", + "Birch Tree", + "Birchleaf", + "Birchwood", + "Bird City", + "Bird in Hand", + "Bird Island", + "Birdsboro", + "Birdseye", + "Birdsnest", + "Birmingham", + "Birnamwood", + "Bisbee", + "Biscoe", + "Bishop", + "Bishopville", + "Bismarck", + "Bison", + "Bitely", + "Bivalve", + "Bivins", + "Biwabik", + "Bixby", + "Blachly", + "Black Canyon City", + "Black Creek", + "Black Diamond", + "Black Eagle", + "Black Earth", + "Black Hawk", + "Black Mountain", + "Black River", + "Black River Falls", + "Black Rock", + "Blackduck", + "Blackfoot", + "Blackhawk", + "Blacklick", + "Blacksburg", + "Blackshear", + "Blackstock", + "Blackstone", + "Blacksville", + "Blackville", + "Blackwater", + "Blackwell", + "Blackwood", + "Bladenboro", + "Bladensburg", + "Blain", + "Blaine", + "Blair", + "Blairs", + "Blairs Mills", + "Blairsburg", + "Blairstown", + "Blairsville", + "Blakely", + "Blakesburg", + "Blakeslee", + "Blanch", + "Blanchard", + "Blanchardville", + "Blanchester", + "Blanco", + "Bland", + "Blandburg", + "Blandford", + "Blanding", + "Blandinsville", + "Blandon", + "Blauvelt", + "Bledsoe", + "Blencoe", + "Blenheim", + "Blenker", + "Blessing", + "Bliss", + "Blissfield", + "Block Island", + "Blockton", + "Blodgett", + "Blodgett Mills", + "Bloomburg", + "Bloomdale", + "Bloomer", + "Bloomery", + "Bloomfield", + "Bloomfield Hills", + "Blooming Glen", + "Blooming Grove", + "Blooming Prairie", + "Bloomingburg", + "Bloomingdale", + "Bloomington", + "Bloomington Springs", + "Bloomsburg", + "Bloomsbury", + "Bloomsdale", + "Bloomville", + "Blossburg", + "Blossom", + "Blossvale", + "Blountstown", + "Blountsville", + "Blountville", + "Blowing Rock", + "Blue", + "Blue Ball", + "Blue Bell", + "Blue Creek", + "Blue Earth", + "Blue Eye", + "Blue Grass", + "Blue Hill", + "Blue Island", + "Blue Jay", + "Blue Lake", + "Blue Mound", + "Blue Mounds", + "Blue Mountain", + "Blue Mountain Lake", + "Blue Point", + "Blue Rapids", + "Blue Ridge", + "Blue Ridge Summit", + "Blue River", + "Blue Springs", + "Bluebell", + "Bluefield", + "Bluejacket", + "Bluemont", + "Bluewater", + "Bluff", + "Bluff City", + "Bluff Dale", + "Bluffs", + "Bluffton", + "Bluford", + "Blum", + "Bly", + "Blythe", + "Blytheville", + "Blythewood", + "Boalsburg", + "Boardman", + "Boaz", + "Bob White", + "Bobtown", + "Boca Grande", + "Boca Raton", + "Bode", + "Bodega Bay", + "Bodfish", + "Boelus", + "Boerne", + "Bogalusa", + "Bogard", + "Bogart", + "Bogata", + "Boggstown", + "Bogota", + "Bogue Chitto", + "Bohannon", + "Bohemia", + "Boiceville", + "Boiling Springs", + "Boise", + "Boise City", + "Boissevain", + "Bokchito", + "Bokeelia", + "Bolckow", + "Boligee", + "Bolinas", + "Boling", + "Bolingbroke", + "Bolingbrook", + "Bolivar", + "Bolivia", + "Bolt", + "Bolton", + "Bolton Landing", + "Bomont", + "Bon Aqua", + "Bonaire", + "Bonaparte", + "Bondsville", + "Bonduel", + "Bondurant", + "Bondville", + "Bone Gap", + "Bonfield", + "Bonham", + "Bonifay", + "Bonita", + "Bonita Springs", + "Bonlee", + "Bonne Terre", + "Bonneau", + "Bonner Springs", + "Bonnerdale", + "Bonners Ferry", + "Bonney Lake", + "Bonnie", + "Bonnieville", + "Bonnots Mill", + "Bonnyman", + "Bono", + "Bonsall", + "Boody", + "Booker", + "Boomer", + "Boone", + "Boones Mill", + "Booneville", + "Boonsboro", + "Boonton", + "Boonville", + "Boothbay", + "Boothbay Harbor", + "Borden", + "Bordentown", + "Borger", + "Boring", + "Boron", + "Borrego Springs", + "Boscobel", + "Bosque Farms", + "Bossier City", + "Bostic", + "Boston", + "Bostwick", + "Boswell", + "Bosworth", + "Bothell", + "Botkins", + "Bottineau", + "Boulder", + "Boulder City", + "Boulder Creek", + "Boulder Town", + "Boulevard", + "Bound Brook", + "Bountiful", + "Bourbon", + "Bourbonnais", + "Bourg", + "Boutte", + "Bovard", + "Bovey", + "Bovina", + "Bovina Center", + "Bow", + "Bow Center", + "Bowdoin Center", + "Bowdoinham", + "Bowdon", + "Bowerston", + "Bowersville", + "Bowie", + "Bowler", + "Bowling Green", + "Bowlus", + "Bowman", + "Bowmanstown", + "Bowmansville", + "Box Elder", + "Box Springs", + "Boxford", + "Boxholm", + "Boyce", + "Boyceville", + "Boyd", + "Boyden", + "Boyds", + "Boydton", + "Boyers", + "Boyertown", + "Boyle", + "Boylston", + "Boyne City", + "Boyne Falls", + "Boynton", + "Boynton Beach", + "Bozeman", + "Braceville", + "Bracey", + "Brackenridge", + "Brackettville", + "Brackney", + "Braddock", + "Bradenton", + "Bradenton Beach", + "Bradenville", + "Bradford", + "Bradley", + "Bradley Beach", + "Bradley Junction", + "Bradner", + "Bradshaw", + "Brady", + "Bradyville", + "Bragg City", + "Braham", + "Braidwood", + "Brainerd", + "Braintree", + "Braithwaite", + "Braman", + "Bramwell", + "Branch", + "Branch Township", + "Branchland", + "Branchville", + "Brandamore", + "Brandenburg", + "Brandon", + "Brandt", + "Brandy Station", + "Brandywine", + "Branford", + "Branson", + "Brant", + "Brant Lake", + "Brantingham", + "Braselton", + "Brashear", + "Brasher Falls", + "Brasstown", + "Brattleboro", + "Brave", + "Brawley", + "Braxton", + "Brayton", + "Brazil", + "Brazoria", + "Brea", + "Breaux Bridge", + "Breckenridge", + "Brecksville", + "Breda", + "Breese", + "Breezewood", + "Breezy Point", + "Breinigsville", + "Bremen", + "Bremerton", + "Bremo Bluff", + "Brenham", + "Brent", + "Brentwood", + "Bretton Woods", + "Brevard", + "Brewer", + "Brewerton", + "Brewster", + "Brewton", + "Brian Head", + "Briarcliff Manor", + "Bricelyn", + "Briceville", + "Brick Township", + "Bridge City", + "Bridgehampton", + "Bridgeport", + "Bridger", + "Bridgeton", + "Bridgeview", + "Bridgeville", + "Bridgewater", + "Bridgewater Corners", + "Bridgman", + "Bridgton", + "Brielle", + "Brier Hill", + "Brierfield", + "Brigantine", + "Briggs", + "Briggsdale", + "Brigham City", + "Brighton", + "Brightwaters", + "Brightwood", + "Brilliant", + "Brillion", + "Brimfield", + "Brimley", + "Bringhurst", + "Brinkley", + "Brisbane", + "Briscoe", + "Bristol", + "Bristolville", + "Bristow", + "Britt", + "Brittany", + "Britton", + "Broad Brook", + "Broad Run", + "Broadalbin", + "Broaddus", + "Broadlands", + "Broadus", + "Broadview", + "Broadview Heights", + "Broadway", + "Brockport", + "Brockton", + "Brockway", + "Brocton", + "Brodhead", + "Brodheadsville", + "Brodnax", + "Brogue", + "Brohard", + "Broken Arrow", + "Broken Bow", + "Bronaugh", + "Bronson", + "Bronston", + "Bronte", + "Bronwood", + "Bronxville", + "Brook", + "Brook Park", + "Brookdale", + "Brookeland", + "Brooker", + "Brookeville", + "Brookfield", + "Brookhaven", + "Brookings", + "Brookland", + "Brooklandville", + "Brooklet", + "Brooklin", + "Brookline", + "Brooklyn", + "Brookport", + "Brooks", + "Brookshire", + "Brookston", + "Brooksville", + "Brookton", + "Brooktondale", + "Brookville", + "Brookwood", + "Broomall", + "Broomfield", + "Brooten", + "Broseley", + "Broughton", + "Broussard", + "Browder", + "Brown City", + "Brownell", + "Brownfield", + "Browning", + "Browns Mills", + "Browns Summit", + "Browns Valley", + "Brownsboro", + "Brownsburg", + "Brownsdale", + "Brownstown", + "Brownsville", + "Browntown", + "Brownville", + "Brownwood", + "Broxton", + "Bruce", + "Bruceton", + "Bruceton Mills", + "Bruceville", + "Bruin", + "Brule", + "Brundidge", + "Bruner", + "Bruni", + "Bruning", + "Bruno", + "Brunsville", + "Brunswick", + "Brush", + "Brush Prairie", + "Brushton", + "Brusly", + "Brussels", + "Bryan", + "Bryans Road", + "Bryant", + "Bryant Pond", + "Bryantville", + "Bryce Canyon", + "Bryce Canyon City", + "Bryceville", + "Bryn Athyn", + "Bryn Mawr", + "Bryson", + "Bryson City", + "Buchanan", + "Buchanan Dam", + "Buckatunna", + "Buckeye", + "Buckeystown", + "Buckfield", + "Buckhannon", + "Buckhead", + "Buckholts", + "Buckingham", + "Buckingham Township", + "Buckland", + "Buckley", + "Bucklin", + "Buckner", + "Bucksport", + "Bucyrus", + "Bud", + "Buda", + "Budd Lake", + "Bude", + "Buellton", + "Buena", + "Buena Park", + "Buena Vista", + "Buffalo", + "Buffalo Center", + "Buffalo Gap", + "Buffalo Grove", + "Buffalo Lake", + "Buffalo Valley", + "Buford", + "Buhl", + "Buhler", + "Buies Creek", + "Bulan", + "Bulger", + "Bull Shoals", + "Bullard", + "Bullhead", + "Bullhead City", + "Bullock", + "Bulls Gap", + "Bullville", + "Bulpitt", + "Bulverde", + "Bumpass", + "Bumpus Mills", + "Buna", + "Bunceton", + "Bunch", + "Buncombe", + "Bunker Hill", + "Bunkie", + "Bunn", + "Bunnell", + "Bunnlevel", + "Bunola", + "Buras", + "Burbank", + "Burden", + "Burdett", + "Burdick", + "Bureau", + "Burgaw", + "Burgess", + "Burgettstown", + "Burgin", + "Burkburnett", + "Burke", + "Burkesville", + "Burket", + "Burkeville", + "Burleson", + "Burley", + "Burlingame", + "Burlington", + "Burlington Flats", + "Burlington Junction", + "Burlison", + "Burnet", + "Burnettsville", + "Burney", + "Burneyville", + "Burnham", + "Burns", + "Burns Flat", + "Burnside", + "Burnsville", + "Burnt Hills", + "Burr", + "Burr Hill", + "Burrton", + "Burt", + "Burton", + "Burtonsville", + "Burtrum", + "Burwell", + "Busby", + "Bush", + "Bushkill", + "Bushland", + "Bushnell", + "Bushton", + "Buskirk", + "Busy", + "Butler", + "Butlerville", + "Butner", + "Butte", + "Butte des Morts", + "Butterfield", + "Butternut", + "Buttonwillow", + "Buxton", + "Buzzards Bay", + "Byers", + "Byesville", + "Byfield", + "Byhalia", + "Bylas", + "Bynum", + "Byram", + "Byrdstown", + "Byron", + "Byron Center", + "Cabazon", + "Cabery", + "Cabin Creek", + "Cabin John", + "Cable", + "Cabool", + "Cabot", + "Cache", + "Cactus", + "Caddo", + "Caddo Gap", + "Caddo Mills", + "Cade", + "Cades", + "Cadet", + "Cadillac", + "Cadiz", + "Cadott", + "Cadyville", + "Cainsville", + "Cairnbrook", + "Cairo", + "Calabasas", + "Calabash", + "Calais", + "Calamus", + "Calder", + "Caldwell", + "Caledonia", + "Calera", + "Calexico", + "Calhan", + "Calhoun", + "Calhoun City", + "Calhoun Falls", + "Calico Rock", + "Caliente", + "Califon", + "California", + "California City", + "Calimesa", + "Calipatria", + "Calistoga", + "Callahan", + "Callao", + "Callaway", + "Callicoon", + "Calmar", + "Calpella", + "Calpine", + "Calumet", + "Calumet City", + "Calvert", + "Calvert City", + "Calverton", + "Calypso", + "Camanche", + "Camano", + "Camarillo", + "Camas", + "Cambria", + "Cambria Heights", + "Cambridge", + "Cambridge City", + "Cambridge Springs", + "Cambridgeport", + "Camby", + "Camden", + "Camden Point", + "Camdenton", + "Cameron", + "Cameron Mills", + "Camilla", + "Camillus", + "Camino", + "Camp Creek", + "Camp Dennison", + "Camp Douglas", + "Camp H M Smith", + "Camp Hill", + "Camp Meeker", + "Camp Point", + "Camp Verde", + "Camp Wood", + "Campbell", + "Campbell Hall", + "Campbell Hill", + "Campbellsburg", + "Campbellsport", + "Campbellsville", + "Campbelltown", + "Campo", + "Campobello", + "Campti", + "Campton", + "Campton Upper Village", + "Campus", + "Cana", + "Canaan", + "Canada", + "Canadensis", + "Canadian", + "Canajoharie", + "Canal Fulton", + "Canal Point", + "Canal Winchester", + "Canalou", + "Canandaigua", + "Canastota", + "Canby", + "Candia", + "Candler", + "Cando", + "Candor", + "Canehill", + "Caney", + "Caneyville", + "Canfield", + "Canisteo", + "Canmer", + "Cannel City", + "Cannelton", + "Cannon", + "Cannon Falls", + "Cannonville", + "Canoga Park", + "Canon", + "Canon City", + "Canonsburg", + "Canterbury", + "Canton", + "Cantonment", + "Cantrall", + "Canute", + "Canutillo", + "Canvas", + "Canyon", + "Canyon City", + "Canyon Country", + "Canyon Lake", + "Canyonville", + "Capac", + "Cape Canaveral", + "Cape Charles", + "Cape Coral", + "Cape Elizabeth", + "Cape Fair", + "Cape Girardeau", + "Cape May", + "Cape May Court House", + "Cape May Point", + "Cape Neddick", + "Cape Porpoise", + "Cape Vincent", + "Capeville", + "Capistrano Beach", + "Capitan", + "Capitola", + "Capon Bridge", + "Capron", + "Captain Cook", + "Captiva", + "Caputa", + "Caraway", + "Carbon", + "Carbon Hill", + "Carbonado", + "Carbondale", + "Cardale", + "Cardington", + "Carefree", + "Carencro", + "Carey", + "Careywood", + "Caribou", + "Carl Junction", + "Carle Place", + "Carleton", + "Carlin", + "Carlinville", + "Carlisle", + "Carlock", + "Carlos", + "Carlotta", + "Carlsbad", + "Carlsborg", + "Carlstadt", + "Carlton", + "Carlyle", + "Carman", + "Carmel", + "Carmel Valley", + "Carmen", + "Carmi", + "Carmichael", + "Carmichaels", + "Carmine", + "Carnation", + "Carnegie", + "Carnesville", + "Carney", + "Caro", + "Caroga Lake", + "Carol Stream", + "Carolina", + "Carolina Beach", + "Carp Lake", + "Carpentersville", + "Carpinteria", + "Carr", + "Carrabelle", + "Carrboro", + "Carrie", + "Carrier", + "Carrier Mills", + "Carriere", + "Carrington", + "Carrizo Springs", + "Carrizozo", + "Carroll", + "Carrollton", + "Carrolltown", + "Carrsville", + "Carson", + "Carson City", + "Carsonville", + "Carter Lake", + "Carteret", + "Cartersville", + "Carterville", + "Carthage", + "Cartwright", + "Caruthers", + "Caruthersville", + "Carver", + "Cary", + "Caryville", + "Casa Grande", + "Casanova", + "Casar", + "Cascade", + "Cascade Locks", + "Cascilla", + "Casco", + "Caseville", + "Casey", + "Caseyville", + "Cashiers", + "Cashion", + "Cashmere", + "Cashton", + "Cashtown", + "Casnovia", + "Casper", + "Caspian", + "Cass City", + "Cass Lake", + "Cassadaga", + "Cassatt", + "Cassel", + "Casselberry", + "Casselton", + "Cassoday", + "Cassopolis", + "Casstown", + "Cassville", + "Castaic", + "Castalia", + "Castalian Springs", + "Castile", + "Castine", + "Castle Dale", + "Castle Hayne", + "Castle Point", + "Castle Rock", + "Castleberry", + "Castleton", + "Castleton-on-Hudson", + "Castlewood", + "Castor", + "Castorland", + "Castro Valley", + "Castroville", + "Cat Spring", + "Cataldo", + "Catasauqua", + "Cataula", + "Cataumet", + "Catawba", + "Catawissa", + "Catharpin", + "Cathedral City", + "Catherine", + "Catheys Valley", + "Cathlamet", + "Catlett", + "Catlettsburg", + "Catlin", + "Cato", + "Catonsville", + "Catoosa", + "Catron", + "Catskill", + "Cattaraugus", + "Caulfield", + "Cavalier", + "Cave City", + "Cave Creek", + "Cave Junction", + "Cave Spring", + "Cave Springs", + "Cave-in-Rock", + "Cavendish", + "Cavour", + "Cawood", + "Cayce", + "Cayucos", + "Cayuga", + "Cayuta", + "Cazadero", + "Cazenovia", + "Cecil", + "Cecilia", + "Cecilton", + "Cedar", + "Cedar Bluff", + "Cedar Bluffs", + "Cedar Brook", + "Cedar City", + "Cedar Creek", + "Cedar Crest", + "Cedar Falls", + "Cedar Glen", + "Cedar Grove", + "Cedar Hill", + "Cedar Key", + "Cedar Knolls", + "Cedar Lake", + "Cedar Park", + "Cedar Point", + "Cedar Rapids", + "Cedar Ridge", + "Cedar Springs", + "Cedar Vale", + "Cedar Valley", + "Cedarburg", + "Cedaredge", + "Cedarhurst", + "Cedartown", + "Cedarville", + "Celeste", + "Celina", + "Celoron", + "Cement", + "Cement City", + "Centenary", + "Center", + "Center Barnstead", + "Center City", + "Center Conway", + "Center Cross", + "Center Harbor", + "Center Hill", + "Center Junction", + "Center Line", + "Center Moriches", + "Center Ossipee", + "Center Point", + "Center Ridge", + "Center Rutland", + "Center Sandwich", + "Center Tuftonboro", + "Center Valley", + "Centerbrook", + "Centerburg", + "Centereach", + "Centerfield", + "Centerport", + "Centerton", + "Centertown", + "Centerview", + "Centerville", + "Centrahoma", + "Central", + "Central Bridge", + "Central City", + "Central Falls", + "Central Islip", + "Central Lake", + "Central Point", + "Central Square", + "Central Valley", + "Central Village", + "Centralia", + "Centre", + "Centre Hall", + "Centreville", + "Centuria", + "Century", + "Ceres", + "Ceresco", + "Cerrillos", + "Cerritos", + "Cerro", + "Cerro Gordo", + "Cerulean", + "Chadbourn", + "Chadds Ford", + "Chadron", + "Chadwick", + "Chaffee", + "Chagrin Falls", + "Chalfont", + "Challis", + "Chalmette", + "Chama", + "Chamberino", + "Chamberlain", + "Chambers", + "Chambersburg", + "Champaign", + "Champion", + "Champlain", + "Champlin", + "Chana", + "Chancellor", + "Chandler", + "Chandlersville", + "Chandlerville", + "Chanhassen", + "Channahon", + "Channelview", + "Channing", + "Chantilly", + "Chanute", + "Chaparral", + "Chapel Hill", + "Chapin", + "Chaplin", + "Chapman", + "Chapmansboro", + "Chapmanville", + "Chappaqua", + "Chappell Hill", + "Chardon", + "Charenton", + "Chariton", + "Charlemont", + "Charleroi", + "Charles City", + "Charles Town", + "Charleston", + "Charlestown", + "Charlevoix", + "Charlotte", + "Charlotte Court House", + "Charlotte Hall", + "Charlottesville", + "Charlotteville", + "Charlton", + "Charter Oak", + "Charter Township of Clinton", + "Chartley", + "Chase", + "Chase City", + "Chaseburg", + "Chaseley", + "Chaska", + "Chassell", + "Chataignier", + "Chatfield", + "Chatham", + "Chatom", + "Chatsworth", + "Chattahoochee", + "Chattanooga", + "Chattaroy", + "Chaumont", + "Chauncey", + "Chautauqua", + "Chauvin", + "Chavies", + "Chazy", + "Chebanse", + "Chebeague Island", + "Cheboygan", + "Checotah", + "Chefornak", + "Chehalis", + "Chelan", + "Chelan Falls", + "Chelmsford", + "Chelsea", + "Cheltenham", + "Chemung", + "Chenango Forks", + "Cheney", + "Cheneyville", + "Chenoa", + "Chepachet", + "Cheraw", + "Cheriton", + "Cherokee", + "Cherokee Village", + "Cherry Hill", + "Cherry Log", + "Cherry Point Marine Base Mobile Home Park", + "Cherry Tree", + "Cherry Valley", + "Cherryfield", + "Cherryvale", + "Cherryville", + "Chesaning", + "Chesapeake", + "Chesapeake Beach", + "Chesapeake City", + "Cheshire", + "Chesnee", + "Chester", + "Chester Heights", + "Chester Springs", + "Chesterfield", + "Chesterhill", + "Chesterland", + "Chesterton", + "Chestertown", + "Chestnut", + "Chestnut Hill", + "Chestnut Mountain", + "Chestnut Ridge", + "Cheswick", + "Chetek", + "Chetopa", + "Chevak", + "Chevy Chase", + "Chewelah", + "Cheyenne", + "Cheyenne Wells", + "Cheyney", + "Chicago", + "Chicago Heights", + "Chicago Ridge", + "Chichester", + "Chickamauga", + "Chickasha", + "Chicken", + "Chico", + "Chicopee", + "Chicora", + "Chiefland", + "Childersburg", + "Childress", + "Childs", + "Chilhowee", + "Chilhowie", + "Chili", + "Chillicothe", + "Chilo", + "Chilton", + "Chimacum", + "China Grove", + "China Springs", + "Chinchilla", + "Chincoteague Island", + "Chinese Camp", + "Chinle", + "Chino", + "Chino Hills", + "Chino Valley", + "Chinook", + "Chipley", + "Chippewa Falls", + "Chippewa Lake", + "Chireno", + "Chisago City", + "Chisholm", + "Chittenango", + "Chittenden", + "Chloride", + "Chocorua", + "Chocowinity", + "Choctaw", + "Chokio", + "Choteau", + "Choudrant", + "Chouteau", + "Chowchilla", + "Chrisman", + "Christchurch", + "Christiana", + "Christiansburg", + "Christine", + "Christmas", + "Christmas Valley", + "Christopher", + "Christoval", + "Chualar", + "Chuckey", + "Chugiak", + "Chugwater", + "Chula", + "Chula Vista", + "Chunchula", + "Chunky", + "Church Hill", + "Church Point", + "Church Rock", + "Churchton", + "Churchville", + "Churdan", + "Churubusco", + "Cibola", + "Cibolo", + "Cicero", + "Cimarron", + "Cincinnati", + "Cincinnatus", + "Cinebar", + "Circle", + "Circle Pines", + "Circleville", + "Cisco", + "Cisne", + "Cissna Park", + "Citra", + "Citronelle", + "Citrus Heights", + "City of Angels", + "City of Industry", + "City of Picher (historical)", + "City of Saint Marys", + "City of Saint Peters", + "Clackamas", + "Claflin", + "Claire City", + "Clairton", + "Clam Lake", + "Clancy", + "Clanton", + "Clara City", + "Clare", + "Claremont", + "Claremore", + "Clarence", + "Clarendon", + "Clarendon Hills", + "Claridge", + "Clarinda", + "Clarington", + "Clarion", + "Clarissa", + "Clark", + "Clark Fork", + "Clark Mills", + "Clarkesville", + "Clarkfield", + "Clarkia", + "Clarklake", + "Clarkrange", + "Clarks", + "Clarks Grove", + "Clarks Hill", + "Clarks Summit", + "Clarksboro", + "Clarksburg", + "Clarksdale", + "Clarkson", + "Clarkston", + "Clarksville", + "Clarkton", + "Claryville", + "Clatonia", + "Clatskanie", + "Claude", + "Claudville", + "Claverack", + "Clawson", + "Claxton", + "Clay", + "Clay Center", + "Clay City", + "Claymont", + "Claypool", + "Claysburg", + "Claysville", + "Clayton", + "Cle Elum", + "Clear Brook", + "Clear Fork", + "Clear Lake", + "Clear Spring", + "Clearbrook", + "Clearfield", + "Clearlake", + "Clearlake Oaks", + "Clearmont", + "Clearville", + "Clearwater", + "Clearwater Beach", + "Cleburne", + "Cleghorn", + "Clementon", + "Clements", + "Clemmons", + "Clemons", + "Clemson", + "Clendenin", + "Clermont", + "Cleveland", + "Clever", + "Cleves", + "Clewiston", + "Clifford", + "Cliffside Park", + "Cliffwood", + "Clifton", + "Clifton Forge", + "Clifton Heights", + "Clifton Park", + "Clifton Springs", + "Climax", + "Climax Springs", + "Clinchco", + "Clint", + "Clinton", + "Clinton Corners", + "Clintondale", + "Clintonville", + "Clintwood", + "Clio", + "Clive", + "Clontarf", + "Clopton", + "Cloquet", + "Closplint", + "Closter", + "Cloud", + "Cloudcroft", + "Clover", + "Cloverdale", + "Cloverport", + "Clovis", + "Clute", + "Clyde", + "Clyde Park", + "Clyman", + "Clymer", + "Clyo", + "Coachella", + "Coahoma", + "Coal Center", + "Coal City", + "Coal Hill", + "Coal Mountain", + "Coal Township", + "Coal Valley", + "Coaldale", + "Coalfield", + "Coalgate", + "Coalinga", + "Coalmont", + "Coalport", + "Coalville", + "Coarsegold", + "Coatesville", + "Coats", + "Coatsburg", + "Cobalt", + "Cobb", + "Cobbs Creek", + "Cobden", + "Cobleskill", + "Coburn", + "Cochecton", + "Cochise", + "Cochiti Lake", + "Cochiti Pueblo", + "Cochran", + "Cochrane", + "Cochranton", + "Cochranville", + "Cockeysville", + "Cocoa", + "Cocoa Beach", + "Cocolamus", + "Coden", + "Cody", + "Coeburn", + "Coeymans", + "Coeymans Hollow", + "Coffee Springs", + "Coffeen", + "Coffeeville", + "Coffey", + "Coffeyville", + "Coffman Cove", + "Coggon", + "Cogswell", + "Cohasset", + "Cohocton", + "Cohoes", + "Cohutta", + "Coin", + "Coinjock", + "Cokato", + "Cokeburg", + "Coker", + "Cokeville", + "Colbert", + "Colby", + "Colchester", + "Colcord", + "Cold Brook", + "Cold Spring", + "Cold Spring Harbor", + "Cold Springs", + "Colden", + "Coldspring", + "Coldwater", + "Cole Camp", + "Colebrook", + "Coleman", + "Colerain", + "Coleraine", + "Coleridge", + "Colesburg", + "Coleville", + "Colfax", + "Colgate", + "College Corner", + "College Grove", + "College Park", + "College Place", + "College Point", + "College Station", + "Collegedale", + "Collegeport", + "Collegeville", + "Colleyville", + "Colliers", + "Collierville", + "Collingswood", + "Collins", + "Collinston", + "Collinsville", + "Collinwood", + "Collison", + "Colman", + "Colmar", + "Colmesneil", + "Colo", + "Cologne", + "Coloma", + "Colon", + "Colona", + "Colonia", + "Colonial Beach", + "Colonial Heights", + "Colony", + "Colora", + "Colorado City", + "Colorado Springs", + "Colquitt", + "Colstrip", + "Colt", + "Colton", + "Colts Neck", + "Columbia", + "Columbia City", + "Columbia Cross Roads", + "Columbia Falls", + "Columbia Station", + "Columbiana", + "Columbiaville", + "Columbus", + "Columbus Grove", + "Columbus Junction", + "Colusa", + "Colver", + "Colville", + "Colwich", + "Comanche", + "Combined Locks", + "Combs", + "Comer", + "Comfort", + "Comfrey", + "Commack", + "Commerce", + "Commerce City", + "Commercial Point", + "Commiskey", + "Como", + "Comptche", + "Compton", + "Comstock", + "Comstock Park", + "Conception Junction", + "Concho", + "Concord", + "Concordia", + "Concordville", + "Concrete", + "Condon", + "Conestoga", + "Conesus", + "Conesville", + "Confluence", + "Conger", + "Congers", + "Congerville", + "Congress", + "Conifer", + "Conklin", + "Conley", + "Conneaut", + "Conneaut Lake", + "Conneautville", + "Connell", + "Connellsville", + "Connelly Springs", + "Connersville", + "Conover", + "Conowingo", + "Conrad", + "Conrath", + "Conroe", + "Conroy", + "Conshohocken", + "Constableville", + "Constantia", + "Constantine", + "Contact", + "Content", + "Continental", + "Contoocook", + "Convent", + "Converse", + "Convoy", + "Conway", + "Conway Springs", + "Conyers", + "Conyngham", + "Cook", + "Cookeville", + "Cookstown", + "Cooksville", + "Coolidge", + "Coolin", + "Coolville", + "Coon Rapids", + "Coon Valley", + "Cooper", + "Cooper Landing", + "Coopers Plains", + "Coopersburg", + "Cooperstown", + "Coopersville", + "Coos Bay", + "Copake", + "Copake Falls", + "Copalis Beach", + "Copan", + "Cope", + "Copeland", + "Copenhagen", + "Copeville", + "Copiague", + "Coplay", + "Coppell", + "Copper Center", + "Copper Harbor", + "Copperas Cove", + "Copperhill", + "Copperopolis", + "Coquille", + "Coral", + "Coral Gables", + "Coralville", + "Coram", + "Coraopolis", + "Corbett", + "Corbin", + "Corcoran", + "Cordele", + "Cordell", + "Cordesville", + "Cordova", + "Corfu", + "Corinna", + "Corinne", + "Corinth", + "Corn", + "Cornelia", + "Cornelius", + "Cornell", + "Cornersville", + "Corning", + "Cornish", + "Cornish Flat", + "Cornville", + "Cornwall", + "Cornwall Bridge", + "Cornwall-on-Hudson", + "Cornwallville", + "Corolla", + "Corona", + "Corona del Mar", + "Coronado", + "Corpus Christi", + "Corrales", + "Correctionville", + "Corrigan", + "Corry", + "Corryton", + "Corsica", + "Corsicana", + "Cortaro", + "Corte Madera", + "Cortez", + "Cortland", + "Corunna", + "Corvallis", + "Corwith", + "Cory", + "Corydon", + "Cos Cob", + "Cosby", + "Coshocton", + "Cosmopolis", + "Cosmos", + "Costa Mesa", + "Cotati", + "Cottage Grove", + "Cottage Hills", + "Cottageville", + "Cottekill", + "Cotton", + "Cotton Valley", + "Cottondale", + "Cottonport", + "Cottontown", + "Cottonwood", + "Cotuit", + "Cotulla", + "Coudersport", + "Coulee City", + "Coulee Dam", + "Coulterville", + "Counce", + "Council", + "Council Bluffs", + "Council Grove", + "Council Hill", + "Country Club Hills", + "Coupeville", + "Coupland", + "Courtland", + "Coushatta", + "Cove", + "Covelo", + "Coventry", + "Covert", + "Covina", + "Covington", + "Cowan", + "Cowansville", + "Coward", + "Cowden", + "Cowen", + "Coweta", + "Cowiche", + "Cowlesville", + "Cowley", + "Cowpens", + "Coxs Creek", + "Coxsackie", + "Coyle", + "Coyote", + "Cozad", + "Crab Orchard", + "Crabtree", + "Craftsbury", + "Craig", + "Craigmont", + "Craigsville", + "Craigville", + "Cramerton", + "Cranberry Township", + "Cranbury", + "Crandall", + "Crandon", + "Crane", + "Crane Hill", + "Crane Lake", + "Cranesville", + "Cranfills Gap", + "Cranford", + "Cranks", + "Cranston", + "Craryville", + "Crawford", + "Crawfordsville", + "Crawfordville", + "Crawley", + "Creal Springs", + "Cream Ridge", + "Creede", + "Creedmoor", + "Creekside", + "Creighton", + "Creola", + "Creole", + "Cresbard", + "Crescent", + "Crescent City", + "Crescent Hills", + "Crescent Mills", + "Crescent Valley", + "Cresco", + "Cresskill", + "Cresson", + "Crest Hill", + "Crested Butte", + "Crestline", + "Creston", + "Crestone", + "Crestview", + "Crestwood", + "Creswell", + "Crete", + "Creve Coeur", + "Crewe", + "Crimora", + "Cripple Creek", + "Crisfield", + "Crittenden", + "Critz", + "Crivitz", + "Crocker", + "Crockett", + "Crofton", + "Croghan", + "Crompond", + "Cromwell", + "Crooks", + "Crookston", + "Crooksville", + "Cropseyville", + "Crosby", + "Crosbyton", + "Cross", + "Cross City", + "Cross Junction", + "Cross Lake", + "Cross Plains", + "Cross River", + "Crossett", + "Crossville", + "Crosswicks", + "Croswell", + "Crothersville", + "Croton", + "Croton Falls", + "Croton-on-Hudson", + "Crow Agency", + "Crowder", + "Crowell", + "Crowheart", + "Crowley", + "Crown City", + "Crown Point", + "Crownpoint", + "Crownsville", + "Crows Landing", + "Croydon", + "Crozet", + "Crucible", + "Cruger", + "Crum", + "Crum Lynne", + "Crump", + "Crumpler", + "Crystal", + "Crystal City", + "Crystal Falls", + "Crystal Lake", + "Crystal River", + "Crystal Springs", + "Cub Run", + "Cuba", + "Cuba City", + "Cudahy", + "Cuddebackville", + "Cuddy Hill", + "Cuero", + "Culbertson", + "Culdesac", + "Cullen", + "Culleoka", + "Cullman", + "Culloden", + "Cullom", + "Cullowhee", + "Culpeper", + "Culver", + "Culver City", + "Cumberland", + "Cumberland Center", + "Cumberland City", + "Cumberland Foreside", + "Cumberland Furnace", + "Cumberland Gap", + "Cumby", + "Cumming", + "Cummings", + "Cummington", + "Cunningham", + "Cupertino", + "Currie", + "Currituck", + "Curryville", + "Curtice", + "Curtis", + "Curtis Bay", + "Curtiss", + "Curwensville", + "Cushing", + "Cusick", + "Cusseta", + "Custar", + "Custer", + "Custer City", + "Cut Bank", + "Cut Off", + "Cutchogue", + "Cuthbert", + "Cutler", + "Cuttingsville", + "Cuyahoga Falls", + "Cyclone", + "Cygnet", + "Cylinder", + "Cynthiana", + "Cypress", + "Cypress Inn", + "Cyril", + "Dacoma", + "Dacono", + "Dacula", + "Dade City", + "Dadeville", + "Daggett", + "Dagsboro", + "Dahlgren", + "Dahlonega", + "Daingerfield", + "Daisetta", + "Daisytown", + "Dakota", + "Dakota City", + "Dale", + "Daleville", + "Dalhart", + "Dallas", + "Dallas Center", + "Dallas City", + "Dallastown", + "Dalmatia", + "Dalton", + "Dalton City", + "Daly City", + "Dalzell", + "Damariscotta", + "Damascus", + "Damon", + "Dana", + "Dana Point", + "Danbury", + "Danby", + "Dandridge", + "Dane", + "Danese", + "Danforth", + "Dania Beach", + "Daniels", + "Danielson", + "Danielsville", + "Dannemora", + "Dansville", + "Dante", + "Danube", + "Danvers", + "Danville", + "Daphne", + "Darby", + "Dardanelle", + "Darden", + "Darien", + "Darlington", + "Darmstadt", + "Darrington", + "Darrouzett", + "Darrow", + "Darwin", + "Dassel", + "Dateland", + "Datil", + "Dauphin", + "Dauphin Island", + "Davenport", + "David City", + "Davidson", + "Davidsonville", + "Davis", + "Davis City", + "Davis Junction", + "Davisboro", + "Davisburg", + "Davison", + "Daviston", + "Davisville", + "Davy", + "Dawes", + "Dawn", + "Dawson", + "Dawson Springs", + "Dawsonville", + "Days Creek", + "Dayton", + "Daytona Beach", + "Dayville", + "Dazey", + "De Beque", + "De Borgia", + "De Forest", + "De Graff", + "De Kalb", + "De Kalb Junction", + "De Leon", + "De Leon Springs", + "De Queen", + "De Smet", + "De Soto", + "De Valls Bluff", + "De Witt", + "Deadwood", + "Deal", + "Deal Island", + "Deale", + "Deansboro", + "Deanville", + "Dearborn", + "Dearborn Heights", + "Dearing", + "Death Valley Junction", + "Deatsville", + "Deaver", + "DeBary", + "Debord", + "Decatur", + "Decaturville", + "Decherd", + "Decker", + "Deckerville", + "Declo", + "Decorah", + "Dedham", + "Deep River", + "Deep Run", + "Deep Water", + "Deepwater", + "Deer", + "Deer Island", + "Deer Isle", + "Deer Lodge", + "Deer Park", + "Deer River", + "Deer Trail", + "Deerfield", + "Deerfield Beach", + "Deering", + "Deerwood", + "Defiance", + "Deford", + "DeFuniak Springs", + "DeKalb", + "Del Mar", + "Del Norte", + "Del Rey", + "Del Rio", + "Del Valle", + "Delafield", + "DeLand", + "Delano", + "Delanson", + "Delaplaine", + "Delavan", + "Delaware", + "Delaware City", + "Delbarton", + "Delcambre", + "Delco", + "Delevan", + "Delhi", + "Delight", + "Dell", + "Dell Rapids", + "Delmar", + "Delmont", + "Deloit", + "Delphi", + "Delphos", + "Delray", + "Delray Beach", + "Delta", + "Deltana", + "Deltaville", + "Delton", + "Deltona", + "Dema", + "Demarest", + "Deming", + "Demopolis", + "Demorest", + "DeMossville", + "DeMotte", + "Denair", + "Dendron", + "Denham Springs", + "Denison", + "Denmark", + "Dennis", + "Dennis Port", + "Dennison", + "Denniston", + "Dennysville", + "Dent", + "Denton", + "Denver", + "Denver City", + "Denville", + "Depauw", + "Depere", + "Depew", + "Depoe Bay", + "Deposit", + "Depue", + "Deputy", + "DeQuincy", + "Derby", + "Derby Center", + "Derby Line", + "DeRidder", + "Derma", + "Dermott", + "Derry", + "DeRuyter", + "Derwood", + "Des Allemands", + "Des Arc", + "Des Moines", + "Des Plaines", + "Descanso", + "Desert Hot Springs", + "Deshler", + "DeSoto", + "Destin", + "Destrehan", + "Detroit", + "Detroit Lakes", + "Devens", + "Deville", + "Devils Lake", + "Devine", + "Devon", + "Dewar", + "Dewey", + "DeWitt", + "Dewy Rose", + "Dexter", + "Dexter City", + "Diablo", + "Diagonal", + "Diamond", + "Diamond Bar", + "Diamond Point", + "Diamond Springs", + "Diamondhead", + "Diamondville", + "Diana", + "Diboll", + "Dickerson", + "Dickeyville", + "Dickinson", + "Dickinson Center", + "Dickson", + "Dickson City", + "Dierks", + "Dieterich", + "Dietrich", + "Diggs", + "Dighton", + "Dill City", + "Dillard", + "Diller", + "Dilley", + "Dillingham", + "Dillon", + "Dillon Beach", + "Dillonvale", + "Dillsboro", + "Dillsburg", + "Dillwyn", + "Dime Box", + "Dimmitt", + "Dimock", + "Dimondale", + "Dingess", + "Dingmans Ferry", + "Dinuba", + "Dinwiddie", + "Discovery Bay", + "Disputanta", + "Distant", + "District Heights", + "Dittmer", + "Divernon", + "Divide", + "Dividing Creek", + "Dix", + "Dixfield", + "Dixie", + "Dixmont", + "Dixon", + "Dixon Springs", + "Dixons Mills", + "Dixonville", + "Dobbs Ferry", + "Dobson", + "Docena", + "Dodd City", + "Doddridge", + "Dodge", + "Dodge Center", + "Dodge City", + "Dodgeville", + "Dodgewood", + "Doerun", + "Dolan Springs", + "Doland", + "Dolgeville", + "Dollar Bay", + "Dolliver", + "Dolomite", + "Dolores", + "Dolphin", + "Dolton", + "Donald", + "Donalds", + "Donaldson", + "Donaldsonville", + "Donalsonville", + "Donegal", + "Dongola", + "Donie", + "Doniphan", + "Donna", + "Donnellson", + "Donnelly", + "Donnelsville", + "Donner", + "Donora", + "Donovan", + "Doon", + "Dora", + "Dorchester", + "Dorena", + "Dornsife", + "Dorothy", + "Dorr", + "Dorrance", + "Dorris", + "Dorset", + "Dorsey", + "Dos Palos", + "Doss", + "Doswell", + "Dothan", + "Double Springs", + "Dougherty", + "Douglas", + "Douglas City", + "Douglass", + "Douglassville", + "Douglasville", + "Dousman", + "Dover", + "Dover Plains", + "Dover-Foxcroft", + "Dow", + "Dowagiac", + "Dowell", + "Dowelltown", + "Dowling", + "Downers Grove", + "Downey", + "Downieville", + "Downingtown", + "Downs", + "Downsville", + "Dows", + "Doyle", + "Doylestown", + "Doyline", + "Dozier", + "Dracut", + "Dragoon", + "Drain", + "Drakes Branch", + "Drakesboro", + "Draper", + "Drasco", + "Dravosburg", + "Drayden", + "Dresden", + "Dresher", + "Dresser", + "Drewryville", + "Drexel", + "Drexel Hill", + "Drift", + "Drifting", + "Driftwood", + "Driggs", + "Dripping Springs", + "Driscoll", + "Drummond", + "Drummonds", + "Drumore", + "Drumright", + "Drums", + "Dry Branch", + "Dry Creek", + "Dry Fork", + "Dry Prong", + "Dry Ridge", + "Dry Run", + "Drybranch", + "Dryden", + "Dryfork", + "Du Bois", + "Du Quoin", + "Duanesburg", + "Duarte", + "Dubach", + "Dublin", + "DuBois", + "Dubois", + "Dubuque", + "Duchesne", + "Duck", + "Duck Creek Village", + "Duck Hill", + "Ducktown", + "Dudley", + "Due West", + "Duff", + "Duffield", + "Dufur", + "Dugger", + "Dugway", + "Duke", + "Duke Center", + "Dukedom", + "Dulac", + "Dulce", + "Dulles", + "Duluth", + "Dulzura", + "Dumas", + "Dumfries", + "Dumont", + "Dunbar", + "Dunbarton Center", + "Duncan", + "Duncannon", + "Duncans Mills", + "Duncansville", + "Duncanville", + "Duncombe", + "Dundalk", + "Dundas", + "Dundee", + "Dunedin", + "Dunellen", + "Dungannon", + "Dunkerton", + "Dunkirk", + "Dunlap", + "Dunlow", + "Dunmor", + "Dunmore", + "Dunn", + "Dunn Loring", + "Dunnell", + "Dunnellon", + "Dunnsville", + "Dunnville", + "Dunseith", + "Dunsmuir", + "Dunstable", + "Duplessis", + "Dupo", + "DuPont", + "Dupont", + "Dupuyer", + "Duquesne", + "Durand", + "Durango", + "Durant", + "Durbin", + "Durham", + "Durhamville", + "Duryea", + "Dushore", + "Duson", + "Dustin", + "Dutch Flat", + "Dutch Harbor", + "Dutch John", + "Dutton", + "Duvall", + "Duxbury", + "Dwale", + "Dwight", + "Dyer", + "Dyersburg", + "Dyersville", + "Dysart", + "Eads", + "Eagar", + "Eagle", + "Eagle Bend", + "Eagle Bridge", + "Eagle Butte", + "Eagle Creek", + "Eagle Grove", + "Eagle Lake", + "Eagle Mountain", + "Eagle Nest", + "Eagle Pass", + "Eagle Point", + "Eagle River", + "Eagle Rock", + "Eagle Springs", + "Eagleville", + "Earl Park", + "Earle", + "Earleville", + "Earlham", + "Earlimart", + "Earling", + "Earlsboro", + "Earlton", + "Earlville", + "Early", + "Earlysville", + "Earth", + "Earth City", + "Easley", + "East Alton", + "East Amherst", + "East Andover", + "East Aurora", + "East Bank", + "East Barre", + "East Bend", + "East Berkshire", + "East Berlin", + "East Bernard", + "East Berne", + "East Bernstadt", + "East Blue Hill", + "East Boothbay", + "East Brady", + "East Branch", + "East Bridgewater", + "East Brookfield", + "East Brunswick", + "East Burke", + "East Butler", + "East Calais", + "East Canaan", + "East Candia", + "East Carbon City", + "East Carondelet", + "East Chatham", + "East Chicago", + "East China Township", + "East Claridon", + "East Corinth", + "East Dennis", + "East Dover", + "East Dublin", + "East Dubuque", + "East Durham", + "East Earl", + "East Elmhurst", + "East Fairfield", + "East Fairview", + "East Falmouth", + "East Flat Rock", + "East Freedom", + "East Freetown", + "East Galesburg", + "East Granby", + "East Grand Forks", + "East Greenbush", + "East Greenville", + "East Greenwich", + "East Haddam", + "East Hampstead", + "East Hampton", + "East Hanover", + "East Hardwick", + "East Hartford", + "East Hartland", + "East Haven", + "East Helena", + "East Irvine", + "East Islip", + "East Jordan", + "East Kingston", + "East Lake", + "East Lansing", + "East Leroy", + "East Liberty", + "East Liverpool", + "East Longmeadow", + "East Lynn", + "East Machias", + "East Marion", + "East McKeesport", + "East Meadow", + "East Meredith", + "East Middlebury", + "East Millinocket", + "East Millsboro", + "East Moline", + "East Montpelier", + "East Moriches", + "East New Market", + "East Northport", + "East Norwich", + "East Orange", + "East Orleans", + "East Otis", + "East Palatka", + "East Palestine", + "East Peoria", + "East Petersburg", + "East Pharsalia", + "East Pittsburgh", + "East Point", + "East Prairie", + "East Prospect", + "East Providence", + "East Quogue", + "East Randolph", + "East Rochester", + "East Rockaway", + "East Rutherford", + "East Saint Louis", + "East Sandwich", + "East Setauket", + "East Sparta", + "East Stone Gap", + "East Stoneham", + "East Stroudsburg", + "East Syracuse", + "East Taunton", + "East Tawas", + "East Thetford", + "East Troy", + "East Wakefield", + "East Walpole", + "East Wareham", + "East Waterboro", + "East Wenatchee", + "East Weymouth", + "East Windsor Hill", + "Eastaboga", + "Eastanollee", + "Eastchester", + "Eastern", + "Eastford", + "Eastham", + "Easthampton", + "Eastlake", + "Eastland", + "Eastman", + "Easton", + "Eastover", + "Eastpoint", + "Eastpointe", + "Eastport", + "Eastsound", + "Eastview", + "Eastville", + "Eaton", + "Eaton Rapids", + "Eatonton", + "Eatontown", + "Eatonville", + "Eau Claire", + "Eau Galle", + "Ebensburg", + "Echo", + "Eckert", + "Eckerty", + "Eclectic", + "Economy", + "Ecorse", + "Ecru", + "Ector", + "Edcouch", + "Eddington", + "Eddy", + "Eddyville", + "Edelstein", + "Eden", + "Eden Prairie", + "Eden Valley", + "Edenton", + "Edgar", + "Edgard", + "Edgartown", + "Edgecomb", + "Edgefield", + "Edgeley", + "Edgemont", + "Edgemoor", + "Edgerton", + "Edgewater", + "Edgewood", + "Edina", + "Edinboro", + "Edinburg", + "Edinburgh", + "Edison", + "Edisto Island", + "Edmeston", + "Edmond", + "Edmonds", + "Edmonton", + "Edmore", + "Edna", + "Edneyville", + "Edon", + "Edson", + "Edwall", + "Edwards", + "Edwards Air Force Base", + "Edwardsburg", + "Edwardsport", + "Edwardsville", + "Effie", + "Effingham", + "Effort", + "Efland", + "Egan", + "Egg Harbor", + "Egg Harbor City", + "Eglin", + "Eglon", + "Egypt", + "Ehrenberg", + "Eielson Air Force Base", + "Eight Mile", + "Eighty Four", + "Ekalaka", + "Ekron", + "El Cajon", + "El Campo", + "El Centro", + "El Cerrito", + "El Dorado", + "El Dorado Hills", + "El Dorado Springs", + "El Granada", + "El Macero", + "El Mirage", + "El Monte", + "El Paso", + "El Prado", + "El Reno", + "El Segundo", + "El Sobrante", + "Elba", + "Elberon", + "Elbert", + "Elberta", + "Elberton", + "Elbow Lake", + "Elbridge", + "Elburn", + "Elcho", + "Elco", + "Elderton", + "Eldon", + "Eldora", + "Eldorado", + "Eldred", + "Eldridge", + "Eleanor", + "Electra", + "Elephant Butte", + "Eleva", + "Elfrida", + "Elgin", + "Eliot", + "Elizabeth", + "Elizabeth City", + "Elizabethton", + "Elizabethtown", + "Elizabethville", + "Elizaville", + "Elk", + "Elk City", + "Elk Falls", + "Elk Garden", + "Elk Grove", + "Elk Grove Village", + "Elk Horn", + "Elk Mills", + "Elk Mound", + "Elk Park", + "Elk Point", + "Elk Rapids", + "Elk River", + "Elkader", + "Elkfork", + "Elkhart", + "Elkhart Lake", + "Elkhorn", + "Elkhorn City", + "Elkin", + "Elkins", + "Elkins Park", + "Elkland", + "Elkmont", + "Elko", + "Elkridge", + "Elkton", + "Elkview", + "Elkville", + "Elkwood", + "Ellabell", + "Ellaville", + "Ellenboro", + "Ellenburg Center", + "Ellenburg Depot", + "Ellendale", + "Ellensburg", + "Ellenton", + "Ellenville", + "Ellenwood", + "Ellerbe", + "Ellerslie", + "Ellettsville", + "Ellicott City", + "Ellicottville", + "Ellijay", + "Ellington", + "Ellinwood", + "Elliott", + "Elliottsburg", + "Ellis", + "Ellis Grove", + "Elliston", + "Ellisville", + "Elloree", + "Ellsinore", + "Ellsworth", + "Ellwood City", + "Elm City", + "Elm Creek", + "Elm Grove", + "Elma", + "Elmdale", + "Elmendorf", + "Elmer", + "Elmer City", + "Elmhurst", + "Elmira", + "Elmo", + "Elmont", + "Elmora", + "Elmore", + "Elmore City", + "Elmsford", + "Elmwood", + "Elmwood Park", + "Elnora", + "Elon", + "Elora", + "Eloy", + "Elroy", + "Elsa", + "Elsah", + "Elsberry", + "Elsie", + "Elsinore", + "Elton", + "Eltopia", + "Elvaston", + "Elverson", + "Elverta", + "Elwell", + "Elwood", + "Ely", + "Elyria", + "Elysburg", + "Elysian", + "Elysian Fields", + "Embarrass", + "Embudo", + "Emden", + "Emerado", + "Emerald Isle", + "Emerson", + "Emery", + "Emeryville", + "Emigrant", + "Emily", + "Eminence", + "Emlenton", + "Emmaus", + "Emmet", + "Emmetsburg", + "Emmett", + "Emmitsburg", + "Emmons", + "Emory", + "Empire", + "Emporia", + "Emporium", + "Encampment", + "Encinitas", + "Encino", + "Endeavor", + "Enderlin", + "Endicott", + "Energy", + "Enfield", + "Engelhard", + "England", + "Englewood", + "Englewood Cliffs", + "Englishtown", + "Enid", + "Enigma", + "Enka", + "Ennice", + "Ennis", + "Enola", + "Enon", + "Enoree", + "Enosburg Falls", + "Enterprise", + "Entiat", + "Enumclaw", + "Eolia", + "Epes", + "Ephraim", + "Ephrata", + "Epping", + "Epps", + "Epsom", + "Epworth", + "Equality", + "Equinunk", + "Erath", + "Erbacon", + "Erhard", + "Erick", + "Erie", + "Erieville", + "Erin", + "Erlanger", + "Eros", + "Errol", + "Erskine", + "Erving", + "Ervings Location", + "Erwin", + "Erwinna", + "Erwinville", + "Esbon", + "Escalante", + "Escalon", + "Escanaba", + "Escondido", + "Esko", + "Eskridge", + "Esmond", + "Esmont", + "Espanola", + "Esparto", + "Esperance", + "Essex", + "Essex Fells", + "Essex Junction", + "Essexville", + "Essie", + "Essington", + "Estacada", + "Estancia", + "Estell Manor", + "Estelline", + "Estero", + "Estes Park", + "Estherville", + "Estherwood", + "Estill", + "Estill Springs", + "Estillfork", + "Ethel", + "Ethelsville", + "Ethridge", + "Etna", + "Etna Green", + "Etoile", + "Eton", + "Etowah", + "Etta", + "Ettrick", + "Eubank", + "Eucha", + "Euclid", + "Eudora", + "Eufaula", + "Eugene", + "Euless", + "Eunice", + "Eupora", + "Eureka", + "Eureka Springs", + "Eustace", + "Eustis", + "Eutaw", + "Eutawville", + "Eva", + "Evangeline", + "Evans", + "Evans City", + "Evans Mills", + "Evansdale", + "Evanston", + "Evansville", + "Evant", + "Evart", + "Evarts", + "Eveleth", + "Evensville", + "Everest", + "Everett", + "Everetts", + "Everglades City", + "Evergreen", + "Evergreen Park", + "Everly", + "Everson", + "Everton", + "Evington", + "Ewan", + "Ewen", + "Ewing", + "Excel", + "Excello", + "Excelsior", + "Excelsior Springs", + "Exeland", + "Exeter", + "Exira", + "Exline", + "Exmore", + "Experiment", + "Export", + "Exton", + "Eyota", + "Ezel", + "Fabens", + "Faber", + "Fabius", + "Fackler", + "Factoryville", + "Fair Bluff", + "Fair Grove", + "Fair Haven", + "Fair Lawn", + "Fair Oaks", + "Fair Play", + "Fairacres", + "Fairbank", + "Fairbanks", + "Fairbanks North Star Borough", + "Fairborn", + "Fairburn", + "Fairbury", + "Fairchance", + "Fairchild", + "Fairchild Air Force Base", + "Fairdale", + "Fairdealing", + "Fairfax", + "Fairfax Station", + "Fairfield", + "Fairfield Bay", + "Fairgrove", + "Fairhaven", + "Fairhope", + "Fairland", + "Fairlee", + "Fairless Hills", + "Fairmont", + "Fairmont City", + "Fairmount", + "Fairplay", + "Fairport", + "Fairton", + "Fairview", + "Fairview Heights", + "Fairview Village", + "Faith", + "Falcon", + "Falconer", + "Falfurrias", + "Falkland", + "Falkner", + "Falkville", + "Fall Branch", + "Fall City", + "Fall Creek", + "Fall River", + "Fall River Mills", + "Fallbrook", + "Falling Rock", + "Falling Waters", + "Fallon", + "Falls", + "Falls Church", + "Falls City", + "Falls Creek", + "Falls Mills", + "Falls of Rough", + "Falls Village", + "Fallsburg", + "Fallston", + "Falmouth", + "Fancy Farm", + "Fannettsburg", + "Fanwood", + "Far Hills", + "Far Rockaway", + "Farber", + "Fargo", + "Faribault", + "Farina", + "Farley", + "Farlington", + "Farmdale", + "Farmer City", + "Farmersburg", + "Farmersville", + "Farmerville", + "Farmingdale", + "Farmington", + "Farmington Hills", + "Farmingville", + "Farmland", + "Farmville", + "Farnham", + "Farnhamville", + "Farragut", + "Farrell", + "Farson", + "Farwell", + "Faulkner", + "Faulkton", + "Fawn Grove", + "Fawnskin", + "Faxon", + "Fayette", + "Fayette City", + "Fayetteville", + "Fayville", + "Feasterville-Trevose", + "Federal Way", + "Federalsburg", + "Feeding Hills", + "Felda", + "Felicity", + "Fellsmere", + "Felton", + "Fenelton", + "Fennimore", + "Fennville", + "Fenton", + "Fentress", + "Fenwick", + "Fenwick Island", + "Ferdinand", + "Fergus Falls", + "Ferguson", + "Fernandina Beach", + "Ferndale", + "Fernley", + "Fernwood", + "Ferriday", + "Ferris", + "Ferrisburgh", + "Ferron", + "Ferrum", + "Ferrysburg", + "Fertile", + "Fessenden", + "Festus", + "Feura Bush", + "Fiddletown", + "Fidelity", + "Fieldale", + "Fielding", + "Fieldon", + "Fife Lake", + "Fifty Lakes", + "Filer", + "Filley", + "Fillmore", + "Fincastle", + "Finchville", + "Findlay", + "Finger", + "Fingerville", + "Finksburg", + "Finlayson", + "Finley", + "Finleyville", + "Firebaugh", + "Firestone", + "Firth", + "Fischer", + "Fish Camp", + "Fish Creek", + "Fish Haven", + "Fishel", + "Fisher", + "Fishers", + "Fishers Island", + "Fishersville", + "Fisherville", + "Fishkill", + "Fishtail", + "Fisk", + "Fiskdale", + "Fitchburg", + "Fitzgerald", + "Fitzhugh", + "Fitzpatrick", + "Fitzwilliam", + "Five Points", + "Flag Pond", + "Flagler", + "Flagler Beach", + "Flagstaff", + "Flanagan", + "Flanders", + "Flandreau", + "Flasher", + "Flat Lick", + "Flat Rock", + "Flatgap", + "Flatwoods", + "Flaxton", + "Flaxville", + "Fleetwood", + "Fleischmanns", + "Fleming", + "Flemingsburg", + "Flemington", + "Flensburg", + "Fletcher", + "Flint", + "Flinton", + "Flintstone", + "Flintville", + "Flippin", + "Flomaton", + "Floodwood", + "Flora", + "Flora Vista", + "Florahome", + "Floral City", + "Floral Park", + "Florala", + "Florence", + "Floresville", + "Florham Park", + "Florida", + "Florien", + "Florissant", + "Flossmoor", + "Flourtown", + "Flovilla", + "Flower Mound", + "Floweree", + "Flowery Branch", + "Flowood", + "Floyd", + "Floydada", + "Floyds Knobs", + "Fluker", + "Flushing", + "Fly Creek", + "Fogelsville", + "Folcroft", + "Foley", + "Folkston", + "Follansbee", + "Follett", + "Folly Beach", + "Folsom", + "Fombell", + "Fond du Lac", + "Fonda", + "Fontana", + "Fontanelle", + "Foothill Ranch", + "Forbes", + "Forbes Road", + "Ford", + "Ford City", + "Fordland", + "Fordoche", + "Fords", + "Fordsville", + "Fordville", + "Fordyce", + "Foreman", + "Forest", + "Forest City", + "Forest Falls", + "Forest Grove", + "Forest Hill", + "Forest Hills", + "Forest Home", + "Forest Junction", + "Forest Knolls", + "Forest Lake", + "Forest Park", + "Forest River", + "Forestdale", + "Foresthill", + "Foreston", + "Forestport", + "Forestville", + "Forgan", + "Foristell", + "Fork Union", + "Forked River", + "Forkland", + "Forks", + "Forksville", + "Forman", + "Formoso", + "Forney", + "Forrest", + "Forrest City", + "Forreston", + "Forsyth", + "Fort Ann", + "Fort Apache", + "Fort Ashby", + "Fort Atkinson", + "Fort Belvoir", + "Fort Benning", + "Fort Benton", + "Fort Blackmore", + "Fort Bragg", + "Fort Branch", + "Fort Bridger", + "Fort Calhoun", + "Fort Campbell North", + "Fort Cobb", + "Fort Collins", + "Fort Davis", + "Fort Defiance", + "Fort Deposit", + "Fort Dodge", + "Fort Drum", + "Fort Duchesne", + "Fort Edward", + "Fort Fairfield", + "Fort Gaines", + "Fort Garland", + "Fort Gay", + "Fort George Meade", + "Fort Gibson", + "Fort Gratiot Township", + "Fort Greely", + "Fort Hall", + "Fort Irwin", + "Fort Jennings", + "Fort Jones", + "Fort Kent", + "Fort Knox", + "Fort Lauderdale", + "Fort Lee", + "Fort Leonard Wood", + "Fort Loramie", + "Fort Loudon", + "Fort Lupton", + "Fort Madison", + "Fort McCoy", + "Fort McDowell", + "Fort Meade", + "Fort Mill", + "Fort Mitchell", + "Fort Montgomery", + "Fort Morgan", + "Fort Myers", + "Fort Myers Beach", + "Fort Oglethorpe", + "Fort Payne", + "Fort Pierre", + "Fort Plain", + "Fort Polk", + "Fort Ransom", + "Fort Recovery", + "Fort Richardson", + "Fort Riley-Camp Whiteside", + "Fort Ripley", + "Fort Rucker", + "Fort Scott", + "Fort Sill Indian School Reservation (historical)", + "Fort Smith", + "Fort Stewart", + "Fort Stockton", + "Fort Sumner", + "Fort Thomas", + "Fort Thompson", + "Fort Totten", + "Fort Valley", + "Fort Walton Beach", + "Fort Washakie", + "Fort Washington", + "Fort Wayne", + "Fort White", + "Fort Worth", + "Fort Yates", + "Fortine", + "Fortson", + "Fortuna", + "Fortville", + "Foss", + "Fossil", + "Fosston", + "Foster", + "Foster City", + "Fosters", + "Fostoria", + "Fouke", + "Fountain", + "Fountain City", + "Fountain Green", + "Fountain Hills", + "Fountain Inn", + "Fountain Run", + "Fountain Valley", + "Fountaintown", + "Fountainville", + "Four Oaks", + "Fowler", + "Fowlerville", + "Fox Island", + "Fox Lake", + "Fox River Grove", + "Foxborough", + "Foxburg", + "Foxhome", + "Foxworth", + "Frackville", + "Framingham", + "Francestown", + "Francesville", + "Francisco", + "Franconia", + "Frankenmuth", + "Frankewing", + "Frankford", + "Frankfort", + "Franklin", + "Franklin Grove", + "Franklin Lakes", + "Franklin Park", + "Franklin Springs", + "Franklin Square", + "Franklinton", + "Franklinville", + "Frankston", + "Franksville", + "Frankton", + "Franktown", + "Frannie", + "Fraser", + "Frazee", + "Frazer", + "Frazeysburg", + "Frazier Park", + "Fraziers Bottom", + "Fred", + "Frederic", + "Frederica", + "Frederick", + "Fredericksburg", + "Fredericktown", + "Fredonia", + "Free Soil", + "Free Union", + "Freeburg", + "Freeburn", + "Freedom", + "Freehold", + "Freehold Borough", + "Freeland", + "Freeman", + "Freeport", + "Freer", + "Freetown", + "Freeville", + "Fremont", + "French Camp", + "French Lick", + "French Settlement", + "French Village", + "Frenchburg", + "Frenchtown", + "Frenchville", + "Fresh Meadows", + "Fresno", + "Frewsburg", + "Friant", + "Friars Point", + "Friday Harbor", + "Friedens", + "Friend", + "Friendly", + "Friendship", + "Friendsville", + "Friendswood", + "Fries", + "Friona", + "Frisco", + "Frisco City", + "Fritch", + "Frohna", + "Froid", + "Front Royal", + "Frontenac", + "Frost", + "Frostburg", + "Frostproof", + "Fruita", + "Fruitdale", + "Fruitland", + "Fruitland Park", + "Fruitport", + "Fruitvale", + "Fryburg", + "Fryeburg", + "Ft. Pierce", + "Ft. Washington", + "Fulda", + "Fullerton", + "Fulshear", + "Fulton", + "Fultondale", + "Fultonham", + "Fultonville", + "Fults", + "Funkstown", + "Fuquay-Varina", + "Furlong", + "Fyffe", + "Gable", + "Gackle", + "Gadsden", + "Gaffney", + "Gagetown", + "Gail", + "Gaines", + "Gainesboro", + "Gainestown", + "Gainesville", + "Gaithersburg", + "Galatia", + "Galax", + "Galena", + "Galena Park", + "Gales Ferry", + "Galesburg", + "Galesville", + "Galien", + "Galion", + "Galivants Ferry", + "Gallatin", + "Gallatin Gateway", + "Galliano", + "Gallion", + "Gallipolis", + "Gallipolis Ferry", + "Gallitzin", + "Galloway", + "Gallup", + "Galt", + "Galva", + "Galveston", + "Galway", + "Gambier", + "Gambrills", + "Ganado", + "Gans", + "Gansevoort", + "Gap", + "Gap Mills", + "Garards Fort", + "Garber", + "Garberville", + "Garciasville", + "Garden City", + "Garden Grove", + "Garden Plain", + "Garden Prairie", + "Garden Valley", + "Gardena", + "Gardendale", + "Gardiner", + "Gardner", + "Gardners", + "Gardnerville", + "Garfield", + "Garland", + "Garnavillo", + "Garner", + "Garnerville", + "Garnet Valley", + "Garnett", + "Garrard", + "Garretson", + "Garrett", + "Garrettsville", + "Garrison", + "Garryowen", + "Garvin", + "Garwin", + "Garwood", + "Gary", + "Garysburg", + "Garyville", + "Gas", + "Gas City", + "Gasport", + "Gasquet", + "Gassaway", + "Gassville", + "Gaston", + "Gastonia", + "Gastonville", + "Gate City", + "Gates", + "Gates Mills", + "Gatesville", + "Gateway", + "Gatlinburg", + "Gatzke", + "Gauley Bridge", + "Gause", + "Gautier", + "Gay", + "Gaylesville", + "Gaylord", + "Gaylordsville", + "Gays Creek", + "Gays Mills", + "Gazelle", + "Geary", + "Geff", + "Geigertown", + "Geismar", + "Genesee", + "Geneseo", + "Geneva", + "Genoa", + "Genoa City", + "Gentry", + "Gentryville", + "George", + "George West", + "Georgetown", + "Georgiana", + "Gerald", + "Geraldine", + "Gerber", + "Gering", + "Gerlach", + "German Valley", + "Germansville", + "Germanton", + "Germantown", + "Geronimo", + "Gerrardstown", + "Gerry", + "Gervais", + "Gettysburg", + "Getzville", + "Geuda Springs", + "Geyser", + "Geyserville", + "Gheens", + "Ghent", + "Gibbon", + "Gibbsboro", + "Gibbstown", + "Gibsland", + "Gibson", + "Gibson City", + "Gibsonburg", + "Gibsonia", + "Gibsonton", + "Gibsonville", + "Giddings", + "Gideon", + "Gifford", + "Gig Harbor", + "Gila", + "Gila Bend", + "Gilbert", + "Gilbertown", + "Gilberts", + "Gilbertsville", + "Gilbertville", + "Gilboa", + "Gilby", + "Gilcrest", + "Gilford", + "Gill", + "Gillespie", + "Gillett", + "Gillett Grove", + "Gillette", + "Gillham", + "Gillsville", + "Gilman", + "Gilman City", + "Gilmanton", + "Gilmanton Ironworks", + "Gilmer", + "Gilmore City", + "Gilroy", + "Gilson", + "Gilsum", + "Giltner", + "Girard", + "Girardville", + "Girdwood", + "Girvin", + "Gladbrook", + "Glade Spring", + "Glade Valley", + "Gladehill", + "Gladewater", + "Gladstone", + "Gladwin", + "Gladwyne", + "Gladys", + "Glasco", + "Glasford", + "Glasgow", + "Glassboro", + "Glassport", + "Glastonbury", + "Gleason", + "Glen Allan", + "Glen Allen", + "Glen Arbor", + "Glen Arm", + "Glen Burnie", + "Glen Campbell", + "Glen Carbon", + "Glen Cove", + "Glen Daniel", + "Glen Easton", + "Glen Elder", + "Glen Ellen", + "Glen Ellyn", + "Glen Flora", + "Glen Fork", + "Glen Gardner", + "Glen Head", + "Glen Hope", + "Glen Lyon", + "Glen Mills", + "Glen Oaks", + "Glen Ridge", + "Glen Rock", + "Glen Rose", + "Glen Saint Mary", + "Glen Spey", + "Glen Ullin", + "Glenallen", + "Glenbeulah", + "Glenbrook", + "Glenburn", + "Glencoe", + "Glendale", + "Glendale Heights", + "Glendive", + "Glendo", + "Glendora", + "Glenelg", + "Glenfield", + "Glenford", + "Glengary", + "Glenham", + "Glenmont", + "Glenmoore", + "Glenmora", + "Glenn", + "Glenn Dale", + "Glenns Ferry", + "Glennville", + "Glenolden", + "Glenpool", + "Glenrock", + "Glens", + "Glens Falls", + "Glens Fork", + "Glenshaw", + "Glenside", + "Glenview", + "Glenvil", + "Glenville", + "Glenwood", + "Glenwood City", + "Glenwood Landing", + "Glenwood Springs", + "Glidden", + "Globe", + "Glorieta", + "Gloster", + "Gloucester", + "Gloucester City", + "Gloucester Point", + "Glouster", + "Glover", + "Gloversville", + "Glyndon", + "Gobles", + "Goddard", + "Godfrey", + "Godley", + "Godwin", + "Goehner", + "Goessel", + "Goff", + "Goffstown", + "Golconda", + "Gold Bar", + "Gold Beach", + "Gold Canyon", + "Gold Hill", + "Golden", + "Golden City", + "Golden Eagle", + "Golden Meadow", + "Golden Valley", + "Goldendale", + "Goldenrod", + "Goldens Bridge", + "Goldfield", + "Goldonna", + "Goldsboro", + "Goldsmith", + "Goldston", + "Goldthwaite", + "Goldvein", + "Goleta", + "Goliad", + "Goltry", + "Gonvick", + "Gonzales", + "Goochland", + "Good Hope", + "Good Thunder", + "Goode", + "Goodells", + "Goodfield", + "Goodhue", + "Gooding", + "Goodland", + "Goodlettsville", + "Goodman", + "Goodnews Bay", + "Goodrich", + "Goodridge", + "Goodview", + "Goodwater", + "Goodwell", + "Goodyear", + "Goose Creek", + "Gordo", + "Gordon", + "Gordonsville", + "Gordonville", + "Gore", + "Gore Springs", + "Goreville", + "Gorham", + "Gorin", + "Gorman", + "Goshen", + "Gosport", + "Gotha", + "Gotham", + "Gothenburg", + "Gould", + "Gouldsboro", + "Gouverneur", + "Gowanda", + "Gowen", + "Gower", + "Gowrie", + "Grabill", + "Grace", + "Grace City", + "Gracemont", + "Graceville", + "Grady", + "Gradyville", + "Graettinger", + "Graford", + "Grafton", + "Graham", + "Grain Valley", + "Grambling", + "Gramercy", + "Grammer", + "Grampian", + "Granada", + "Granada Hills", + "Granbury", + "Granby", + "Grand Bay", + "Grand Blanc", + "Grand Cane", + "Grand Canyon", + "Grand Coulee", + "Grand Forks", + "Grand Haven", + "Grand Island", + "Grand Isle", + "Grand Junction", + "Grand Lake", + "Grand Ledge", + "Grand Marais", + "Grand Marsh", + "Grand Meadow", + "Grand Mound", + "Grand Portage", + "Grand Prairie", + "Grand Rapids", + "Grand Ridge", + "Grand River", + "Grand Rivers", + "Grand Ronde", + "Grand Saline", + "Grand Terrace", + "Grand Tower", + "Grand View", + "Grandfalls", + "Grandfield", + "Grandin", + "Grandview", + "Grandville", + "Grandy", + "Granger", + "Grangeville", + "Granite", + "Granite Bay", + "Granite City", + "Granite Falls", + "Granite Quarry", + "Graniteville", + "Grant", + "Grant City", + "Grant Park", + "Grantham", + "Granton", + "Grants", + "Grants Pass", + "Grantsboro", + "Grantsburg", + "Grantsville", + "Grantville", + "Granville", + "Granville Summit", + "Grapeland", + "Grapeview", + "Grapevine", + "Grasonville", + "Grass Lake", + "Grass Valley", + "Grassflat", + "Grassy Creek", + "Grassy Meadows", + "Gratiot", + "Gratis", + "Graton", + "Gratz", + "Gravel Switch", + "Gravelly", + "Gravette", + "Gravity", + "Gravois Mills", + "Grawn", + "Gray", + "Gray Court", + "Gray Summit", + "Grayland", + "Grayling", + "Grayslake", + "Grayson", + "Graysville", + "Graytown", + "Grayville", + "Great Barrington", + "Great Bend", + "Great Cacapon", + "Great Falls", + "Great Lakes", + "Great Meadows", + "Great Mills", + "Great Neck", + "Great River", + "Greater Capitol Heights", + "Greeley", + "Greeleyville", + "Green", + "Green Bank", + "Green Bay", + "Green Castle", + "Green City", + "Green Cove Springs", + "Green Forest", + "Green Isle", + "Green Lake", + "Green Lane", + "Green Mountain", + "Green Mountain Falls", + "Green Pond", + "Green River", + "Green Sea", + "Green Springs", + "Green Valley", + "Green Village", + "Greenacres", + "Greenback", + "Greenbackville", + "Greenbank", + "Greenbelt", + "Greenbrae", + "Greenbrier", + "Greenbush", + "Greencastle", + "Greendale", + "Greene", + "Greeneville", + "Greenfield", + "Greenland", + "Greenlawn", + "Greenleaf", + "Greenock", + "Greenport", + "Greens Farms", + "Greensboro", + "Greensburg", + "Greentop", + "Greentown", + "Greenup", + "Greenvale", + "Greenview", + "Greenville", + "Greenway Downs", + "Greenwell Springs", + "Greenwich", + "Greenwood", + "Greenwood Lake", + "Greenwood Springs", + "Greenwood Village", + "Greer", + "Gregory", + "Grelton", + "Grenada", + "Grenloch", + "Grenville", + "Gresham", + "Grethel", + "Gretna", + "Grey Eagle", + "Greybull", + "Greycliff", + "Gridley", + "Griffin", + "Griffith", + "Griffithsville", + "Griffithville", + "Grifton", + "Griggsville", + "Grimes", + "Grimesland", + "Grimsley", + "Grindstone", + "Grinnell", + "Griswold", + "Groesbeck", + "Groom", + "Grosse Ile", + "Grosse Pointe", + "Grosse Tete", + "Grosvenor Dale", + "Groton", + "Grottoes", + "Grouse Creek", + "Grove", + "Grove City", + "Grove Hill", + "Grove Oak", + "Groveland", + "Groveport", + "Grover", + "Grover Beach", + "Grover Hill", + "Grovertown", + "Groves", + "Groveton", + "Grovetown", + "Gruetli-Laager", + "Grundy", + "Grundy Center", + "Gruver", + "Grygla", + "Guadalupe", + "Gualala", + "Guatay", + "Guerneville", + "Guernsey", + "Gueydan", + "Guffey", + "Guide Rock", + "Guilderland", + "Guilford", + "Guin", + "Guinda", + "Gulf Breeze", + "Gulf Shores", + "Gulfport", + "Gully", + "Gum Spring", + "Gunlock", + "Gunnison", + "Gunpowder", + "Gunter", + "Guntersville", + "Guntown", + "Gurley", + "Gurnee", + "Gustine", + "Guston", + "Guthrie", + "Guthrie Center", + "Guttenberg", + "Guy", + "Guymon", + "Guys", + "Guys Mills", + "Guysville", + "Guyton", + "Gwinn", + "Gwinner", + "Gwynedd", + "Gwynedd Valley", + "Gwynn Oak", + "Gypsum", + "Gypsy", + "Hacienda Heights", + "Hackberry", + "Hackensack", + "Hackett", + "Hackettstown", + "Haddam", + "Haddock", + "Haddon Heights", + "Haddonfield", + "Hadley", + "Hadlyme", + "Hagan", + "Hager City", + "Hagerhill", + "Hagerman", + "Hagerstown", + "Hahira", + "Hahnville", + "Haigler", + "Hailey", + "Haines", + "Haines City", + "Hainesport", + "Hakalau", + "Halbur", + "Hale", + "Haledon", + "Hales Corners", + "Halethorpe", + "Haleyville", + "Half Moon Bay", + "Halfway", + "Halifax", + "Hall", + "Hallam", + "Hallandale", + "Hallett", + "Hallettsville", + "Halliday", + "Hallie", + "Hallieford", + "Hallock", + "Hallowell", + "Halls", + "Hallstead", + "Hallsville", + "Halltown", + "Hallwood", + "Halma", + "Halsey", + "Halstad", + "Halstead", + "Haltom City", + "Hambleton", + "Hamburg", + "Hamden", + "Hamel", + "Hamer", + "Hamersville", + "Hamilton", + "Hamler", + "Hamlet", + "Hamlin", + "Hammon", + "Hammond", + "Hammondsport", + "Hammonton", + "Hampden", + "Hampden Sydney", + "Hampshire", + "Hampstead", + "Hampton", + "Hampton Bays", + "Hampton Falls", + "Hamptonville", + "Hamtramck", + "Hana", + "Hanalei", + "Hanapepe", + "Hanceville", + "Hancock", + "Hancocks Bridge", + "Hanford", + "Hankamer", + "Hankinson", + "Hanksville", + "Hanley Falls", + "Hanlontown", + "Hanna", + "Hanna City", + "Hannacroix", + "Hannah", + "Hannibal", + "Hanover", + "Hanover Park", + "Hanoverton", + "Hanska", + "Hanson", + "Hansville", + "Happy", + "Happy Camp", + "Happy Jack", + "Happy Valley", + "Harbeson", + "Harbor Beach", + "Harbor City", + "Harbor Springs", + "Harborcreek", + "Harborside", + "Harborton", + "Hardeeville", + "Hardin", + "Hardinsburg", + "Hardtner", + "Hardwick", + "Hardy", + "Hardyville", + "Harford", + "Harker Heights", + "Harlan", + "Harlem", + "Harleton", + "Harleysville", + "Harlingen", + "Harlowton", + "Harmans", + "Harmon", + "Harmonsburg", + "Harmony", + "Harned", + "Harold", + "Harper", + "Harper Woods", + "Harpers Ferry", + "Harpersville", + "Harpster", + "Harpswell", + "Harpursville", + "Harrah", + "Harrells", + "Harriet", + "Harrietta", + "Harriman", + "Harrington", + "Harrington Park", + "Harris", + "Harrisburg", + "Harrison", + "Harrison City", + "Harrison Valley", + "Harrisonburg", + "Harrisonville", + "Harrisville", + "Harrod", + "Harrodsburg", + "Harrogate", + "Harrold", + "Harshaw", + "Hart", + "Hartfield", + "Hartford", + "Hartford City", + "Hartington", + "Hartland", + "Hartley", + "Hartline", + "Hartly", + "Hartman", + "Harts", + "Hartsburg", + "Hartsdale", + "Hartsel", + "Hartselle", + "Hartsfield", + "Hartshorne", + "Hartstown", + "Hartsville", + "Hartville", + "Hartwell", + "Hartwick", + "Hartwood", + "Harvard", + "Harvest", + "Harvey", + "Harveys Lake", + "Harveyville", + "Harviell", + "Harwich", + "Harwich Port", + "Harwick", + "Harwinton", + "Harwood", + "Harwood Heights", + "Hasbrouck Heights", + "Haskell", + "Haskins", + "Haslet", + "Haslett", + "Hastings", + "Hastings-on-Hudson", + "Hasty", + "Hat Creek", + "Hatboro", + "Hatch", + "Hatfield", + "Hathaway Pines", + "Hathorne", + "Hatley", + "Hattiesburg", + "Hattieville", + "Haubstadt", + "Haughton", + "Hauppauge", + "Havana", + "Havelock", + "Haven", + "Havensville", + "Haverford", + "Haverhill", + "Haverstraw", + "Havertown", + "Haviland", + "Havre", + "Havre de Grace", + "Haw River", + "Hawaiian Gardens", + "Hawaiian Ocean View", + "Hawarden", + "Hawesville", + "Hawkeye", + "Hawkins", + "Hawkinsville", + "Hawley", + "Haworth", + "Hawthorn", + "Hawthorne", + "Haxtun", + "Hay", + "Hay Springs", + "Hayden", + "Haydenville", + "Hayes", + "Hayesville", + "Hayfield", + "Hayfork", + "Haymarket", + "Haynesville", + "Hayneville", + "Hays", + "Haysi", + "Haysville", + "Hayti", + "Hayward", + "Hazard", + "Hazel", + "Hazel Crest", + "Hazel Green", + "Hazel Park", + "Hazelhurst", + "Hazelton", + "Hazelwood", + "Hazen", + "Hazlehurst", + "Hazlet", + "Hazleton", + "Head of Westport", + "Headland", + "Healdsburg", + "Healdton", + "Healy", + "Hearne", + "Heath", + "Heath Springs", + "Heathsville", + "Heavener", + "Hebbronville", + "Heber", + "Heber Springs", + "Hebron", + "Hector", + "Hedgesville", + "Hedrick", + "Heflin", + "Hegins", + "Heidelberg", + "Heidrick", + "Heiskell", + "Helen", + "Helena", + "Helendale", + "Helenwood", + "Helix", + "Hellertown", + "Helmetta", + "Helotes", + "Helper", + "Helvetia", + "Hematite", + "Hemet", + "Hemingford", + "Hemingway", + "Hemlock", + "Hemphill", + "Hempstead", + "Henagar", + "Henderson", + "Hendersonville", + "Hendricks", + "Hendrix", + "Henefer", + "Hennepin", + "Hennessey", + "Henniker", + "Henning", + "Henrico", + "Henrietta", + "Henry", + "Henryetta", + "Henryville", + "Hensley", + "Hephzibah", + "Hepler", + "Heppner", + "Hepzibah", + "Herald", + "Herculaneum", + "Hercules", + "Hereford", + "Herington", + "Herkimer", + "Herlong", + "Herman", + "Hermann", + "Hermansville", + "Hermanville", + "Herminie", + "Hermiston", + "Hermitage", + "Hermon", + "Hermosa", + "Hermosa Beach", + "Hernando", + "Herndon", + "Hernshaw", + "Herod", + "Heron", + "Heron Lake", + "Herrick", + "Herriman", + "Herrin", + "Hershey", + "Hertford", + "Hesperia", + "Hesperus", + "Hessmer", + "Hesston", + "Hettick", + "Hettinger", + "Heuvelton", + "Hewett", + "Hewitt", + "Hewlett", + "Heyburn", + "Heyworth", + "Hialeah", + "Hiawassee", + "Hiawatha", + "Hibbing", + "Hibbs", + "Hickman", + "Hickory", + "Hickory Corners", + "Hickory Flat", + "Hickory Hills", + "Hickory Valley", + "Hicksville", + "Hico", + "Hidalgo", + "Hidden Valley Lake", + "Hiddenite", + "Higden", + "Higdon", + "Higganum", + "Higgins", + "Higginsville", + "High Bridge", + "High Falls", + "High Island", + "High Point", + "High Ridge", + "High Springs", + "High View", + "Highland", + "Highland Falls", + "Highland Home", + "Highland Lakes", + "Highland Mills", + "Highland Park", + "Highland Springs", + "Highlands", + "Highlandville", + "Highmore", + "Highspire", + "Hightstown", + "Highwood", + "Higley", + "Hiko", + "Hilbert", + "Hildale", + "Hildebran", + "Hildreth", + "Hilham", + "Hill", + "Hill City", + "Hillburn", + "Hilliard", + "Hillister", + "Hillman", + "Hills", + "Hillsboro", + "Hillsborough", + "Hillsdale", + "Hillside", + "Hillsville", + "Hilltop", + "Hillview", + "Hilmar", + "Hilo", + "Hilton", + "Hilton Head Island", + "Himrod", + "Hinckley", + "Hindman", + "Hindsboro", + "Hindsville", + "Hines", + "Hinesburg", + "Hinesville", + "Hingham", + "Hinkley", + "Hinsdale", + "Hinton", + "Hiram", + "Hitchcock", + "Hitterdal", + "Hiwasse", + "Hixson", + "Hixton", + "Ho-Ho-Kus", + "Hoagland", + "Hobart", + "Hobbs", + "Hobbsville", + "Hobe Sound", + "Hoboken", + "Hobson", + "Hockessin", + "Hockley", + "Hodge", + "Hodgen", + "Hodgenville", + "Hodges", + "Hoffman", + "Hoffman Ecities", + "Hogansburg", + "Hogansville", + "Hohenwald", + "Hoisington", + "Hokah", + "Holabird", + "Holbrook", + "Holcomb", + "Holcombe", + "Holden", + "Holdenville", + "Holderness", + "Holdingford", + "Holdrege", + "Holgate", + "Holiday", + "Holland", + "Holland Patent", + "Hollandale", + "Holley", + "Holliday", + "Hollidaysburg", + "Hollis", + "Hollis Center", + "Hollister", + "Holliston", + "Holloman Air Force Base", + "Hollow Rock", + "Holloway", + "Hollsopple", + "Holly", + "Holly Grove", + "Holly Hill", + "Holly Pond", + "Holly Ridge", + "Holly Springs", + "Hollywood", + "Holmdel", + "Holmen", + "Holmes", + "Holmesville", + "Holstein", + "Holt", + "Holton", + "Holts Summit", + "Holtsville", + "Holtville", + "Holtwood", + "Holualoa", + "Holy Cross", + "Holyoke", + "Holyrood", + "Home", + "Homedale", + "Homeland", + "Homer", + "Homer City", + "Homer Glen", + "Homerville", + "Homestead", + "Hometown", + "Homewood", + "Homeworth", + "Hominy", + "Homosassa", + "Honaker", + "Honaunau", + "Hondo", + "Honea Path", + "Honeoye", + "Honeoye Falls", + "Honesdale", + "Honey Brook", + "Honey Creek", + "Honey Grove", + "Honeydew", + "Honeyville", + "Honolulu", + "Honor", + "Hood River", + "Hoodsport", + "Hooker", + "Hooks", + "Hooksett", + "Hookstown", + "Hooper", + "Hooper Bay", + "Hoopeston", + "Hoople", + "Hoosick", + "Hoosick Falls", + "Hooversville", + "Hop Bottom", + "Hopatcong", + "Hope", + "Hope Hull", + "Hope Mills", + "Hope Valley", + "Hopedale", + "Hopewell", + "Hopewell Junction", + "Hopkins", + "Hopkinsville", + "Hopkinton", + "Hopland", + "Hopwood", + "Hoquiam", + "Horatio", + "Horicon", + "Horn Lake", + "Hornbeak", + "Hornbeck", + "Hornell", + "Horner", + "Hornick", + "Horntown", + "Horse Branch", + "Horse Cave", + "Horse Shoe", + "Horseheads", + "Horseshoe Bay", + "Horseshoe Bend", + "Horsham", + "Hortense", + "Horton", + "Hortonville", + "Hoschton", + "Hosford", + "Hoskins", + "Hoskinston", + "Hosmer", + "Hospers", + "Hosston", + "Hostetter", + "Hot Springs", + "Hot Springs National Park", + "Hot Springs Village", + "Hotchkiss", + "Houghton", + "Houghton Lake", + "Houlka", + "Houlton", + "Houma", + "House Springs", + "Houston", + "Houtzdale", + "Hoven", + "Hovland", + "Howard", + "Howard Beach", + "Howard City", + "Howard Lake", + "Howardsville", + "Howe", + "Howell", + "Howes Cave", + "Howie In The Hills", + "Howland", + "Hoxie", + "Hoyleton", + "Hoyt", + "Hoyt Lakes", + "Huachuca City", + "Hubbard", + "Hubbard Lake", + "Hubbardston", + "Hubbardsville", + "Hubbell", + "Hubert", + "Hubertus", + "Huddleston", + "Huddy", + "Hudson", + "Hudson Falls", + "Hudsonville", + "Huffman", + "Huger", + "Hughes", + "Hughes Springs", + "Hugheston", + "Hughesville", + "Hughson", + "Hugo", + "Hugoton", + "Hulbert", + "Hulett", + "Hull", + "Humansville", + "Humarock", + "Humbird", + "Humble", + "Humboldt", + "Hume", + "Humeston", + "Hummelstown", + "Humphrey", + "Hundred", + "Hungerford", + "Hunker", + "Hunlock Creek", + "Hunt", + "Hunt Valley", + "Hunter", + "Huntersville", + "Huntertown", + "Huntingburg", + "Huntingdon", + "Huntingdon Valley", + "Huntington", + "Huntington Beach", + "Huntington Mills", + "Huntington Park", + "Huntington Station", + "Huntington Woods", + "Huntingtown", + "Huntland", + "Huntley", + "Huntsburg", + "Huntsville", + "Hurdland", + "Hurdle Mills", + "Hurley", + "Hurleyville", + "Hurlock", + "Huron", + "Hurricane", + "Hurst", + "Hurt", + "Hurtsboro", + "Huson", + "Hustisford", + "Hustler", + "Hustontown", + "Hustonville", + "Husum", + "Hutchins", + "Hutchinson", + "Huttig", + "Hutto", + "Huttonsville", + "Huxley", + "Hyampom", + "Hyannis", + "Hyattsville", + "Hyde", + "Hyde Park", + "Hyden", + "Hydes", + "Hydesville", + "Hydeville", + "Hydro", + "Hygiene", + "Hymera", + "Hyndman", + "Hyrum", + "Hysham", + "Iaeger", + "Iberia", + "Ickesburg", + "Ida", + "Ida Grove", + "Idabel", + "Idaho Falls", + "Idaho Springs", + "Idalia", + "Idalou", + "Idaville", + "Ider", + "Idledale", + "Idyllwild", + "Ignacio", + "Igo", + "Ijamsville", + "Iliff", + "Ilion", + "Imlay City", + "Imler", + "Immaculata", + "Immokalee", + "Imogene", + "Imperial", + "Imperial Beach", + "Ina", + "Inchelium", + "Incline Village", + "Independence", + "India", + "Indialantic", + "Indian Head", + "Indian Hills", + "Indian Lake", + "Indian Mound", + "Indian Orchard", + "Indian River", + "Indian Rocks Beach", + "Indian Trail", + "Indian Wells", + "Indiana", + "Indianapolis", + "Indianola", + "Indiantown", + "Indio", + "Industry", + "Inez", + "Ingalls", + "Ingleside", + "Inglewood", + "Inglis", + "Ingomar", + "Ingraham", + "Ingram", + "Inkom", + "Inkster", + "Inland", + "Inman", + "Inola", + "Institute", + "Intercession City", + "Intercourse", + "Interlachen", + "Interlaken", + "Interlochen", + "International Falls", + "Inver Grove Heights", + "Inverness", + "Inwood", + "Inyokern", + "Iola", + "Ione", + "Ionia", + "Iota", + "Iowa", + "Iowa City", + "Iowa Falls", + "Iowa Park", + "Ipswich", + "Iraan", + "Irasburg", + "Iredell", + "Ireland", + "Irene", + "Ireton", + "Irma", + "Irmo", + "Iron City", + "Iron Junction", + "Iron Mountain", + "Iron Ridge", + "Iron River", + "Iron Station", + "Irons", + "Ironton", + "Ironwood", + "Iroquois", + "Irrigon", + "Irvine", + "Irving", + "Irvington", + "Irwin", + "Irwinton", + "Isabel", + "Isabella", + "Isanti", + "Iselin", + "Ishpeming", + "Islamorada", + "Island", + "Island Falls", + "Island Heights", + "Island Lake", + "Island Park", + "Islandia", + "Islandton", + "Isle", + "Isle of Palms", + "Isle of Wight", + "Islesboro", + "Islesford", + "Isleta", + "Isleton", + "Islip", + "Islip Terrace", + "Ismay", + "Issaquah", + "Italia", + "Italy", + "Itasca", + "Ithaca", + "Itmann", + "Itta Bena", + "Iuka", + "Iva", + "Ivanhoe", + "Ivel", + "Ivins", + "Ivor", + "Ivoryton", + "Ivydale", + "Ixonia", + "Jack", + "Jackpot", + "Jacks Creek", + "Jacksboro", + "Jackson", + "Jackson Center", + "Jackson Heights", + "Jackson Township", + "Jacksonboro", + "Jacksonburg", + "Jacksons Gap", + "Jacksonville", + "Jacksonville Beach", + "Jacobs Creek", + "Jacobsburg", + "Jacobson", + "Jacumba Hot Springs", + "Jaffrey", + "Jal", + "Jamaica", + "Jamaica Plain", + "Jameson", + "Jamesport", + "Jamestown", + "Jamesville", + "Jamison", + "Jamul", + "Jane Lew", + "Janesville", + "Jaroso", + "Jarreau", + "Jarrell", + "Jarrettsville", + "Jarvisburg", + "Jasonville", + "Jasper", + "Jay", + "Jayess", + "Jayton", + "Jean", + "Jeanerette", + "Jeannette", + "Jeddo", + "Jeff", + "Jeffers", + "Jefferson", + "Jefferson City", + "Jefferson Valley", + "Jeffersonton", + "Jeffersonville", + "Jeffrey", + "Jekyll Island", + "Jellico", + "Jemez Pueblo", + "Jemez Springs", + "Jemison", + "Jena", + "Jenison", + "Jenkins", + "Jenkinsburg", + "Jenkinsville", + "Jenkintown", + "Jenks", + "Jenner", + "Jennerstown", + "Jennings", + "Jensen Beach", + "Jeremiah", + "Jericho", + "Jerico Springs", + "Jermyn", + "Jerome", + "Jersey", + "Jersey City", + "Jersey Shore", + "Jerseyville", + "Jerusalem", + "Jessup", + "Jesup", + "Jet", + "Jetersville", + "Jetmore", + "Jewell", + "Jewett", + "Jewett City", + "Jim Falls", + "Jim Thorpe", + "Joanna", + "Joaquin", + "Jobstown", + "Joelton", + "Joes", + "Johannesburg", + "John Day", + "Johns Island", + "Johnson", + "Johnson City", + "Johnson Creek", + "Johnsonburg", + "Johnsonville", + "Johnston", + "Johnston City", + "Johnstown", + "Joice", + "Joiner", + "Joliet", + "Jolon", + "Jones", + "Jonesboro", + "Jonesborough", + "Jonesburg", + "Jonesport", + "Jonestown", + "Jonesville", + "Joplin", + "Joppa", + "Jordan", + "Jordan Valley", + "Joseph", + "Josephine", + "Joshua", + "Joshua Tree", + "Jourdanton", + "Joy", + "Jud", + "Juda", + "Judith Gap", + "Judsonia", + "Julesburg", + "Juliaetta", + "Julian", + "Juliette", + "Jumping Branch", + "Junction", + "Junction City", + "June Lake", + "Juneau", + "Juniata", + "Junior", + "Juno Beach", + "Jupiter", + "Justice", + "Justin", + "Kadoka", + "Kahoka", + "Kahuku", + "Kahului", + "Kailua", + "Kaiser", + "Kake", + "Kaktovik", + "Kalaheo", + "Kalama", + "Kalamazoo", + "Kaleva", + "Kalida", + "Kalispell", + "Kalkaska", + "Kalona", + "Kalskag", + "Kamas", + "Kamiah", + "Kampsville", + "Kanab", + "Kanawha", + "Kandiyohi", + "Kane", + "Kaneville", + "Kankakee", + "Kannapolis", + "Kanopolis", + "Kansas", + "Kansas City", + "Kansasville", + "Kapaau", + "Kaplan", + "Kapolei", + "Karlstad", + "Karnack", + "Karnak", + "Karnes City", + "Karns City", + "Karthaus", + "Karval", + "Kasota", + "Kasson", + "Kathleen", + "Katonah", + "Katy", + "Kaufman", + "Kaukauna", + "Kaumakani", + "Kaunakakai", + "Kauneonga Lake", + "Kaw City", + "Kaweah", + "Kawkawlin", + "Kaycee", + "Kayenta", + "Kaysville", + "Kealakekua", + "Keams Canyon", + "Keansburg", + "Kearney", + "Kearneysville", + "Kearny", + "Keasbey", + "Keatchie", + "Keauhou", + "Keavy", + "Kechi", + "Keedysville", + "Keego Harbor", + "Keene", + "Keene Valley", + "Keenesburg", + "Keeseville", + "Keewatin", + "Keezletown", + "Kegley", + "Keithville", + "Keizer", + "Kekaha", + "Kelayres", + "Kelford", + "Keller", + "Kellerton", + "Kelley", + "Kelliher", + "Kellogg", + "Kelly", + "Kellyton", + "Kellyville", + "Kelseyville", + "Kelso", + "Kemah", + "Kemmerer", + "Kemp", + "Kempner", + "Kempton", + "Kenai", + "Kenansville", + "Kenbridge", + "Kendalia", + "Kendall", + "Kendall Park", + "Kendallville", + "Kendrick", + "Kenduskeag", + "Kenedy", + "Kenesaw", + "Kenilworth", + "Kenly", + "Kenmare", + "Kenmore", + "Kenna", + "Kennan", + "Kennard", + "Kennebec", + "Kennebunk", + "Kennebunkport", + "Kennedale", + "Kennedy", + "Kennedyville", + "Kenner", + "Kennerdell", + "Kennesaw", + "Kennett", + "Kennett Square", + "Kennewick", + "Kenney", + "Keno", + "Kenosha", + "Kenova", + "Kensett", + "Kensington", + "Kent", + "Kent City", + "Kentfield", + "Kentland", + "Kenton", + "Kents Hill", + "Kents Store", + "Kentwood", + "Kenvil", + "Kenyon", + "Keokuk", + "Keosauqua", + "Keota", + "Kerby", + "Kerens", + "Kerhonkson", + "Kerkhoven", + "Kerman", + "Kermit", + "Kernersville", + "Kernville", + "Kerrick", + "Kerrville", + "Kersey", + "Kershaw", + "Keshena", + "Keswick", + "Ketchikan", + "Ketchum", + "Kettle Falls", + "Kettle Island", + "Kettleman City", + "Keuka Park", + "Kevil", + "Kevin", + "Kew Gardens", + "Kewadin", + "Kewanee", + "Kewanna", + "Kewaskum", + "Kewaunee", + "Key Biscayne", + "Key Largo", + "Key West", + "Keyes", + "Keymar", + "Keyport", + "Keyser", + "Keystone", + "Keystone Heights", + "Keysville", + "Keytesville", + "Kiamesha Lake", + "Kiana", + "Kiefer", + "Kiel", + "Kieler", + "Kiester", + "Kihei", + "Kila", + "Kilauea", + "Kilbourne", + "Kilgore", + "Kilkenny", + "Kilkenny Township", + "Kill Devil Hills", + "Killbuck", + "Killdeer", + "Killeen", + "Killen", + "Killington", + "Killingworth", + "Kilmarnock", + "Kilmichael", + "Kiln", + "Kimball", + "Kimballton", + "Kimberling City", + "Kimberly", + "Kimberton", + "Kimbolton", + "Kimmell", + "Kimper", + "Kincaid", + "Kinde", + "Kinder", + "Kinderhook", + "Kindred", + "King", + "King and Queen Court House", + "King City", + "King Cove", + "King George", + "King of Prussia", + "King Salmon", + "King William", + "Kingdom City", + "Kingfield", + "Kingfisher", + "Kingman", + "Kings Bay Base", + "Kings Beach", + "Kings Mills", + "Kings Mountain", + "Kings Park", + "Kingsburg", + "Kingsbury", + "Kingsford", + "Kingsland", + "Kingsley", + "Kingsport", + "Kingston", + "Kingston Springs", + "Kingstree", + "Kingsville", + "Kingwood", + "Kinmundy", + "Kinnear", + "Kinsley", + "Kinsman", + "Kinston", + "Kinta", + "Kintnersville", + "Kintyre", + "Kinzers", + "Kiowa", + "Kipling", + "Kipnuk", + "Kirby", + "Kirbyville", + "Kirk", + "Kirkland", + "Kirklin", + "Kirksey", + "Kirksville", + "Kirkville", + "Kirkwood", + "Kiron", + "Kirtland", + "Kirwin", + "Kismet", + "Kissee Mills", + "Kissimmee", + "Kite", + "Kittanning", + "Kittery", + "Kittery Point", + "Kitts Hill", + "Kitty Hawk", + "Klamath", + "Klamath Falls", + "Klamath River", + "Klawock", + "Klemme", + "Knapp", + "Knife River", + "Knightdale", + "Knights Landing", + "Knightsen", + "Knightstown", + "Knightsville", + "Knippa", + "Knob Lick", + "Knob Noster", + "Knott", + "Knox", + "Knox City", + "Knox Dale", + "Knoxville", + "Kodak", + "Kodiak", + "Kohler", + "Kokomo", + "Koloa", + "Konawa", + "Kongiganak", + "Kooskia", + "Koppel", + "Kopperl", + "Kosciusko", + "Kotlik", + "Kountze", + "Kouts", + "Koyuk", + "Krakow", + "Kramer", + "Krebs", + "Kremmling", + "Krum", + "Kula", + "Kulm", + "Kulpmont", + "Kuna", + "Kunkletown", + "Kure Beach", + "Kurtistown", + "Kuttawa", + "Kutztown", + "Kwethluk", + "Kykotsmovi Village", + "Kyle", + "Kyles Ford", + "La Barge", + "La Belle", + "La Blanca", + "La Canada Flintridge", + "La Center", + "La Conner", + "La Crescent", + "La Crescenta", + "La Crosse", + "La Cygne", + "La Farge", + "La Fayette", + "La Feria", + "La Fontaine", + "La Fox", + "La Grande", + "La Grange", + "La Grange Park", + "La Habra", + "La Harpe", + "La Honda", + "La Jara", + "La Jolla", + "La Joya", + "La Junta", + "La Luz", + "La Marque", + "La Mesa", + "La Mirada", + "La Moille", + "La Motte", + "La Palma", + "La Pine", + "La Plata", + "La Pointe", + "La Porte", + "La Porte City", + "La Prairie", + "La Pryor", + "La Puente", + "La Quinta", + "La Rue", + "La Sal", + "La Salle", + "La Valle", + "La Vergne", + "La Verne", + "La Vernia", + "La Veta", + "La Vista", + "Labadie", + "Labadieville", + "LaBelle", + "LaBolt", + "Lac du Flambeau", + "Lacey", + "Laceys Spring", + "Laceyville", + "Lachine", + "Lackawaxen", + "Lackey", + "Lacombe", + "Lacon", + "Lacona", + "Laconia", + "Ladd", + "Laddonia", + "Ladera Ranch", + "Ladoga", + "Ladonia", + "Ladora", + "Ladson", + "Lady Lake", + "Ladysmith", + "Lafayette", + "LaFayette", + "Lafferty", + "Lafitte", + "LaFollette", + "Lagrange", + "Lagrangeville", + "Lagro", + "Laguna", + "Laguna Beach", + "Laguna Hills", + "Laguna Niguel", + "Laguna Woods", + "Lagunitas", + "Lahaina", + "Lahaska", + "Laingsburg", + "Lake", + "Lake Alfred", + "Lake Andes", + "Lake Ann", + "Lake Ariel", + "Lake Arrowhead", + "Lake Arthur", + "Lake Benton", + "Lake Bluff", + "Lake Bronson", + "Lake Buena Vista", + "Lake Butler", + "Lake Charles", + "Lake City", + "Lake Cormorant", + "Lake Crystal", + "Lake Dallas", + "Lake Delton", + "Lake Elmo", + "Lake Elsinore", + "Lake Forest", + "Lake Geneva", + "Lake George", + "Lake Grove", + "Lake Hamilton", + "Lake Harmony", + "Lake Havasu City", + "Lake Helen", + "Lake Hiawatha", + "Lake Hopatcong", + "Lake Hughes", + "Lake in the Hills", + "Lake Isabella", + "Lake Jackson", + "Lake Junaluska", + "Lake Katrine", + "Lake Lillian", + "Lake Linden", + "Lake Lure", + "Lake Luzerne", + "Lake Lynn", + "Lake Mary", + "Lake Mills", + "Lake Monroe", + "Lake Nebagamon", + "Lake Norden", + "Lake Odessa", + "Lake Orion", + "Lake Oswego", + "Lake Ozark", + "Lake Panasoffkee", + "Lake Park", + "Lake Peekskill", + "Lake Placid", + "Lake Pleasant", + "Lake Preston", + "Lake Providence", + "Lake Saint Louis", + "Lake Shasta", + "Lake Station", + "Lake Stevens", + "Lake Tomahawk", + "Lake Toxaway", + "Lake View", + "Lake Villa", + "Lake Village", + "Lake Waccamaw", + "Lake Wales", + "Lake Wilson", + "Lake Winola", + "Lake Worth", + "Lake Zurich", + "Lakebay", + "Lakefield", + "Lakehead", + "Lakehurst", + "Lakeland", + "Lakemont", + "Lakemore", + "Lakeport", + "Lakeside", + "Laketown", + "Lakeview", + "Lakeville", + "Lakewood", + "Lakin", + "Lakota", + "Lamar", + "Lambert", + "Lamberton", + "Lambertville", + "Lambsburg", + "Lame Deer", + "Lamesa", + "Lamoni", + "Lamont", + "LaMoure", + "Lampasas", + "Lamy", + "Lanai", + "Lanark", + "Lancaster", + "Lancing", + "Landenberg", + "Lander", + "Landing", + "Landis", + "Landisburg", + "Landisville", + "Landrum", + "Lanesboro", + "Lanesville", + "Lanett", + "Laneville", + "Lanexa", + "Langdon", + "Langeloth", + "Langford", + "Langhorne", + "Langley", + "Langston", + "Langsville", + "Lanham", + "Lanoka Harbor", + "Lansdale", + "Lansdowne", + "Lanse", + "Lansford", + "Lansing", + "Lantry", + "Laona", + "Laotto", + "Lapeer", + "Lapel", + "Lapine", + "Laplace", + "Laporte", + "Lapwai", + "Laquey", + "Laramie", + "Larchmont", + "Larchwood", + "Laredo", + "Largo", + "Larimore", + "Larkspur", + "Larned", + "Larose", + "Las Animas", + "Las Cruces", + "Las Vegas", + "LaSalle", + "Lascassas", + "Latexo", + "Latham", + "Lathrop", + "Latimer", + "Laton", + "Latonia", + "Latrobe", + "Latta", + "Lattimer", + "Lattimore", + "Lauderdale", + "Laughlin", + "Laughlintown", + "Laura", + "Laurel", + "Laurel Hill", + "Laurel Springs", + "Laurelton", + "Laurelville", + "Laurens", + "Laurinburg", + "Laurys Station", + "Lavaca", + "Lavalette", + "Lavallette", + "Laveen", + "LaVerkin", + "Laverne", + "Lavon", + "Lavonia", + "Lawler", + "Lawn", + "Lawndale", + "Lawnside", + "Lawrence", + "Lawrenceburg", + "Lawrenceville", + "Lawson", + "Lawton", + "Layton", + "Laytonville", + "Le Center", + "Le Grand", + "Le Mars", + "Le Raysville", + "Le Roy", + "Le Sueur", + "Lead", + "Lead Hill", + "Leadville", + "Leadwood", + "Leaf River", + "League City", + "Leakesville", + "Leakey", + "Leander", + "Leary", + "Leavenworth", + "Leavittsburg", + "Leawood", + "Lebanon", + "Lebanon Junction", + "Lebec", + "Lebo", + "Leburn", + "Lecanto", + "LeClaire", + "Lecompte", + "Lecompton", + "Ledbetter", + "Lederach", + "Ledgewood", + "Ledyard", + "Ledyard Center", + "Lee", + "Lee Center", + "Leechburg", + "Leedey", + "Leeds", + "Leeper", + "Leesburg", + "Leesport", + "Leesville", + "Leeton", + "Leetonia", + "Leetsdale", + "Lefor", + "Lefors", + "Lehi", + "Lehigh", + "Lehigh Acres", + "Lehighton", + "Lehman", + "Lehr", + "Leicester", + "Leigh", + "Leighton", + "Leipsic", + "Leitchfield", + "Leland", + "Lemasters", + "Lemmon", + "Lemon Grove", + "Lemont", + "Lemont Furnace", + "Lemoore", + "Lemoyne", + "Lempster", + "Lena", + "Lenapah", + "Lenexa", + "Lengby", + "Lenhartsville", + "Lenni", + "Lennon", + "Lennox", + "Lenoir", + "Lenoir City", + "Lenora", + "Lenore", + "Lenox", + "Leo", + "Leola", + "Leoma", + "Leominster", + "Leon", + "Leona", + "Leonard", + "Leonardo", + "Leonardsville", + "Leonardtown", + "Leonardville", + "Leonia", + "Leonidas", + "Leonore", + "Leonville", + "Leopold", + "Leopolis", + "Leoti", + "Lepanto", + "Lerna", + "LeRoy", + "Leroy", + "Lesage", + "Leslie", + "Lester", + "Lester Prairie", + "Lesterville", + "Letart", + "Letohatchee", + "Letts", + "Levan", + "Levant", + "Levelland", + "Levelock", + "Levels", + "Leverett", + "Levering", + "Levittown", + "Lewellen", + "Lewes", + "Lewis", + "Lewis Center", + "Lewis Run", + "Lewisberry", + "Lewisburg", + "Lewisport", + "Lewiston", + "Lewiston Woodville", + "Lewistown", + "Lewisville", + "Lexa", + "Lexington", + "Lexington Park", + "Libby", + "Liberal", + "Liberty", + "Liberty Center", + "Liberty Corner", + "Liberty Hill", + "Liberty Lake", + "Libertytown", + "Libertyville", + "Lick Creek", + "Licking", + "Lidgerwood", + "Liebenthal", + "Lignum", + "Ligonier", + "Lihue", + "Likely", + "Lilburn", + "Lilesville", + "Lillian", + "Lillington", + "Lilliwaup", + "Lilly", + "Lily Dale", + "Lima", + "Lime Ridge", + "Lime Springs", + "Limerick", + "Limestone", + "Limington", + "Limon", + "Lincoln", + "Lincoln City", + "Lincoln Park", + "Lincolndale", + "Lincolnshire", + "Lincolnton", + "Lincolnville", + "Lincolnville Center", + "Lincolnwood", + "Lincroft", + "Lindale", + "Linden", + "Lindenhurst", + "Lindley", + "Lindon", + "Lindsay", + "Lindsborg", + "Lindside", + "Lindstrom", + "Linesville", + "Lineville", + "Linkwood", + "Linn", + "Linn Creek", + "Linneus", + "Linthicum Heights", + "Linton", + "Linville", + "Linwood", + "Lipan", + "Lisbon", + "Lisbon Falls", + "Liscomb", + "Lisle", + "Lismore", + "Listie", + "Litchfield", + "Litchfield Park", + "Litchfield Plains", + "Lithia", + "Lithia Springs", + "Lithonia", + "Lithopolis", + "Lititz", + "Little America", + "Little Chute", + "Little Compton", + "Little Elm", + "Little Falls", + "Little Ferry", + "Little Hocking", + "Little Meadows", + "Little Mountain", + "Little Neck", + "Little River", + "Little River-Academy", + "Little Rock", + "Little Rock Air Force Base", + "Little Silver", + "Little Suamico", + "Little Valley", + "Littlefield", + "Littlefork", + "Littlerock", + "Littlestown", + "Littleton", + "Live Oak", + "Livermore", + "Livermore Falls", + "Liverpool", + "Livingston", + "Livingston Manor", + "Livonia", + "Lizella", + "Lizton", + "Llano", + "Loa", + "Loachapoka", + "Loami", + "Lobelville", + "Local", + "Loch Sheldrake", + "Lock Haven", + "Lockbourne", + "Locke", + "Lockeford", + "Lockesburg", + "Lockhart", + "Lockney", + "Lockport", + "Lockwood", + "Loco", + "Locust", + "Locust Fork", + "Locust Gap", + "Locust Grove", + "Locust Valley", + "Loda", + "Lodge", + "Lodge Grass", + "Lodi", + "Log Lane Village", + "Logan", + "Logandale", + "Logansport", + "Loganton", + "Loganville", + "Lohman", + "Lohn", + "Lolita", + "Lolo", + "Loma", + "Loma Linda", + "Lomax", + "Lombard", + "Lomira", + "Lomita", + "Lompoc", + "Lonaconing", + "London", + "London Mills", + "Londonderry", + "Lone Grove", + "Lone Jack", + "Lone Oak", + "Lone Pine", + "Lone Rock", + "Lone Tree", + "Lone Wolf", + "Lonedell", + "Long Beach", + "Long Branch", + "Long Grove", + "Long Island", + "Long Island City", + "Long Lake", + "Long Lane", + "Long Pine", + "Long Pond", + "Long Prairie", + "Long Valley", + "Longboat Key", + "Longbranch", + "Longdale", + "Longmeadow", + "Longmont", + "Longport", + "Longs", + "Longton", + "Longview", + "Longville", + "Longwood", + "Lonoke", + "Lonsdale", + "Loogootee", + "Lookout", + "Lookout Mountain", + "Loomis", + "Loon Lake", + "Loop", + "Loose Creek", + "Lopez", + "Lorain", + "Loraine", + "Loranger", + "Lordsburg", + "Lore City", + "Lorena", + "Lorenzo", + "Loretto", + "Lorimor", + "Loris", + "Lorman", + "Lorraine", + "Lorton", + "Los Alamitos", + "Los Alamos", + "Los Altos", + "Los Altos Hills", + "Los Angeles", + "Los Banos", + "Los Fresnos", + "Los Gatos", + "Los Lunas", + "Los Molinos", + "Los Olivos", + "Los Osos", + "Losantville", + "Lost City", + "Lost Creek", + "Lost Nation", + "Lost Springs", + "Lostant", + "Lostine", + "Lothian", + "Lott", + "Lottie", + "Lottsburg", + "Lotus", + "Loudon", + "Loudonville", + "Louin", + "Louisa", + "Louisburg", + "Louise", + "Louisiana", + "Louisville", + "Loup City", + "Lovejoy", + "Lovelady", + "Loveland", + "Lovell", + "Lovelock", + "Lovely", + "Loves Park", + "Lovettsville", + "Loveville", + "Lovilia", + "Loving", + "Lovingston", + "Lovington", + "Low and Burbanks Grant", + "Low Moor", + "Lowber", + "Lowden", + "Lowell", + "Lowellville", + "Lower Brule", + "Lower Lake", + "Lower Salem", + "Lowgap", + "Lowman", + "Lowmansville", + "Lowndes", + "Lowndesboro", + "Lowry", + "Lowry City", + "Lowville", + "Loxahatchee Groves", + "Loxley", + "Loyal", + "Loyalhanna", + "Loyall", + "Loysville", + "Lu Verne", + "Lubbock", + "Lubec", + "Lucama", + "Lucan", + "Lucas", + "Lucasville", + "Lucedale", + "Lucerne", + "Lucerne Valley", + "Lucinda", + "Luck", + "Luckey", + "Ludington", + "Ludlow", + "Ludlow Falls", + "Ludowici", + "Lueders", + "Lufkin", + "Lugoff", + "Lula", + "Luling", + "Lumberport", + "Lumberton", + "Lumberville", + "Lummi Island", + "Lumpkin", + "Luna Pier", + "Lund", + "Lunenburg", + "Lupton City", + "Luray", + "Lusby", + "Lusk", + "Lutcher", + "Luther", + "Luthersburg", + "Luthersville", + "Lutherville-Timonium", + "Lutsen", + "Luttrell", + "Lutz", + "Luverne", + "Luxemburg", + "Luxor", + "Luxora", + "Luzerne", + "Lydia", + "Lyerly", + "Lykens", + "Lyle", + "Lyles", + "Lyman", + "Lyme", + "Lynbrook", + "Lynch", + "Lynch Station", + "Lynchburg", + "Lynco", + "Lynd", + "Lyndeborough", + "Lynden", + "Lyndhurst", + "Lyndon", + "Lyndon Center", + "Lyndon Station", + "Lyndonville", + "Lynn", + "Lynn Center", + "Lynn Haven", + "Lynnfield", + "Lynnville", + "Lynnwood", + "Lynwood", + "Lyon", + "Lyons", + "Lytle", + "Lytle Creek", + "Mabank", + "Mabel", + "Mabelvale", + "Maben", + "Mableton", + "Mabton", + "Macclenny", + "Macclesfield", + "Macdoel", + "Macedon", + "Macedonia", + "Macfarlan", + "Machesney Park", + "Machias", + "Machiasport", + "Mackay", + "Mackinac Island", + "Mackinaw", + "Mackinaw City", + "Macksburg", + "Macomb", + "Macon", + "Macungie", + "Mad River", + "Madawaska", + "Madbury", + "Maddock", + "Madelia", + "Madera", + "Madill", + "Madison", + "Madison Heights", + "Madison Lake", + "Madisonville", + "Madras", + "Madrid", + "Magalia", + "Magazine", + "Magdalena", + "Magee", + "Maggie Valley", + "Magna", + "Magnolia", + "Magnolia Springs", + "Mahaffey", + "Mahanoy City", + "Mahaska", + "Mahnomen", + "Mahomet", + "Mahopac", + "Mahwah", + "Maiden", + "Maiden Rock", + "Maidens", + "Maidsville", + "Mainesburg", + "Maineville", + "Maitland", + "Maize", + "Makanda", + "Makawao", + "Makinen", + "Malabar", + "Malad City", + "Malaga", + "Malakoff", + "Malcom", + "Malden", + "Malibu", + "Malin", + "Malinta", + "Mallory", + "Malmo", + "Malone", + "Malott", + "Malta", + "Malvern", + "Malverne", + "Mamaroneck", + "Mammoth", + "Mammoth Lakes", + "Mamou", + "Man", + "Manahawkin", + "Manasquan", + "Manassas", + "Manassas Park", + "Manawa", + "Mancelona", + "Manchaca", + "Manchaug", + "Manchester", + "Manchester Center", + "Manchester Township", + "Manchester-by-the-Sea", + "Mancos", + "Mandan", + "Mandaree", + "Manderson", + "Mandeville", + "Mangum", + "Manhasset", + "Manhattan", + "Manhattan Beach", + "Manheim", + "Manila", + "Manistee", + "Manistique", + "Manito", + "Manitou", + "Manitou Springs", + "Manitowoc", + "Mankato", + "Manlius", + "Manly", + "Mannford", + "Manning", + "Mannington", + "Manns Choice", + "Mannsville", + "Manokotak", + "Manomet", + "Manor", + "Manorville", + "Manquin", + "Mansfield", + "Mansfield Center", + "Mansfield Depot", + "Manson", + "Mansura", + "Mantachie", + "Manteca", + "Mantee", + "Manteno", + "Manteo", + "Manti", + "Mantoloking", + "Manton", + "Mantorville", + "Mantua", + "Manvel", + "Manville", + "Many", + "Many Farms", + "Manzanita", + "Manzanola", + "Maple City", + "Maple Falls", + "Maple Grove", + "Maple Heights", + "Maple Hill", + "Maple Lake", + "Maple Park", + "Maple Plain", + "Maple Rapids", + "Maple Shade", + "Maple Valley", + "Maplesville", + "Mapleton", + "Mapleville", + "Maplewood", + "Mappsville", + "Maquoketa", + "Marana", + "Marathon", + "Marble", + "Marble Falls", + "Marble Hill", + "Marble Rock", + "Marblehead", + "Marblehill", + "Marblemount", + "Marbury", + "Marceline", + "Marcell", + "Marcellus", + "March Air Force Base", + "Marco Island", + "Marcus", + "Marcus Hook", + "Marcy", + "Mardela Springs", + "Marengo", + "Marenisco", + "Marfa", + "Margaret", + "Margaretville", + "Margate City", + "Maria Stein", + "Marianna", + "Maribel", + "Maricopa", + "Marienthal", + "Marienville", + "Marietta", + "Marina", + "Marina del Rey", + "Marine", + "Marine City", + "Marine on Saint Croix", + "Marinette", + "Maringouin", + "Marion", + "Marion Center", + "Marion Heights", + "Marion Junction", + "Marionville", + "Mariposa", + "Marissa", + "Mark Center", + "Marked Tree", + "Markesan", + "Markham", + "Markle", + "Markleeville", + "Markleville", + "Markleysburg", + "Marks", + "Marksville", + "Marlboro", + "Marlborough", + "Marlette", + "Marlin", + "Marlinton", + "Marlow", + "Marlton", + "Marmora", + "Marne", + "Maroa", + "Marquand", + "Marquette", + "Marquez", + "Marrero", + "Marriottsville", + "Mars", + "Mars Hill", + "Marseilles", + "Marshall", + "Marshalls Creek", + "Marshalltown", + "Marshallville", + "Marshfield", + "Marshfield Hills", + "Marshville", + "Marsing", + "Marsteller", + "Marstons Mills", + "Mart", + "Martell", + "Martelle", + "Martha", + "Marthasville", + "Marthaville", + "Martin", + "Martindale", + "Martinez", + "Martins Creek", + "Martins Ferry", + "Martinsburg", + "Martinsdale", + "Martinsville", + "Martville", + "Mary Esther", + "Marydel", + "Maryknoll", + "Maryland", + "Maryland Heights", + "Marylhurst", + "Maryneal", + "Marysvale", + "Marysville", + "Maryville", + "Mascot", + "Mascotte", + "Mascoutah", + "Mashantucket", + "Mashpee", + "Maskell", + "Mason", + "Mason City", + "Masontown", + "Masonville", + "Maspeth", + "Mass City", + "Massapequa", + "Massapequa Park", + "Massena", + "Massey", + "Massillon", + "Mastic", + "Mastic Beach", + "Masury", + "Matamoras", + "Matawan", + "Matewan", + "Matfield Green", + "Mather Field", + "Mathews", + "Mathias", + "Mathis", + "Mathiston", + "Matinicus", + "Matoaka", + "Mattapan", + "Mattapoisett", + "Mattaponi", + "Mattawa", + "Mattawamkeag", + "Mattawan", + "Mattawana", + "Matteson", + "Matthews", + "Mattituck", + "Mattoon", + "Mauckport", + "Maud", + "Mauk", + "Mauldin", + "Maumee", + "Maumelle", + "Maunaloa", + "Maupin", + "Maurepas", + "Maurertown", + "Maurice", + "Mauriceville", + "Maury", + "Maury City", + "Mauston", + "Max", + "Max Meadows", + "Maxatawny", + "Maxbass", + "Maxton", + "Maxwell", + "May", + "May Creek", + "Maybee", + "Maybrook", + "Mayer", + "Mayesville", + "Mayetta", + "Mayfield", + "Mayflower", + "Maylene", + "Maynard", + "Maynardville", + "Mayo", + "Mayodan", + "Maypearl", + "Mayport", + "Mays Landing", + "Maysel", + "Maysville", + "Mayville", + "Maywood", + "Mazeppa", + "Mazomanie", + "Mazon", + "McAdoo", + "McAlester", + "McAlister", + "McAlisterville", + "McAllen", + "McAlpin", + "McArthur", + "McBain", + "McBee", + "McCall", + "McCalla", + "McCamey", + "McCammon", + "McCaysville", + "McCleary", + "McClellan Park Census Designated Place", + "McClelland", + "McClellandtown", + "McClellanville", + "McCloud", + "McClure", + "McClusky", + "McColl", + "McComb", + "McConnells", + "McConnellsburg", + "McConnelsville", + "McCook", + "McCool", + "McCool Junction", + "McCordsville", + "McCormick", + "McCoy", + "McCune", + "McCurtain", + "McCutchenville", + "McDaniels", + "McDavid", + "McDermitt", + "McDermott", + "McDonald", + "McDonough", + "McDowell", + "McElhattan", + "McEwen", + "McFall", + "McFarland", + "McGaheysville", + "McGehee", + "McGraw", + "McGregor", + "McHenry", + "McIntosh", + "McKean Township", + "McKee", + "McKees Rocks", + "McKeesport", + "McKenna", + "McKenzie", + "McKinleyville", + "McKinney", + "McLain", + "McLaughlin", + "McLean", + "McLeansboro", + "McLeansville", + "McLoud", + "McMechen", + "McMillan", + "McMinnville", + "McNabb", + "McNary", + "McNeal", + "McPherson", + "McQueeney", + "McRae", + "McSherrystown", + "McVeytown", + "McVille", + "Meacham", + "Mead", + "Meade", + "Meadow", + "Meadow Bridge", + "Meadow Grove", + "Meadow Lands", + "Meadow Valley", + "Meadow Vista", + "Meadowlands", + "Meadows of Dan", + "Meadowview", + "Meadview", + "Meadville", + "Meally", + "Meansville", + "Mears", + "Mebane", + "Mecca", + "Mechanic Falls", + "Mechanicsburg", + "Mechanicsville", + "Mechanicville", + "Mecosta", + "Medanales", + "Medaryville", + "Medfield", + "Medford", + "Media", + "Mediapolis", + "Medical Lake", + "Medicine Lake", + "Medicine Lodge", + "Medicine Park", + "Medina", + "Medinah", + "Medon", + "Medora", + "Medway", + "Meeker", + "Meeteetse", + "Meherrin", + "Mehoopany", + "Mekoryuk", + "Melba", + "Melbourne", + "Melbourne Beach", + "Melcher-Dallas", + "Melcroft", + "Melfa", + "Melissa", + "Mellen", + "Mellenville", + "Melrose", + "Melrose Park", + "Melstone", + "Melville", + "Melvin", + "Melvindale", + "Memphis", + "Mena", + "Menahga", + "Menan", + "Menard", + "Menasha", + "Mendenhall", + "Mendham", + "Mendocino", + "Mendon", + "Mendota", + "Menifee", + "Menlo", + "Menlo Park", + "Menno", + "Meno", + "Menominee", + "Menomonee Falls", + "Mentone", + "Mentor", + "Mequon", + "Mer Rouge", + "Meraux", + "Merced", + "Mercedes", + "Mercer", + "Mercer Island", + "Mercersburg", + "Merchantville", + "Meredith", + "Mereta", + "Meriden", + "Meridian", + "Meridianville", + "Merino", + "Merion", + "Merit", + "Merkel", + "Merlin", + "Mermentau", + "Merna", + "Merrick", + "Merrifield", + "Merrill", + "Merrillan", + "Merrillville", + "Merrimac", + "Merrimack", + "Merriman", + "Merritt", + "Merritt Island", + "Merry Hill", + "Merry Point", + "Merryville", + "Merton", + "Mertzon", + "Mertztown", + "Mesa", + "Mescalero", + "Meshoppen", + "Mesick", + "Mesilla", + "Mesilla Park", + "Mesquite", + "Metairie", + "Metaline Falls", + "Metamora", + "Metcalf", + "Methow", + "Methuen", + "Metlakatla", + "Metropolis", + "Metropolitan", + "Metter", + "Metuchen", + "Metz", + "Mexia", + "Mexico", + "Meyersdale", + "Mi-Wuk Village", + "Miami", + "Miami Beach", + "Miamisburg", + "Miamitown", + "Miamiville", + "Micanopy", + "Michie", + "Michigan Center", + "Michigan City", + "Michigantown", + "Mickleton", + "Mico", + "Micro", + "Middle Bass", + "Middle Granville", + "Middle Grove", + "Middle Haddam", + "Middle Island", + "Middle Point", + "Middle River", + "Middle Village", + "Middleboro", + "Middlebourne", + "Middleburg", + "Middleburgh", + "Middlebury", + "Middlefield", + "Middleport", + "Middlesboro", + "Middlesex", + "Middleton", + "Middletown", + "Middletown Springs", + "Middleville", + "Midfield", + "Midkiff", + "Midland", + "Midland City", + "Midland Park", + "Midlothian", + "Midvale", + "Midville", + "Midway", + "Midway City", + "Midway Park", + "Midwest", + "Mifflin", + "Mifflinburg", + "Mifflintown", + "Mifflinville", + "Mikado", + "Milaca", + "Milam", + "Milan", + "Milano", + "Milbank", + "Milburn", + "Miles", + "Miles City", + "Milesburg", + "Milford", + "Milford Center", + "Mililani Town", + "Mill City", + "Mill Creek", + "Mill Hall", + "Mill Neck", + "Mill River", + "Mill Shoals", + "Mill Spring", + "Mill Valley", + "Milladore", + "Millboro", + "Millbrae", + "Millbrook", + "Millburn", + "Millbury", + "Milldale", + "Milledgeville", + "Millen", + "Miller", + "Miller Place", + "Millers Creek", + "Millersburg", + "Millersport", + "Millerstown", + "Millersview", + "Millersville", + "Millerton", + "Millfield", + "Millheim", + "Millican", + "Milligan", + "Milliken", + "Millington", + "Millinocket", + "Millis", + "Millmont", + "Millport", + "Millry", + "Mills", + "Mills River", + "Millsap", + "Millsboro", + "Millstadt", + "Millstone", + "Milltown", + "Millville", + "Millwood", + "Milmay", + "Milner", + "Milnesville", + "Milnor", + "Milo", + "Milpitas", + "Milroy", + "Milton", + "Milton Mills", + "Milton-Freewater", + "Miltona", + "Miltonvale", + "Milwaukee", + "Milwaukie", + "Mimbres", + "Mims", + "Minburn", + "Minco", + "Minden", + "Minden City", + "Mine Hill", + "Mineola", + "Mineral", + "Mineral Bluff", + "Mineral City", + "Mineral Point", + "Mineral Ridge", + "Mineral Springs", + "Mineral Wells", + "Minersville", + "Minerva", + "Minford", + "Mingo Junction", + "Minier", + "Minneapolis", + "Minneola", + "Minneota", + "Minnesota Lake", + "Minnetonka", + "Minnewaukan", + "Minnie", + "Minoa", + "Minocqua", + "Minonk", + "Minooka", + "Minot", + "Minotola", + "Minster", + "Minto", + "Minturn", + "Mio", + "Mira Loma", + "Miramar", + "Miramar Beach", + "Miranda", + "Mishawaka", + "Mishicot", + "Mission", + "Mission Hill", + "Mission Hills", + "Mission Viejo", + "Missoula", + "Missouri City", + "Missouri Valley", + "Mitchell", + "Mitchellville", + "Mize", + "Moab", + "Moapa", + "Moatsville", + "Moberly", + "Mobile", + "Mobridge", + "Moccasin", + "Mocksville", + "Modale", + "Modena", + "Modesto", + "Modoc", + "Mogadore", + "Mohave Valley", + "Mohawk", + "Mohegan Lake", + "Mohnton", + "Mohrsville", + "Mojave", + "Mokelumne Hill", + "Mokena", + "Molalla", + "Molena", + "Moline", + "Molino", + "Mollusk", + "Molt", + "Momence", + "Mona", + "Monaca", + "Monahans", + "Moncks Corner", + "Moncure", + "Mondamin", + "Mondovi", + "Monee", + "Monessen", + "Moneta", + "Monett", + "Monette", + "Monkton", + "Monmouth", + "Monmouth Beach", + "Monmouth Junction", + "Monon", + "Monona", + "Monongahela", + "Monponsett", + "Monroe", + "Monroe Center", + "Monroe City", + "Monroe Township", + "Monroeton", + "Monroeville", + "Monrovia", + "Monsey", + "Monson", + "Mont Belvieu", + "Mont Clare", + "Mont Vernon", + "Montague", + "Montandon", + "Montara", + "Montauk", + "Montclair", + "Monte Rio", + "Monte Vista", + "Monteagle", + "Montebello", + "Montegut", + "Montello", + "Monterey", + "Monterey County", + "Monterey Park", + "Monterville", + "Montesano", + "Montevallo", + "Montevideo", + "Monteview", + "Montezuma", + "Montfort", + "Montgomery", + "Montgomery Center", + "Montgomery City", + "Montgomery Creek", + "Montgomery Village", + "Montgomeryville", + "Monticello", + "Montour", + "Montour Falls", + "Montoursville", + "Montpelier", + "Montreal", + "Montreat", + "Montrose", + "Montross", + "Montvale", + "Montverde", + "Montville", + "Monument", + "Monument Beach", + "Moodus", + "Moody", + "Mooers", + "Mooers Forks", + "Moon", + "Moonachie", + "Moorcroft", + "Moore", + "Moore Haven", + "Moorefield", + "Mooreland", + "Moores Hill", + "Mooresboro", + "Mooresburg", + "Moorestown Township", + "Mooresville", + "Mooreton", + "Mooreville", + "Moorhead", + "Mooringsport", + "Moorland", + "Moorpark", + "Moose", + "Moose Lake", + "Moosic", + "Moosup", + "Mora", + "Moraga", + "Moran", + "Moravia", + "Moravian Falls", + "Moreauville", + "Morehead", + "Morehead City", + "Moreland", + "Morenci", + "Moreno Valley", + "Moretown", + "Morgan", + "Morgan City", + "Morgan Hill", + "Morganfield", + "Morganton", + "Morgantown", + "Morganville", + "Moriah", + "Moriarty", + "Moriches", + "Morley", + "Morning Sun", + "Morning View", + "Moro", + "Morocco", + "Morongo Valley", + "Moroni", + "Morral", + "Morrice", + "Morrill", + "Morrilton", + "Morris", + "Morris Chapel", + "Morris Plains", + "Morrisdale", + "Morrison", + "Morrisonville", + "Morriston", + "Morristown", + "Morrisville", + "Morro Bay", + "Morrow", + "Morse", + "Morse Bluff", + "Morton", + "Morton Grove", + "Mortons Gap", + "Morven", + "Mosca", + "Moscow", + "Moscow Mills", + "Moseley", + "Moses Lake", + "Mosheim", + "Mosier", + "Mosinee", + "Moss", + "Moss Beach", + "Moss Landing", + "Moss Point", + "Mossyrock", + "Motley", + "Mott", + "Moulton", + "Moultonborough", + "Moultrie", + "Mound", + "Mound Bayou", + "Mound City", + "Moundridge", + "Mounds", + "Moundsville", + "Moundville", + "Mount Airy", + "Mount Angel", + "Mount Arlington", + "Mount Auburn", + "Mount Ayr", + "Mount Berry", + "Mount Bethel", + "Mount Blanchard", + "Mount Calvary", + "Mount Carbon", + "Mount Carmel", + "Mount Carroll", + "Mount Clemens", + "Mount Cory", + "Mount Crawford", + "Mount Croghan", + "Mount Eaton", + "Mount Eden", + "Mount Enterprise", + "Mount Ephraim", + "Mount Erie", + "Mount Gay", + "Mount Gilead", + "Mount Gretna", + "Mount Hermon", + "Mount Holly", + "Mount Holly Springs", + "Mount Hope", + "Mount Horeb", + "Mount Ida", + "Mount Jackson", + "Mount Jewett", + "Mount Joy", + "Mount Juliet", + "Mount Kisco", + "Mount Laurel", + "Mount Lookout", + "Mount Morris", + "Mount Nebo", + "Mount Olive", + "Mount Olivet", + "Mount Orab", + "Mount Pleasant", + "Mount Pleasant Mills", + "Mount Pocono", + "Mount Prospect", + "Mount Pulaski", + "Mount Rainier", + "Mount Royal", + "Mount Saint Joseph", + "Mount Savage", + "Mount Shasta", + "Mount Sidney", + "Mount Sinai", + "Mount Sterling", + "Mount Storm", + "Mount Tremper", + "Mount Ulla", + "Mount Union", + "Mount Upton", + "Mount Vernon", + "Mount Victoria", + "Mount Victory", + "Mount Vision", + "Mount Washington", + "Mount Wilson", + "Mount Wolf", + "Mount Zion", + "Mountain", + "Mountain City", + "Mountain Grove", + "Mountain Home", + "Mountain Iron", + "Mountain Lake", + "Mountain Lakes", + "Mountain Pine", + "Mountain Ranch", + "Mountain Top", + "Mountain View", + "Mountain Village", + "Mountainair", + "Mountainburg", + "Mountainside", + "Mountainville", + "Mountlake Terrace", + "Mountville", + "Mousie", + "Mouth of Wilson", + "Mouthcard", + "Moville", + "Moweaqua", + "Moxee City", + "Moyie Springs", + "Moyock", + "Mt Pleasant", + "Mt. Dora", + "Mt. Morris", + "Mt. Pleasant", + "Mt. Vernon", + "Muenster", + "Muir", + "Mukilteo", + "Mukwonago", + "Mulberry", + "Mulberry Grove", + "Muldoon", + "Muldraugh", + "Muldrow", + "Muleshoe", + "Mulga", + "Mulino", + "Mulkeytown", + "Mullan", + "Mullen", + "Mullica Hill", + "Mulliken", + "Mullin", + "Mullins", + "Mullinville", + "Mulvane", + "Muncie", + "Muncy", + "Munday", + "Mundelein", + "Munford", + "Munfordville", + "Munger", + "Munich", + "Munising", + "Munith", + "Munnsville", + "Munroe Falls", + "Munster", + "Murchison", + "Murdock", + "Murfreesboro", + "Murphy", + "Murphys", + "Murphysboro", + "Murray", + "Murrayville", + "Murrells Inlet", + "Murrieta", + "Murrysville", + "Muscatine", + "Muscle Shoals", + "Muscoda", + "Muse", + "Musella", + "Muskego", + "Muskegon", + "Muskogee", + "Mustang", + "Mutual", + "Myakka City", + "Myerstown", + "Myersville", + "Mylo", + "Myrtle", + "Myrtle Beach", + "Myrtle Creek", + "Myrtle Point", + "Mystic", + "Myton", + "N. Lawrence", + "Nabb", + "Nabesna", + "Naco", + "Nacogdoches", + "Nacoochee", + "Nageezi", + "Nags Head", + "Nahant", + "Nahunta", + "Naknek", + "Nampa", + "Nancy", + "Nanjemoy", + "Nanticoke", + "Nantucket", + "Nanty Glo", + "Nanuet", + "Naoma", + "Napa", + "Napavine", + "Naper", + "Naperville", + "Napier", + "Naples", + "Napoleon", + "Napoleonville", + "Nappanee", + "Nara Visa", + "Narberth", + "Narka", + "Narragansett", + "Narrows", + "Narrowsburg", + "Narvon", + "Naselle", + "Nash", + "Nashoba", + "Nashotah", + "Nashport", + "Nashua", + "Nashville", + "Nashwauk", + "Nassau", + "Nassawadox", + "Natalbany", + "Natalia", + "Natchez", + "Natchitoches", + "Natick", + "National City", + "National Park", + "Natrona Heights", + "Natural Bridge", + "Natural Bridge Station", + "Naturita", + "Naubinway", + "Naugatuck", + "Nauvoo", + "Navajo", + "Navarre", + "Navasota", + "Naylor", + "Nazan Village", + "Nazareth", + "Neah Bay", + "Nebo", + "Nebraska City", + "Necedah", + "Neche", + "Nederland", + "Nedrow", + "Needham", + "Needham Heights", + "Needles", + "Needmore", + "Needville", + "Neely", + "Neelyville", + "Neenah", + "Neeses", + "Neffs", + "Negaunee", + "Negley", + "Nehalem", + "Neillsville", + "Nekoosa", + "Neligh", + "Nellis", + "Nellysford", + "Nelson", + "Nelsonville", + "Nemacolin", + "Nemaha", + "Nemo", + "Nenana", + "Neodesha", + "Neoga", + "Neola", + "Neosho", + "Neosho Falls", + "Neosho Rapids", + "Neotsu", + "Nephi", + "Neponset", + "Neptune Beach", + "Neptune City", + "Nerstrand", + "Nesbit", + "Nesconset", + "Nescopeck", + "Neshanic Station", + "Neshkoro", + "Nesquehoning", + "Ness City", + "Nester", + "Netawaka", + "Netcong", + "Nettleton", + "Nevada", + "Nevada City", + "Neversink", + "Nevis", + "New Albany", + "New Albin", + "New Alexandria", + "New Almaden", + "New Athens", + "New Auburn", + "New Baden", + "New Baltimore", + "New Bavaria", + "New Bedford", + "New Berlin", + "New Berlinville", + "New Bern", + "New Bethlehem", + "New Blaine", + "New Bloomfield", + "New Boston", + "New Braintree", + "New Braunfels", + "New Bremen", + "New Brighton", + "New Britain", + "New Brockton", + "New Brunswick", + "New Buffalo", + "New Burnside", + "New Cambria", + "New Canaan", + "New Caney", + "New Canton", + "New Carlisle", + "New Castle", + "New Church", + "New City", + "New Columbia", + "New Concord", + "New Creek", + "New Cumberland", + "New Cuyama", + "New Deal", + "New Derry", + "New Douglas", + "New Durham", + "New Eagle", + "New Effington", + "New Egypt", + "New England", + "New Enterprise", + "New Era", + "New Fairfield", + "New Florence", + "New Franken", + "New Franklin", + "New Freedom", + "New Galilee", + "New Germany", + "New Glarus", + "New Gloucester", + "New Goshen", + "New Hampton", + "New Harbor", + "New Harmony", + "New Hartford", + "New Haven", + "New Hebron", + "New Hill", + "New Holland", + "New Holstein", + "New Hope", + "New Hudson", + "New Hyde Park", + "New Iberia", + "New Ipswich", + "New Johnsonville", + "New Kensington", + "New Kent", + "New Knoxville", + "New Laguna", + "New Lebanon", + "New Lenox", + "New Lexington", + "New Liberty", + "New Lisbon", + "New Llano", + "New London", + "New Lothrop", + "New Madrid", + "New Market", + "New Marshfield", + "New Martinsville", + "New Meadows", + "New Memphis", + "New Middletown", + "New Milford", + "New Orleans", + "New Oxford", + "New Palestine", + "New Paltz", + "New Paris", + "New Park", + "New Philadelphia", + "New Plymouth", + "New Point", + "New Port Richey", + "New Portland", + "New Prague", + "New Preston", + "New Providence", + "New Raymer", + "New Richland", + "New Richmond", + "New Riegel", + "New Ringgold", + "New River", + "New Roads", + "New Rochelle", + "New Rockford", + "New Ross", + "New Salem", + "New Salisbury", + "New Sharon", + "New Smyrna Beach", + "New Springfield", + "New Stanton", + "New Straitsville", + "New Stuyahok", + "New Tazewell", + "New Town", + "New Tripoli", + "New Troy", + "New Ulm", + "New Underwood", + "New Vernon", + "New Vienna", + "New Vineyard", + "New Virginia", + "New Washington", + "New Waterford", + "New Waverly", + "New Weston", + "New Wilmington", + "New Windsor", + "New Woodstock", + "New York", + "New York Mills", + "Newalla", + "Newark", + "Newark Valley", + "Newaygo", + "Newberg", + "Newbern", + "Newberry", + "Newberry Springs", + "Newborn", + "Newburg", + "Newburgh", + "Newbury", + "Newbury Center", + "Newbury Old Town", + "Newbury Park", + "Newburyport", + "Newcastle", + "Newcomb", + "Newcomerstown", + "Newell", + "Newellton", + "Newfane", + "Newfield", + "Newfields", + "Newfolden", + "Newfoundland", + "Newhall", + "Newhope", + "Newington", + "Newkirk", + "Newland", + "Newman", + "Newman Grove", + "Newman Lake", + "Newmanstown", + "Newmarket", + "Newnan", + "Newport", + "Newport Beach", + "Newport Center", + "Newport Coast", + "Newport News", + "Newry", + "Newsoms", + "Newton", + "Newton Center", + "Newton Falls", + "Newton Grove", + "Newton Highlands", + "Newton Lower Falls", + "Newton Upper Falls", + "Newtonsville", + "Newtonville", + "Newtown", + "Newtown Square", + "Newville", + "Nezperce", + "Niagara", + "Niagara Falls", + "Niangua", + "Niantic", + "Nicasio", + "Niceville", + "Nicholasville", + "Nicholls", + "Nichols", + "Nicholson", + "Nicholville", + "Nickelsville", + "Nickerson", + "Nicktown", + "Nicollet", + "Nicoma Park", + "Nielsville", + "Nikiski", + "Niland", + "Niles", + "Nilwood", + "Nine Mile Falls", + "Ninety Six", + "Nineveh", + "Ninilchik", + "Ninnekah", + "Ninole", + "Niobe", + "Niobrara", + "Niota", + "Nipomo", + "Nisswa", + "Nitro", + "Niwot", + "Nixa", + "Nixon", + "Noatak", + "Noble", + "Nobleboro", + "Noblesville", + "Nocona", + "Noel", + "Nogal", + "Nogales", + "Nokesville", + "Nokomis", + "Nolanville", + "Nolensville", + "Nome", + "Nondalton", + "Nooksack", + "Noonan", + "Noorvik", + "Nora Springs", + "Norborne", + "Norco", + "Norcross", + "Nordland", + "Norfolk", + "Norlina", + "Norma", + "Normal", + "Normalville", + "Norman", + "Norman Park", + "Normandy", + "Normandy Beach", + "Normangee", + "Normantown", + "Norridgewock", + "Norris", + "Norris City", + "Norristown", + "North", + "North Adams", + "North Amherst", + "North Andover", + "North Anson", + "North Apollo", + "North Arlington", + "North Attleboro", + "North Augusta", + "North Aurora", + "North Babylon", + "North Baltimore", + "North Bangor", + "North Beach", + "North Bend", + "North Bennington", + "North Bergen", + "North Berwick", + "North Billerica", + "North Bloomfield", + "North Bonneville", + "North Branch", + "North Branford", + "North Bridgton", + "North Brookfield", + "North Brunswick", + "North Carrollton", + "North Carver", + "North Charleston", + "North Chatham", + "North Chelmsford", + "North Chicago", + "North Chili", + "North Clarendon", + "North Collins", + "North Conway", + "North Creek", + "North Dartmouth", + "North Dighton", + "North East", + "North Eastham", + "North Easton", + "North English", + "North Fairfield", + "North Falmouth", + "North Fork", + "North Fort Myers", + "North Franklin", + "North Freedom", + "North Garden", + "North Grafton", + "North Granby", + "North Greece", + "North Grosvenor Dale", + "North Hampton", + "North Hatfield", + "North Haven", + "North Haverhill", + "North Henderson", + "North Hero", + "North Highlands", + "North Hills", + "North Hollywood", + "North Jackson", + "North Judson", + "North Kingstown", + "North Kingsville", + "North Las Vegas", + "North Lemmon", + "North Lewisburg", + "North Liberty", + "North Lima", + "North Little Rock", + "North Loup", + "North Manchester", + "North Matewan", + "North Miami Beach", + "North Monmouth", + "North Myrtle Beach", + "North Newton", + "North Olmsted", + "North Oxford", + "North Palm Beach", + "North Pembroke", + "North Plains", + "North Platte", + "North Point", + "North Pole", + "North Pomfret", + "North Port", + "North Powder", + "North Prairie", + "North Providence", + "North Reading", + "North Richland Hills", + "North Ridgeville", + "North Rose", + "North Royalton", + "North Salem", + "North Salt Lake", + "North San Juan", + "North Sandwich", + "North Scituate", + "North Sioux City", + "North Smithfield", + "North Springfield", + "North Stonington", + "North Sutton", + "North Tazewell", + "North Tonawanda", + "North Troy", + "North Truro", + "North Vernon", + "North Versailles", + "North Wales", + "North Walpole", + "North Waterboro", + "North Webster", + "North Weymouth", + "North Wilkesboro", + "North Windham", + "North Woodstock", + "North Zulch", + "Northampton", + "Northboro", + "Northborough", + "Northbridge", + "Northbrook", + "Northeast Harbor", + "Northern Cambria", + "Northfield", + "Northfield Falls", + "Northford", + "Northfork", + "Northome", + "Northport", + "Northridge", + "Northumberland", + "Northvale", + "Northville", + "Northway", + "Northwood", + "Norton", + "Nortonville", + "Norwalk", + "Norway", + "Norwell", + "Norwich", + "Norwood", + "Norwood Young America", + "Notasulga", + "Notre Dame", + "Nottingham", + "Nova", + "Novato", + "Novelty", + "Novi", + "Novinger", + "Nowata", + "Noxapater", + "Noxen", + "Noxon", + "Nucla", + "Nuevo", + "NuMine", + "Nunda", + "Nunica", + "Nunn", + "Nunnelly", + "Nuremberg", + "Nutley", + "Nutrioso", + "Nyack", + "Nye", + "Nyssa", + "Oacoma", + "Oak Bluffs", + "Oak Brook", + "Oak City", + "Oak Creek", + "Oak Forest", + "Oak Grove", + "Oak Harbor", + "Oak Hill", + "Oak Island", + "Oak Lawn", + "Oak Park", + "Oak Ridge", + "Oak Run", + "Oak View", + "Oakboro", + "Oakdale", + "Oakes", + "Oakesdale", + "Oakfield", + "Oakham", + "Oakhurst", + "Oakland", + "Oakland City", + "Oakland Ecities Mobile Home Park", + "Oakland Gardens", + "Oakley", + "Oaklyn", + "Oakman", + "Oakmont", + "Oaks", + "Oakton", + "Oakvale", + "Oakville", + "Oakwood", + "Oberlin", + "Obion", + "Oblong", + "Ocala", + "Ocate", + "Occidental", + "Occoquan", + "Ocean City", + "Ocean Gate", + "Ocean Grove", + "Ocean Isle Beach", + "Ocean Park", + "Ocean Shores", + "Ocean Springs", + "Ocean View", + "Oceana", + "Oceano", + "Oceanport", + "Oceanside", + "Oceanville", + "Ochelata", + "Ocheyedan", + "Ochlocknee", + "Ocilla", + "Ocklawaha", + "Ocoee", + "Oconomowoc", + "Oconto", + "Oconto Falls", + "Ocotillo", + "Odanah", + "Odebolt", + "Odell", + "Odem", + "Oden", + "Odenton", + "Odenville", + "Odessa", + "Odin", + "Odon", + "Odum", + "Oelrichs", + "Oelwein", + "Ogallah", + "Ogallala", + "Ogden", + "Ogdensburg", + "Ogema", + "Ogilvie", + "Oglesby", + "Oglethorpe", + "Ogunquit", + "Ohatchee", + "Ohio", + "Ohio City", + "Ohiopyle", + "Oil City", + "Oil Springs", + "Oilton", + "Ojai", + "Ojo Caliente", + "Okahumpka", + "Okanogan", + "Okarche", + "Okatie", + "Okay", + "Okeana", + "Okeechobee", + "Okeene", + "Okemah", + "Okemos", + "Oketo", + "Oklahoma City", + "Oklaunion", + "Oklee", + "Okmulgee", + "Okoboji", + "Okolona", + "Oktaha", + "Ola", + "Olalla", + "Olancha", + "Olanta", + "Olathe", + "Olaton", + "Old Bethpage", + "Old Bridge", + "Old Chatham", + "Old Fields", + "Old Forge", + "Old Fort", + "Old Greenwich", + "Old Hickory", + "Old Kotzebue", + "Old Lyme", + "Old Ocean", + "Old Orchard Beach", + "Old Pekin", + "Old Saybrook", + "Old Town", + "Old Westbury", + "Oldfort", + "Oldsmar", + "Oldtown", + "Oldwick", + "Olean", + "Oley", + "Olin", + "Olive Branch", + "Olive Hill", + "Olivebridge", + "Oliveburg", + "Olivehurst", + "Oliver Springs", + "Olivet", + "Olivette", + "Olivia", + "Olla", + "Ollie", + "Olmito", + "Olmsted", + "Olmsted Falls", + "Olmstedville", + "Olney", + "Olney Springs", + "Olpe", + "Olsburg", + "Olton", + "Olympia", + "Olympia Fields", + "Olyphant", + "Omaha", + "Omak", + "Omega", + "Omena", + "Omro", + "Ona", + "Onaga", + "Onalaska", + "Onamia", + "Onancock", + "Onarga", + "Onawa", + "Onaway", + "Oneco", + "Oneida", + "Onekama", + "Oneonta", + "Onia", + "Onley", + "Onondaga", + "Onset", + "Onslow", + "Onsted", + "Ontario", + "Ontonagon", + "Onyx", + "Oologah", + "Ooltewah", + "Oostburg", + "Opa-locka", + "Opdyke", + "Opelika", + "Opelousas", + "Opheim", + "Ophiem", + "Opolis", + "Opp", + "Oquawka", + "Oracle", + "Oradell", + "Oran", + "Orange", + "Orange Beach", + "Orange City", + "Orange Cove", + "Orange Grove", + "Orange Park", + "Orange Springs", + "Orangeburg", + "Orangevale", + "Orangeville", + "Orchard", + "Orchard Hill", + "Orchard Park", + "Ord", + "Orderville", + "Ordway", + "Ore City", + "Oreana", + "Orefield", + "Oregon", + "Oregon City", + "Oregon House", + "Oregonia", + "Oreland", + "Orem", + "Orford", + "Orfordville", + "Orient", + "Oriental", + "Orinda", + "Orion", + "Oriska", + "Oriskany", + "Oriskany Falls", + "Orland", + "Orland Park", + "Orlando", + "Orleans", + "Orlinda", + "Orma", + "Ormond Beach", + "Orofino", + "Orondo", + "Orono", + "Oronoco", + "Oronogo", + "Orosi", + "Oroville", + "Orrington", + "Orrs Island", + "Orrstown", + "Orrtanna", + "Orrville", + "Orting", + "Ortonville", + "Orwell", + "Orwigsburg", + "Osage", + "Osage Beach", + "Osage City", + "Osakis", + "Osawatomie", + "Osborn", + "Osborne", + "Osburn", + "Osceola", + "Osceola Mills", + "Osco", + "Oscoda", + "Osgood", + "Oshkosh", + "Oshtemo", + "Oskaloosa", + "Oslo", + "Osmond", + "Osprey", + "Osseo", + "Ossian", + "Ossineke", + "Ossining", + "Ossipee", + "Osteen", + "Osterville", + "Ostrander", + "Oswego", + "Osyka", + "Otego", + "Othello", + "Otho", + "Otis", + "Otis Orchards", + "Otisco", + "Otisville", + "Otoe", + "Otsego", + "Ottawa", + "Otter", + "Otter Lake", + "Otterbein", + "Ottertail", + "Otto", + "Ottosen", + "Ottoville", + "Ottsville", + "Ottumwa", + "Otway", + "Ouray", + "Outing", + "Outlook", + "Overbrook", + "Overgaard", + "Overland Park", + "Overpeck", + "Overton", + "Ovid", + "Oviedo", + "Owaneco", + "Owasso", + "Owatonna", + "Owego", + "Owen", + "Owens Cross Roads", + "Owensboro", + "Owensburg", + "Owensville", + "Owenton", + "Owings", + "Owings Mills", + "Owingsville", + "Owosso", + "Oxford", + "Oxford Junction", + "Oxnard", + "Oxon Hill", + "Oyster Bay", + "Ozan", + "Ozark", + "Ozawkie", + "Ozona", + "Ozone", + "Ozone Park", + "Pablo", + "Pacific", + "Pacific City", + "Pacific Grove", + "Pacific Junction", + "Pacific Palisades", + "Pacifica", + "Packwood", + "Pacoima", + "Pacolet", + "Paden", + "Paden City", + "Paducah", + "Paeonian Springs", + "Page", + "Pageland", + "Pageton", + "Pagosa Springs", + "Pahala", + "Pahoa", + "Pahokee", + "Pahrump", + "Paia", + "Paige", + "Painesdale", + "Painesville", + "Paint Lick", + "Paint Rock", + "Painted Post", + "Painter", + "Paintsville", + "Pala", + "Palacios", + "Palatine", + "Palatka", + "Palermo", + "Palestine", + "Palisade", + "Palisades", + "Palisades Park", + "Pall Mall", + "Palm", + "Palm Bay", + "Palm Beach", + "Palm Beach Gardens", + "Palm City", + "Palm Coast", + "Palm Desert", + "Palm Harbor", + "Palm Springs", + "Palmdale", + "Palmer", + "Palmer Lake", + "Palmerdale", + "Palmersville", + "Palmerton", + "Palmetto", + "Palmyra", + "Palo", + "Palo Alto", + "Palo Cedro", + "Palo Verde", + "Paloma", + "Palos Heights", + "Palos Hills", + "Palos Park", + "Palos Verdes Peninsula", + "Palouse", + "Pampa", + "Pamplico", + "Pamplin", + "Pana", + "Panaca", + "Panacea", + "Panama", + "Panama City", + "Panama City Beach", + "Pandora", + "Pangburn", + "Panguitch", + "Panhandle", + "Panola", + "Panora", + "Panorama City", + "Pansey", + "Pantego", + "Paola", + "Paoli", + "Paonia", + "Papillion", + "Parachute", + "Paradis", + "Paradise", + "Paradise Valley", + "Paradox", + "Paragon", + "Paragould", + "Paramount", + "Paramus", + "Pardeeville", + "Paris", + "Parish", + "Park", + "Park City", + "Park Falls", + "Park Forest", + "Park Hill", + "Park Hills", + "Park Rapids", + "Park Ridge", + "Park River", + "Parker", + "Parker City", + "Parker Ford", + "Parkers Lake", + "Parkers Prairie", + "Parkersburg", + "Parkesburg", + "Parkman", + "Parksley", + "Parkston", + "Parkton", + "Parkville", + "Parlier", + "Parlin", + "Parma", + "Parnell", + "Parowan", + "Parrish", + "Parrottsville", + "Parshall", + "Parsippany", + "Parsons", + "Parsonsburg", + "Parsonsfield", + "Partlow", + "Partridge", + "Pasadena", + "Pascagoula", + "Pasco", + "Pascoag", + "Paso Robles", + "Pass Christian", + "Passaic", + "Passumpsic", + "Pataskala", + "Patchogue", + "Paterson", + "Patoka", + "Paton", + "Patrick", + "Patrick Springs", + "Patriot", + "Patten", + "Patterson", + "Pattersonville", + "Pattison", + "Patton", + "Pattonsburg", + "Pattonville", + "Paul", + "Paul Smiths", + "Paulden", + "Paulding", + "Paulina", + "Pauline", + "Paullina", + "Pauls Valley", + "Paulsboro", + "Pauma Valley", + "Pavilion", + "Pavillion", + "Pavo", + "Paw Paw", + "Pawcatuck", + "Pawhuska", + "Pawlet", + "Pawleys Island", + "Pawling", + "Pawnee", + "Pawnee City", + "Pawtucket", + "Paxico", + "Paxinos", + "Paxton", + "Payette", + "Payne", + "Paynesville", + "Payneville", + "Payson", + "Pea Ridge", + "Peabody", + "Peace Dale", + "Peach Bottom", + "Peach Creek", + "Peach Orchard", + "Peach Springs", + "Peachland", + "Peachtree City", + "Peak", + "Peaks Island", + "Peapack", + "Pearblossom", + "Pearce", + "Pearcy", + "Pearisburg", + "Pearl", + "Pearl City", + "Pearl City, Manana", + "Pearl River", + "Pearland", + "Pearlington", + "Pearsall", + "Pearson", + "Pease", + "Pebble Beach", + "Pecatonica", + "Peck", + "Pecks Mill", + "Peckville", + "Peconic", + "Pecos", + "Peculiar", + "Pedricktown", + "Pedro Bay", + "Peebles", + "Peekskill", + "Peel", + "Peetz", + "Peever", + "Peggs", + "Pegram", + "Pekin", + "Pelahatchie", + "Pelham", + "Pelican", + "Pelican Lake", + "Pelican Rapids", + "Pelion", + "Pelkie", + "Pell City", + "Pella", + "Pellston", + "Pelzer", + "Pemberton", + "Pemberville", + "Pembina", + "Pembine", + "Pembroke", + "Pembroke Pines", + "Pen Argyl", + "Penasco", + "Pender", + "Pendergrass", + "Pendleton", + "Penelope", + "Penfield", + "Pengilly", + "Penhook", + "Peninsula", + "Penitas", + "Penn", + "Penn Laird", + "Penn Run", + "Penn Valley", + "Penn Yan", + "Pennellville", + "Penney Farms", + "Penngrove", + "Pennington", + "Pennington Gap", + "Pennock", + "Penns Grove", + "Penns Park", + "Pennsauken Township", + "Pennsboro", + "Pennsburg", + "Pennsville Township", + "Pennsylvania Furnace", + "Pennville", + "Penokee", + "Penrose", + "Penryn", + "Pensacola", + "Pentress", + "Pentwater", + "Peoria", + "Peoria Heights", + "Peosta", + "Peotone", + "Pepperell", + "Pequannock", + "Pequea", + "Pequot Lakes", + "Peralta", + "Percy", + "Perdido", + "Perham", + "Peridot", + "Perkasie", + "Perkins", + "Perkinston", + "Perkinsville", + "Perkiomenville", + "Perley", + "Perrineville", + "Perrinton", + "Perris", + "Perronville", + "Perry", + "Perry Hall", + "Perry Point", + "Perryman", + "Perryopolis", + "Perrysburg", + "Perryton", + "Perryville", + "Pershing", + "Persia", + "Perth Amboy", + "Peru", + "Pescadero", + "Peshastin", + "Peshtigo", + "Pesotum", + "Petal", + "Petaluma", + "Peterborough", + "Peterman", + "Petersburg", + "Petersham", + "Peterson", + "Peterstown", + "Petoskey", + "Petroleum", + "Petrolia", + "Petros", + "Pettigrew", + "Pevely", + "Pewamo", + "Pewaukee", + "Pewee Valley", + "Peyton", + "Pfafftown", + "Pflugerville", + "Pharr", + "Phelan", + "Phelps", + "Phenix", + "Phenix City", + "Phil Campbell", + "Philadelphia", + "Philip", + "Philipp", + "Philippi", + "Philipsburg", + "Phillips", + "Phillipsburg", + "Philo", + "Philomath", + "Philpot", + "Phippsburg", + "Phoenicia", + "Phoenix", + "Phoenixville", + "Piasa", + "Picabo", + "Picayune", + "Pickens", + "Pickerington", + "Pickett", + "Pickstown", + "Pickton", + "Pico Rivera", + "Picture Rocks", + "Piedmont", + "Pierce", + "Pierce City", + "Pierceton", + "Piercy", + "Piermont", + "Pierpont", + "Pierre", + "Pierre Part", + "Pierron", + "Pierson", + "Pierz", + "Piffard", + "Pigeon", + "Pigeon Forge", + "Piggott", + "Pike Road", + "Pikesville", + "Piketon", + "Pikeville", + "Pillager", + "Pilot", + "Pilot Grove", + "Pilot Hill", + "Pilot Knob", + "Pilot Mound", + "Pilot Mountain", + "Pilot Point", + "Pilot Rock", + "Pilot Station", + "Pima", + "Pima County", + "Pimento", + "Pinckney", + "Pinckneyville", + "Pinconning", + "Pine", + "Pine Beach", + "Pine Bluff", + "Pine Bluffs", + "Pine Brook", + "Pine Bush", + "Pine City", + "Pine Forge", + "Pine Grove", + "Pine Grove Mills", + "Pine Hill", + "Pine Island", + "Pine Knot", + "Pine Lake", + "Pine Mountain", + "Pine Mountain Club", + "Pine Plains", + "Pine Ridge", + "Pine River", + "Pine Top", + "Pine Valley", + "Pinebluff", + "Pinecrest", + "Pinedale", + "Pinehill", + "Pinehurst", + "Pinellas Park", + "Pineola", + "Pinesdale", + "Pinetop-Lakeside", + "Pinetops", + "Pinetown", + "Pineville", + "Pinewood", + "Piney Creek", + "Piney Flats", + "Piney View", + "Piney Woods", + "Pingree", + "Pink Hill", + "Pinnacle", + "Pinola", + "Pinole", + "Pinon", + "Pinon Hills", + "Pinson", + "Pioche", + "Pioneer", + "Pioneertown", + "Pipe Creek", + "Piper City", + "Pipersville", + "Pipestone", + "Piqua", + "Pirtleville", + "Piscataway", + "Piseco", + "Pisgah", + "Pisgah Forest", + "Pismo Beach", + "Pitcairn", + "Pitcher", + "Pitkin", + "Pitman", + "Pittsboro", + "Pittsburg", + "Pittsburgh", + "Pittsfield", + "Pittsford", + "Pittston", + "Pittstown", + "Pittsview", + "Pittsville", + "Pixley", + "Placedo", + "Placentia", + "Placerville", + "Placida", + "Placitas", + "Plain", + "Plain City", + "Plain Dealing", + "Plainfield", + "Plains", + "Plainsboro", + "Plainview", + "Plainville", + "Plainwell", + "Plaistow", + "Planada", + "Plankinton", + "Plano", + "Plant City", + "Plantation", + "Plantersville", + "Plantsville", + "Plaquemine", + "Plato", + "Platte", + "Platte City", + "Plattekill", + "Plattenville", + "Platteville", + "Plattsburg", + "Plattsburgh", + "Plattsmouth", + "Playa del Rey", + "Plaza", + "Pleasant City", + "Pleasant Dale", + "Pleasant Garden", + "Pleasant Grove", + "Pleasant Hill", + "Pleasant Hope", + "Pleasant Lake", + "Pleasant Mount", + "Pleasant Plain", + "Pleasant Plains", + "Pleasant Prairie", + "Pleasant Ridge", + "Pleasant Shade", + "Pleasant Unity", + "Pleasant Valley", + "Pleasant View", + "Pleasanton", + "Pleasantville", + "Pleasureville", + "Plentywood", + "Plover", + "Plum Branch", + "Plum City", + "Plumerville", + "Plummer", + "Plummers Landing", + "Plumsteadville", + "Plumville", + "Plymouth", + "Plymouth Meeting", + "Plympton", + "Poca", + "Pocahontas", + "Pocasset", + "Pocatello", + "Pocola", + "Pocomoke City", + "Pocono Pines", + "Pocono Summit", + "Poestenkill", + "Point", + "Point Arena", + "Point Comfort", + "Point Harbor", + "Point Hope", + "Point Lay", + "Point Lookout", + "Point of Rocks", + "Point Pleasant", + "Point Pleasant Beach", + "Point Reyes Station", + "Point Roberts", + "Pointblank", + "Polacca", + "Poland", + "Polk", + "Polk City", + "Polkton", + "Polkville", + "Pollard", + "Pollock", + "Pollock Pines", + "Pollocksville", + "Pollok", + "Polo", + "Polson", + "Pomaria", + "Pomerene", + "Pomeroy", + "Pomfret", + "Pomfret Center", + "Pomona", + "Pomona Park", + "Pompano Beach", + "Pompey", + "Pompton Lakes", + "Pompton Plains", + "Ponca", + "Ponca City", + "Ponce de Leon", + "Ponchatoula", + "Pond Creek", + "Ponder", + "Ponderay", + "Ponemah", + "Poneto", + "Ponsford", + "Ponte Vedra", + "Ponte Vedra Beach", + "Pontiac", + "Pontotoc", + "Pooler", + "Poolesville", + "Poolville", + "Pope", + "Pope Valley", + "Poplar", + "Poplar Bluff", + "Poplar Branch", + "Poplar Grove", + "Poplarville", + "Poquoson", + "Porcupine", + "Port Allegany", + "Port Allen", + "Port Angeles", + "Port Aransas", + "Port Arthur", + "Port Austin", + "Port Barre", + "Port Bolivar", + "Port Byron", + "Port Carbon", + "Port Charlotte", + "Port Chester", + "Port Clinton", + "Port Crane", + "Port Deposit", + "Port Edwards", + "Port Elizabeth", + "Port Gibson", + "Port Hadlock", + "Port Henry", + "Port Hope", + "Port Hueneme", + "Port Huron", + "Port Isabel", + "Port Jefferson", + "Port Jefferson Station", + "Port Jervis", + "Port Lavaca", + "Port Leyden", + "Port Ludlow", + "Port Mansfield", + "Port Matilda", + "Port Monmouth", + "Port Murray", + "Port Neches", + "Port Norris", + "Port Orange", + "Port Orchard", + "Port Orford", + "Port Penn", + "Port Reading", + "Port Republic", + "Port Richey", + "Port Royal", + "Port Saint Joe", + "Port Saint Lucie", + "Port Salerno", + "Port Sanilac", + "Port Tobacco", + "Port Townsend", + "Port Trevorton", + "Port Washington", + "Portage", + "Portageville", + "Portal", + "Portales", + "Porter", + "Porter Corners", + "Portersville", + "Porterville", + "Portland", + "Portola", + "Portola Valley", + "Portsmouth", + "Portville", + "Porum", + "Posen", + "Poseyville", + "Post", + "Post Falls", + "Post Mills", + "Poston", + "Postville", + "Poteau", + "Poteet", + "Poth", + "Potlatch", + "Potomac", + "Potosi", + "Potsdam", + "Potter", + "Potter Valley", + "Pottersville", + "Potterville", + "Potts Camp", + "Pottsboro", + "Pottstown", + "Pottsville", + "Potwin", + "Poughkeepsie", + "Poughquag", + "Poulan", + "Poulsbo", + "Poultney", + "Pound", + "Pound Ridge", + "Pounding Mill", + "Poway", + "Powder Springs", + "Powderly", + "Powell", + "Powell Butte", + "Powellsville", + "Powellton", + "Powers", + "Powers Lake", + "Powhatan", + "Powhatan Point", + "Pownal", + "Poyen", + "Poynette", + "Poynor", + "Poyntelle", + "Prague", + "Prairie", + "Prairie City", + "Prairie du Chien", + "Prairie du Rocher", + "Prairie du Sac", + "Prairie Farm", + "Prairie Grove", + "Prairie View", + "Prairie Village", + "Prairieton", + "Prairieville", + "Prather", + "Pratt", + "Pratts", + "Prattsburgh", + "Prattsville", + "Prattville", + "Preble", + "Preemption", + "Premier", + "Prentiss", + "Prescott", + "Prescott Valley", + "Presho", + "Presidio", + "Presque Isle", + "Presto", + "Preston", + "Preston City", + "Preston Hollow", + "Prestonsburg", + "Prewitt", + "Price", + "Prichard", + "Pride", + "Priest River", + "Primghar", + "Primm Springs", + "Primus", + "Prince Frederick", + "Prince George", + "Princess Anne", + "Princeton", + "Princeton Junction", + "Princeville", + "Princewick", + "Prineville", + "Prinsburg", + "Printer", + "Prior Lake", + "Pritchett", + "Procious", + "Proctor", + "Proctorville", + "Progreso", + "Prompton", + "Prophetstown", + "Prospect", + "Prospect Harbor", + "Prospect Heights", + "Prospect Park", + "Prosper", + "Prosperity", + "Prosser", + "Protection", + "Protivin", + "Providence", + "Providence Forge", + "Provincetown", + "Provo", + "Prudenville", + "Prudhoe Bay", + "Pryor", + "Pueblo", + "Puerto Rico", + "Pukalani", + "Pukwana", + "Pulaski", + "Pullman", + "Pungoteague", + "Punta Gorda", + "Punxsutawney", + "Purcell", + "Purcellville", + "Purchase", + "Purdin", + "Purdon", + "Purdy", + "Purdys", + "Purgitsville", + "Purlear", + "Purling", + "Purvis", + "Puryear", + "Put-in-Bay", + "Putnam", + "Putnam Station", + "Putnam Valley", + "Putney", + "Puyallup", + "Pylesville", + "Quail", + "Quakake", + "Quaker City", + "Quaker Hill", + "Quakertown", + "Quality", + "Quanah", + "Quantico", + "Quapaw", + "Quarryville", + "Quartzsite", + "Quasqueton", + "Quebeck", + "Quechee", + "Queen Anne", + "Queen City", + "Queen Creek", + "Queens Village", + "Queensbury", + "Queenstown", + "Quemado", + "Questa", + "Quilcene", + "Quimby", + "Quincy", + "Quinebaug", + "Quinlan", + "Quinnesec", + "Quinter", + "Quinton", + "Quinwood", + "Quitman", + "Qulin", + "Quogue", + "Raccoon", + "Raceland", + "Racine", + "Radcliff", + "Radcliffe", + "Radford", + "Radisson", + "Radnor", + "Raeford", + "Ragland", + "Rahway", + "Rainbow", + "Rainbow City", + "Rainelle", + "Rainier", + "Rainsville", + "Raleigh", + "Ralls", + "Ralph", + "Ralston", + "Ramah", + "Ramer", + "Ramey", + "Ramona", + "Ramseur", + "Ramsey", + "Ranburne", + "Ranchita", + "Rancho Cordova", + "Rancho Cucamonga", + "Rancho Mirage", + "Rancho Palos Verdes", + "Rancho Santa Fe", + "Rancho Santa Margarita", + "Ranchos de Taos", + "Rancocas", + "Randall", + "Randallstown", + "Randle", + "Randleman", + "Randlett", + "Randolph", + "Randolph Center", + "Randolph Township", + "Random Lake", + "Rangely", + "Ranger", + "Rankin", + "Ransom", + "Ransom Canyon", + "Ransomville", + "Ranson", + "Rantoul", + "Raphine", + "Rapid City", + "Rapid River", + "Rapidan", + "Raquette Lake", + "Raritan", + "Rathdrum", + "Ratliff City", + "Raton", + "Rattan", + "Ravalli", + "Raven", + "Ravena", + "Ravencliff", + "Ravenden", + "Ravenel", + "Ravenna", + "Ravensdale", + "Ravenswood", + "Ravenwood", + "Ravia", + "Rawlings", + "Rawlins", + "Rawson", + "Ray", + "Ray Center", + "Ray City", + "Rayland", + "Raymond", + "Raymondville", + "Raymore", + "Rayne", + "Raynham", + "Rayville", + "Raywick", + "Readfield", + "Reading", + "Readlyn", + "Readsboro", + "Readyville", + "Reamstown", + "Reardan", + "Rebecca", + "Rebersburg", + "Rector", + "Red Bank", + "Red Banks", + "Red Bay", + "Red Bluff", + "Red Boiling Springs", + "Red Bud", + "Red Cloud", + "Red Creek", + "Red Hill", + "Red Hook", + "Red House", + "Red Jacket", + "Red Lake Falls", + "Red Level", + "Red Lion", + "Red Lodge", + "Red Oak", + "Red River", + "Red Rock", + "Red Springs", + "Red Wing", + "Redan", + "Redby", + "Reddick", + "Redding", + "Redding Ridge", + "Redfield", + "Redford", + "Redfox", + "Redkey", + "Redlands", + "Redmon", + "Redmond", + "Redondo Beach", + "Redwater", + "Redway", + "Redwood", + "Redwood City", + "Redwood Ecities", + "Redwood Falls", + "Redwood Valley", + "Reed City", + "Reed Point", + "Reedley", + "Reeds", + "Reeds Spring", + "Reedsburg", + "Reedsport", + "Reedsville", + "Reedville", + "Reedy", + "Reelsville", + "Reese", + "Reeseville", + "Reevesville", + "Reform", + "Refugio", + "Regent", + "Register", + "Rego Park", + "Rehoboth", + "Rehoboth Beach", + "Reidsville", + "Reidville", + "Reinbeck", + "Reinholds", + "Reisterstown", + "Reklaw", + "Reliance", + "Rembert", + "Rembrandt", + "Remer", + "Remington", + "Remlap", + "Remote", + "Remsen", + "Remsenburg", + "Remus", + "Renfrew", + "Renner", + "Reno", + "Renovo", + "Rensselaer", + "Rensselaer Falls", + "Renton", + "Rentz", + "Renville", + "Renwick", + "Repton", + "Republic", + "Resaca", + "Reseda", + "Reserve", + "Reston", + "Revere", + "Revillo", + "Rex", + "Rexburg", + "Rexford", + "Rexmont", + "Rexville", + "Reydell", + "Reydon", + "Reynolds", + "Reynoldsburg", + "Reynoldsville", + "Rhame", + "Rheems", + "Rhine", + "Rhinebeck", + "Rhineland", + "Rhinelander", + "Rhoadesville", + "Rhodelia", + "Rhodell", + "Rhodes", + "Rhodesdale", + "Rhodhiss", + "Rhome", + "Rialto", + "Rib Lake", + "Ribera", + "Rice", + "Rice Lake", + "Rices Landing", + "Riceville", + "Rich Creek", + "Rich Hill", + "Rich Square", + "Richards", + "Richardson", + "Richardton", + "Richboro", + "Richburg", + "Richeyville", + "Richfield", + "Richfield Springs", + "Richford", + "Richgrove", + "Richland", + "Richland Center", + "Richlands", + "Richlandtown", + "Richmond", + "Richmond Hill", + "Richton", + "Richton Park", + "Richvale", + "Richview", + "Richwood", + "Rickman", + "Rickreall", + "Riddle", + "Riddleton", + "Riderwood", + "Ridge", + "Ridge Farm", + "Ridge Spring", + "Ridgecrest", + "Ridgedale", + "Ridgefield", + "Ridgefield Park", + "Ridgeland", + "Ridgeley", + "Ridgely", + "Ridgeview", + "Ridgeville", + "Ridgeway", + "Ridgewood", + "Ridgway", + "Ridley Park", + "Ridott", + "Riegelsville", + "Riegelwood", + "Rienzi", + "Riesel", + "Rifle", + "Riga", + "Rigby", + "Riggins", + "Riley", + "Rillton", + "Rimersburg", + "Rimforest", + "Rimrock", + "Rinard", + "Rincon", + "Rindge", + "Riner", + "Rineyville", + "Ringgold", + "Ringle", + "Ringling", + "Ringoes", + "Ringsted", + "Ringtown", + "Ringwood", + "Rio", + "Rio Dell", + "Rio Grande", + "Rio Grande City", + "Rio Hondo", + "Rio Linda", + "Rio Nido", + "Rio Rancho", + "Rio Rico", + "Rio Verde", + "Rio Vista", + "Ripley", + "Ripon", + "Rippey", + "Ripplemead", + "Ripton", + "Rising City", + "Rising Fawn", + "Rising Star", + "Rising Sun", + "Risingsun", + "Rison", + "Rittman", + "Ritzville", + "Riva", + "River Edge", + "River Falls", + "River Forest", + "River Grove", + "River Pines", + "River Rouge", + "Riverbank", + "Riverdale", + "Riverdale Hills", + "Riverhead", + "Riverside", + "Riverside County", + "Riverton", + "Riverview", + "Rives", + "Rives Junction", + "Rivesville", + "Riviera", + "Rixeyville", + "Roach", + "Roachdale", + "Roan Mountain", + "Roann", + "Roanoke", + "Roanoke Rapids", + "Roaring Branch", + "Roaring River", + "Roaring Spring", + "Robards", + "Robbins", + "Robbinsville", + "Robersonville", + "Robert", + "Robert Lee", + "Roberta", + "Roberts", + "Robertsdale", + "Robertson", + "Robertsville", + "Robesonia", + "Robins", + "Robinson", + "Robinson Creek", + "Robinsonville", + "Robstown", + "Roby", + "Roca", + "Rochdale", + "Rochelle", + "Rochelle Park", + "Rochester", + "Rociada", + "Rock", + "Rock Creek", + "Rock Falls", + "Rock Hall", + "Rock Hill", + "Rock Island", + "Rock Port", + "Rock Rapids", + "Rock River", + "Rock Spring", + "Rock Springs", + "Rock Tavern", + "Rock Valley", + "Rock View", + "Rockaway", + "Rockaway Beach", + "Rockaway Park", + "Rockbridge", + "Rockdale", + "Rockfield", + "Rockford", + "Rockholds", + "Rockhouse", + "Rockingham", + "Rockland", + "Rockledge", + "Rocklin", + "Rockmart", + "Rockport", + "Rocksprings", + "Rockton", + "Rockvale", + "Rockville", + "Rockville Centre", + "Rockwall", + "Rockwell", + "Rockwell City", + "Rockwood", + "Rocky", + "Rocky Face", + "Rocky Ford", + "Rocky Gap", + "Rocky Hill", + "Rocky Mount", + "Rocky Point", + "Rocky River", + "Rodanthe", + "Rodeo", + "Roderfield", + "Rodman", + "Rodney", + "Roebling", + "Roebuck", + "Rogers", + "Rogers City", + "Rogersville", + "Roggen", + "Rogue River", + "Rohnert Park", + "Rohrersville", + "Roland", + "Rolesville", + "Rolfe", + "Roll", + "Rolla", + "Rolling Fork", + "Rolling Meadows", + "Rolling Prairie", + "Rollingbay", + "Rollingstone", + "Rollinsford", + "Roma", + "Rome", + "Rome City", + "Romeo", + "Romeoville", + "Romney", + "Romulus", + "Ronald", + "Ronan", + "Ronceverte", + "Ronda", + "Ronkonkoma", + "Ronks", + "Roodhouse", + "Roosevelt", + "Rootstown", + "Roper", + "Ropesville", + "Rosalia", + "Rosamond", + "Rosburg", + "Roscoe", + "Roscommon", + "Rose Bud", + "Rose City", + "Rose Creek", + "Rose Hill", + "Roseau", + "Roseboro", + "Rosebud", + "Roseburg", + "Rosebush", + "Rosedale", + "Roseland", + "Roselle", + "Roselle Park", + "Rosemary Beach", + "Rosemead", + "Rosemont", + "Rosemount", + "Rosenberg", + "Rosendale", + "Rosenhayn", + "Rosepine", + "Roseville", + "Rosewood", + "Rosharon", + "Rosholt", + "Rosiclare", + "Rosine", + "Roslindale", + "Roslyn", + "Roslyn Heights", + "Rosman", + "Ross", + "Rosser", + "Rossford", + "Rossiter", + "Rossville", + "Roswell", + "Rotan", + "Rothbury", + "Rothsay", + "Rothschild", + "Rotonda", + "Rotterdam Junction", + "Rougemont", + "Rough and Ready", + "Roulette", + "Round Hill", + "Round Lake", + "Round Mountain", + "Round O", + "Round Rock", + "Round Top", + "Roundhill", + "Roundup", + "Rouses Point", + "Rousseau", + "Rowan", + "Rowe", + "Rowena", + "Rowesville", + "Rowland", + "Rowland Heights", + "Rowlesburg", + "Rowlett", + "Rowley", + "Roxana", + "Roxboro", + "Roxbury", + "Roxie", + "Roy", + "Roy-Winifred Junction", + "Royal", + "Royal Center", + "Royal City", + "Royal Oak", + "Royal Palm Beach", + "Royalton", + "Royersford", + "Royse City", + "Royston", + "Rozet", + "Rubicon", + "Ruby", + "Ruckersville", + "Rudd", + "Rudolph", + "Rudyard", + "Ruffin", + "Ruffs Dale", + "Rugby", + "Ruidoso", + "Ruidoso Downs", + "Rule", + "Ruleville", + "Rulo", + "Rumford", + "Rumney", + "Rumsey", + "Rumson", + "Runge", + "Runnells", + "Runnemede", + "Running Springs", + "Rupert", + "Rural Hall", + "Rural Retreat", + "Rural Ridge", + "Rural Valley", + "Rush", + "Rush Center", + "Rush City", + "Rush Hill", + "Rush Valley", + "Rushford", + "Rushmore", + "Rushville", + "Rusk", + "Ruskin", + "Russell", + "Russell Springs", + "Russells Point", + "Russellton", + "Russellville", + "Russia", + "Russian Mission", + "Russiaville", + "Rustburg", + "Ruston", + "Ruth", + "Ruther Glen", + "Rutherford", + "Rutherfordton", + "Ruthton", + "Ruthven", + "Rutland", + "Rutledge", + "Ryan", + "Rydal", + "Ryde", + "Rye", + "Sabattus", + "Sabetha", + "Sabillasville", + "Sabin", + "Sabina", + "Sabinal", + "Sabot", + "Sabula", + "Sac City", + "Sacaton", + "Sachse", + "Sackets Harbor", + "Saco", + "Sacramento", + "Sacred Heart", + "Saddle Brook", + "Saddle River", + "Sadieville", + "Sadler", + "Saegertown", + "Safety Harbor", + "Safford", + "Sag Harbor", + "Sagamore", + "Sagamore Beach", + "Sagaponack", + "Saginaw", + "Sagle", + "Saguache", + "Sahuarita", + "Sailor Springs", + "Saint Agatha", + "Saint Albans", + "Saint Amant", + "Saint Ann", + "Saint Anne", + "Saint Ansgar", + "Saint Anthony", + "Saint Bonaventure", + "Saint Boniface", + "Saint Bonifacius", + "Saint Catharine", + "Saint Charles", + "Saint Clair", + "Saint Clair Shores", + "Saint Clairsville", + "Saint Cloud", + "Saint Croix Falls", + "Saint David", + "Saint Edward", + "Saint Elizabeth", + "Saint Elmo", + "Saint Francis", + "Saint Francisville", + "Saint Gabriel", + "Saint George", + "Saint Germain", + "Saint Hedwig", + "Saint Helen", + "Saint Helena", + "Saint Helens", + "Saint Henry", + "Saint Hilaire", + "Saint Ignace", + "Saint Ignatius", + "Saint Jacob", + "Saint James", + "Saint James City", + "Saint Joe", + "Saint John", + "Saint Johns", + "Saint Johnsbury", + "Saint Johnsville", + "Saint Joseph", + "Saint Leo", + "Saint Leonard", + "Saint Libory", + "Saint Louis", + "Saint Louis Park", + "Saint Louisville", + "Saint Marie", + "Saint Maries", + "Saint Marks", + "Saint Martin", + "Saint Martinville", + "Saint Mary", + "Saint Marys", + "Saint Matthews", + "Saint Meinrad", + "Saint Michael", + "Saint Michaels", + "Saint Nazianz", + "Saint Onge", + "Saint Paris", + "Saint Paul", + "Saint Paul Park", + "Saint Pauls", + "Saint Peter", + "Saint Peters", + "Saint Petersburg", + "Saint Regis", + "Saint Regis Falls", + "Saint Robert", + "Saint Simons Island", + "Saint Stephen", + "Saint Stephens", + "Saint Thomas", + "Sainte Marie", + "Salado", + "Salamanca", + "Sale City", + "Sale Creek", + "Salem", + "Salemburg", + "Salesville", + "Salida", + "Salina", + "Salinas", + "Saline", + "Salineville", + "Salisbury", + "Salisbury Mills", + "Salix", + "Salkum", + "Sallis", + "Sallisaw", + "Salmon", + "Salome", + "Salt Lake City", + "Salt Lick", + "Salt Point", + "Salt Rock", + "Salters", + "Saltillo", + "Salton City", + "Saltsburg", + "Saltville", + "Saluda", + "Salvisa", + "Salyer", + "Salyersville", + "Sammamish", + "Samoa", + "Samson", + "San Andreas", + "San Angelo", + "San Anselmo", + "San Antonio", + "San Augustine", + "San Benito", + "San Bernardino", + "San Bernardino County", + "San Bruno", + "San Carlos", + "San Clemente", + "San Cristobal", + "San Diego", + "San Dimas", + "San Elizario", + "San Felipe", + "San Fernando", + "San Fidel", + "San Francisco", + "San Gabriel", + "San Geronimo", + "San Gregorio", + "San Jacinto", + "San Joaquin", + "San Jon", + "San Jose", + "San Juan", + "San Juan Bautista", + "San Juan Capistrano", + "San Leandro", + "San Lorenzo", + "San Luis", + "San Luis Obispo", + "San Luis Rey Heights", + "San Manuel", + "San Marcos", + "San Marino", + "San Martin", + "San Mateo", + "San Miguel", + "San Pablo", + "San Pedro", + "San Pierre", + "San Rafael", + "San Ramon", + "San Saba", + "San Simeon", + "San Simon", + "San Ysidro", + "Sanborn", + "Sanbornton", + "Sanbornville", + "Sand Coulee", + "Sand Creek", + "Sand Fork", + "Sand Lake", + "Sand Point", + "Sand Springs", + "Sandborn", + "Sanders", + "Sanderson", + "Sandersville", + "Sandia", + "Sandia Park", + "Sandoval", + "Sandoval County", + "Sandown", + "Sandpoint", + "Sandston", + "Sandstone", + "Sandusky", + "Sandwich", + "Sandy", + "Sandy City", + "Sandy Creek", + "Sandy Hook", + "Sandy Lake", + "Sandy Ridge", + "Sandy Spring", + "Sandyville", + "Sanford", + "Sanger", + "Sangerville", + "Sanibel", + "Santa Ana", + "Santa Ana Heights", + "Santa Anna", + "Santa Barbara", + "Santa Clara", + "Santa Clarita", + "Santa Claus", + "Santa Cruz", + "Santa Fe", + "Santa Fe Springs", + "Santa Margarita", + "Santa Maria", + "Santa Monica", + "Santa Paula", + "Santa Rosa", + "Santa Rosa Beach", + "Santa Teresa", + "Santa Ynez", + "Santa Ysabel", + "Santaquin", + "Santee", + "Santo", + "Sapphire", + "Sapulpa", + "Sarah", + "Sarah Ann", + "Sarahsville", + "Saraland", + "Saranac", + "Saranac Lake", + "Sarasota", + "Saratoga", + "Saratoga Springs", + "Sarcoxie", + "Sardinia", + "Sardis", + "Sarepta", + "Sargent", + "Sarita", + "Sarona", + "Saronville", + "Sartell", + "Sarver", + "Sasakwa", + "Satanta", + "Satartia", + "Satellite Beach", + "Satsop", + "Satsuma", + "Saucier", + "Saugatuck", + "Saugerties", + "Saugus", + "Sauk Centre", + "Sauk City", + "Sauk Rapids", + "Saukville", + "Saulsbury", + "Saulsville", + "Sault Ste. Marie", + "Saunderstown", + "Saunemin", + "Sauquoit", + "Sausalito", + "Savage", + "Savanna", + "Savannah", + "Savonburg", + "Savoy", + "Sawyer", + "Saxon", + "Saxonburg", + "Saxton", + "Saxtons River", + "Saybrook", + "Saylorsburg", + "Sayre", + "Sayreville", + "Sayville", + "Scales Mound", + "Scammon Bay", + "Scandia", + "Scandinavia", + "Scappoose", + "Scarborough", + "Scarbro", + "Scarsdale", + "Scarville", + "Scenery Hill", + "Schaefferstown", + "Schaghticoke", + "Schaller", + "Schaumburg", + "Schellsburg", + "Schenectady", + "Schenevus", + "Schenley", + "Schererville", + "Schertz", + "Schiller Park", + "Schlater", + "Schleswig", + "Schnecksville", + "Schneider", + "Schodack Landing", + "Schoenchen", + "Schofield", + "Schoharie", + "Schoolcraft", + "Schroon Lake", + "Schulenburg", + "Schulter", + "Schurz", + "Schuyler", + "Schuylerville", + "Schuylkill Haven", + "Schwenksville", + "Science Hill", + "Scio", + "Sciota", + "Scipio", + "Scipio Center", + "Scituate", + "Scobey", + "Scotch Plains", + "Scotia", + "Scotland", + "Scotland Neck", + "Scotrun", + "Scott", + "Scott Air Force Base", + "Scott City", + "Scott Depot", + "Scottdale", + "Scottown", + "Scotts", + "Scotts Hill", + "Scotts Mills", + "Scotts Valley", + "Scottsbluff", + "Scottsboro", + "Scottsburg", + "Scottsdale", + "Scottsville", + "Scottville", + "Scranton", + "Scribner", + "Scroggins", + "Scurry", + "Sea Cliff", + "Sea Girt", + "Sea Island", + "Sea Isle City", + "Sea Ranch", + "Seabeck", + "Seabrook", + "Seadrift", + "Seaford", + "Seagoville", + "Seagraves", + "Seagrove", + "Seahurst", + "Seal", + "Seal Beach", + "Seal Cove", + "Seal Rock", + "Seale", + "Sealevel", + "Sealy", + "Seaman", + "Searcy", + "Searsboro", + "Searsmont", + "Seaside", + "Seaside Heights", + "Seaside Park", + "Seaton", + "Seatonville", + "Seattle", + "Sebastian", + "Sebastopol", + "Sebec", + "Sebeka", + "Sebewaing", + "Sebree", + "Sebring", + "Secaucus", + "Second Mesa", + "Secor", + "Section", + "Sedalia", + "Sedan", + "Sedgwick", + "Sedona", + "Sedro-Woolley", + "Seekonk", + "Seeley", + "Seeley Lake", + "Seffner", + "Seguin", + "Seiling", + "Selah", + "Selawik", + "Selby", + "Selbyville", + "Selden", + "Seligman", + "Selinsgrove", + "Selkirk", + "Sellersburg", + "Sellersville", + "Sells", + "Selma", + "Selmer", + "Seminary", + "Seminole", + "Semmes", + "Senath", + "Senatobia", + "Seneca", + "Seneca Falls", + "Senecaville", + "Senoia", + "Sentinel Butte", + "Sequim", + "Sequoia", + "Serafina", + "Serena", + "Sergeant Bluff", + "Sergeantsville", + "Sesser", + "Seth", + "Seven Mile", + "Seven Springs", + "Seven Valleys", + "Severance", + "Severn", + "Severna Park", + "Severy", + "Sevierville", + "Seville", + "Sewanee", + "Seward", + "Sewaren", + "Sewell", + "Sewickley", + "Seymour", + "Shabbona", + "Shacklefords", + "Shade Gap", + "Shady Cove", + "Shady Dale", + "Shady Point", + "Shady Side", + "Shady Spring", + "Shady Valley", + "Shadyside", + "Shafer", + "Shafter", + "Shaftsbury", + "Shakopee", + "Shalimar", + "Shallotte", + "Shallowater", + "Shamokin", + "Shamokin Dam", + "Shamrock", + "Shandaken", + "Shandon", + "Shanks", + "Shanksville", + "Shannon", + "Shannon City", + "Shapleigh", + "Sharon", + "Sharon Center", + "Sharon Hill", + "Sharon Springs", + "Sharpsburg", + "Sharpsville", + "Sharptown", + "Shartlesville", + "Shasta", + "Shattuck", + "Shavertown", + "Shaw", + "Shaw Island", + "Shawano", + "Shawboro", + "Shawnee", + "Shawnee on Delaware", + "Shawneetown", + "Shawsville", + "Sheboygan", + "Sheboygan Falls", + "Shedd", + "Sheep Springs", + "Sheffield", + "Sheffield Lake", + "Shelbiana", + "Shelburn", + "Shelburne", + "Shelburne Falls", + "Shelby", + "Shelbyville", + "Sheldahl", + "Sheldon", + "Sheldon Springs", + "Shell", + "Shell Knob", + "Shell Lake", + "Shell Rock", + "Shelley", + "Shellman", + "Shellsburg", + "Shelly", + "Shelocta", + "Shelter Island", + "Shelter Island Heights", + "Shelton", + "Shenandoah", + "Shenandoah Junction", + "Shepherd", + "Shepherdstown", + "Shepherdsville", + "Sherborn", + "Sherburn", + "Sherburne", + "Sheridan", + "Sherman", + "Sherman Oaks", + "Shermans Dale", + "Sherrard", + "Sherrill", + "Sherrills Ford", + "Sherrodsville", + "Sherwood", + "Shevlin", + "Sheyenne", + "Shickley", + "Shickshinny", + "Shidler", + "Shiloh", + "Shiner", + "Shingle Springs", + "Shinglehouse", + "Shingleton", + "Shingletown", + "Shinnston", + "Shiocton", + "Shipman", + "Shippensburg", + "Shippenville", + "Shippingport", + "Shiprock", + "Shipshewana", + "Shirley", + "Shirley Mills", + "Shirleysburg", + "Shoals", + "Shobonier", + "Shoemakersville", + "Shohola", + "Shokan", + "Shongaloo", + "Shoreham", + "Shorewood", + "Short Hills", + "Shoshone", + "Shoshoni", + "Show Low", + "Shreve", + "Shreveport", + "Shrewsbury", + "Shrub Oak", + "Shubuta", + "Shumway", + "Shungnak", + "Shutesbury", + "Sibley", + "Sicily Island", + "Sicklerville", + "Side Lake", + "Sidell", + "Sidman", + "Sidney", + "Sidney Center", + "Sidon", + "Siemens", + "Sierra Madre", + "Sierra Vista", + "Signal Hill", + "Signal Mountain", + "Sigourney", + "Sikes", + "Sikeston", + "Silas", + "Siler City", + "Silex", + "Siloam", + "Siloam Springs", + "Silsbee", + "Silt", + "Silva", + "Silvana", + "Silver Bay", + "Silver City", + "Silver Creek", + "Silver Grove", + "Silver Lake", + "Silver Spring", + "Silver Springs", + "Silverado", + "Silverdale", + "Silverhill", + "Silverstreet", + "Silverthorne", + "Silverton", + "Silvis", + "Simi Valley", + "Simla", + "Simmesport", + "Simms", + "Simon", + "Simonton", + "Simpson", + "Simpsonville", + "Sims", + "Simsboro", + "Simsbury", + "Sinclair", + "Sinclairville", + "Sinks Grove", + "Sinton", + "Sioux Center", + "Sioux City", + "Sioux Falls", + "Sioux Rapids", + "Sipesville", + "Sipsey", + "Siren", + "Sisseton", + "Sister Bay", + "Sisters", + "Sistersville", + "Sitka", + "Six Lakes", + "Six Mile", + "Skaguay", + "Skamokawa", + "Skandia", + "Skaneateles", + "Skaneateles Falls", + "Skanee", + "Skellytown", + "Skiatook", + "Skidmore", + "Skillman", + "Skippack", + "Skokie", + "Skowhegan", + "Skyforest", + "Skykomish", + "Skyland", + "Slagle", + "Slanesville", + "Slate Hill", + "Slater", + "Slatersville", + "Slatington", + "Slaton", + "Slaty Fork", + "Slaughter", + "Slaughters", + "Slayton", + "Sleepy Eye", + "Slidell", + "Sligo", + "Slinger", + "Slingerlands", + "Slippery Rock", + "Sloan", + "Sloansville", + "Sloatsburg", + "Slocomb", + "Sloughhouse", + "Slovan", + "Smackover", + "Smarr", + "Smartt", + "Smethport", + "Smilax", + "Smiley", + "Smith Center", + "Smith River", + "Smithers", + "Smithfield", + "Smithland", + "Smiths", + "Smiths Creek", + "Smiths Grove", + "Smithsburg", + "Smithshire", + "Smithton", + "Smithtown", + "Smithville", + "Smithville Flats", + "Smoaks", + "Smock", + "Smoke Run", + "Smoketown", + "Smyer", + "Smyrna", + "Smyrna Mills", + "Sneads", + "Sneads Ferry", + "Sneedville", + "Snelling", + "Snellville", + "Snohomish", + "Snoqualmie", + "Snover", + "Snow Camp", + "Snow Hill", + "Snow Shoe", + "Snowflake", + "Snowmass", + "Snowmass Village", + "Snyder", + "Soap Lake", + "Sobieski", + "Social Circle", + "Society Hill", + "Socorro", + "Sod", + "Soda Springs", + "Soddy-Daisy", + "Sodus", + "Solana Beach", + "Soldier", + "Soldiers Grove", + "Soldotna", + "Solebury", + "Soledad", + "Solen", + "Solomons", + "Solon", + "Solon Springs", + "Solsberry", + "Solvang", + "Solway", + "Somerdale", + "Somers", + "Somers Point", + "Somerset", + "Somerset Center", + "Somersworth", + "Somerton", + "Somerville", + "Somis", + "Somonauk", + "Sonoita", + "Sonoma", + "Sonora", + "Sopchoppy", + "Soper", + "Soperton", + "Sophia", + "Soquel", + "Sorento", + "Sorrento", + "Soso", + "Soudan", + "Souderton", + "Soulsbyville", + "Sound Beach", + "Sour Lake", + "South Amboy", + "South Barre", + "South Bay", + "South Beach", + "South Beloit", + "South Bend", + "South Berwick", + "South Boardman", + "South Boston", + "South Bound Brook", + "South Bristol", + "South Burlington", + "South Cairo", + "South Canaan", + "South Casco", + "South Charleston", + "South China", + "South Dartmouth", + "South Deerfield", + "South Dennis", + "South Easton", + "South Egremont", + "South El Monte", + "South Elgin", + "South English", + "South Fallsburg", + "South Fork", + "South Freeport", + "South Fulton", + "South Gate", + "South Gibson", + "South Glastonbury", + "South Glens Falls", + "South Hackensack", + "South Hadley", + "South Hamilton", + "South Harwich", + "South Haven", + "South Hero", + "South Hill", + "South Holland", + "South Houston", + "South Hutchinson", + "South Jamesport", + "South Jordan", + "South Kent", + "South Lake Tahoe", + "South Lancaster", + "South Lebanon", + "South Londonderry", + "South Lyon", + "South Mills", + "South Milwaukee", + "South New Berlin", + "South Newfane", + "South Orange", + "South Otselic", + "South Ozone Park", + "South Padre Island", + "South Paris", + "South Park Township", + "South Pasadena", + "South Pekin", + "South Pittsburg", + "South Plainfield", + "South Plymouth", + "South Point", + "South Pomfret", + "South Portland", + "South Prairie", + "South Range", + "South River", + "South Rockwood", + "South Roxana", + "South Royalton", + "South Ryegate", + "South Saint Paul", + "South Salem", + "South Sanford", + "South Seaville", + "South Shore", + "South Sioux City", + "South Solon", + "South Sterling", + "South Strafford", + "South Tamworth", + "South Vienna", + "South Wales", + "South Wayne", + "South Webster", + "South Wellfleet", + "South West City", + "South Weymouth", + "South Whitley", + "South Williamson", + "South Willington", + "South Wilmington", + "South Windsor", + "South Woodstock", + "South Yarmouth", + "Southampton", + "Southaven", + "Southborough", + "Southbridge", + "Southbury", + "Southern Pines", + "Southfield", + "Southfields", + "Southgate", + "Southington", + "Southlake", + "Southmayd", + "Southold", + "Southport", + "Southside", + "Southview", + "Southwest Harbor", + "Southwick", + "Spain", + "Spalding", + "Spanaway", + "Spanish Fork", + "Spanish Fort", + "Spanishburg", + "Sparkill", + "Sparkman", + "Sparks", + "Sparland", + "Sparrow Bush", + "Sparrows Point", + "Sparta", + "Spartanburg", + "Spartansburg", + "Spavinaw", + "Spearfish", + "Spearman", + "Spearsville", + "Spearville", + "Speculator", + "Spencer", + "Spencerport", + "Spencertown", + "Spencerville", + "Sperry", + "Sperryville", + "Spiceland", + "Spicer", + "Spicewood", + "Spickard", + "Spindale", + "Spinnerstown", + "Spirit Lake", + "Spiro", + "Spivey", + "Splendora", + "Spofford", + "Spokane", + "Spooner", + "Spotswood", + "Spotsylvania", + "Spout Spring", + "Spraggs", + "Sprakers", + "Spreckels", + "Spring", + "Spring Arbor", + "Spring Branch", + "Spring Church", + "Spring City", + "Spring Creek", + "Spring Glen", + "Spring Green", + "Spring Grove", + "Spring Hill", + "Spring Hope", + "Spring House", + "Spring Lake", + "Spring Lake Park", + "Spring Mills", + "Spring Park", + "Spring Run", + "Spring Valley", + "Springboro", + "Springdale", + "Springer", + "Springerville", + "Springfield", + "Springfield Gardens", + "Springfield Township", + "Springhill", + "Springport", + "Springtown", + "Springvale", + "Springview", + "Springville", + "Springwater", + "Spruce", + "Spruce Pine", + "Spurlockville", + "Squaw Lake", + "Squaw Valley", + "Squires", + "St Louis", + "St. Augustine", + "St. Charles", + "St. Genevieve", + "St. Helena", + "St. Joseph", + "St. Rose", + "Staatsburg", + "Stacy", + "Stacyville", + "Stafford", + "Stafford Springs", + "Staffordsville", + "Stahlstown", + "Staley", + "Stamford", + "Stanardsville", + "Stanberry", + "Stanchfield", + "Standard", + "Standish", + "Stanfield", + "Stanford", + "Stanfordville", + "Stanhope", + "Stanley", + "Stanton", + "Stantonsburg", + "Stanville", + "Stanwood", + "Staples", + "Stapleton", + "Star", + "Star City", + "Star Lake", + "Star Prairie", + "Starbuck", + "Starford", + "Stark", + "Stark City", + "Starke", + "Starksboro", + "Starkville", + "Starkweather", + "Starr", + "Startex", + "State Center", + "State College", + "State Line", + "State Road", + "State University", + "Stateline", + "Staten Island", + "Statenville", + "Statesboro", + "Statesville", + "Statham", + "Staunton", + "Stayton", + "Steamboat Rock", + "Steamboat Springs", + "Steamburg", + "Stearns", + "Stebbins", + "Stedman", + "Steedman", + "Steele", + "Steele City", + "Steeleville", + "Steelville", + "Steen", + "Steens", + "Steep Falls", + "Steger", + "Steilacoom", + "Steinauer", + "Steinhatchee", + "Stella", + "Stem", + "Stephen", + "Stephens", + "Stephens City", + "Stephenson", + "Stephensport", + "Stephentown", + "Stephenville", + "Sterling", + "Sterling Forest", + "Sterling Heights", + "Sterlington", + "Sterrett", + "Stetson", + "Stetsonville", + "Steuben", + "Steubenville", + "Stevens", + "Stevens Point", + "Stevenson", + "Stevenson Ranch", + "Stevensville", + "Stevinson", + "Steward", + "Stewardson", + "Stewart", + "Stewartstown", + "Stewartsville", + "Stewartville", + "Stickney", + "Stigler", + "Stilesville", + "Still Pond", + "Stillman Valley", + "Stillmore", + "Stillwater", + "Stilwell", + "Stinesville", + "Stinnett", + "Stinson Beach", + "Stirling", + "Stites", + "Stittville", + "Stockbridge", + "Stockdale", + "Stockertown", + "Stockholm", + "Stockport", + "Stockton", + "Stockton Springs", + "Stoddard", + "Stokesdale", + "Stollings", + "Stone", + "Stone Creek", + "Stone Harbor", + "Stone Lake", + "Stone Mountain", + "Stone Park", + "Stone Ridge", + "Stoneboro", + "Stonefort", + "Stoneham", + "Stoneville", + "Stonewall", + "Stonington", + "Stony Brook", + "Stony Creek", + "Stony Point", + "Stonyford", + "Storden", + "Storm Lake", + "Stormville", + "Storrs", + "Story", + "Story City", + "Stotts City", + "Stoughton", + "Stout", + "Stoutland", + "Stover", + "Stow", + "Stowe", + "Stoystown", + "Strafford", + "Strasburg", + "Stratford", + "Stratham", + "Strathmore", + "Strattanville", + "Stratton", + "Straughn", + "Strawberry", + "Strawberry Plains", + "Strawberry Point", + "Strawn", + "Streamwood", + "Streator", + "Street", + "Streeter", + "Streetman", + "Streetsboro", + "Stringer", + "Stromsburg", + "Strong", + "Stronghurst", + "Strongstown", + "Strongsville", + "Stroud", + "Stroudsburg", + "Strum", + "Strunk", + "Struthers", + "Stryker", + "Stuart", + "Stuarts Draft", + "Studio City", + "Stump Creek", + "Sturbridge", + "Sturgeon", + "Sturgeon Bay", + "Sturgeon Lake", + "Sturgis", + "Sturtevant", + "Stuttgart", + "Stuyvesant", + "Suamico", + "Sublette", + "Sublimity", + "Succasunna", + "Suches", + "Sudan", + "Sudbury", + "Sudlersville", + "Suffern", + "Suffield", + "Suffolk", + "Sugar City", + "Sugar Grove", + "Sugar Hill", + "Sugar Land", + "Sugar Loaf", + "Sugar Run", + "Sugar Tree", + "Sugar Valley", + "Sugarcreek", + "Sugarloaf", + "Sugarloaf Township", + "Sugartown", + "Suisun", + "Suitland", + "Sula", + "Sulligent", + "Sullivan", + "Sully", + "Sulphur", + "Sulphur Bluff", + "Sulphur Springs", + "Sultan", + "Sumas", + "Sumerduck", + "Sumiton", + "Summer Shade", + "Summerdale", + "Summerfield", + "Summerhill", + "Summerland", + "Summerland Key", + "Summers", + "Summersville", + "Summerton", + "Summertown", + "Summerville", + "Summit", + "Summit Hill", + "Summit Lake", + "Summit Station", + "Summitville", + "Sumner", + "Sumrall", + "Sumter", + "Sun", + "Sun City", + "Sun City Center", + "Sun City West", + "Sun Prairie", + "Sun River", + "Sun Valley", + "Sunapee", + "Sunbright", + "Sunburg", + "Sunburst", + "Sunbury", + "Suncook", + "Sundance", + "Sunderland", + "Sundown", + "Sunflower", + "Sunland", + "Sunman", + "Sunnyside", + "Sunnyvale", + "Sunol", + "Sunray", + "Sunrise", + "Sunrise Beach", + "Sunset", + "Sunset Beach", + "Sunshine", + "Superior", + "Supply", + "Suquamish", + "Surgoinsville", + "Suring", + "Surprise", + "Surrency", + "Surry", + "Susanville", + "Susquehanna", + "Sussex", + "Sutersville", + "Sutherland", + "Sutherland Springs", + "Sutherlin", + "Sutter", + "Sutter Creek", + "Sutton", + "Suttons Bay", + "Suwanee", + "Suwannee", + "Swainsboro", + "Swaledale", + "Swampscott", + "Swan", + "Swannanoa", + "Swans Island", + "Swansboro", + "Swansea", + "Swanton", + "Swanville", + "Swanzey", + "Swarthmore", + "Swartswood", + "Swartz", + "Swartz Creek", + "Swayzee", + "Swedesboro", + "Sweeny", + "Sweet", + "Sweet Home", + "Sweet Springs", + "Sweet Valley", + "Sweet Water", + "Sweetser", + "Sweetwater", + "Swiftwater", + "Swink", + "Swisher", + "Swisshome", + "Switz City", + "Switzer", + "Swoope", + "Sybertsville", + "Sycamore", + "Sykeston", + "Sykesville", + "Sylacauga", + "Sylmar", + "Sylva", + "Sylvan Beach", + "Sylvan Grove", + "Sylvania", + "Sylvester", + "Symsonia", + "Syosset", + "Syracuse", + "Taberg", + "Tabernash", + "Table Grove", + "Tabor", + "Tabor City", + "Tacoma", + "Taft", + "Tafton", + "Taftville", + "Tahlequah", + "Tahoe City", + "Tahoe Valley", + "Tahoe Vista", + "Tahoka", + "Taholah", + "Tahoma", + "Tahuya", + "Takoma Park", + "Talala", + "Talbott", + "Talbotton", + "Talco", + "Talcott", + "Talent", + "Talihina", + "Talkeetna", + "Talking Rock", + "Tall Timbers", + "Talladega", + "Tallahassee", + "Tallapoosa", + "Tallassee", + "Tallmadge", + "Tallulah", + "Talmo", + "Talmoon", + "Taloga", + "Tama", + "Tamaqua", + "Tamassee", + "Tamms", + "Tampa", + "Tampico", + "Tamworth", + "Taneytown", + "Taneyville", + "Tangent", + "Tangerine", + "Tangier", + "Tangipahoa", + "Tanner", + "Tannersville", + "Taos", + "Taos Ski Valley", + "Tappahannock", + "Tappan", + "Tappen", + "Tar Heel", + "Tarawa Terrace I", + "Tarboro", + "Tarentum", + "Tariffville", + "Tarkio", + "Tarpon Springs", + "Tarrs", + "Tarrytown", + "Tarzana", + "Tasley", + "Tatamy", + "Tate", + "Tatum", + "Taunton", + "Tavares", + "Tavernier", + "Tawas City", + "Taylor", + "Taylor Springs", + "Taylors", + "Taylors Falls", + "Taylorsville", + "Taylorville", + "Tazewell", + "Tea", + "Teachey", + "Teague", + "Teaneck", + "Teasdale", + "Tebbetts", + "Tecumseh", + "Teec Nos Pos", + "Tehachapi", + "Tehama", + "Tekamah", + "Tekoa", + "Tekonsha", + "Telephone", + "Telford", + "Tell City", + "Teller", + "Tellico Plains", + "Telluride", + "Telogia", + "Temecula", + "Tempe", + "Temperance", + "Temple", + "Temple City", + "Temple Hills", + "Templeton", + "Ten Mile", + "Ten Sleep", + "Tenafly", + "Tenaha", + "Tenants Harbor", + "Tenino", + "Tennent", + "Tennessee", + "Tennessee Colony", + "Tennessee Ridge", + "Tennille", + "Tensed", + "Tenstrike", + "Terlingua", + "Terlton", + "Terra Alta", + "Terra Bella", + "Terrace Park", + "Terre Haute", + "Terre Hill", + "Terrebonne", + "Terrell", + "Terreton", + "Terril", + "Terry", + "Terryville", + "Tescott", + "Tesuque", + "Teterboro", + "Teton", + "Teton Village", + "Tetonia", + "Teutopolis", + "Tewksbury", + "Texarkana", + "Texas City", + "Texhoma", + "Texico", + "Texline", + "Thackerville", + "Thatcher", + "Thaxton", + "Thayer", + "Thayne", + "The Bronx", + "The Colony", + "The Dalles", + "The Plains", + "The Rock", + "The Villages", + "Thelma", + "Thendara", + "Theodore", + "Theresa", + "Thermal", + "Thermopolis", + "Thetford Center", + "Thibodaux", + "Thief River Falls", + "Thiells", + "Thiensville", + "Thomas", + "Thomasboro", + "Thomaston", + "Thomasville", + "Thompson", + "Thompson Falls", + "Thompsontown", + "Thompsonville", + "Thomson", + "Thonotosassa", + "Thoreau", + "Thorn Hill", + "Thornburg", + "Thorndale", + "Thorndike", + "Thorne Bay", + "Thornton", + "Thorntown", + "Thornville", + "Thornwood", + "Thorofare", + "Thorp", + "Thousand Oaks", + "Thousand Palms", + "Thrall", + "Three Bridges", + "Three Forks", + "Three Lakes", + "Three Mile Bay", + "Three Oaks", + "Three Rivers", + "Three Springs", + "Throckmorton", + "Thurmond", + "Thurmont", + "Thurston", + "Tiburon", + "Tickfaw", + "Ticonderoga", + "Tidioute", + "Tierra Amarilla", + "Tieton", + "Tiffin", + "Tifton", + "Tigard", + "Tiger", + "Tigerton", + "Tigerville", + "Tignall", + "Tijeras", + "Tilden", + "Tilghman", + "Tiline", + "Tillamook", + "Tillar", + "Tilleda", + "Tillson", + "Tilton", + "Tiltonsville", + "Timber Lake", + "Timberlake", + "Timberon", + "Timberville", + "Timbo", + "Timewell", + "Timmonsville", + "Timpson", + "Tingley", + "Tinley Park", + "Tioga", + "Tiona", + "Tionesta", + "Tipp City", + "Tipton", + "Tiptonville", + "Tire Hill", + "Tiro", + "Tishomingo", + "Tiskilwa", + "Titonka", + "Titus", + "Titusville", + "Tiverton", + "Tivoli", + "Toano", + "Tobaccoville", + "Tobyhanna", + "Toccoa", + "Toccoa Falls", + "Todd", + "Toddville", + "Tofte", + "Togiak", + "Toivola", + "Tok", + "Toksook Bay", + "Tolar", + "Toledo", + "Tolland", + "Tollesboro", + "Tolleson", + "Tollhouse", + "Tolna", + "Tolono", + "Toluca", + "Tom Bean", + "Tomah", + "Tomahawk", + "Tomball", + "Tombstone", + "Tomkins Cove", + "Tompkinsville", + "Toms Brook", + "Toms River", + "Tonasket", + "Tonawanda", + "Toney", + "Tonganoxie", + "Tonica", + "Tonkawa", + "Tonopah", + "Tontitown", + "Tonto Basin", + "Tony", + "Tooele", + "Toomsboro", + "Toomsuba", + "Toone", + "Topanga", + "Topeka", + "Topock", + "Toppenish", + "Topping", + "Topsfield", + "Topsham", + "Topton", + "Tornado", + "Tornillo", + "Toronto", + "Torrance", + "Torreon", + "Torrey", + "Torrington", + "Totowa", + "Totz", + "Tougaloo", + "Toughkenamon", + "Toulon", + "Toutle", + "Tovey", + "Towaco", + "Towanda", + "Tower", + "Tower City", + "Tower Hill", + "Town Creek", + "Town of Boxborough", + "Town of Bozrah", + "Town of East Lyme", + "Town of Mount Desert", + "Towner", + "Townsend", + "Townshend", + "Townville", + "Towson", + "Toxey", + "Trabuco Canyon", + "Tracy", + "Tracy City", + "Tracys Landing", + "Tracyton", + "Trade", + "Traer", + "Trafalgar", + "Trafford", + "Trail", + "Transfer", + "Traphill", + "Trappe", + "Travelers Rest", + "Traverse City", + "Treadwell", + "Trego", + "Treichlers", + "Trementina", + "Tremont", + "Tremonton", + "Trempealeau", + "Trenary", + "Trent", + "Trenton", + "Tres Pinos", + "Tresckow", + "Trevett", + "Trevor", + "Trevorton", + "Trexlertown", + "Treynor", + "Trezevant", + "Triadelphia", + "Triangle", + "Tribes Hill", + "Tribune", + "Trimble", + "Trimont", + "Trinidad", + "Trinity", + "Trion", + "Tripoli", + "Tripp", + "Triumph", + "Trivoli", + "Trona", + "Tropic", + "Trosper", + "Troup", + "Troupsburg", + "Trout Creek", + "Trout Run", + "Troutdale", + "Troutman", + "Troutville", + "Troy", + "Truchas", + "Truckee", + "Trufant", + "Truman", + "Trumann", + "Trumansburg", + "Trumbauersville", + "Trumbull", + "Truro", + "Trussville", + "Truth or Consequences", + "Truxton", + "Tryon", + "Tsaile", + "Tualatin", + "Tuba City", + "Tubac", + "Tuckahoe", + "Tuckasegee", + "Tucker", + "Tuckerman", + "Tuckerton", + "Tucson", + "Tucumcari", + "Tujunga", + "Tulare", + "Tulare County", + "Tularosa", + "Tulelake", + "Tulia", + "Tullahoma", + "Tully", + "Tulsa", + "Tumacacori", + "Tumtum", + "Tumwater", + "Tunas", + "Tunbridge", + "Tunica", + "Tunkhannock", + "Tunnel Hill", + "Tunnelton", + "Tuntutuliak", + "Tuolumne", + "Tupelo", + "Tupper Lake", + "Turbeville", + "Turbotville", + "Turin", + "Turkey", + "Turkey Creek", + "Turlock", + "Turner", + "Turners Falls", + "Turners Station", + "Turnerville", + "Turpin", + "Turtle Creek", + "Turtle Lake", + "Tuscaloosa", + "Tuscarawas", + "Tuscola", + "Tuscumbia", + "Tuskegee", + "Tustin", + "Tutor Key", + "Tuttle", + "Tutwiler", + "Tuxedo Park", + "Twain Harte", + "Twelve Mile", + "Twentynine Palms", + "Twin Bridges", + "Twin City", + "Twin Falls", + "Twin Lake", + "Twin Lakes", + "Twin Peaks", + "Twin Valley", + "Twining", + "Twinsburg", + "Twisp", + "Two Buttes", + "Two Harbors", + "Two Rivers", + "Tyaskin", + "Tybee Island", + "Tybo", + "Tygh Valley", + "Tyler", + "Tylertown", + "Tyndall", + "Tyner", + "Tyngsboro", + "Tyringham", + "Tyrone", + "Tyronza", + "Ubly", + "Udall", + "Uhrichsville", + "Ukiah", + "Uledi", + "Ulen", + "Ullin", + "Ulm", + "Ulster", + "Ulster Park", + "Ulysses", + "Umatilla", + "Umpire", + "Unadilla", + "Unalakleet", + "Unalaska", + "Uncasville", + "Underhill", + "Underwood", + "Unicoi", + "Union", + "Union Bridge", + "Union City", + "Union Dale", + "Union Grove", + "Union Hall", + "Union Hill", + "Union Lake", + "Union Mills", + "Union Point", + "Union Springs", + "Union Star", + "Union Township", + "Uniondale", + "Uniontown", + "Unionville", + "Unity", + "Universal City", + "University", + "University Park", + "University Place", + "Unorganized Territory of Camp Lejeune", + "Upatoi", + "Upland", + "Upper Abbot", + "Upper Black Eddy", + "Upper Darby", + "Upper Falls", + "Upper Jay", + "Upper Marlboro", + "Upper Saddle River", + "Upper Sandusky", + "Upperco", + "Upperville", + "Upsala", + "Upton", + "Urbana", + "Urbandale", + "Urbanna", + "Uriah", + "Urich", + "Ursa", + "Ute", + "Utica", + "Utopia", + "Uvalda", + "Uvalde", + "Uxbridge", + "Vacaville", + "Vacherie", + "Vader", + "Vail", + "Vails Gate", + "Valatie", + "Valders", + "Valdese", + "Valdez", + "Valdosta", + "Vale", + "Valencia", + "Valentine", + "Valentines", + "Valera", + "Valhalla", + "Valhermoso Springs", + "Valier", + "Valle", + "Vallecito", + "Vallejo", + "Valles Mines", + "Valley", + "Valley Bend", + "Valley Center", + "Valley City", + "Valley Cottage", + "Valley Falls", + "Valley Farms", + "Valley Forge", + "Valley Green", + "Valley Head", + "Valley Mills", + "Valley Park", + "Valley Springs", + "Valley Stream", + "Valley View", + "Valley Village", + "Valleyford", + "Valliant", + "Vallonia", + "Valmeyer", + "Valparaiso", + "Valrico", + "Van", + "Van Alstyne", + "Van Buren", + "Van Dyne", + "Van Etten", + "Van Horn", + "Van Horne", + "Van Lear", + "Van Meter", + "Van Nuys", + "Van Vleck", + "Van Vleet", + "Van Wert", + "Van Wyck", + "Vance", + "Vanceburg", + "Vancleave", + "Vancouver", + "Vandalia", + "Vanderbilt", + "Vandergrift", + "Vandiver", + "Vanleer", + "Vanlue", + "Vansant", + "Vanzant", + "Vardaman", + "Varna", + "Varnville", + "Vashon", + "Vass", + "Vassalboro", + "Vassar", + "Vaughan", + "Vaughn", + "Vauxhall", + "Veblen", + "Veedersburg", + "Vega", + "Velarde", + "Velva", + "Vendor", + "Venedocia", + "Veneta", + "Venetia", + "Venice", + "Ventnor City", + "Ventress", + "Ventura", + "Venus", + "Veradale", + "Verbank", + "Verdi", + "Verdigre", + "Verdon", + "Verdugo City", + "Verdunville", + "Vergas", + "Vergennes", + "Vermilion", + "Vermillion", + "Vermont", + "Vermontville", + "Vernal", + "Verndale", + "Vernon", + "Vernon Center", + "Vernon Hill", + "Vernon Hills", + "Vernonia", + "Vero Beach", + "Verona", + "Verplanck", + "Versailles", + "Vershire", + "Vesper", + "Vesta", + "Vestaburg", + "Vestal", + "Vesuvius", + "Vevay", + "Veyo", + "Vian", + "Viborg", + "Viburnum", + "Vicco", + "Vici", + "Vicksburg", + "Victor", + "Victoria", + "Victorville", + "Vida", + "Vidalia", + "Vidor", + "Vienna", + "Vilas", + "Villa Grove", + "Villa Park", + "Villa Rica", + "Villa Ridge", + "Village", + "Village Mills", + "Villanova", + "Villanueva", + "Villard", + "Villas", + "Ville Platte", + "Villisca", + "Vilonia", + "Vina", + "Vinalhaven", + "Vincennes", + "Vincent", + "Vincentown", + "Vine Grove", + "Vineland", + "Vinemont", + "Vineyard Haven", + "Vining", + "Vinita", + "Vinton", + "Vintondale", + "Viola", + "Violet", + "Violet Hill", + "Viper", + "Virden", + "Virgie", + "Virgilina", + "Virgin", + "Virginia", + "Virginia Beach", + "Viroqua", + "Visalia", + "Vista", + "Vivian", + "Volborg", + "Volcano", + "Volga", + "Voluntown", + "Von Ormy", + "Vona", + "Vonore", + "Voorhees Township", + "Voorheesville", + "Vulcan", + "Waban", + "Wabash", + "Wabasha", + "Wabasso", + "Waccabuc", + "Wachapreague", + "Waco", + "Waconia", + "Waddell", + "Waddy", + "Wade", + "Wadena", + "Wadesboro", + "Wadesville", + "Wading River", + "Wadley", + "Wadmalaw Island", + "Wadsworth", + "Waelder", + "Wagener", + "Wagner", + "Wagoner", + "Wahiawa", + "Wahkon", + "Wahoo", + "Wahpeton", + "Waialua", + "Waikoloa", + "Wailuku", + "Waimanalo", + "Wainscott", + "Wainwright", + "Waipahu", + "Waite Park", + "Waitsburg", + "Waitsfield", + "Wakarusa", + "Wake", + "Wake Forest", + "WaKeeney", + "Wakefield", + "Wakeman", + "Wakita", + "Wakonda", + "Walbridge", + "Walcott", + "Walden", + "Waldo", + "Waldoboro", + "Waldorf", + "Waldport", + "Waldron", + "Waldwick", + "Wales", + "Waleska", + "Walford", + "Walhalla", + "Walhonding", + "Walker", + "Walker Valley", + "Walkerton", + "Walkertown", + "Walkerville", + "Wall", + "Wall Lake", + "Walla Walla", + "Wallace", + "Wallaceton", + "Walland", + "Wallback", + "Wallburg", + "Walled Lake", + "Waller", + "Wallingford", + "Wallington", + "Wallins Creek", + "Wallis", + "Wallkill", + "Wallowa", + "Walls", + "Wallsburg", + "Walnut", + "Walnut Bottom", + "Walnut Cove", + "Walnut Creek", + "Walnut Grove", + "Walnut Ridge", + "Walnut Shade", + "Walnut Springs", + "Walnutport", + "Walpole", + "Walsenburg", + "Walsh", + "Walshville", + "Walstonburg", + "Walterboro", + "Walters", + "Waltham", + "Walthill", + "Walton", + "Waltonville", + "Walworth", + "Wamego", + "Wampsville", + "Wampum", + "Wamsutter", + "Wana", + "Wanakena", + "Wanamingo", + "Wanaque", + "Wanatah", + "Wanchese", + "Waneta", + "Wanette", + "Wannaska", + "Wantagh", + "Wapakoneta", + "Wapato", + "Wapella", + "Wappapello", + "Wappingers Falls", + "Wapwallopen", + "War", + "Warba", + "Warden", + "Wardensville", + "Ware", + "Ware Neck", + "Ware Shoals", + "Wareham", + "Waretown", + "Warfordsburg", + "Warm Springs", + "Warminster", + "Warne", + "Warner", + "Warner Robins", + "Warner Springs", + "Warners", + "Warren", + "Warren Center", + "Warren Township", + "Warrendale", + "Warrens", + "Warrensburg", + "Warrensville", + "Warrenton", + "Warrenville", + "Warrington", + "Warrior", + "Warriors Mark", + "Warroad", + "Warsaw", + "Wartburg", + "Wartrace", + "Warwick", + "Wasco", + "Waseca", + "Washburn", + "Washington", + "Washington Boro", + "Washington Court House", + "Washington Crossing", + "Washington Grove", + "Washington Township", + "Washingtonville", + "Washougal", + "Wasilla", + "Waskom", + "Wassaic", + "Watauga", + "Watchung", + "Water Mill", + "Water Valley", + "Waterboro", + "Waterbury", + "Waterbury Center", + "Waterford", + "Waterford Flat", + "Waterford Works", + "Waterloo", + "Waterman", + "Waterport", + "Waterproof", + "Waters", + "Watersmeet", + "Watertown", + "Waterville", + "Waterville Valley", + "Watervliet", + "Watford City", + "Wathena", + "Watkins", + "Watkins Glen", + "Watkinsville", + "Watonga", + "Watseka", + "Watson", + "Watsontown", + "Watsonville", + "Watts", + "Wattsburg", + "Wattsville", + "Waubun", + "Wauchula", + "Waucoma", + "Wauconda", + "Waukee", + "Waukegan", + "Waukesha", + "Waukomis", + "Waukon", + "Waunakee", + "Wauneta", + "Waupaca", + "Waupun", + "Wauregan", + "Waurika", + "Wausa", + "Wausau", + "Wauseon", + "Wautoma", + "Waveland", + "Waverly", + "Waverly Hall", + "Wawaka", + "Waxahachie", + "Waxhaw", + "Waycross", + "Wayland", + "Waymart", + "Wayne", + "Wayne City", + "Waynesboro", + "Waynesburg", + "Waynesfield", + "Waynesville", + "Waynetown", + "Waynoka", + "Wayzata", + "Weare", + "Weatherford", + "Weatherly", + "Weatogue", + "Weaubleau", + "Weaver", + "Weaverville", + "Webb", + "Webb City", + "Webbers Falls", + "Webberville", + "Weber City", + "Webster", + "Webster City", + "Webster Springs", + "Wedowee", + "Weed", + "Weedsport", + "Weedville", + "Weehawken", + "Weeksbury", + "Weems", + "Weeping Water", + "Weidman", + "Weimar", + "Weiner", + "Weippe", + "Weir", + "Weirsdale", + "Weirton", + "Weiser", + "Welaka", + "Welch", + "Welches", + "Welcome", + "Weldon", + "Weleetka", + "Wellborn", + "Wellesley", + "Wellesley Hills", + "Wellfleet", + "Wellford", + "Wellington", + "Wellman", + "Wellpinit", + "Wells", + "Wellsboro", + "Wellsburg", + "Wellsley", + "Wellston", + "Wellsville", + "Wellton", + "Welsh", + "Wenatchee", + "Wendel", + "Wendell", + "Wenden", + "Wendover", + "Wenham", + "Wenona", + "Wenonah", + "Wentworth", + "Wentzville", + "Wernersville", + "Weskan", + "Weslaco", + "Wesley", + "Wesley Chapel", + "Wessington", + "Wessington Springs", + "Wesson", + "West", + "West Alexander", + "West Alexandria", + "West Alton", + "West Babylon", + "West Baldwin", + "West Barnstable", + "West Bend", + "West Berlin", + "West Blocton", + "West Bloomfield", + "West Boylston", + "West Branch", + "West Briar", + "West Bridgewater", + "West Brookfield", + "West Burke", + "West Burlington", + "West Chatham", + "West Chazy", + "West Chester", + "West Chesterfield", + "West Chicago", + "West Columbia", + "West Concord", + "West Corinth", + "West Cornwall", + "West Covina", + "West Coxsackie", + "West Creek", + "West Danville", + "West Decatur", + "West Dennis", + "West Des Moines", + "West Dover", + "West Dummerston", + "West Dundee", + "West Durham", + "West Edmeston", + "West End", + "West Enfield", + "West Falls", + "West Falmouth", + "West Fargo", + "West Farmington", + "West Finley", + "West Fork", + "West Frankfort", + "West Friendship", + "West Glover", + "West Granby", + "West Green", + "West Greenwich", + "West Groton", + "West Grove", + "West Hamlin", + "West Harrison", + "West Hartford", + "West Hartland", + "West Harwich", + "West Haven", + "West Haverstraw", + "West Helena", + "West Hempstead", + "West Henrietta", + "West Hills", + "West Hollywood", + "West Islip", + "West Jefferson", + "West Jordan", + "West Kingston", + "West Lafayette", + "West Lebanon", + "West Leyden", + "West Liberty", + "West Linn", + "West Long Branch", + "West Louisville", + "West Manchester", + "West Mansfield", + "West McLean", + "West Memphis", + "West Middlesex", + "West Middleton", + "West Mifflin", + "West Milford", + "West Milton", + "West Mineral", + "West Minot", + "West Monroe", + "West New York", + "West Newbury", + "West Newton", + "West Nyack", + "West Olive", + "West Orange", + "West Paducah", + "West Palm Beach", + "West Paris", + "West Park", + "West Pawlet", + "West Pittsburg", + "West Plains", + "West Point", + "West Portsmouth", + "West Richland", + "West River", + "West Rockport", + "West Roxbury", + "West Rutland", + "West Sacramento", + "West Salem", + "West Sand Lake", + "West Sayville", + "West Shokan", + "West Simsbury", + "West Springfield", + "West Stockbridge", + "West Stockholm", + "West Suffield", + "West Sunbury", + "West Swanzey", + "West Terre Haute", + "West Tisbury", + "West Topsham", + "West Townsend", + "West Union", + "West Unity", + "West Valley", + "West Van Lear", + "West Wardsboro", + "West Wareham", + "West Warwick", + "West Wendover", + "West Winfield", + "West Yarmouth", + "West Yellowstone", + "Westboro", + "Westborough", + "Westbrook", + "Westbrookville", + "Westbury", + "Westby", + "Westchester", + "Westcliffe", + "Westerlo", + "Westerly", + "Western Grove", + "Western Springs", + "Westernport", + "Westernville", + "Westerville", + "Westfield", + "Westfield Center", + "Westford", + "Westgate", + "Westhampton", + "Westhampton Beach", + "Westhope", + "Westlake", + "Westlake Village", + "Westland", + "Westley", + "Westminster", + "Westmont", + "Westmoreland", + "Westmoreland City", + "Weston", + "Westover", + "Westphalia", + "Westpoint", + "Westport", + "Westside", + "Westtown", + "Westview", + "Westville", + "Westwego", + "Westwood", + "Wethersfield", + "Wetmore", + "Wetumka", + "Wetumpka", + "Wewahitchka", + "Wewoka", + "Wexford", + "Weyauwega", + "Weyerhaeuser", + "Weyers Cave", + "Weymouth", + "Whaleyville", + "Wharncliffe", + "Wharton", + "What Cheer", + "Whately", + "Whatley", + "Wheat Ridge", + "Wheatfield", + "Wheatland", + "Wheaton", + "Wheeler", + "Wheelersburg", + "Wheeling", + "Wheelwright", + "Whigham", + "Whippany", + "Whipple", + "Whitakers", + "White", + "White Bear Lake", + "White Bird", + "White Bluff", + "White Castle", + "White City", + "White Cloud", + "White Deer", + "White Hall", + "White Haven", + "White Heath", + "White House", + "White Lake", + "White Marsh", + "White Mountain Lake", + "White Oak", + "White Pigeon", + "White Pine", + "White Plains", + "White Post", + "White River Junction", + "White Salmon", + "White Sands", + "White Springs", + "White Stone", + "White Sulphur Springs", + "White Swan", + "White Water", + "Whiteface", + "Whitefield", + "Whitefish", + "Whiteford", + "Whitehall", + "Whitehall Township", + "Whitehouse", + "Whitehouse Station", + "Whiteland", + "Whiteman Air Force Base", + "Whiteriver", + "Whites Creek", + "Whitesboro", + "Whitesburg", + "Whiteside", + "Whitestone", + "Whitestown", + "Whitesville", + "Whitethorn", + "Whiteville", + "Whitewater", + "Whitewright", + "Whiting", + "Whitingham", + "Whitinsville", + "Whitley City", + "Whitman", + "Whitmire", + "Whitmore", + "Whitmore Lake", + "Whitney", + "Whitney Point", + "Whitsett", + "Whittemore", + "Whittier", + "Whittington", + "Whitwell", + "Wibaux", + "Wichita", + "Wichita Falls", + "Wickenburg", + "Wickes", + "Wickliffe", + "Wiconisco", + "Widener", + "Wiergate", + "Wiggins", + "Wilber", + "Wilberforce", + "Wilbraham", + "Wilbur", + "Wilburton", + "Wilcox", + "Wild Rose", + "Wilder", + "Wilderville", + "Wildomar", + "Wildorado", + "Wildwood", + "Wiley", + "Wilkes Barre", + "Wilkesboro", + "Wilkinson", + "Willacoochee", + "Willamina", + "Willapa", + "Willard", + "Willcox", + "Willet", + "Williams", + "Williams Bay", + "Williamsburg", + "Williamsfield", + "Williamson", + "Williamsport", + "Williamston", + "Williamstown", + "Williamsville", + "Willimantic", + "Willingboro", + "Willis", + "Willis Wharf", + "Willisburg", + "Williston", + "Williston Park", + "Willisville", + "Willits", + "Willmar", + "Willoughby", + "Willow Creek", + "Willow Grove", + "Willow Hill", + "Willow Lake", + "Willow River", + "Willow Springs", + "Willow Street", + "Willowbrook", + "Willows", + "Wills Point", + "Willsboro", + "Willseyville", + "Willshire", + "Wilmar", + "Wilmer", + "Wilmerding", + "Wilmette", + "Wilmington", + "Wilmont", + "Wilmore", + "Wilmot", + "Wilsall", + "Wilsey", + "Wilseyville", + "Wilson", + "Wilsonville", + "Wilton", + "Wilton Manors", + "Wimauma", + "Wimberley", + "Wimbledon", + "Winamac", + "Winchendon", + "Winchester", + "Winchester Center", + "Wind Gap", + "Wind Ridge", + "Windber", + "Winder", + "Windermere", + "Windfall", + "Windham", + "Windham Center", + "Windom", + "Window Rock", + "Windsor", + "Windsor Heights", + "Windsor Locks", + "Windsor Mill", + "Windthorst", + "Winesburg", + "Winfield", + "Wing", + "Wingate", + "Wingdale", + "Winger", + "Wingina", + "Wingo", + "Winifrede", + "Wink", + "Winlock", + "Winnebago", + "Winneconne", + "Winnemucca", + "Winner", + "Winnetka", + "Winnett", + "Winnfield", + "Winnie", + "Winnsboro", + "Winona", + "Winona Lake", + "Winooski", + "Winside", + "Winslow", + "Winslow Township", + "Winsted", + "Winston", + "Winston-Salem", + "Winter", + "Winter Garden", + "Winter Harbor", + "Winter Haven", + "Winter Park", + "Winter Springs", + "Winterhaven", + "Winterport", + "Winters", + "Winterset", + "Winterthur", + "Winterville", + "Winthrop", + "Winthrop Harbor", + "Winton", + "Wiota", + "Wirtz", + "Wiscasset", + "Wisconsin Dells", + "Wisconsin Rapids", + "Wisdom", + "Wise", + "Wishek", + "Wisner", + "Wister", + "Withams", + "Withee", + "Witt", + "Witten", + "Wittenberg", + "Wittensville", + "Wittmann", + "Wixom", + "Woburn", + "Woden", + "Wofford Heights", + "Wolbach", + "Wolcott", + "Wolcottville", + "Wolf Point", + "Wolfe City", + "Wolfeboro", + "Wolfeboro Falls", + "Wolfforth", + "Wolford", + "Wolverton", + "Womelsdorf", + "Wonder Lake", + "Wonewoc", + "Wood Dale", + "Wood Lake", + "Wood River", + "Wood River Junction", + "Wood-Ridge", + "Woodacre", + "Woodberry Forest", + "Woodbine", + "Woodbourne", + "Woodbridge", + "Woodburn", + "Woodbury", + "Woodbury Heights", + "Woodcliff Lake", + "Woodford", + "Woodgate", + "Woodhaven", + "Woodhull", + "Woodinville", + "Woodlake", + "Woodland", + "Woodland Hills", + "Woodland Mills", + "Woodland Park", + "Woodlawn", + "Woodleaf", + "Woodlyn", + "Woodmere", + "Woodridge", + "Woodruff", + "Woods Cross", + "Woods Hole", + "Woodsboro", + "Woodsfield", + "Woodside", + "Woodson", + "Woodstock", + "Woodstown", + "Woodsville", + "Woodville", + "Woodward", + "Woodway", + "Woodworth", + "Woolstock", + "Woolwich", + "Woonsocket", + "Wooster", + "Wooton", + "Worcester", + "Worden", + "Worland", + "Worley", + "Worth", + "Wortham", + "Worthing", + "Worthington", + "Worthington Center", + "Worthington Springs", + "Worthville", + "Worton", + "Wray", + "Wrens", + "Wrenshall", + "Wrentham", + "Wright", + "Wright City", + "Wrightstown", + "Wrightsville", + "Wrightsville Beach", + "Wrightwood", + "Wurtsboro", + "Wyaconda", + "Wyalusing", + "Wyandanch", + "Wyandotte", + "Wyanet", + "Wyckoff", + "Wyco", + "Wye Mills", + "Wykoff", + "Wylie", + "Wylliesburg", + "Wymore", + "Wynantskill", + "Wyncote", + "Wyndmere", + "Wynne", + "Wynnewood", + "Wynona", + "Wynot", + "Wyocena", + "Wyoming", + "Wysox", + "Wytheville", + "Xenia", + "Yachats", + "Yacolt", + "Yadkinville", + "Yakima", + "Yalaha", + "Yale", + "Yamhill", + "Yampa", + "Yanceyville", + "Yankeetown", + "Yankton", + "Yantis", + "Yaphank", + "Yarmouth", + "Yarmouth Port", + "Yates Center", + "Yates City", + "Yatesboro", + "Yatesville", + "Yazoo City", + "Yeaddiss", + "Yellow Spring", + "Yellow Springs", + "Yellville", + "Yelm", + "Yemassee", + "Yerington", + "Yermo", + "Yoakum", + "Yoder", + "Yolyn", + "Yoncalla", + "Yonkers", + "Yorba Linda", + "York", + "York Beach", + "York Corner", + "York Harbor", + "York Haven", + "York Springs", + "Yorkshire", + "Yorktown", + "Yorktown Heights", + "Yorkville", + "Yosemite Valley", + "Young", + "Young America", + "Young Harris", + "Youngstown", + "Youngsville", + "Youngtown", + "Youngwood", + "Yountville", + "Ypsilanti", + "Yreka", + "Yuba City", + "Yucaipa", + "Yucca", + "Yucca Valley", + "Yukon", + "Yulan", + "Yulee", + "Yuma", + "Yutan", + "Zachary", + "Zaleski", + "Zalma", + "Zanesfield", + "Zanesville", + "Zapata", + "Zarephath", + "Zavalla", + "Zearing", + "Zebulon", + "Zeeland", + "Zeigler", + "Zelienople", + "Zellwood", + "Zenda", + "Zephyr", + "Zephyr Cove", + "Zephyrhills", + "Zieglersville", + "Zillah", + "Zimmerman", + "Zion", + "Zion Grove", + "Zionhill", + "Zionsville", + "Zionville", + "Zirconia", + "Zolfo Springs", + "Zortman", + "Zullinger", + "Zumbrota", + "Zuni", + "Zurich", + "Zwingle" + ], + "Uruguay": [ + "Barra de Carrasco", + "Canelones", + "Colonia del Sacramento", + "Durazno", + "Florida", + "La Floresta", + "La Paz", + "Las Piedras", + "Maldonado", + "Mercedes", + "Montevideo", + "Punta del Este", + "Salto", + "San Carlos", + "Toledo", + "Union" + ], + "Uzbekistan": [ + "Andijon Viloyati", + "Buxoro Viloyati", + "Farg'ona Viloyati", + "Jizzax Viloyati", + "Namangan Viloyati", + "Navoiy Viloyati", + "Qashqadaryo Viloyati", + "Qaraqalpog'iston Respublikasi", + "Samarqand Viloyati", + "Sirdaryo Viloyati", + "Surxondaryo Viloyati", + "Toshkent Shahri", + "Toshkent Viloyati", + "Xorazm Viloyati" + ], + "Vanuatu": [ + "Malampa", + "Penama", + "Sanma", + "Shefa", + "Tafea", + "Torba" + ], + "Vatican City State (Holy See)": [], + "Wallis and Futuna": [ + "Alele", + "Vaitupu", + "Mala'e", + "Vailala", + "Tufuone", + "Mata'utu", + "Liku", + "Falaleu", + "Aka'aka", + "Ahoa", + "Haafuasia", + "Utufua", + "Halalo", + "Vaimalau", + "Lavegahau", + "Teesi", + "Malaefoou", + "Gahi", + "Tepa", + "Haatofo", + "Kolopopo", + "Ono", + "Taoa", + "Kolia", + "Vele", + "Poi", + "Mala'e", + "Tamana", + "Tuatafa", + "Alofitai", + "Leava", + "Toloke", + "Nuku", + "Fiua", + "Vaisei", + "Tavai" + ], + "Venezuela": [ + "Acarigua", + "Anaco", + "Araure", + "Bachaquero", + "Barcelona", + "Barinas", + "Barquisimeto", + "Bejuma", + "Bolivar", + "Cabimas", + "Cabudare", + "Cagua", + "Caja de Agua", + "Calabozo", + "Campo de Carabobo", + "Caraballeda", + "Caracas", + "Caripe", + "Carrizal", + "Catia La Mar", + "Charallave", + "Chivacoa", + "Ciudad Guayana", + "Ciudad Ojeda", + "Ciudad Piar", + "Colonia Tovar", + "Coro", + "Cua", + "Curazaito", + "El Chorro", + "El Recreo", + "El Roque", + "El Rosal", + "El Tigre", + "El Vigia", + "Guachara", + "Guanare", + "Guarenas", + "Guatire", + "Guayana", + "Gueiria", + "La Castellana", + "La Cruz", + "La Guaira", + "La Urbina", + "La Verdad", + "La Victoria", + "La Villa del Rosario", + "Londres", + "Los Chorros", + "Los Teques", + "Macuto", + "Maiquetia", + "Maracaibo", + "Maracay", + "Maria", + "Mariguitar", + "Matanzas", + "Miranda", + "Monte Cristo", + "Naguanagua", + "Ocumare", + "Pampatar", + "Porlamar", + "Puerto Cabello", + "Puerto La Cruz", + "Puerto Ordaz and San Felix", + "Punto Fijo", + "Sabaneta", + "San Antonio", + "San Antonio de Los Altos", + "San Diego", + "San Felipe", + "San Felix", + "San Francisco", + "San Joaquin", + "San Jose de Guanipa", + "Santa Cruz del Zulia", + "Santa Fe", + "Santa Teresa", + "Solano", + "Tariba", + "Torre", + "Trujillo", + "Tucupita", + "Turmero", + "Valencia", + "Valera", + "Valle", + "Vargas" + ], + "Vietnam": [ + "An Dinh", + "An Giang", + "An Nhon", + "An Tam", + "An Thanh", + "Ap Sai Gon", + "Ap Trung", + "Bac Giang", + "Bac Kan", + "Bac Ninh", + "Bach Ma", + "Bang", + "Ben Nghe", + "Ben Than", + "Bien Hoa", + "Binh Phuoc", + "Binh Thanh", + "Binh Thoai", + "Buon Ma Thuot", + "Ca Mau", + "Cam Pha", + "Can Tho", + "Cho Ha", + "Chuong Duong", + "Co Giang", + "Da Lat", + "Da Nang", + "Dac Loc", + "Di An", + "Dien Bien Phu", + "Dinh Long", + "Dong", + "Dong Nai", + "Dong Thap", + "Duc Thang", + "Giong Ngai", + "Giong Truong", + "Go Vap", + "Ha Dong", + "Ha Long", + "Ha Nam", + "Ha Tinh", + "Haiphong", + "Hanoi", + "Ho Chi Minh City", + "Hoang Mai", + "Hung Yen", + "Huong Tinh", + "Khanh Hoa", + "Kon Tum", + "Lang Dung", + "Lang Hong", + "Lang Son", + "Lao Cai", + "Le Loi", + "Long An", + "Long Tan", + "Long Van", + "Luong Hoi", + "Minh Khai", + "Nghi Loc", + "Nha Be", + "Nha Trang", + "Phan Thon", + "Phu Nhuan", + "Phu Tho", + "Phu Xuyen", + "Phu Yen", + "Phuong Tan", + "Pleiku", + "Quan Ngoc", + "Quan Trang", + "Quang Nam", + "Quang Tri", + "Quang Trung", + "Qui Nhon", + "Soc Trang", + "Tam Ky", + "Tan Binh", + "Tan Thuan Dong", + "Tang", + "Tay Ninh", + "Thach That", + "Thanh Nguyen", + "Thanh Pho Ha Giang", + "Thanh Pho Hai Duong", + "Thanh Pho Hoa Binh", + "Thanh Pho Ninh Binh", + "Thanh Pho Thai Binh", + "Thanh Pho Thai Nguyen", + "Thanh Pho Tuyen Quang", + "Thon Bao An", + "Thong Nhat", + "Thu Dau Mot", + "Thu Duc", + "Thuan An", + "Thuan Cong", + "Tra Vinh", + "Trao", + "Truong Lam", + "Truong Son", + "Van Hai", + "Van Tan", + "Vi Thanh", + "Vinh", + "Vinh Long", + "Vinh Yen", + "Xom Phuoc My", + "Xom Thang", + "Xom Truong Dinh", + "Yen Bai", + "Yen Thanh" + ], + "Yemen": [ + "Abyan", + "'Adan", + "Ad Dali'", + "Al Bayda'", + "Al Hudaydah", + "Al Jawf", + "Al Mahrah", + "Al Mahwit", + "'Amran", + "Dhamar", + "Hadramawt", + "Hajjah", + "Ibb", + "Lahij", + "Ma'rib", + "Sa'dah", + "San'a'", + "Shabwah", + "Ta'izz" + ], + "Zambia": [ + "Kalomo", + "Kitwe", + "Livingstone", + "Lusaka", + "Macha", + "Mumbwa", + "Ndola", + "Siavonga", + "Solwezi" + ], + "Zimbabwe": [ + "Bulawayo", + "Chinhoyi", + "Greendale", + "Gwanda", + "Harare", + "Kwekwe", + "Mufakose", + "Mutare", + "Victoria Falls" + ] + } +} \ No newline at end of file diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CountryCurrencies.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CountryCurrencies.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,255 @@ +{ + "countries": { + "Bangladesh": "BDT", + "Belgium": "EUR", + "Burkina Faso": "XOF", + "Bulgaria": "BGN", + "Bosnia and Herzegovina": "BAM", + "Barbados": "BBD", + "Wallis and Futuna": "XPF", + "Saint Barthelemy": "EUR", + "Bermuda": "BMD", + "Brunei": "BND", + "Bolivia": "BOB", + "Bahrain": "BHD", + "Burundi": "BIF", + "Benin": "XOF", + "Bhutan": "BTN", + "Jamaica": "JMD", + "Bouvet Island": "NOK", + "Botswana": "BWP", + "Samoa": "WST", + "Bonaire, Saint Eustatius and Saba ": "USD", + "Brazil": "BRL", + "Bahamas": "BSD", + "Jersey": "GBP", + "Belarus": "BYR", + "Belize": "BZD", + "Russia": "RUB", + "Rwanda": "RWF", + "Serbia": "RSD", + "Timor-Leste": "USD", + "R\u00e9union": "EUR", + "Turkmenistan": "TMT", + "Tajikistan": "TJS", + "Romania": "RON", + "Tokelau": "NZD", + "Guinea-Bissau": "XOF", + "Guam": "USD", + "Guatemala": "GTQ", + "South Georgia and the South Sandwich Islands": "GBP", + "Greece": "EUR", + "Equatorial Guinea": "XAF", + "Guadeloupe": "EUR", + "Japan": "JPY", + "Guyana": "GYD", + "Guernsey": "GBP", + "Georgia": "GEL", + "Grenada": "XCD", + "United Kingdom": "GBP", + "Gabon": "XAF", + "El Salvador": "USD", + "Guinea": "GNF", + "Gambia": "GMD", + "Greenland": "DKK", + "Gibraltar": "GIP", + "Ghana": "GHS", + "Oman": "OMR", + "Tunisia": "TND", + "Jordan": "JOD", + "Croatia": "HRK", + "Haiti": "HTG", + "Hungary": "HUF", + "Hong Kong": "HKD", + "Honduras": "HNL", + "Heard Island and McDonald Islands": "AUD", + "Venezuela": "VEF", + "Vatican City State (Holy See)": "EUR", + "Puerto Rico": "USD", + "Palestinian Territory": "ILS", + "Palau": "USD", + "Portugal": "EUR", + "Svalbard and Jan Mayen": "NOK", + "Paraguay": "PYG", + "Iraq": "IQD", + "Panama": "PAB", + "French Polynesia": "XPF", + "Papua New Guinea": "PGK", + "Peru": "PEN", + "Pakistan": "PKR", + "Philippines": "PHP", + "Pitcairn": "NZD", + "Poland": "PLN", + "Saint Pierre and Miquelon": "EUR", + "Zambia": "ZMK", + "Western Sahara": "MAD", + "Estonia": "EUR", + "Egypt": "EGP", + "Cocos (Keeling) Islands": "AUD", + "South Africa": "ZAR", + "Ecuador": "USD", + "Italy": "EUR", + "Vietnam": "VND", + "Solomon Islands": "SBD", + "Ethiopia": "ETB", + "Somalia": "SOS", + "Zimbabwe": "ZWL", + "Saudi Arabia": "SAR", + "Spain": "EUR", + "Eritrea": "ERN", + "Montenegro": "EUR", + "Moldova": "MDL", + "Madagascar": "MGA", + "Saint Martin": "EUR", + "Morocco": "MAD", + "Monaco": "EUR", + "Uzbekistan": "UZS", + "Myanmar": "MMK", + "Mali": "XOF", + "Macau": "MOP", + "Mongolia": "MNT", + "Marshall Islands": "USD", + "Macedonia": "MKD", + "Mauritius": "MUR", + "Malta": "EUR", + "Malawi": "MWK", + "Maldives": "MVR", + "Martinique": "EUR", + "Northern Mariana Islands": "USD", + "Montserrat": "XCD", + "Mauritania": "MRO", + "Isle of Man": "GBP", + "Uganda": "UGX", + "Tanzania": "TZS", + "Malaysia": "MYR", + "Mexico": "MXN", + "Israel": "ILS", + "France": "EUR", + "British Indian Ocean Territory": "USD", + "Saint Helena": "SHP", + "Finland": "EUR", + "Fiji": "FJD", + "Falkland Islands": "FKP", + "Micronesia": "USD", + "Faroe Islands": "DKK", + "Nicaragua": "NIO", + "Netherlands": "EUR", + "Norway": "NOK", + "Namibia": "NAD", + "Vanuatu": "VUV", + "New Caledonia": "XPF", + "Niger": "XOF", + "Norfolk Island": "AUD", + "Nigeria": "NGN", + "New Zealand": "NZD", + "Nepal": "NPR", + "Nauru": "AUD", + "Niue": "NZD", + "Cook Islands": "NZD", + "Kosovo": "EUR", + "Ivory Coast": "XOF", + "Switzerland": "CHF", + "Colombia": "COP", + "China": "CNY", + "Cameroon": "XAF", + "Chile": "CLP", + "Cocos Islands": "AUD", + "Canada": "CAD", + "Congo": "XAF", + "Central African Republic": "XAF", + "Democratic Republic of the Congo": "CDF", + "Czech Republic": "CZK", + "Cyprus": "EUR", + "Christmas Island": "AUD", + "Costa Rica": "CRC", + "Curacao": "ANG", + "Cape Verde": "CVE", + "Cuba": "CUP", + "Swaziland": "SZL", + "Syria": "SYP", + "Sint Maarten": "ANG", + "Kyrgyzstan": "KGS", + "Kenya": "KES", + "South Sudan": "SSP", + "Suriname": "SRD", + "Kiribati": "AUD", + "Cambodia": "KHR", + "Saint Kitts and Nevis": "XCD", + "Comoros": "KMF", + "Sao Tome and Principe": "STD", + "Slovakia": "EUR", + "South Korea": "KRW", + "Slovenia": "EUR", + "North Korea": "KPW", + "Kuwait": "KWD", + "Senegal": "XOF", + "San Marino": "EUR", + "Sierra Leone": "SLL", + "Seychelles": "SCR", + "Kazakhstan": "KZT", + "Cayman Islands": "KYD", + "Singapore": "SGD", + "Sweden": "SEK", + "Sudan": "SDG", + "Dominican Republic": "DOP", + "Dominica": "XCD", + "Djibouti": "DJF", + "Denmark": "DKK", + "British Virgin Islands": "USD", + "Germany": "EUR", + "Yemen": "YER", + "Algeria": "DZD", + "United States": "USD", + "Uruguay": "UYU", + "Mayotte": "EUR", + "United States Minor Outlying Islands": "USD", + "Lebanon": "LBP", + "Saint Lucia": "XCD", + "Laos": "LAK", + "Tuvalu": "AUD", + "Taiwan": "TWD", + "Trinidad and Tobago": "TTD", + "Turkey": "TRY", + "Sri Lanka": "LKR", + "Liechtenstein": "CHF", + "Latvia": "EUR", + "Tonga": "TOP", + "Lithuania": "LTL", + "Luxembourg": "EUR", + "Liberia": "LRD", + "Lesotho": "LSL", + "Thailand": "THB", + "French Southern Territories": "EUR", + "Togo": "XOF", + "Chad": "XAF", + "Turks and Caicos Islands": "USD", + "Libya": "LYD", + "Vatican": "EUR", + "Saint Vincent and the Grenadines": "XCD", + "United Arab Emirates": "AED", + "Andorra": "EUR", + "Antigua and Barbuda": "XCD", + "Afghanistan": "AFN", + "Anguilla": "XCD", + "U.S. Virgin Islands": "USD", + "Iceland": "ISK", + "Iran": "IRR", + "Armenia": "AMD", + "Albania": "ALL", + "Angola": "AOA", + "Antarctica": "Antarctica doesn't have a currency", + "American Samoa": "USD", + "Argentina": "ARS", + "Australia": "AUD", + "Austria": "EUR", + "Aruba": "AWG", + "India": "INR", + "Aland Islands": "EUR", + "Azerbaijan": "AZN", + "Ireland": "EUR", + "Indonesia": "IDR", + "Ukraine": "UAH", + "Qatar": "QAR", + "Mozambique": "MZN" + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CountryFlags.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CountryFlags.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,255 @@ +{ + "countries": { + "Bangladesh": "bd", + "Belgium": "be", + "Burkina Faso": "bf", + "Bulgaria": "bg", + "Bosnia and Herzegovina": "ba", + "Barbados": "bb", + "Wallis and Futuna": "wf", + "Saint Barthelemy": "bl", + "Bermuda": "bm", + "Brunei": "bn", + "Bolivia": "bo", + "Bahrain": "bh", + "Burundi": "bi", + "Benin": "bj", + "Bhutan": "bt", + "Jamaica": "jm", + "Bouvet Island": "bv", + "Botswana": "bw", + "Samoa": "ws", + "Bonaire, Saint Eustatius and Saba ": "bq", + "Brazil": "br", + "Bahamas": "bs", + "Jersey": "je", + "Belarus": "by", + "Belize": "bz", + "Russia": "ru", + "Rwanda": "rw", + "Serbia": "rs", + "Timor-Leste": "tl", + "R\u00e9union": "re", + "Turkmenistan": "tm", + "Tajikistan": "tj", + "Romania": "ro", + "Tokelau": "tk", + "Guinea-Bissau": "gw", + "Guam": "gu", + "Guatemala": "gt", + "South Georgia and the South Sandwich Islands": "gs", + "Greece": "gr", + "Equatorial Guinea": "gq", + "Guadeloupe": "gp", + "Japan": "jp", + "Guyana": "gy", + "Guernsey": "gg", + "Georgia": "ge", + "Grenada": "gd", + "United Kingdom": "gb", + "Gabon": "ga", + "El Salvador": "sv", + "Guinea": "gn", + "Gambia": "gm", + "Greenland": "gl", + "Gibraltar": "gi", + "Ghana": "gh", + "Oman": "om", + "Tunisia": "tn", + "Jordan": "jo", + "Croatia": "hr", + "Haiti": "ht", + "Hungary": "hu", + "Hong Kong": "hk", + "Honduras": "hn", + "Heard Island and McDonald Islands": "hm", + "Venezuela": "ve", + "Vatican City State (Holy See)": "va", + "Puerto Rico": "pr", + "Palestinian Territory": "ps", + "Palau": "pw", + "Portugal": "pt", + "Svalbard and Jan Mayen": "sj", + "Paraguay": "py", + "Iraq": "iq", + "Panama": "pa", + "French Polynesia": "pf", + "Papua New Guinea": "pg", + "Peru": "pe", + "Pakistan": "pk", + "Philippines": "ph", + "Pitcairn": "pn", + "Poland": "pl", + "Saint Pierre and Miquelon": "pm", + "Zambia": "zm", + "Western Sahara": "eh", + "Estonia": "ee", + "Egypt": "eg", + "Cocos (Keeling) Islands": "cc", + "South Africa": "za", + "Ecuador": "ec", + "Italy": "it", + "Vietnam": "vn", + "Solomon Islands": "sb", + "Ethiopia": "et", + "Somalia": "so", + "Zimbabwe": "zw", + "Saudi Arabia": "sa", + "Spain": "es", + "Eritrea": "er", + "Montenegro": "me", + "Moldova": "md", + "Madagascar": "mg", + "Saint Martin": "mf", + "Morocco": "ma", + "Monaco": "mc", + "Uzbekistan": "uz", + "Myanmar": "mm", + "Mali": "ml", + "Macau": "mo", + "Mongolia": "mn", + "Marshall Islands": "mh", + "Macedonia": "mk", + "Mauritius": "mu", + "Malta": "mt", + "Malawi": "mw", + "Maldives": "mv", + "Martinique": "mq", + "Northern Mariana Islands": "mp", + "Montserrat": "ms", + "Mauritania": "mr", + "Isle of Man": "im", + "Uganda": "ug", + "Tanzania": "tz", + "Malaysia": "my", + "Mexico": "mx", + "Israel": "il", + "France": "fr", + "British Indian Ocean Territory": "io", + "Saint Helena": "sh", + "Finland": "fi", + "Fiji": "fj", + "Falkland Islands": "fk", + "Micronesia": "fm", + "Faroe Islands": "fo", + "Nicaragua": "ni", + "Netherlands": "nl", + "Norway": "no", + "Namibia": "na", + "Vanuatu": "vu", + "New Caledonia": "nc", + "Niger": "ne", + "Norfolk Island": "nf", + "Nigeria": "ng", + "New Zealand": "nz", + "Nepal": "np", + "Nauru": "nr", + "Niue": "nu", + "Cook Islands": "ck", + "Kosovo": "xk", + "Ivory Coast": "ci", + "Switzerland": "ch", + "Colombia": "co", + "China": "cn", + "Cameroon": "cm", + "Chile": "cl", + "Cocos Islands": "cc", + "Canada": "ca", + "Congo": "cg", + "Central African Republic": "cf", + "Democratic Republic of the Congo": "cd", + "Czech Republic": "cz", + "Cyprus": "cy", + "Christmas Island": "cx", + "Costa Rica": "cr", + "Curacao": "cw", + "Cape Verde": "cv", + "Cuba": "cu", + "Swaziland": "sz", + "Syria": "sy", + "Sint Maarten": "sx", + "Kyrgyzstan": "kg", + "Kenya": "ke", + "South Sudan": "ss", + "Suriname": "sr", + "Kiribati": "ki", + "Cambodia": "kh", + "Saint Kitts and Nevis": "kn", + "Comoros": "km", + "Sao Tome and Principe": "st", + "Slovakia": "sk", + "South Korea": "kr", + "Slovenia": "si", + "North Korea": "kp", + "Kuwait": "kw", + "Senegal": "sn", + "San Marino": "sm", + "Sierra Leone": "sl", + "Seychelles": "sc", + "Kazakhstan": "kz", + "Cayman Islands": "ky", + "Singapore": "sg", + "Sweden": "se", + "Sudan": "sd", + "Dominican Republic": "do", + "Dominica": "dm", + "Djibouti": "dj", + "Denmark": "dk", + "British Virgin Islands": "vg", + "Germany": "de", + "Yemen": "ye", + "Algeria": "dz", + "United States": "us", + "Uruguay": "uy", + "Mayotte": "yt", + "United States Minor Outlying Islands": "um", + "Lebanon": "lb", + "Saint Lucia": "lc", + "Laos": "la", + "Tuvalu": "tv", + "Taiwan": "tw", + "Trinidad and Tobago": "tt", + "Turkey": "tr", + "Sri Lanka": "lk", + "Liechtenstein": "li", + "Latvia": "lv", + "Tonga": "to", + "Lithuania": "lt", + "Luxembourg": "lu", + "Liberia": "lr", + "Lesotho": "ls", + "Thailand": "th", + "French Southern Territories": "tf", + "Togo": "tg", + "Chad": "td", + "Turks and Caicos Islands": "tc", + "Libya": "ly", + "Vatican": "va", + "Saint Vincent and the Grenadines": "vc", + "United Arab Emirates": "ae", + "Andorra": "ad", + "Antigua and Barbuda": "ag", + "Afghanistan": "af", + "Anguilla": "ai", + "U.S. Virgin Islands": "vi", + "Iceland": "is", + "Iran": "ir", + "Armenia": "am", + "Albania": "al", + "Angola": "ao", + "Antarctica": "aq", + "American Samoa": "as", + "Argentina": "ar", + "Australia": "au", + "Austria": "at", + "Aruba": "aw", + "India": "in", + "Aland Islands": "ax", + "Azerbaijan": "az", + "Ireland": "ie", + "Indonesia": "id", + "Ukraine": "ua", + "Qatar": "qa", + "Mozambique": "mz" + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Data/CountryPopulation.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Data/CountryPopulation.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,62692 @@ +{ + "countries": { + "Arab World": { + "population": [ + { + "year": 1960, + "value": 92197753 + }, + { + "year": 1961, + "value": 94724510 + }, + { + "year": 1962, + "value": 97334442 + }, + { + "year": 1963, + "value": 100034179 + }, + { + "year": 1964, + "value": 102832760 + }, + { + "year": 1965, + "value": 105736431 + }, + { + "year": 1966, + "value": 108758610 + }, + { + "year": 1967, + "value": 111899364 + }, + { + "year": 1968, + "value": 115136178 + }, + { + "year": 1969, + "value": 118437195 + }, + { + "year": 1970, + "value": 121785650 + }, + { + "year": 1971, + "value": 125164745 + }, + { + "year": 1972, + "value": 128598734 + }, + { + "year": 1973, + "value": 132161298 + }, + { + "year": 1974, + "value": 135952252 + }, + { + "year": 1975, + "value": 140040649 + }, + { + "year": 1976, + "value": 144453278 + }, + { + "year": 1977, + "value": 149161891 + }, + { + "year": 1978, + "value": 154111175 + }, + { + "year": 1979, + "value": 159218552 + }, + { + "year": 1980, + "value": 164420785 + }, + { + "year": 1981, + "value": 169698994 + }, + { + "year": 1982, + "value": 175061792 + }, + { + "year": 1983, + "value": 180505996 + }, + { + "year": 1984, + "value": 186035305 + }, + { + "year": 1985, + "value": 191650331 + }, + { + "year": 1986, + "value": 197338142 + }, + { + "year": 1987, + "value": 203084971 + }, + { + "year": 1988, + "value": 208889682 + }, + { + "year": 1989, + "value": 214753970 + }, + { + "year": 1990, + "value": 222653373 + }, + { + "year": 1991, + "value": 228731685 + }, + { + "year": 1992, + "value": 232956352 + }, + { + "year": 1993, + "value": 239243261 + }, + { + "year": 1994, + "value": 245449409 + }, + { + "year": 1995, + "value": 253107289 + }, + { + "year": 1996, + "value": 259000953 + }, + { + "year": 1997, + "value": 264822188 + }, + { + "year": 1998, + "value": 270575803 + }, + { + "year": 1999, + "value": 276393837 + }, + { + "year": 2000, + "value": 282344154 + }, + { + "year": 2001, + "value": 288432163 + }, + { + "year": 2002, + "value": 294665185 + }, + { + "year": 2003, + "value": 301113849 + }, + { + "year": 2004, + "value": 307862843 + }, + { + "year": 2005, + "value": 314965793 + }, + { + "year": 2006, + "value": 322452754 + }, + { + "year": 2007, + "value": 330290716 + }, + { + "year": 2008, + "value": 338395961 + }, + { + "year": 2009, + "value": 346629220 + }, + { + "year": 2010, + "value": 354890042 + }, + { + "year": 2011, + "value": 363158703 + }, + { + "year": 2012, + "value": 371443547 + }, + { + "year": 2013, + "value": 379705719 + }, + { + "year": 2014, + "value": 387907748 + }, + { + "year": 2015, + "value": 396028278 + }, + { + "year": 2016, + "value": 404024433 + }, + { + "year": 2017, + "value": 411898965 + }, + { + "year": 2018, + "value": 419790588 + } + ] + }, + "Caribbean small states": { + "population": [ + { + "year": 1960, + "value": 4194710 + }, + { + "year": 1961, + "value": 4274060 + }, + { + "year": 1962, + "value": 4353628 + }, + { + "year": 1963, + "value": 4432217 + }, + { + "year": 1964, + "value": 4508198 + }, + { + "year": 1965, + "value": 4580374 + }, + { + "year": 1966, + "value": 4648367 + }, + { + "year": 1967, + "value": 4712526 + }, + { + "year": 1968, + "value": 4773902 + }, + { + "year": 1969, + "value": 4833842 + }, + { + "year": 1970, + "value": 4893454 + }, + { + "year": 1971, + "value": 4953087 + }, + { + "year": 1972, + "value": 5012612 + }, + { + "year": 1973, + "value": 5071954 + }, + { + "year": 1974, + "value": 5130833 + }, + { + "year": 1975, + "value": 5189153 + }, + { + "year": 1976, + "value": 5246563 + }, + { + "year": 1977, + "value": 5303307 + }, + { + "year": 1978, + "value": 5360561 + }, + { + "year": 1979, + "value": 5419884 + }, + { + "year": 1980, + "value": 5482206 + }, + { + "year": 1981, + "value": 5548512 + }, + { + "year": 1982, + "value": 5617885 + }, + { + "year": 1983, + "value": 5687092 + }, + { + "year": 1984, + "value": 5751543 + }, + { + "year": 1985, + "value": 5808179 + }, + { + "year": 1986, + "value": 5855443 + }, + { + "year": 1987, + "value": 5894827 + }, + { + "year": 1988, + "value": 5930179 + }, + { + "year": 1989, + "value": 5967018 + }, + { + "year": 1990, + "value": 6009251 + }, + { + "year": 1991, + "value": 6058308 + }, + { + "year": 1992, + "value": 6112815 + }, + { + "year": 1993, + "value": 6170351 + }, + { + "year": 1994, + "value": 6227335 + }, + { + "year": 1995, + "value": 6281190 + }, + { + "year": 1996, + "value": 6331280 + }, + { + "year": 1997, + "value": 6378552 + }, + { + "year": 1998, + "value": 6423827 + }, + { + "year": 1999, + "value": 6468476 + }, + { + "year": 2000, + "value": 6513485 + }, + { + "year": 2001, + "value": 6559096 + }, + { + "year": 2002, + "value": 6604965 + }, + { + "year": 2003, + "value": 6650971 + }, + { + "year": 2004, + "value": 6696953 + }, + { + "year": 2005, + "value": 6742717 + }, + { + "year": 2006, + "value": 6788123 + }, + { + "year": 2007, + "value": 6833393 + }, + { + "year": 2008, + "value": 6878978 + }, + { + "year": 2009, + "value": 6925452 + }, + { + "year": 2010, + "value": 6973206 + }, + { + "year": 2011, + "value": 7022387 + }, + { + "year": 2012, + "value": 7072665 + }, + { + "year": 2013, + "value": 7123332 + }, + { + "year": 2014, + "value": 7173435 + }, + { + "year": 2015, + "value": 7222212 + }, + { + "year": 2016, + "value": 7269386 + }, + { + "year": 2017, + "value": 7314990 + }, + { + "year": 2018, + "value": 7358965 + } + ] + }, + "Central Europe and the Baltics": { + "population": [ + { + "year": 1960, + "value": 91401764 + }, + { + "year": 1961, + "value": 92232738 + }, + { + "year": 1962, + "value": 93009498 + }, + { + "year": 1963, + "value": 93840016 + }, + { + "year": 1964, + "value": 94715795 + }, + { + "year": 1965, + "value": 95440988 + }, + { + "year": 1966, + "value": 96146336 + }, + { + "year": 1967, + "value": 97043270 + }, + { + "year": 1968, + "value": 97884022 + }, + { + "year": 1969, + "value": 98606630 + }, + { + "year": 1970, + "value": 99134548 + }, + { + "year": 1971, + "value": 99635258 + }, + { + "year": 1972, + "value": 100357161 + }, + { + "year": 1973, + "value": 101112680 + }, + { + "year": 1974, + "value": 101939916 + }, + { + "year": 1975, + "value": 102860571 + }, + { + "year": 1976, + "value": 103776068 + }, + { + "year": 1977, + "value": 104616884 + }, + { + "year": 1978, + "value": 105329397 + }, + { + "year": 1979, + "value": 105948616 + }, + { + "year": 1980, + "value": 106576687 + }, + { + "year": 1981, + "value": 107191491 + }, + { + "year": 1982, + "value": 107770028 + }, + { + "year": 1983, + "value": 108326149 + }, + { + "year": 1984, + "value": 108853466 + }, + { + "year": 1985, + "value": 109360713 + }, + { + "year": 1986, + "value": 109846594 + }, + { + "year": 1987, + "value": 110296425 + }, + { + "year": 1988, + "value": 110686740 + }, + { + "year": 1989, + "value": 110801640 + }, + { + "year": 1990, + "value": 110743128 + }, + { + "year": 1991, + "value": 110469467 + }, + { + "year": 1992, + "value": 110111454 + }, + { + "year": 1993, + "value": 110041924 + }, + { + "year": 1994, + "value": 110021594 + }, + { + "year": 1995, + "value": 109864246 + }, + { + "year": 1996, + "value": 109626194 + }, + { + "year": 1997, + "value": 109422013 + }, + { + "year": 1998, + "value": 109238340 + }, + { + "year": 1999, + "value": 109060951 + }, + { + "year": 2000, + "value": 108447824 + }, + { + "year": 2001, + "value": 107660041 + }, + { + "year": 2002, + "value": 106959751 + }, + { + "year": 2003, + "value": 106624167 + }, + { + "year": 2004, + "value": 106331716 + }, + { + "year": 2005, + "value": 106041911 + }, + { + "year": 2006, + "value": 105772481 + }, + { + "year": 2007, + "value": 105378748 + }, + { + "year": 2008, + "value": 105001883 + }, + { + "year": 2009, + "value": 104800475 + }, + { + "year": 2010, + "value": 104421447 + }, + { + "year": 2011, + "value": 104174038 + }, + { + "year": 2012, + "value": 103935318 + }, + { + "year": 2013, + "value": 103713726 + }, + { + "year": 2014, + "value": 103496179 + }, + { + "year": 2015, + "value": 103257751 + }, + { + "year": 2016, + "value": 102994343 + }, + { + "year": 2017, + "value": 102738854 + }, + { + "year": 2018, + "value": 102511922 + } + ] + }, + "Early-demographic dividend": { + "population": [ + { + "year": 1960, + "value": 980085256 + }, + { + "year": 1961, + "value": 1003279186 + }, + { + "year": 1962, + "value": 1027290366 + }, + { + "year": 1963, + "value": 1052059966 + }, + { + "year": 1964, + "value": 1077621038 + }, + { + "year": 1965, + "value": 1103954709 + }, + { + "year": 1966, + "value": 1131050085 + }, + { + "year": 1967, + "value": 1158974343 + }, + { + "year": 1968, + "value": 1187602236 + }, + { + "year": 1969, + "value": 1216984739 + }, + { + "year": 1970, + "value": 1247114277 + }, + { + "year": 1971, + "value": 1277990369 + }, + { + "year": 1972, + "value": 1309615000 + }, + { + "year": 1973, + "value": 1342025603 + }, + { + "year": 1974, + "value": 1375099398 + }, + { + "year": 1975, + "value": 1408837332 + }, + { + "year": 1976, + "value": 1443191766 + }, + { + "year": 1977, + "value": 1478222903 + }, + { + "year": 1978, + "value": 1514191924 + }, + { + "year": 1979, + "value": 1551478689 + }, + { + "year": 1980, + "value": 1590290482 + }, + { + "year": 1981, + "value": 1630688780 + }, + { + "year": 1982, + "value": 1672527054 + }, + { + "year": 1983, + "value": 1715519001 + }, + { + "year": 1984, + "value": 1759236282 + }, + { + "year": 1985, + "value": 1803388664 + }, + { + "year": 1986, + "value": 1847860252 + }, + { + "year": 1987, + "value": 1892643036 + }, + { + "year": 1988, + "value": 1937555154 + }, + { + "year": 1989, + "value": 1982404841 + }, + { + "year": 1990, + "value": 2029207305 + }, + { + "year": 1991, + "value": 2073777602 + }, + { + "year": 1992, + "value": 2117950211 + }, + { + "year": 1993, + "value": 2161909784 + }, + { + "year": 1994, + "value": 2205893669 + }, + { + "year": 1995, + "value": 2250115643 + }, + { + "year": 1996, + "value": 2294686411 + }, + { + "year": 1997, + "value": 2339478706 + }, + { + "year": 1998, + "value": 2384215228 + }, + { + "year": 1999, + "value": 2428682278 + }, + { + "year": 2000, + "value": 2472913805 + }, + { + "year": 2001, + "value": 2516715617 + }, + { + "year": 2002, + "value": 2560162782 + }, + { + "year": 2003, + "value": 2603385880 + }, + { + "year": 2004, + "value": 2646598382 + }, + { + "year": 2005, + "value": 2689939785 + }, + { + "year": 2006, + "value": 2733462527 + }, + { + "year": 2007, + "value": 2777145806 + }, + { + "year": 2008, + "value": 2820903724 + }, + { + "year": 2009, + "value": 2864614907 + }, + { + "year": 2010, + "value": 2908287643 + }, + { + "year": 2011, + "value": 2951856336 + }, + { + "year": 2012, + "value": 2994852889 + }, + { + "year": 2013, + "value": 3037662926 + }, + { + "year": 2014, + "value": 3080325473 + }, + { + "year": 2015, + "value": 3122841922 + }, + { + "year": 2016, + "value": 3165142287 + }, + { + "year": 2017, + "value": 3207188541 + }, + { + "year": 2018, + "value": 3249140605 + } + ] + }, + "East Asia & Pacific": { + "population": [ + { + "year": 1960, + "value": 1040958103 + }, + { + "year": 1961, + "value": 1044544622 + }, + { + "year": 1962, + "value": 1059018809 + }, + { + "year": 1963, + "value": 1084796352 + }, + { + "year": 1964, + "value": 1110214377 + }, + { + "year": 1965, + "value": 1136691455 + }, + { + "year": 1966, + "value": 1166600015 + }, + { + "year": 1967, + "value": 1195269923 + }, + { + "year": 1968, + "value": 1224531259 + }, + { + "year": 1969, + "value": 1257454897 + }, + { + "year": 1970, + "value": 1290384064 + }, + { + "year": 1971, + "value": 1324084715 + }, + { + "year": 1972, + "value": 1355934900 + }, + { + "year": 1973, + "value": 1386188710 + }, + { + "year": 1974, + "value": 1416257366 + }, + { + "year": 1975, + "value": 1443359147 + }, + { + "year": 1976, + "value": 1467569010 + }, + { + "year": 1977, + "value": 1490449457 + }, + { + "year": 1978, + "value": 1513227369 + }, + { + "year": 1979, + "value": 1536434993 + }, + { + "year": 1980, + "value": 1559194619 + }, + { + "year": 1981, + "value": 1582789699 + }, + { + "year": 1982, + "value": 1608678553 + }, + { + "year": 1983, + "value": 1634539937 + }, + { + "year": 1984, + "value": 1659131214 + }, + { + "year": 1985, + "value": 1684294889 + }, + { + "year": 1986, + "value": 1710989831 + }, + { + "year": 1987, + "value": 1739071545 + }, + { + "year": 1988, + "value": 1767429690 + }, + { + "year": 1989, + "value": 1795159128 + }, + { + "year": 1990, + "value": 1822193192 + }, + { + "year": 1991, + "value": 1848222188 + }, + { + "year": 1992, + "value": 1872480731 + }, + { + "year": 1993, + "value": 1895897521 + }, + { + "year": 1994, + "value": 1919359723 + }, + { + "year": 1995, + "value": 1942431457 + }, + { + "year": 1996, + "value": 1965146504 + }, + { + "year": 1997, + "value": 1987315562 + }, + { + "year": 1998, + "value": 2008705489 + }, + { + "year": 1999, + "value": 2028650274 + }, + { + "year": 2000, + "value": 2047640119 + }, + { + "year": 2001, + "value": 2065912076 + }, + { + "year": 2002, + "value": 2083186112 + }, + { + "year": 2003, + "value": 2099602439 + }, + { + "year": 2004, + "value": 2115458616 + }, + { + "year": 2005, + "value": 2131146832 + }, + { + "year": 2006, + "value": 2146744075 + }, + { + "year": 2007, + "value": 2161785573 + }, + { + "year": 2008, + "value": 2177119142 + }, + { + "year": 2009, + "value": 2192059415 + }, + { + "year": 2010, + "value": 2206884624 + }, + { + "year": 2011, + "value": 2221673110 + }, + { + "year": 2012, + "value": 2236819053 + }, + { + "year": 2013, + "value": 2252046977 + }, + { + "year": 2014, + "value": 2267482299 + }, + { + "year": 2015, + "value": 2282855831 + }, + { + "year": 2016, + "value": 2298514046 + }, + { + "year": 2017, + "value": 2314202003 + }, + { + "year": 2018, + "value": 2328220870 + } + ] + }, + "East Asia & Pacific (excluding high income)": { + "population": [ + { + "year": 1960, + "value": 894880101 + }, + { + "year": 1961, + "value": 894484115 + }, + { + "year": 1962, + "value": 906418827 + }, + { + "year": 1963, + "value": 929639988 + }, + { + "year": 1964, + "value": 952499842 + }, + { + "year": 1965, + "value": 976366448 + }, + { + "year": 1966, + "value": 1003805626 + }, + { + "year": 1967, + "value": 1030347262 + }, + { + "year": 1968, + "value": 1057855221 + }, + { + "year": 1969, + "value": 1087061065 + }, + { + "year": 1970, + "value": 1117169518 + }, + { + "year": 1971, + "value": 1147914103 + }, + { + "year": 1972, + "value": 1176916274 + }, + { + "year": 1973, + "value": 1204963130 + }, + { + "year": 1974, + "value": 1231488459 + }, + { + "year": 1975, + "value": 1255575508 + }, + { + "year": 1976, + "value": 1277794190 + }, + { + "year": 1977, + "value": 1298410796 + }, + { + "year": 1978, + "value": 1318993009 + }, + { + "year": 1979, + "value": 1339882617 + }, + { + "year": 1980, + "value": 1360444852 + }, + { + "year": 1981, + "value": 1381740161 + }, + { + "year": 1982, + "value": 1405396789 + }, + { + "year": 1983, + "value": 1429187408 + }, + { + "year": 1984, + "value": 1451910036 + }, + { + "year": 1985, + "value": 1475348519 + }, + { + "year": 1986, + "value": 1500319170 + }, + { + "year": 1987, + "value": 1526783271 + }, + { + "year": 1988, + "value": 1553557307 + }, + { + "year": 1989, + "value": 1579675516 + }, + { + "year": 1990, + "value": 1605197175 + }, + { + "year": 1991, + "value": 1629641399 + }, + { + "year": 1992, + "value": 1652538259 + }, + { + "year": 1993, + "value": 1674590518 + }, + { + "year": 1994, + "value": 1696474639 + }, + { + "year": 1995, + "value": 1717912312 + }, + { + "year": 1996, + "value": 1738960485 + }, + { + "year": 1997, + "value": 1759761226 + }, + { + "year": 1998, + "value": 1779799008 + }, + { + "year": 1999, + "value": 1798649990 + }, + { + "year": 2000, + "value": 1816466142 + }, + { + "year": 2001, + "value": 1833433229 + }, + { + "year": 2002, + "value": 1849617640 + }, + { + "year": 2003, + "value": 1865142700 + }, + { + "year": 2004, + "value": 1880258797 + }, + { + "year": 2005, + "value": 1895285323 + }, + { + "year": 2006, + "value": 1909901290 + }, + { + "year": 2007, + "value": 1924028068 + }, + { + "year": 2008, + "value": 1938067140 + }, + { + "year": 2009, + "value": 1952027348 + }, + { + "year": 2010, + "value": 1965964309 + }, + { + "year": 2011, + "value": 1980045666 + }, + { + "year": 2012, + "value": 1994401378 + }, + { + "year": 2013, + "value": 2008932012 + }, + { + "year": 2014, + "value": 2023609315 + }, + { + "year": 2015, + "value": 2038202511 + }, + { + "year": 2016, + "value": 2053116851 + }, + { + "year": 2017, + "value": 2068155660 + }, + { + "year": 2018, + "value": 2081651801 + } + ] + }, + "East Asia & Pacific (IDA & IBRD countries)": { + "population": [ + { + "year": 1960, + "value": 883445573 + }, + { + "year": 1961, + "value": 882807967 + }, + { + "year": 1962, + "value": 894536179 + }, + { + "year": 1963, + "value": 917563055 + }, + { + "year": 1964, + "value": 940205368 + }, + { + "year": 1965, + "value": 963806254 + }, + { + "year": 1966, + "value": 990927389 + }, + { + "year": 1967, + "value": 1017110646 + }, + { + "year": 1968, + "value": 1044230714 + }, + { + "year": 1969, + "value": 1073035641 + }, + { + "year": 1970, + "value": 1102743566 + }, + { + "year": 1971, + "value": 1133088651 + }, + { + "year": 1972, + "value": 1161692276 + }, + { + "year": 1973, + "value": 1189353307 + }, + { + "year": 1974, + "value": 1215519616 + }, + { + "year": 1975, + "value": 1239283620 + }, + { + "year": 1976, + "value": 1261221825 + }, + { + "year": 1977, + "value": 1281596026 + }, + { + "year": 1978, + "value": 1301958160 + }, + { + "year": 1979, + "value": 1322627335 + }, + { + "year": 1980, + "value": 1342952245 + }, + { + "year": 1981, + "value": 1363987509 + }, + { + "year": 1982, + "value": 1387365773 + }, + { + "year": 1983, + "value": 1410865625 + }, + { + "year": 1984, + "value": 1433295147 + }, + { + "year": 1985, + "value": 1456445290 + }, + { + "year": 1986, + "value": 1481135087 + }, + { + "year": 1987, + "value": 1507322668 + }, + { + "year": 1988, + "value": 1533819043 + }, + { + "year": 1989, + "value": 1559650576 + }, + { + "year": 1990, + "value": 1584871832 + }, + { + "year": 1991, + "value": 1608999005 + }, + { + "year": 1992, + "value": 1631566815 + }, + { + "year": 1993, + "value": 1653289954 + }, + { + "year": 1994, + "value": 1674861279 + }, + { + "year": 1995, + "value": 1696014016 + }, + { + "year": 1996, + "value": 1716810429 + }, + { + "year": 1997, + "value": 1737388752 + }, + { + "year": 1998, + "value": 1757224494 + }, + { + "year": 1999, + "value": 1775880231 + }, + { + "year": 2000, + "value": 1793498351 + }, + { + "year": 2001, + "value": 1810261141 + }, + { + "year": 2002, + "value": 1826238744 + }, + { + "year": 2003, + "value": 1841560579 + }, + { + "year": 2004, + "value": 1856486252 + }, + { + "year": 2005, + "value": 1871341375 + }, + { + "year": 2006, + "value": 1885806859 + }, + { + "year": 2007, + "value": 1899800530 + }, + { + "year": 2008, + "value": 1913718210 + }, + { + "year": 2009, + "value": 1927560609 + }, + { + "year": 2010, + "value": 1941377349 + }, + { + "year": 2011, + "value": 1955334267 + }, + { + "year": 2012, + "value": 1969562739 + }, + { + "year": 2013, + "value": 1983964453 + }, + { + "year": 2014, + "value": 1998513398 + }, + { + "year": 2015, + "value": 2012980531 + }, + { + "year": 2016, + "value": 2027771091 + }, + { + "year": 2017, + "value": 2042687863 + }, + { + "year": 2018, + "value": 2056064424 + } + ] + }, + "Euro area": { + "population": [ + { + "year": 1960, + "value": 265203934 + }, + { + "year": 1961, + "value": 267621101 + }, + { + "year": 1962, + "value": 270110056 + }, + { + "year": 1963, + "value": 272655378 + }, + { + "year": 1964, + "value": 275163387 + }, + { + "year": 1965, + "value": 277650957 + }, + { + "year": 1966, + "value": 279969040 + }, + { + "year": 1967, + "value": 281974883 + }, + { + "year": 1968, + "value": 283866409 + }, + { + "year": 1969, + "value": 285778637 + }, + { + "year": 1970, + "value": 287338845 + }, + { + "year": 1971, + "value": 288923420 + }, + { + "year": 1972, + "value": 290874595 + }, + { + "year": 1973, + "value": 292728234 + }, + { + "year": 1974, + "value": 294399225 + }, + { + "year": 1975, + "value": 295923527 + }, + { + "year": 1976, + "value": 297251524 + }, + { + "year": 1977, + "value": 298441845 + }, + { + "year": 1978, + "value": 299652820 + }, + { + "year": 1979, + "value": 300886490 + }, + { + "year": 1980, + "value": 302184230 + }, + { + "year": 1981, + "value": 303343135 + }, + { + "year": 1982, + "value": 304174240 + }, + { + "year": 1983, + "value": 304787493 + }, + { + "year": 1984, + "value": 305299134 + }, + { + "year": 1985, + "value": 305877727 + }, + { + "year": 1986, + "value": 306640638 + }, + { + "year": 1987, + "value": 307488390 + }, + { + "year": 1988, + "value": 308516473 + }, + { + "year": 1989, + "value": 309837592 + }, + { + "year": 1990, + "value": 311262588 + }, + { + "year": 1991, + "value": 312708137 + }, + { + "year": 1992, + "value": 314162058 + }, + { + "year": 1993, + "value": 315449099 + }, + { + "year": 1994, + "value": 316366779 + }, + { + "year": 1995, + "value": 317181448 + }, + { + "year": 1996, + "value": 318003015 + }, + { + "year": 1997, + "value": 318761762 + }, + { + "year": 1998, + "value": 319433981 + }, + { + "year": 1999, + "value": 320258898 + }, + { + "year": 2000, + "value": 321310791 + }, + { + "year": 2001, + "value": 322547874 + }, + { + "year": 2002, + "value": 324125336 + }, + { + "year": 2003, + "value": 325885964 + }, + { + "year": 2004, + "value": 327682505 + }, + { + "year": 2005, + "value": 329380417 + }, + { + "year": 2006, + "value": 330922789 + }, + { + "year": 2007, + "value": 332645165 + }, + { + "year": 2008, + "value": 334274725 + }, + { + "year": 2009, + "value": 335360890 + }, + { + "year": 2010, + "value": 336151479 + }, + { + "year": 2011, + "value": 335419643 + }, + { + "year": 2012, + "value": 336159194 + }, + { + "year": 2013, + "value": 337302113 + }, + { + "year": 2014, + "value": 338466255 + }, + { + "year": 2015, + "value": 339533474 + }, + { + "year": 2016, + "value": 340616924 + }, + { + "year": 2017, + "value": 341164362 + }, + { + "year": 2018, + "value": 341783171 + } + ] + }, + "Europe & Central Asia": { + "population": [ + { + "year": 1960, + "value": 667253650 + }, + { + "year": 1961, + "value": 674962981 + }, + { + "year": 1962, + "value": 682921730 + }, + { + "year": 1963, + "value": 690946639 + }, + { + "year": 1964, + "value": 698901133 + }, + { + "year": 1965, + "value": 706626086 + }, + { + "year": 1966, + "value": 713395321 + }, + { + "year": 1967, + "value": 719979928 + }, + { + "year": 1968, + "value": 726307440 + }, + { + "year": 1969, + "value": 732494115 + }, + { + "year": 1970, + "value": 738123474 + }, + { + "year": 1971, + "value": 743747729 + }, + { + "year": 1972, + "value": 749899411 + }, + { + "year": 1973, + "value": 755883707 + }, + { + "year": 1974, + "value": 761661778 + }, + { + "year": 1975, + "value": 767264967 + }, + { + "year": 1976, + "value": 772775173 + }, + { + "year": 1977, + "value": 778073497 + }, + { + "year": 1978, + "value": 783310523 + }, + { + "year": 1979, + "value": 788572897 + }, + { + "year": 1980, + "value": 794002749 + }, + { + "year": 1981, + "value": 799296289 + }, + { + "year": 1982, + "value": 804063632 + }, + { + "year": 1983, + "value": 808620566 + }, + { + "year": 1984, + "value": 813373068 + }, + { + "year": 1985, + "value": 818222369 + }, + { + "year": 1986, + "value": 823200868 + }, + { + "year": 1987, + "value": 828219836 + }, + { + "year": 1988, + "value": 833273189 + }, + { + "year": 1989, + "value": 838162533 + }, + { + "year": 1990, + "value": 842570541 + }, + { + "year": 1991, + "value": 846356322 + }, + { + "year": 1992, + "value": 849757442 + }, + { + "year": 1993, + "value": 852712876 + }, + { + "year": 1994, + "value": 854685450 + }, + { + "year": 1995, + "value": 856212881 + }, + { + "year": 1996, + "value": 857577538 + }, + { + "year": 1997, + "value": 858882872 + }, + { + "year": 1998, + "value": 860015493 + }, + { + "year": 1999, + "value": 861035457 + }, + { + "year": 2000, + "value": 861993393 + }, + { + "year": 2001, + "value": 863083216 + }, + { + "year": 2002, + "value": 864648977 + }, + { + "year": 2003, + "value": 866925884 + }, + { + "year": 2004, + "value": 869516666 + }, + { + "year": 2005, + "value": 872163396 + }, + { + "year": 2006, + "value": 874862170 + }, + { + "year": 2007, + "value": 878004122 + }, + { + "year": 2008, + "value": 881531261 + }, + { + "year": 2009, + "value": 885170595 + }, + { + "year": 2010, + "value": 888627318 + }, + { + "year": 2011, + "value": 890862941 + }, + { + "year": 2012, + "value": 894486795 + }, + { + "year": 2013, + "value": 898766094 + }, + { + "year": 2014, + "value": 903129978 + }, + { + "year": 2015, + "value": 907498192 + }, + { + "year": 2016, + "value": 911812364 + }, + { + "year": 2017, + "value": 915420161 + }, + { + "year": 2018, + "value": 918793590 + } + ] + }, + "Europe & Central Asia (excluding high income)": { + "population": [ + { + "year": 1960, + "value": 275147578 + }, + { + "year": 1961, + "value": 279443876 + }, + { + "year": 1962, + "value": 283762877 + }, + { + "year": 1963, + "value": 288099625 + }, + { + "year": 1964, + "value": 292424434 + }, + { + "year": 1965, + "value": 296682673 + }, + { + "year": 1966, + "value": 300278116 + }, + { + "year": 1967, + "value": 303940876 + }, + { + "year": 1968, + "value": 307516657 + }, + { + "year": 1969, + "value": 311023409 + }, + { + "year": 1970, + "value": 314539976 + }, + { + "year": 1971, + "value": 318052830 + }, + { + "year": 1972, + "value": 321560922 + }, + { + "year": 1973, + "value": 325046534 + }, + { + "year": 1974, + "value": 328549115 + }, + { + "year": 1975, + "value": 332071182 + }, + { + "year": 1976, + "value": 335746714 + }, + { + "year": 1977, + "value": 339361874 + }, + { + "year": 1978, + "value": 342936802 + }, + { + "year": 1979, + "value": 346489990 + }, + { + "year": 1980, + "value": 350139462 + }, + { + "year": 1981, + "value": 353859116 + }, + { + "year": 1982, + "value": 357399180 + }, + { + "year": 1983, + "value": 360920890 + }, + { + "year": 1984, + "value": 364686101 + }, + { + "year": 1985, + "value": 368464042 + }, + { + "year": 1986, + "value": 372210556 + }, + { + "year": 1987, + "value": 375941782 + }, + { + "year": 1988, + "value": 379557335 + }, + { + "year": 1989, + "value": 382800641 + }, + { + "year": 1990, + "value": 385427601 + }, + { + "year": 1991, + "value": 387394807 + }, + { + "year": 1992, + "value": 389005125 + }, + { + "year": 1993, + "value": 390255767 + }, + { + "year": 1994, + "value": 390879149 + }, + { + "year": 1995, + "value": 391293819 + }, + { + "year": 1996, + "value": 391652704 + }, + { + "year": 1997, + "value": 392007080 + }, + { + "year": 1998, + "value": 392243961 + }, + { + "year": 1999, + "value": 392211706 + }, + { + "year": 2000, + "value": 392301484 + }, + { + "year": 2001, + "value": 392050558 + }, + { + "year": 2002, + "value": 391720978 + }, + { + "year": 2003, + "value": 391882450 + }, + { + "year": 2004, + "value": 392243981 + }, + { + "year": 2005, + "value": 392658986 + }, + { + "year": 2006, + "value": 393216869 + }, + { + "year": 2007, + "value": 393919037 + }, + { + "year": 2008, + "value": 394991819 + }, + { + "year": 2009, + "value": 396743394 + }, + { + "year": 2010, + "value": 398783138 + }, + { + "year": 2011, + "value": 401012737 + }, + { + "year": 2012, + "value": 403265869 + }, + { + "year": 2013, + "value": 405778196 + }, + { + "year": 2014, + "value": 408278056 + }, + { + "year": 2015, + "value": 410844329 + }, + { + "year": 2016, + "value": 413361214 + }, + { + "year": 2017, + "value": 415710935 + }, + { + "year": 2018, + "value": 417797257 + } + ] + }, + "Europe & Central Asia (IDA & IBRD countries)": { + "population": [ + { + "year": 1960, + "value": 308925209 + }, + { + "year": 1961, + "value": 313575168 + }, + { + "year": 1962, + "value": 318268089 + }, + { + "year": 1963, + "value": 323037300 + }, + { + "year": 1964, + "value": 327816760 + }, + { + "year": 1965, + "value": 332408546 + }, + { + "year": 1966, + "value": 336269817 + }, + { + "year": 1967, + "value": 340266714 + }, + { + "year": 1968, + "value": 344176940 + }, + { + "year": 1969, + "value": 347963199 + }, + { + "year": 1970, + "value": 351616528 + }, + { + "year": 1971, + "value": 355267605 + }, + { + "year": 1972, + "value": 359067136 + }, + { + "year": 1973, + "value": 362873895 + }, + { + "year": 1974, + "value": 366718674 + }, + { + "year": 1975, + "value": 370598463 + }, + { + "year": 1976, + "value": 374638948 + }, + { + "year": 1977, + "value": 378610495 + }, + { + "year": 1978, + "value": 382483487 + }, + { + "year": 1979, + "value": 386331985 + }, + { + "year": 1980, + "value": 390313394 + }, + { + "year": 1981, + "value": 394369212 + }, + { + "year": 1982, + "value": 398263895 + }, + { + "year": 1983, + "value": 402150952 + }, + { + "year": 1984, + "value": 406270520 + }, + { + "year": 1985, + "value": 410367344 + }, + { + "year": 1986, + "value": 414388121 + }, + { + "year": 1987, + "value": 418349572 + }, + { + "year": 1988, + "value": 422137029 + }, + { + "year": 1989, + "value": 425529430 + }, + { + "year": 1990, + "value": 428315751 + }, + { + "year": 1991, + "value": 430330022 + }, + { + "year": 1992, + "value": 431944610 + }, + { + "year": 1993, + "value": 433317638 + }, + { + "year": 1994, + "value": 434073825 + }, + { + "year": 1995, + "value": 434508847 + }, + { + "year": 1996, + "value": 434834171 + }, + { + "year": 1997, + "value": 435191660 + }, + { + "year": 1998, + "value": 435439577 + }, + { + "year": 1999, + "value": 435384574 + }, + { + "year": 2000, + "value": 435028415 + }, + { + "year": 2001, + "value": 434598276 + }, + { + "year": 2002, + "value": 434253516 + }, + { + "year": 2003, + "value": 434390419 + }, + { + "year": 2004, + "value": 434730803 + }, + { + "year": 2005, + "value": 435134576 + }, + { + "year": 2006, + "value": 435669295 + }, + { + "year": 2007, + "value": 436349814 + }, + { + "year": 2008, + "value": 437427283 + }, + { + "year": 2009, + "value": 439200178 + }, + { + "year": 2010, + "value": 441121359 + }, + { + "year": 2011, + "value": 443356614 + }, + { + "year": 2012, + "value": 445596591 + }, + { + "year": 2013, + "value": 448074081 + }, + { + "year": 2014, + "value": 450528180 + }, + { + "year": 2015, + "value": 453034345 + }, + { + "year": 2016, + "value": 455505650 + }, + { + "year": 2017, + "value": 457810292 + }, + { + "year": 2018, + "value": 459865205 + } + ] + }, + "European Union": { + "population": [ + { + "year": 1960, + "value": 356906076 + }, + { + "year": 1961, + "value": 359998418 + }, + { + "year": 1962, + "value": 363200473 + }, + { + "year": 1963, + "value": 366516491 + }, + { + "year": 1964, + "value": 369850244 + }, + { + "year": 1965, + "value": 373032732 + }, + { + "year": 1966, + "value": 376039119 + }, + { + "year": 1967, + "value": 378917977 + }, + { + "year": 1968, + "value": 381605443 + }, + { + "year": 1969, + "value": 384216975 + }, + { + "year": 1970, + "value": 386322908 + }, + { + "year": 1971, + "value": 388391969 + }, + { + "year": 1972, + "value": 390994983 + }, + { + "year": 1973, + "value": 393524737 + }, + { + "year": 1974, + "value": 395949389 + }, + { + "year": 1975, + "value": 398316577 + }, + { + "year": 1976, + "value": 400473489 + }, + { + "year": 1977, + "value": 402425490 + }, + { + "year": 1978, + "value": 404271768 + }, + { + "year": 1979, + "value": 406051885 + }, + { + "year": 1980, + "value": 407875852 + }, + { + "year": 1981, + "value": 409551932 + }, + { + "year": 1982, + "value": 410895587 + }, + { + "year": 1983, + "value": 411974420 + }, + { + "year": 1984, + "value": 412931311 + }, + { + "year": 1985, + "value": 413924483 + }, + { + "year": 1986, + "value": 415076369 + }, + { + "year": 1987, + "value": 416301856 + }, + { + "year": 1988, + "value": 417653043 + }, + { + "year": 1989, + "value": 419073156 + }, + { + "year": 1990, + "value": 420477979 + }, + { + "year": 1991, + "value": 421730525 + }, + { + "year": 1992, + "value": 422963892 + }, + { + "year": 1993, + "value": 424341130 + }, + { + "year": 1994, + "value": 425399124 + }, + { + "year": 1995, + "value": 426203343 + }, + { + "year": 1996, + "value": 426896863 + }, + { + "year": 1997, + "value": 427538058 + }, + { + "year": 1998, + "value": 428109863 + }, + { + "year": 1999, + "value": 428815493 + }, + { + "year": 2000, + "value": 429328624 + }, + { + "year": 2001, + "value": 429895628 + }, + { + "year": 2002, + "value": 430881944 + }, + { + "year": 2003, + "value": 432415939 + }, + { + "year": 2004, + "value": 434040236 + }, + { + "year": 2005, + "value": 435581949 + }, + { + "year": 2006, + "value": 436998049 + }, + { + "year": 2007, + "value": 438468400 + }, + { + "year": 2008, + "value": 439876674 + }, + { + "year": 2009, + "value": 440917800 + }, + { + "year": 2010, + "value": 441532412 + }, + { + "year": 2011, + "value": 440746976 + }, + { + "year": 2012, + "value": 441395932 + }, + { + "year": 2013, + "value": 442469471 + }, + { + "year": 2014, + "value": 443576663 + }, + { + "year": 2015, + "value": 444543759 + }, + { + "year": 2016, + "value": 445485081 + }, + { + "year": 2017, + "value": 446132239 + }, + { + "year": 2018, + "value": 446786293 + } + ] + }, + "Fragile and conflict affected situations": { + "population": [ + { + "year": 1960, + "value": 174658134 + }, + { + "year": 1961, + "value": 178611702 + }, + { + "year": 1962, + "value": 182724039 + }, + { + "year": 1963, + "value": 186993460 + }, + { + "year": 1964, + "value": 191428676 + }, + { + "year": 1965, + "value": 196036841 + }, + { + "year": 1966, + "value": 200829540 + }, + { + "year": 1967, + "value": 205811110 + }, + { + "year": 1968, + "value": 210968809 + }, + { + "year": 1969, + "value": 216287242 + }, + { + "year": 1970, + "value": 221759427 + }, + { + "year": 1971, + "value": 227361646 + }, + { + "year": 1972, + "value": 233111868 + }, + { + "year": 1973, + "value": 239081811 + }, + { + "year": 1974, + "value": 245376113 + }, + { + "year": 1975, + "value": 252055911 + }, + { + "year": 1976, + "value": 259169700 + }, + { + "year": 1977, + "value": 266666417 + }, + { + "year": 1978, + "value": 274398155 + }, + { + "year": 1979, + "value": 282158744 + }, + { + "year": 1980, + "value": 289802066 + }, + { + "year": 1981, + "value": 297288184 + }, + { + "year": 1982, + "value": 304675651 + }, + { + "year": 1983, + "value": 312053842 + }, + { + "year": 1984, + "value": 319554132 + }, + { + "year": 1985, + "value": 327284879 + }, + { + "year": 1986, + "value": 335239402 + }, + { + "year": 1987, + "value": 343415856 + }, + { + "year": 1988, + "value": 351924856 + }, + { + "year": 1989, + "value": 360897419 + }, + { + "year": 1990, + "value": 372396241 + }, + { + "year": 1991, + "value": 382637815 + }, + { + "year": 1992, + "value": 393457409 + }, + { + "year": 1993, + "value": 404641095 + }, + { + "year": 1994, + "value": 415886665 + }, + { + "year": 1995, + "value": 426987157 + }, + { + "year": 1996, + "value": 437852730 + }, + { + "year": 1997, + "value": 448573338 + }, + { + "year": 1998, + "value": 459140396 + }, + { + "year": 1999, + "value": 469945426 + }, + { + "year": 2000, + "value": 481415091 + }, + { + "year": 2001, + "value": 493531246 + }, + { + "year": 2002, + "value": 506165557 + }, + { + "year": 2003, + "value": 519241843 + }, + { + "year": 2004, + "value": 532634908 + }, + { + "year": 2005, + "value": 546253003 + }, + { + "year": 2006, + "value": 560082826 + }, + { + "year": 2007, + "value": 574141732 + }, + { + "year": 2008, + "value": 588463731 + }, + { + "year": 2009, + "value": 603084255 + }, + { + "year": 2010, + "value": 618029522 + }, + { + "year": 2011, + "value": 633349420 + }, + { + "year": 2012, + "value": 649017914 + }, + { + "year": 2013, + "value": 664910214 + }, + { + "year": 2014, + "value": 680822851 + }, + { + "year": 2015, + "value": 696655368 + }, + { + "year": 2016, + "value": 712367454 + }, + { + "year": 2017, + "value": 728015702 + }, + { + "year": 2018, + "value": 743958386 + } + ] + }, + "Heavily indebted poor countries (HIPC)": { + "population": [ + { + "year": 1960, + "value": 161734357 + }, + { + "year": 1961, + "value": 165573152 + }, + { + "year": 1962, + "value": 169567094 + }, + { + "year": 1963, + "value": 173722855 + }, + { + "year": 1964, + "value": 178048171 + }, + { + "year": 1965, + "value": 182548785 + }, + { + "year": 1966, + "value": 187227582 + }, + { + "year": 1967, + "value": 192084649 + }, + { + "year": 1968, + "value": 197119436 + }, + { + "year": 1969, + "value": 202329943 + }, + { + "year": 1970, + "value": 207714294 + }, + { + "year": 1971, + "value": 213272637 + }, + { + "year": 1972, + "value": 219004370 + }, + { + "year": 1973, + "value": 224905331 + }, + { + "year": 1974, + "value": 230970305 + }, + { + "year": 1975, + "value": 237195002 + }, + { + "year": 1976, + "value": 243590895 + }, + { + "year": 1977, + "value": 250160346 + }, + { + "year": 1978, + "value": 256880793 + }, + { + "year": 1979, + "value": 263721622 + }, + { + "year": 1980, + "value": 270668574 + }, + { + "year": 1981, + "value": 277719103 + }, + { + "year": 1982, + "value": 284905162 + }, + { + "year": 1983, + "value": 292290346 + }, + { + "year": 1984, + "value": 299959473 + }, + { + "year": 1985, + "value": 307980296 + }, + { + "year": 1986, + "value": 316358131 + }, + { + "year": 1987, + "value": 325095184 + }, + { + "year": 1988, + "value": 334249178 + }, + { + "year": 1989, + "value": 343887505 + }, + { + "year": 1990, + "value": 354047260 + }, + { + "year": 1991, + "value": 364782185 + }, + { + "year": 1992, + "value": 376055904 + }, + { + "year": 1993, + "value": 387705076 + }, + { + "year": 1994, + "value": 399503946 + }, + { + "year": 1995, + "value": 411298620 + }, + { + "year": 1996, + "value": 423019190 + }, + { + "year": 1997, + "value": 434736174 + }, + { + "year": 1998, + "value": 446608340 + }, + { + "year": 1999, + "value": 458867402 + }, + { + "year": 2000, + "value": 471680794 + }, + { + "year": 2001, + "value": 485112686 + }, + { + "year": 2002, + "value": 499113575 + }, + { + "year": 2003, + "value": 513601239 + }, + { + "year": 2004, + "value": 528444632 + }, + { + "year": 2005, + "value": 543555326 + }, + { + "year": 2006, + "value": 558909236 + }, + { + "year": 2007, + "value": 574560260 + }, + { + "year": 2008, + "value": 590590368 + }, + { + "year": 2009, + "value": 607115564 + }, + { + "year": 2010, + "value": 624219326 + }, + { + "year": 2011, + "value": 641921311 + }, + { + "year": 2012, + "value": 660193774 + }, + { + "year": 2013, + "value": 679012664 + }, + { + "year": 2014, + "value": 698336451 + }, + { + "year": 2015, + "value": 718128416 + }, + { + "year": 2016, + "value": 738387254 + }, + { + "year": 2017, + "value": 759106221 + }, + { + "year": 2018, + "value": 780234406 + } + ] + }, + "High income": { + "population": [ + { + "year": 1960, + "value": 760193906 + }, + { + "year": 1961, + "value": 771546780 + }, + { + "year": 1962, + "value": 781558432 + }, + { + "year": 1963, + "value": 791500756 + }, + { + "year": 1964, + "value": 801349486 + }, + { + "year": 1965, + "value": 810831993 + }, + { + "year": 1966, + "value": 819708674 + }, + { + "year": 1967, + "value": 827927262 + }, + { + "year": 1968, + "value": 835367980 + }, + { + "year": 1969, + "value": 844677617 + }, + { + "year": 1970, + "value": 853011324 + }, + { + "year": 1971, + "value": 862109111 + }, + { + "year": 1972, + "value": 870906832 + }, + { + "year": 1973, + "value": 878815003 + }, + { + "year": 1974, + "value": 887824144 + }, + { + "year": 1975, + "value": 896323112 + }, + { + "year": 1976, + "value": 903502034 + }, + { + "year": 1977, + "value": 910950507 + }, + { + "year": 1978, + "value": 918462256 + }, + { + "year": 1979, + "value": 926341455 + }, + { + "year": 1980, + "value": 934008001 + }, + { + "year": 1981, + "value": 941672267 + }, + { + "year": 1982, + "value": 948924500 + }, + { + "year": 1983, + "value": 955737922 + }, + { + "year": 1984, + "value": 962190813 + }, + { + "year": 1985, + "value": 968672259 + }, + { + "year": 1986, + "value": 975437073 + }, + { + "year": 1987, + "value": 982183208 + }, + { + "year": 1988, + "value": 989071855 + }, + { + "year": 1989, + "value": 996396222 + }, + { + "year": 1990, + "value": 1004169206 + }, + { + "year": 1991, + "value": 1012606603 + }, + { + "year": 1992, + "value": 1018853066 + }, + { + "year": 1993, + "value": 1026846769 + }, + { + "year": 1994, + "value": 1034461319 + }, + { + "year": 1995, + "value": 1043384479 + }, + { + "year": 1996, + "value": 1050573065 + }, + { + "year": 1997, + "value": 1057559196 + }, + { + "year": 1998, + "value": 1064403601 + }, + { + "year": 1999, + "value": 1071158291 + }, + { + "year": 2000, + "value": 1077839576 + }, + { + "year": 2001, + "value": 1084888957 + }, + { + "year": 2002, + "value": 1092175508 + }, + { + "year": 2003, + "value": 1099365177 + }, + { + "year": 2004, + "value": 1106953027 + }, + { + "year": 2005, + "value": 1114743713 + }, + { + "year": 2006, + "value": 1123222521 + }, + { + "year": 2007, + "value": 1132154767 + }, + { + "year": 2008, + "value": 1141674064 + }, + { + "year": 2009, + "value": 1150180708 + }, + { + "year": 2010, + "value": 1157826206 + }, + { + "year": 2011, + "value": 1163335501 + }, + { + "year": 2012, + "value": 1170223344 + }, + { + "year": 2013, + "value": 1177175241 + }, + { + "year": 2014, + "value": 1184323353 + }, + { + "year": 2015, + "value": 1191326855 + }, + { + "year": 2016, + "value": 1198350350 + }, + { + "year": 2017, + "value": 1204429565 + }, + { + "year": 2018, + "value": 1210312147 + } + ] + }, + "IBRD only": { + "population": [ + { + "year": 1960, + "value": 1916725984 + }, + { + "year": 1961, + "value": 1937366367 + }, + { + "year": 1962, + "value": 1970953262 + }, + { + "year": 1963, + "value": 2016413384 + }, + { + "year": 1964, + "value": 2061940171 + }, + { + "year": 1965, + "value": 2108649439 + }, + { + "year": 1966, + "value": 2158535715 + }, + { + "year": 1967, + "value": 2208041898 + }, + { + "year": 1968, + "value": 2258892461 + }, + { + "year": 1969, + "value": 2311898866 + }, + { + "year": 1970, + "value": 2366349459 + }, + { + "year": 1971, + "value": 2422126843 + }, + { + "year": 1972, + "value": 2476981598 + }, + { + "year": 1973, + "value": 2531557876 + }, + { + "year": 1974, + "value": 2585289079 + }, + { + "year": 1975, + "value": 2637247806 + }, + { + "year": 1976, + "value": 2688099702 + }, + { + "year": 1977, + "value": 2737889788 + }, + { + "year": 1978, + "value": 2788188544 + }, + { + "year": 1979, + "value": 2839472004 + }, + { + "year": 1980, + "value": 2891281645 + }, + { + "year": 1981, + "value": 2944612598 + }, + { + "year": 1982, + "value": 3000786139 + }, + { + "year": 1983, + "value": 3057588035 + }, + { + "year": 1984, + "value": 3113889531 + }, + { + "year": 1985, + "value": 3171073491 + }, + { + "year": 1986, + "value": 3229839106 + }, + { + "year": 1987, + "value": 3290144789 + }, + { + "year": 1988, + "value": 3350637888 + }, + { + "year": 1989, + "value": 3410072473 + }, + { + "year": 1990, + "value": 3468162855 + }, + { + "year": 1991, + "value": 3524494627 + }, + { + "year": 1992, + "value": 3578748050 + }, + { + "year": 1993, + "value": 3631876396 + }, + { + "year": 1994, + "value": 3684211762 + }, + { + "year": 1995, + "value": 3735691901 + }, + { + "year": 1996, + "value": 3786541610 + }, + { + "year": 1997, + "value": 3837092885 + }, + { + "year": 1998, + "value": 3886855288 + }, + { + "year": 1999, + "value": 3935228896 + }, + { + "year": 2000, + "value": 3981934121 + }, + { + "year": 2001, + "value": 4027560123 + }, + { + "year": 2002, + "value": 4072371012 + }, + { + "year": 2003, + "value": 4116879950 + }, + { + "year": 2004, + "value": 4161045550 + }, + { + "year": 2005, + "value": 4205058601 + }, + { + "year": 2006, + "value": 4248617747 + }, + { + "year": 2007, + "value": 4291629776 + }, + { + "year": 2008, + "value": 4334791952 + }, + { + "year": 2009, + "value": 4378481189 + }, + { + "year": 2010, + "value": 4421851199 + }, + { + "year": 2011, + "value": 4465853343 + }, + { + "year": 2012, + "value": 4510296617 + }, + { + "year": 2013, + "value": 4555067814 + }, + { + "year": 2014, + "value": 4599654984 + }, + { + "year": 2015, + "value": 4643767826 + }, + { + "year": 2016, + "value": 4687686335 + }, + { + "year": 2017, + "value": 4731120193 + }, + { + "year": 2018, + "value": 4772284113 + } + ] + }, + "IDA & IBRD total": { + "population": [ + { + "year": 1960, + "value": 2299827560 + }, + { + "year": 1961, + "value": 2329751232 + }, + { + "year": 1962, + "value": 2372990360 + }, + { + "year": 1963, + "value": 2428491489 + }, + { + "year": 1964, + "value": 2484475271 + }, + { + "year": 1965, + "value": 2542065200 + }, + { + "year": 1966, + "value": 2603294258 + }, + { + "year": 1967, + "value": 2664582621 + }, + { + "year": 1968, + "value": 2727559890 + }, + { + "year": 1969, + "value": 2792906650 + }, + { + "year": 1970, + "value": 2859823273 + }, + { + "year": 1971, + "value": 2928162561 + }, + { + "year": 1972, + "value": 2995741759 + }, + { + "year": 1973, + "value": 3063329696 + }, + { + "year": 1974, + "value": 3130554486 + }, + { + "year": 1975, + "value": 3196617158 + }, + { + "year": 1976, + "value": 3262238505 + }, + { + "year": 1977, + "value": 3327432779 + }, + { + "year": 1978, + "value": 3393737765 + }, + { + "year": 1979, + "value": 3461566608 + }, + { + "year": 1980, + "value": 3530412139 + }, + { + "year": 1981, + "value": 3601268626 + }, + { + "year": 1982, + "value": 3675483595 + }, + { + "year": 1983, + "value": 3750866217 + }, + { + "year": 1984, + "value": 3826309623 + }, + { + "year": 1985, + "value": 3903212208 + }, + { + "year": 1986, + "value": 3982271082 + }, + { + "year": 1987, + "value": 4063430290 + }, + { + "year": 1988, + "value": 4145325696 + }, + { + "year": 1989, + "value": 4226720042 + }, + { + "year": 1990, + "value": 4307407025 + }, + { + "year": 1991, + "value": 4386707250 + }, + { + "year": 1992, + "value": 4464471808 + }, + { + "year": 1993, + "value": 4541486325 + }, + { + "year": 1994, + "value": 4617974811 + }, + { + "year": 1995, + "value": 4693887421 + }, + { + "year": 1996, + "value": 4769462932 + }, + { + "year": 1997, + "value": 4844990450 + }, + { + "year": 1998, + "value": 4919850879 + }, + { + "year": 1999, + "value": 4993500491 + }, + { + "year": 2000, + "value": 5066140135 + }, + { + "year": 2001, + "value": 5138190545 + }, + { + "year": 2002, + "value": 5209873584 + }, + { + "year": 2003, + "value": 5281727972 + }, + { + "year": 2004, + "value": 5353754291 + }, + { + "year": 2005, + "value": 5426151241 + }, + { + "year": 2006, + "value": 5498679869 + }, + { + "year": 2007, + "value": 5571274179 + }, + { + "year": 2008, + "value": 5644570358 + }, + { + "year": 2009, + "value": 5718843756 + }, + { + "year": 2010, + "value": 5793479782 + }, + { + "year": 2011, + "value": 5869059895 + }, + { + "year": 2012, + "value": 5945148626 + }, + { + "year": 2013, + "value": 6022137210 + }, + { + "year": 2014, + "value": 6099662180 + }, + { + "year": 2015, + "value": 6177552865 + }, + { + "year": 2016, + "value": 6256138021 + }, + { + "year": 2017, + "value": 6335039629 + }, + { + "year": 2018, + "value": 6412522234 + } + ] + }, + "IDA blend": { + "population": [ + { + "year": 1960, + "value": 123891139 + }, + { + "year": 1961, + "value": 126858184 + }, + { + "year": 1962, + "value": 129965147 + }, + { + "year": 1963, + "value": 133206225 + }, + { + "year": 1964, + "value": 136575197 + }, + { + "year": 1965, + "value": 140066503 + }, + { + "year": 1966, + "value": 143685944 + }, + { + "year": 1967, + "value": 147439073 + }, + { + "year": 1968, + "value": 151321867 + }, + { + "year": 1969, + "value": 155331570 + }, + { + "year": 1970, + "value": 159468637 + }, + { + "year": 1971, + "value": 163727802 + }, + { + "year": 1972, + "value": 168123679 + }, + { + "year": 1973, + "value": 172701100 + }, + { + "year": 1974, + "value": 177520721 + }, + { + "year": 1975, + "value": 182622716 + }, + { + "year": 1976, + "value": 188026801 + }, + { + "year": 1977, + "value": 193716000 + }, + { + "year": 1978, + "value": 199663470 + }, + { + "year": 1979, + "value": 205822820 + }, + { + "year": 1980, + "value": 212160514 + }, + { + "year": 1981, + "value": 218662193 + }, + { + "year": 1982, + "value": 225330186 + }, + { + "year": 1983, + "value": 232165092 + }, + { + "year": 1984, + "value": 239172894 + }, + { + "year": 1985, + "value": 246352583 + }, + { + "year": 1986, + "value": 253706111 + }, + { + "year": 1987, + "value": 261218240 + }, + { + "year": 1988, + "value": 268847200 + }, + { + "year": 1989, + "value": 276540959 + }, + { + "year": 1990, + "value": 284376771 + }, + { + "year": 1991, + "value": 292064422 + }, + { + "year": 1992, + "value": 299824422 + }, + { + "year": 1993, + "value": 307643999 + }, + { + "year": 1994, + "value": 315538560 + }, + { + "year": 1995, + "value": 323589222 + }, + { + "year": 1996, + "value": 331892967 + }, + { + "year": 1997, + "value": 340389142 + }, + { + "year": 1998, + "value": 348989354 + }, + { + "year": 1999, + "value": 357543133 + }, + { + "year": 2000, + "value": 366210370 + }, + { + "year": 2001, + "value": 374871731 + }, + { + "year": 2002, + "value": 383578460 + }, + { + "year": 2003, + "value": 392391532 + }, + { + "year": 2004, + "value": 401420450 + }, + { + "year": 2005, + "value": 410737369 + }, + { + "year": 2006, + "value": 420376591 + }, + { + "year": 2007, + "value": 430363365 + }, + { + "year": 2008, + "value": 440671619 + }, + { + "year": 2009, + "value": 451237921 + }, + { + "year": 2010, + "value": 462331503 + }, + { + "year": 2011, + "value": 473598444 + }, + { + "year": 2012, + "value": 484720757 + }, + { + "year": 2013, + "value": 496066901 + }, + { + "year": 2014, + "value": 507644354 + }, + { + "year": 2015, + "value": 519429790 + }, + { + "year": 2016, + "value": 531399044 + }, + { + "year": 2017, + "value": 543525897 + }, + { + "year": 2018, + "value": 555830605 + } + ] + }, + "IDA only": { + "population": [ + { + "year": 1960, + "value": 259210437 + }, + { + "year": 1961, + "value": 265526681 + }, + { + "year": 1962, + "value": 272071951 + }, + { + "year": 1963, + "value": 278871880 + }, + { + "year": 1964, + "value": 285959903 + }, + { + "year": 1965, + "value": 293349258 + }, + { + "year": 1966, + "value": 301072599 + }, + { + "year": 1967, + "value": 309101650 + }, + { + "year": 1968, + "value": 317345562 + }, + { + "year": 1969, + "value": 325676214 + }, + { + "year": 1970, + "value": 334005177 + }, + { + "year": 1971, + "value": 342307916 + }, + { + "year": 1972, + "value": 350636482 + }, + { + "year": 1973, + "value": 359070720 + }, + { + "year": 1974, + "value": 367744686 + }, + { + "year": 1975, + "value": 376746636 + }, + { + "year": 1976, + "value": 386112002 + }, + { + "year": 1977, + "value": 395826991 + }, + { + "year": 1978, + "value": 405885751 + }, + { + "year": 1979, + "value": 416271784 + }, + { + "year": 1980, + "value": 426969980 + }, + { + "year": 1981, + "value": 437993835 + }, + { + "year": 1982, + "value": 449367270 + }, + { + "year": 1983, + "value": 461113090 + }, + { + "year": 1984, + "value": 473247198 + }, + { + "year": 1985, + "value": 485786134 + }, + { + "year": 1986, + "value": 498725865 + }, + { + "year": 1987, + "value": 512067261 + }, + { + "year": 1988, + "value": 525840608 + }, + { + "year": 1989, + "value": 540106610 + }, + { + "year": 1990, + "value": 554867399 + }, + { + "year": 1991, + "value": 570148201 + }, + { + "year": 1992, + "value": 585899336 + }, + { + "year": 1993, + "value": 601965930 + }, + { + "year": 1994, + "value": 618224489 + }, + { + "year": 1995, + "value": 634606298 + }, + { + "year": 1996, + "value": 651028355 + }, + { + "year": 1997, + "value": 667508423 + }, + { + "year": 1998, + "value": 684006237 + }, + { + "year": 1999, + "value": 700728462 + }, + { + "year": 2000, + "value": 717995644 + }, + { + "year": 2001, + "value": 735758691 + }, + { + "year": 2002, + "value": 753924112 + }, + { + "year": 2003, + "value": 772456490 + }, + { + "year": 2004, + "value": 791288291 + }, + { + "year": 2005, + "value": 810355271 + }, + { + "year": 2006, + "value": 829685531 + }, + { + "year": 2007, + "value": 849281038 + }, + { + "year": 2008, + "value": 869106787 + }, + { + "year": 2009, + "value": 889124646 + }, + { + "year": 2010, + "value": 909297080 + }, + { + "year": 2011, + "value": 929608108 + }, + { + "year": 2012, + "value": 950131252 + }, + { + "year": 2013, + "value": 971002495 + }, + { + "year": 2014, + "value": 992362842 + }, + { + "year": 2015, + "value": 1014355249 + }, + { + "year": 2016, + "value": 1037052642 + }, + { + "year": 2017, + "value": 1060393539 + }, + { + "year": 2018, + "value": 1084407516 + } + ] + }, + "IDA total": { + "population": [ + { + "year": 1960, + "value": 383101576 + }, + { + "year": 1961, + "value": 392384865 + }, + { + "year": 1962, + "value": 402037098 + }, + { + "year": 1963, + "value": 412078105 + }, + { + "year": 1964, + "value": 422535100 + }, + { + "year": 1965, + "value": 433415761 + }, + { + "year": 1966, + "value": 444758543 + }, + { + "year": 1967, + "value": 456540723 + }, + { + "year": 1968, + "value": 468667429 + }, + { + "year": 1969, + "value": 481007784 + }, + { + "year": 1970, + "value": 493473814 + }, + { + "year": 1971, + "value": 506035718 + }, + { + "year": 1972, + "value": 518760161 + }, + { + "year": 1973, + "value": 531771820 + }, + { + "year": 1974, + "value": 545265407 + }, + { + "year": 1975, + "value": 559369352 + }, + { + "year": 1976, + "value": 574138803 + }, + { + "year": 1977, + "value": 589542991 + }, + { + "year": 1978, + "value": 605549221 + }, + { + "year": 1979, + "value": 622094604 + }, + { + "year": 1980, + "value": 639130494 + }, + { + "year": 1981, + "value": 656656028 + }, + { + "year": 1982, + "value": 674697456 + }, + { + "year": 1983, + "value": 693278182 + }, + { + "year": 1984, + "value": 712420092 + }, + { + "year": 1985, + "value": 732138717 + }, + { + "year": 1986, + "value": 752431976 + }, + { + "year": 1987, + "value": 773285501 + }, + { + "year": 1988, + "value": 794687808 + }, + { + "year": 1989, + "value": 816647569 + }, + { + "year": 1990, + "value": 839244170 + }, + { + "year": 1991, + "value": 862212623 + }, + { + "year": 1992, + "value": 885723758 + }, + { + "year": 1993, + "value": 909609929 + }, + { + "year": 1994, + "value": 933763049 + }, + { + "year": 1995, + "value": 958195520 + }, + { + "year": 1996, + "value": 982921322 + }, + { + "year": 1997, + "value": 1007897565 + }, + { + "year": 1998, + "value": 1032995591 + }, + { + "year": 1999, + "value": 1058271595 + }, + { + "year": 2000, + "value": 1084206014 + }, + { + "year": 2001, + "value": 1110630422 + }, + { + "year": 2002, + "value": 1137502572 + }, + { + "year": 2003, + "value": 1164848022 + }, + { + "year": 2004, + "value": 1192708741 + }, + { + "year": 2005, + "value": 1221092640 + }, + { + "year": 2006, + "value": 1250062122 + }, + { + "year": 2007, + "value": 1279644403 + }, + { + "year": 2008, + "value": 1309778406 + }, + { + "year": 2009, + "value": 1340362567 + }, + { + "year": 2010, + "value": 1371628583 + }, + { + "year": 2011, + "value": 1403206552 + }, + { + "year": 2012, + "value": 1434852009 + }, + { + "year": 2013, + "value": 1467069396 + }, + { + "year": 2014, + "value": 1500007196 + }, + { + "year": 2015, + "value": 1533785039 + }, + { + "year": 2016, + "value": 1568451686 + }, + { + "year": 2017, + "value": 1603919436 + }, + { + "year": 2018, + "value": 1640238121 + } + ] + }, + "Late-demographic dividend": { + "population": [ + { + "year": 1960, + "value": 1097403781 + }, + { + "year": 1961, + "value": 1099797275 + }, + { + "year": 1962, + "value": 1114451802 + }, + { + "year": 1963, + "value": 1140424871 + }, + { + "year": 1964, + "value": 1165967060 + }, + { + "year": 1965, + "value": 1192235073 + }, + { + "year": 1966, + "value": 1221252541 + }, + { + "year": 1967, + "value": 1249424428 + }, + { + "year": 1968, + "value": 1278385430 + }, + { + "year": 1969, + "value": 1308816321 + }, + { + "year": 1970, + "value": 1339919001 + }, + { + "year": 1971, + "value": 1371557517 + }, + { + "year": 1972, + "value": 1401527248 + }, + { + "year": 1973, + "value": 1430526179 + }, + { + "year": 1974, + "value": 1458108109 + }, + { + "year": 1975, + "value": 1483449266 + }, + { + "year": 1976, + "value": 1507257850 + }, + { + "year": 1977, + "value": 1529518337 + }, + { + "year": 1978, + "value": 1551730186 + }, + { + "year": 1979, + "value": 1574150421 + }, + { + "year": 1980, + "value": 1596184271 + }, + { + "year": 1981, + "value": 1618775545 + }, + { + "year": 1982, + "value": 1643485593 + }, + { + "year": 1983, + "value": 1668173934 + }, + { + "year": 1984, + "value": 1691966485 + }, + { + "year": 1985, + "value": 1716487312 + }, + { + "year": 1986, + "value": 1742456920 + }, + { + "year": 1987, + "value": 1769838060 + }, + { + "year": 1988, + "value": 1797369949 + }, + { + "year": 1989, + "value": 1823976433 + }, + { + "year": 1990, + "value": 1849526605 + }, + { + "year": 1991, + "value": 1873490015 + }, + { + "year": 1992, + "value": 1893548031 + }, + { + "year": 1993, + "value": 1914561058 + }, + { + "year": 1994, + "value": 1935068108 + }, + { + "year": 1995, + "value": 1956575285 + }, + { + "year": 1996, + "value": 1975922433 + }, + { + "year": 1997, + "value": 1994983078 + }, + { + "year": 1998, + "value": 2013289641 + }, + { + "year": 1999, + "value": 2030330432 + }, + { + "year": 2000, + "value": 2045841423 + }, + { + "year": 2001, + "value": 2060587322 + }, + { + "year": 2002, + "value": 2074469505 + }, + { + "year": 2003, + "value": 2088020747 + }, + { + "year": 2004, + "value": 2101455067 + }, + { + "year": 2005, + "value": 2115014282 + }, + { + "year": 2006, + "value": 2128455973 + }, + { + "year": 2007, + "value": 2141610789 + }, + { + "year": 2008, + "value": 2154947270 + }, + { + "year": 2009, + "value": 2168543985 + }, + { + "year": 2010, + "value": 2181529363 + }, + { + "year": 2011, + "value": 2194530619 + }, + { + "year": 2012, + "value": 2207632770 + }, + { + "year": 2013, + "value": 2220999087 + }, + { + "year": 2014, + "value": 2234568586 + }, + { + "year": 2015, + "value": 2248128427 + }, + { + "year": 2016, + "value": 2262158994 + }, + { + "year": 2017, + "value": 2276319334 + }, + { + "year": 2018, + "value": 2288665963 + } + ] + }, + "Latin America & Caribbean": { + "population": [ + { + "year": 1960, + "value": 219907801 + }, + { + "year": 1961, + "value": 225993884 + }, + { + "year": 1962, + "value": 232265533 + }, + { + "year": 1963, + "value": 238696012 + }, + { + "year": 1964, + "value": 245233432 + }, + { + "year": 1965, + "value": 251850859 + }, + { + "year": 1966, + "value": 258538106 + }, + { + "year": 1967, + "value": 265295652 + }, + { + "year": 1968, + "value": 272128513 + }, + { + "year": 1969, + "value": 279037414 + }, + { + "year": 1970, + "value": 286027166 + }, + { + "year": 1971, + "value": 293097388 + }, + { + "year": 1972, + "value": 300238819 + }, + { + "year": 1973, + "value": 307462534 + }, + { + "year": 1974, + "value": 314773956 + }, + { + "year": 1975, + "value": 322176757 + }, + { + "year": 1976, + "value": 329667217 + }, + { + "year": 1977, + "value": 337240049 + }, + { + "year": 1978, + "value": 344913615 + }, + { + "year": 1979, + "value": 352693991 + }, + { + "year": 1980, + "value": 360591861 + }, + { + "year": 1981, + "value": 368601995 + }, + { + "year": 1982, + "value": 376714428 + }, + { + "year": 1983, + "value": 384896426 + }, + { + "year": 1984, + "value": 393106351 + }, + { + "year": 1985, + "value": 401311796 + }, + { + "year": 1986, + "value": 409496610 + }, + { + "year": 1987, + "value": 417659736 + }, + { + "year": 1988, + "value": 425800798 + }, + { + "year": 1989, + "value": 433925886 + }, + { + "year": 1990, + "value": 442040696 + }, + { + "year": 1991, + "value": 450125305 + }, + { + "year": 1992, + "value": 458175526 + }, + { + "year": 1993, + "value": 466199679 + }, + { + "year": 1994, + "value": 474193423 + }, + { + "year": 1995, + "value": 482150647 + }, + { + "year": 1996, + "value": 490080681 + }, + { + "year": 1997, + "value": 497957410 + }, + { + "year": 1998, + "value": 505774348 + }, + { + "year": 1999, + "value": 513442848 + }, + { + "year": 2000, + "value": 520964431 + }, + { + "year": 2001, + "value": 528336554 + }, + { + "year": 2002, + "value": 535570691 + }, + { + "year": 2003, + "value": 542684680 + }, + { + "year": 2004, + "value": 549705414 + }, + { + "year": 2005, + "value": 556652026 + }, + { + "year": 2006, + "value": 563521369 + }, + { + "year": 2007, + "value": 570314774 + }, + { + "year": 2008, + "value": 577050884 + }, + { + "year": 2009, + "value": 583746102 + }, + { + "year": 2010, + "value": 590303295 + }, + { + "year": 2011, + "value": 596966199 + }, + { + "year": 2012, + "value": 603586217 + }, + { + "year": 2013, + "value": 610151927 + }, + { + "year": 2014, + "value": 616619613 + }, + { + "year": 2015, + "value": 622986033 + }, + { + "year": 2016, + "value": 629240066 + }, + { + "year": 2017, + "value": 635372515 + }, + { + "year": 2018, + "value": 641357515 + } + ] + }, + "Latin America & Caribbean (excluding high income)": { + "population": [ + { + "year": 1960, + "value": 204214185 + }, + { + "year": 1961, + "value": 209991788 + }, + { + "year": 1962, + "value": 215945959 + }, + { + "year": 1963, + "value": 222052829 + }, + { + "year": 1964, + "value": 228279229 + }, + { + "year": 1965, + "value": 234599288 + }, + { + "year": 1966, + "value": 241005051 + }, + { + "year": 1967, + "value": 247497113 + }, + { + "year": 1968, + "value": 254069201 + }, + { + "year": 1969, + "value": 260716644 + }, + { + "year": 1970, + "value": 267436459 + }, + { + "year": 1971, + "value": 274223248 + }, + { + "year": 1972, + "value": 281076139 + }, + { + "year": 1973, + "value": 288002834 + }, + { + "year": 1974, + "value": 295014919 + }, + { + "year": 1975, + "value": 302121282 + }, + { + "year": 1976, + "value": 309317366 + }, + { + "year": 1977, + "value": 316599746 + }, + { + "year": 1978, + "value": 323978218 + }, + { + "year": 1979, + "value": 331465770 + }, + { + "year": 1980, + "value": 339067716 + }, + { + "year": 1981, + "value": 346786830 + }, + { + "year": 1982, + "value": 354608437 + }, + { + "year": 1983, + "value": 362498351 + }, + { + "year": 1984, + "value": 370410991 + }, + { + "year": 1985, + "value": 378311111 + }, + { + "year": 1986, + "value": 386183203 + }, + { + "year": 1987, + "value": 394027388 + }, + { + "year": 1988, + "value": 401843272 + }, + { + "year": 1989, + "value": 409636367 + }, + { + "year": 1990, + "value": 417409519 + }, + { + "year": 1991, + "value": 425153755 + }, + { + "year": 1992, + "value": 432859827 + }, + { + "year": 1993, + "value": 440530487 + }, + { + "year": 1994, + "value": 448171372 + }, + { + "year": 1995, + "value": 455783349 + }, + { + "year": 1996, + "value": 463368817 + }, + { + "year": 1997, + "value": 470916671 + }, + { + "year": 1998, + "value": 478398772 + }, + { + "year": 1999, + "value": 485778282 + }, + { + "year": 2000, + "value": 493029013 + }, + { + "year": 2001, + "value": 500140855 + }, + { + "year": 2002, + "value": 507121489 + }, + { + "year": 2003, + "value": 513985894 + }, + { + "year": 2004, + "value": 520757766 + }, + { + "year": 2005, + "value": 527455967 + }, + { + "year": 2006, + "value": 534080194 + }, + { + "year": 2007, + "value": 540628539 + }, + { + "year": 2008, + "value": 547116062 + }, + { + "year": 2009, + "value": 553561029 + }, + { + "year": 2010, + "value": 559867514 + }, + { + "year": 2011, + "value": 566309408 + }, + { + "year": 2012, + "value": 572713225 + }, + { + "year": 2013, + "value": 579053861 + }, + { + "year": 2014, + "value": 585296422 + }, + { + "year": 2015, + "value": 591416820 + }, + { + "year": 2016, + "value": 597399287 + }, + { + "year": 2017, + "value": 603254104 + }, + { + "year": 2018, + "value": 609013934 + } + ] + }, + "Latin America & the Caribbean (IDA & IBRD countries)": { + "population": [ + { + "year": 1960, + "value": 209830870 + }, + { + "year": 1961, + "value": 215714204 + }, + { + "year": 1962, + "value": 221761892 + }, + { + "year": 1963, + "value": 227953108 + }, + { + "year": 1964, + "value": 234259729 + }, + { + "year": 1965, + "value": 240659602 + }, + { + "year": 1966, + "value": 247146615 + }, + { + "year": 1967, + "value": 253720596 + }, + { + "year": 1968, + "value": 260373635 + }, + { + "year": 1969, + "value": 267098365 + }, + { + "year": 1970, + "value": 273890550 + }, + { + "year": 1971, + "value": 280743854 + }, + { + "year": 1972, + "value": 287660314 + }, + { + "year": 1973, + "value": 294655159 + }, + { + "year": 1974, + "value": 301749862 + }, + { + "year": 1975, + "value": 308960344 + }, + { + "year": 1976, + "value": 316284425 + }, + { + "year": 1977, + "value": 323716454 + }, + { + "year": 1978, + "value": 331262793 + }, + { + "year": 1979, + "value": 338930835 + }, + { + "year": 1980, + "value": 346721295 + }, + { + "year": 1981, + "value": 354637282 + }, + { + "year": 1982, + "value": 362664167 + }, + { + "year": 1983, + "value": 370762243 + }, + { + "year": 1984, + "value": 378879107 + }, + { + "year": 1985, + "value": 386975093 + }, + { + "year": 1986, + "value": 395030890 + }, + { + "year": 1987, + "value": 403048813 + }, + { + "year": 1988, + "value": 411037290 + }, + { + "year": 1989, + "value": 419014393 + }, + { + "year": 1990, + "value": 426991606 + }, + { + "year": 1991, + "value": 434963098 + }, + { + "year": 1992, + "value": 442915528 + }, + { + "year": 1993, + "value": 450843971 + }, + { + "year": 1994, + "value": 458742858 + }, + { + "year": 1995, + "value": 466604856 + }, + { + "year": 1996, + "value": 474430763 + }, + { + "year": 1997, + "value": 482211642 + }, + { + "year": 1998, + "value": 489919322 + }, + { + "year": 1999, + "value": 497517841 + }, + { + "year": 2000, + "value": 504982243 + }, + { + "year": 2001, + "value": 512300865 + }, + { + "year": 2002, + "value": 519482148 + }, + { + "year": 2003, + "value": 526547684 + }, + { + "year": 2004, + "value": 533529987 + }, + { + "year": 2005, + "value": 540453950 + }, + { + "year": 2006, + "value": 547323121 + }, + { + "year": 2007, + "value": 554133291 + }, + { + "year": 2008, + "value": 560891799 + }, + { + "year": 2009, + "value": 567605672 + }, + { + "year": 2010, + "value": 574171371 + }, + { + "year": 2011, + "value": 580856609 + }, + { + "year": 2012, + "value": 587491182 + }, + { + "year": 2013, + "value": 594063071 + }, + { + "year": 2014, + "value": 600555906 + }, + { + "year": 2015, + "value": 606956985 + }, + { + "year": 2016, + "value": 613258172 + }, + { + "year": 2017, + "value": 619460244 + }, + { + "year": 2018, + "value": 625569713 + } + ] + }, + "Least developed countries: UN classification": { + "population": [ + { + "year": 1960, + "value": 240518433 + }, + { + "year": 1961, + "value": 246113640 + }, + { + "year": 1962, + "value": 251900741 + }, + { + "year": 1963, + "value": 257908074 + }, + { + "year": 1964, + "value": 264174179 + }, + { + "year": 1965, + "value": 270720892 + }, + { + "year": 1966, + "value": 277573029 + }, + { + "year": 1967, + "value": 284708409 + }, + { + "year": 1968, + "value": 292045744 + }, + { + "year": 1969, + "value": 299473256 + }, + { + "year": 1970, + "value": 306916896 + }, + { + "year": 1971, + "value": 314344629 + }, + { + "year": 1972, + "value": 321797581 + }, + { + "year": 1973, + "value": 329357353 + }, + { + "year": 1974, + "value": 337142681 + }, + { + "year": 1975, + "value": 345242710 + }, + { + "year": 1976, + "value": 353691338 + }, + { + "year": 1977, + "value": 362475112 + }, + { + "year": 1978, + "value": 371577256 + }, + { + "year": 1979, + "value": 380963304 + }, + { + "year": 1980, + "value": 390612563 + }, + { + "year": 1981, + "value": 400528924 + }, + { + "year": 1982, + "value": 410740611 + }, + { + "year": 1983, + "value": 421279107 + }, + { + "year": 1984, + "value": 432185325 + }, + { + "year": 1985, + "value": 443491288 + }, + { + "year": 1986, + "value": 455193656 + }, + { + "year": 1987, + "value": 467290514 + }, + { + "year": 1988, + "value": 479814021 + }, + { + "year": 1989, + "value": 492803028 + }, + { + "year": 1990, + "value": 506275612 + }, + { + "year": 1991, + "value": 520262423 + }, + { + "year": 1992, + "value": 534731006 + }, + { + "year": 1993, + "value": 549559264 + }, + { + "year": 1994, + "value": 564581083 + }, + { + "year": 1995, + "value": 579681672 + }, + { + "year": 1996, + "value": 594801259 + }, + { + "year": 1997, + "value": 609983301 + }, + { + "year": 1998, + "value": 625342098 + }, + { + "year": 1999, + "value": 641046802 + }, + { + "year": 2000, + "value": 657215864 + }, + { + "year": 2001, + "value": 673903112 + }, + { + "year": 2002, + "value": 691061397 + }, + { + "year": 2003, + "value": 708587948 + }, + { + "year": 2004, + "value": 726331177 + }, + { + "year": 2005, + "value": 744190510 + }, + { + "year": 2006, + "value": 762132501 + }, + { + "year": 2007, + "value": 780219542 + }, + { + "year": 2008, + "value": 798563392 + }, + { + "year": 2009, + "value": 817322629 + }, + { + "year": 2010, + "value": 836614860 + }, + { + "year": 2011, + "value": 856472234 + }, + { + "year": 2012, + "value": 876869863 + }, + { + "year": 2013, + "value": 897797478 + }, + { + "year": 2014, + "value": 919226401 + }, + { + "year": 2015, + "value": 941131317 + }, + { + "year": 2016, + "value": 963511276 + }, + { + "year": 2017, + "value": 986365080 + }, + { + "year": 2018, + "value": 1009662578 + } + ] + }, + "Low & middle income": { + "population": [ + { + "year": 1960, + "value": 2271826072 + }, + { + "year": 1961, + "value": 2301530783 + }, + { + "year": 1962, + "value": 2344507821 + }, + { + "year": 1963, + "value": 2399685292 + }, + { + "year": 1964, + "value": 2455350597 + }, + { + "year": 1965, + "value": 2512791707 + }, + { + "year": 1966, + "value": 2573990531 + }, + { + "year": 1967, + "value": 2635220005 + }, + { + "year": 1968, + "value": 2698168546 + }, + { + "year": 1969, + "value": 2763558198 + }, + { + "year": 1970, + "value": 2830664982 + }, + { + "year": 1971, + "value": 2899197937 + }, + { + "year": 1972, + "value": 2966819339 + }, + { + "year": 1973, + "value": 3034402941 + }, + { + "year": 1974, + "value": 3101560890 + }, + { + "year": 1975, + "value": 3167483411 + }, + { + "year": 1976, + "value": 3232891073 + }, + { + "year": 1977, + "value": 3297820434 + }, + { + "year": 1978, + "value": 3363879204 + }, + { + "year": 1979, + "value": 3431452144 + }, + { + "year": 1980, + "value": 3500013974 + }, + { + "year": 1981, + "value": 3570596695 + }, + { + "year": 1982, + "value": 3644529753 + }, + { + "year": 1983, + "value": 3719629711 + }, + { + "year": 1984, + "value": 3794807260 + }, + { + "year": 1985, + "value": 3871482909 + }, + { + "year": 1986, + "value": 3950364261 + }, + { + "year": 1987, + "value": 4031393179 + }, + { + "year": 1988, + "value": 4113221493 + }, + { + "year": 1989, + "value": 4194569000 + }, + { + "year": 1990, + "value": 4277170872 + }, + { + "year": 1991, + "value": 4356603492 + }, + { + "year": 1992, + "value": 4434540894 + }, + { + "year": 1993, + "value": 4511601957 + }, + { + "year": 1994, + "value": 4588114102 + }, + { + "year": 1995, + "value": 4664148544 + }, + { + "year": 1996, + "value": 4739881155 + }, + { + "year": 1997, + "value": 4815512572 + }, + { + "year": 1998, + "value": 4890406949 + }, + { + "year": 1999, + "value": 4964125844 + }, + { + "year": 2000, + "value": 5037268787 + }, + { + "year": 2001, + "value": 5109571487 + }, + { + "year": 2002, + "value": 5181350933 + }, + { + "year": 2003, + "value": 5253312522 + }, + { + "year": 2004, + "value": 5325421944 + }, + { + "year": 2005, + "value": 5397859154 + }, + { + "year": 2006, + "value": 5470400681 + }, + { + "year": 2007, + "value": 5542975651 + }, + { + "year": 2008, + "value": 5616213108 + }, + { + "year": 2009, + "value": 5690410869 + }, + { + "year": 2010, + "value": 5765121055 + }, + { + "year": 2011, + "value": 5840675761 + }, + { + "year": 2012, + "value": 5916770281 + }, + { + "year": 2013, + "value": 5993786433 + }, + { + "year": 2014, + "value": 6071330528 + }, + { + "year": 2015, + "value": 6149221337 + }, + { + "year": 2016, + "value": 6227752871 + }, + { + "year": 2017, + "value": 6306560891 + }, + { + "year": 2018, + "value": 6383958209 + } + ] + }, + "Low income": { + "population": [ + { + "year": 1960, + "value": 158779911 + }, + { + "year": 1961, + "value": 162259865 + }, + { + "year": 1962, + "value": 165830670 + }, + { + "year": 1963, + "value": 169529568 + }, + { + "year": 1964, + "value": 173410029 + }, + { + "year": 1965, + "value": 177509185 + }, + { + "year": 1966, + "value": 181839891 + }, + { + "year": 1967, + "value": 186385902 + }, + { + "year": 1968, + "value": 191120090 + }, + { + "year": 1969, + "value": 196001924 + }, + { + "year": 1970, + "value": 201001375 + }, + { + "year": 1971, + "value": 206110337 + }, + { + "year": 1972, + "value": 211335895 + }, + { + "year": 1973, + "value": 216681265 + }, + { + "year": 1974, + "value": 222154521 + }, + { + "year": 1975, + "value": 227761362 + }, + { + "year": 1976, + "value": 233513206 + }, + { + "year": 1977, + "value": 239409309 + }, + { + "year": 1978, + "value": 245430650 + }, + { + "year": 1979, + "value": 251550765 + }, + { + "year": 1980, + "value": 257758125 + }, + { + "year": 1981, + "value": 264051673 + }, + { + "year": 1982, + "value": 270462062 + }, + { + "year": 1983, + "value": 277049449 + }, + { + "year": 1984, + "value": 283893524 + }, + { + "year": 1985, + "value": 291057942 + }, + { + "year": 1986, + "value": 298550548 + }, + { + "year": 1987, + "value": 306374108 + }, + { + "year": 1988, + "value": 314578310 + }, + { + "year": 1989, + "value": 323219957 + }, + { + "year": 1990, + "value": 332330635 + }, + { + "year": 1991, + "value": 341955755 + }, + { + "year": 1992, + "value": 352066121 + }, + { + "year": 1993, + "value": 362526825 + }, + { + "year": 1994, + "value": 373150870 + }, + { + "year": 1995, + "value": 383810298 + }, + { + "year": 1996, + "value": 394448671 + }, + { + "year": 1997, + "value": 405123344 + }, + { + "year": 1998, + "value": 415959410 + }, + { + "year": 1999, + "value": 427140442 + }, + { + "year": 2000, + "value": 438799433 + }, + { + "year": 2001, + "value": 450962074 + }, + { + "year": 2002, + "value": 463584766 + }, + { + "year": 2003, + "value": 476645372 + }, + { + "year": 2004, + "value": 490099969 + }, + { + "year": 2005, + "value": 503907174 + }, + { + "year": 2006, + "value": 518097437 + }, + { + "year": 2007, + "value": 532663586 + }, + { + "year": 2008, + "value": 547481280 + }, + { + "year": 2009, + "value": 562386040 + }, + { + "year": 2010, + "value": 577274011 + }, + { + "year": 2011, + "value": 592092182 + }, + { + "year": 2012, + "value": 606913332 + }, + { + "year": 2013, + "value": 621915808 + }, + { + "year": 2014, + "value": 637350644 + }, + { + "year": 2015, + "value": 653405207 + }, + { + "year": 2016, + "value": 670117389 + }, + { + "year": 2017, + "value": 687449530 + }, + { + "year": 2018, + "value": 705417321 + } + ] + }, + "Lower middle income": { + "population": [ + { + "year": 1960, + "value": 928490499 + }, + { + "year": 1961, + "value": 949753699 + }, + { + "year": 1962, + "value": 971742838 + }, + { + "year": 1963, + "value": 994420244 + }, + { + "year": 1964, + "value": 1017725630 + }, + { + "year": 1965, + "value": 1041611332 + }, + { + "year": 1966, + "value": 1066074552 + }, + { + "year": 1967, + "value": 1091126634 + }, + { + "year": 1968, + "value": 1116788548 + }, + { + "year": 1969, + "value": 1143088505 + }, + { + "year": 1970, + "value": 1170050244 + }, + { + "year": 1971, + "value": 1197695284 + }, + { + "year": 1972, + "value": 1226045232 + }, + { + "year": 1973, + "value": 1255126850 + }, + { + "year": 1974, + "value": 1284982577 + }, + { + "year": 1975, + "value": 1315638970 + }, + { + "year": 1976, + "value": 1347077568 + }, + { + "year": 1977, + "value": 1379310126 + }, + { + "year": 1978, + "value": 1412439164 + }, + { + "year": 1979, + "value": 1446597778 + }, + { + "year": 1980, + "value": 1481859807 + }, + { + "year": 1981, + "value": 1518293900 + }, + { + "year": 1982, + "value": 1555686714 + }, + { + "year": 1983, + "value": 1593969308 + }, + { + "year": 1984, + "value": 1632885169 + }, + { + "year": 1985, + "value": 1672196713 + }, + { + "year": 1986, + "value": 1711883766 + }, + { + "year": 1987, + "value": 1751925747 + }, + { + "year": 1988, + "value": 1792245451 + }, + { + "year": 1989, + "value": 1832773126 + }, + { + "year": 1990, + "value": 1875358869 + }, + { + "year": 1991, + "value": 1915913909 + }, + { + "year": 1992, + "value": 1956554979 + }, + { + "year": 1993, + "value": 1997079030 + }, + { + "year": 1994, + "value": 2037399623 + }, + { + "year": 1995, + "value": 2077790619 + }, + { + "year": 1996, + "value": 2118416707 + }, + { + "year": 1997, + "value": 2159201405 + }, + { + "year": 1998, + "value": 2199992975 + }, + { + "year": 1999, + "value": 2240609732 + }, + { + "year": 2000, + "value": 2281159205 + }, + { + "year": 2001, + "value": 2321544987 + }, + { + "year": 2002, + "value": 2361829370 + }, + { + "year": 2003, + "value": 2402147090 + }, + { + "year": 2004, + "value": 2442531361 + }, + { + "year": 2005, + "value": 2483021672 + }, + { + "year": 2006, + "value": 2523645459 + }, + { + "year": 2007, + "value": 2564440295 + }, + { + "year": 2008, + "value": 2605437640 + }, + { + "year": 2009, + "value": 2646675754 + }, + { + "year": 2010, + "value": 2688436551 + }, + { + "year": 2011, + "value": 2730385840 + }, + { + "year": 2012, + "value": 2772231195 + }, + { + "year": 2013, + "value": 2814221065 + }, + { + "year": 2014, + "value": 2856124025 + }, + { + "year": 2015, + "value": 2898058449 + }, + { + "year": 2016, + "value": 2939830821 + }, + { + "year": 2017, + "value": 2981420591 + }, + { + "year": 2018, + "value": 3022905169 + } + ] + }, + "Middle East & North Africa": { + "population": [ + { + "year": 1960, + "value": 105203269 + }, + { + "year": 1961, + "value": 108061812 + }, + { + "year": 1962, + "value": 111045434 + }, + { + "year": 1963, + "value": 114101592 + }, + { + "year": 1964, + "value": 117271166 + }, + { + "year": 1965, + "value": 120541214 + }, + { + "year": 1966, + "value": 123908159 + }, + { + "year": 1967, + "value": 127444958 + }, + { + "year": 1968, + "value": 131026912 + }, + { + "year": 1969, + "value": 134704201 + }, + { + "year": 1970, + "value": 138473064 + }, + { + "year": 1971, + "value": 142307879 + }, + { + "year": 1972, + "value": 146213388 + }, + { + "year": 1973, + "value": 150292291 + }, + { + "year": 1974, + "value": 154509812 + }, + { + "year": 1975, + "value": 158917328 + }, + { + "year": 1976, + "value": 163532323 + }, + { + "year": 1977, + "value": 168361100 + }, + { + "year": 1978, + "value": 173447058 + }, + { + "year": 1979, + "value": 178866341 + }, + { + "year": 1980, + "value": 184628605 + }, + { + "year": 1981, + "value": 190731422 + }, + { + "year": 1982, + "value": 197157159 + }, + { + "year": 1983, + "value": 203834190 + }, + { + "year": 1984, + "value": 210648811 + }, + { + "year": 1985, + "value": 217572788 + }, + { + "year": 1986, + "value": 224549844 + }, + { + "year": 1987, + "value": 231570113 + }, + { + "year": 1988, + "value": 238565130 + }, + { + "year": 1989, + "value": 245453259 + }, + { + "year": 1990, + "value": 254215138 + }, + { + "year": 1991, + "value": 261046309 + }, + { + "year": 1992, + "value": 265656619 + }, + { + "year": 1993, + "value": 272107828 + }, + { + "year": 1994, + "value": 278384965 + }, + { + "year": 1995, + "value": 286096964 + }, + { + "year": 1996, + "value": 292041181 + }, + { + "year": 1997, + "value": 297891731 + }, + { + "year": 1998, + "value": 303641740 + }, + { + "year": 1999, + "value": 309436741 + }, + { + "year": 2000, + "value": 315326801 + }, + { + "year": 2001, + "value": 321297208 + }, + { + "year": 2002, + "value": 327362252 + }, + { + "year": 2003, + "value": 333608779 + }, + { + "year": 2004, + "value": 340143481 + }, + { + "year": 2005, + "value": 347029874 + }, + { + "year": 2006, + "value": 354302463 + }, + { + "year": 2007, + "value": 361929136 + }, + { + "year": 2008, + "value": 369823252 + }, + { + "year": 2009, + "value": 377883993 + }, + { + "year": 2010, + "value": 385917886 + }, + { + "year": 2011, + "value": 393944527 + }, + { + "year": 2012, + "value": 401974219 + }, + { + "year": 2013, + "value": 409977874 + }, + { + "year": 2014, + "value": 417932242 + }, + { + "year": 2015, + "value": 425821770 + }, + { + "year": 2016, + "value": 433597626 + }, + { + "year": 2017, + "value": 441255234 + }, + { + "year": 2018, + "value": 448912859 + } + ] + }, + "Middle East & North Africa (excluding high income)": { + "population": [ + { + "year": 1960, + "value": 97553162 + }, + { + "year": 1961, + "value": 100147129 + }, + { + "year": 1962, + "value": 102808053 + }, + { + "year": 1963, + "value": 105546273 + }, + { + "year": 1964, + "value": 108376339 + }, + { + "year": 1965, + "value": 111307812 + }, + { + "year": 1966, + "value": 114351833 + }, + { + "year": 1967, + "value": 117503859 + }, + { + "year": 1968, + "value": 120739199 + }, + { + "year": 1969, + "value": 124023257 + }, + { + "year": 1970, + "value": 127335091 + }, + { + "year": 1971, + "value": 130670746 + }, + { + "year": 1972, + "value": 134051043 + }, + { + "year": 1973, + "value": 137511210 + }, + { + "year": 1974, + "value": 141099581 + }, + { + "year": 1975, + "value": 144855682 + }, + { + "year": 1976, + "value": 148781931 + }, + { + "year": 1977, + "value": 152881209 + }, + { + "year": 1978, + "value": 157192233 + }, + { + "year": 1979, + "value": 161761420 + }, + { + "year": 1980, + "value": 166616401 + }, + { + "year": 1981, + "value": 171766031 + }, + { + "year": 1982, + "value": 177185670 + }, + { + "year": 1983, + "value": 182825264 + }, + { + "year": 1984, + "value": 188614696 + }, + { + "year": 1985, + "value": 194494169 + }, + { + "year": 1986, + "value": 200443463 + }, + { + "year": 1987, + "value": 206447530 + }, + { + "year": 1988, + "value": 212456887 + }, + { + "year": 1989, + "value": 218415849 + }, + { + "year": 1990, + "value": 226259037 + }, + { + "year": 1991, + "value": 232101440 + }, + { + "year": 1992, + "value": 237828663 + }, + { + "year": 1993, + "value": 243429290 + }, + { + "year": 1994, + "value": 248897270 + }, + { + "year": 1995, + "value": 254233351 + }, + { + "year": 1996, + "value": 259431597 + }, + { + "year": 1997, + "value": 264504166 + }, + { + "year": 1998, + "value": 269440690 + }, + { + "year": 1999, + "value": 274350032 + }, + { + "year": 2000, + "value": 279279634 + }, + { + "year": 2001, + "value": 284249018 + }, + { + "year": 2002, + "value": 289264324 + }, + { + "year": 2003, + "value": 294343628 + }, + { + "year": 2004, + "value": 299502774 + }, + { + "year": 2005, + "value": 304755503 + }, + { + "year": 2006, + "value": 310109412 + }, + { + "year": 2007, + "value": 315573347 + }, + { + "year": 2008, + "value": 321168767 + }, + { + "year": 2009, + "value": 326900984 + }, + { + "year": 2010, + "value": 332777824 + }, + { + "year": 2011, + "value": 338814807 + }, + { + "year": 2012, + "value": 345004009 + }, + { + "year": 2013, + "value": 351299193 + }, + { + "year": 2014, + "value": 357637340 + }, + { + "year": 2015, + "value": 363975550 + }, + { + "year": 2016, + "value": 370276461 + }, + { + "year": 2017, + "value": 376546755 + }, + { + "year": 2018, + "value": 382896715 + } + ] + }, + "Middle East & North Africa (IDA & IBRD countries)": { + "population": [ + { + "year": 1960, + "value": 97553162 + }, + { + "year": 1961, + "value": 100147129 + }, + { + "year": 1962, + "value": 102808053 + }, + { + "year": 1963, + "value": 105546273 + }, + { + "year": 1964, + "value": 108376339 + }, + { + "year": 1965, + "value": 111307812 + }, + { + "year": 1966, + "value": 114351833 + }, + { + "year": 1967, + "value": 117503859 + }, + { + "year": 1968, + "value": 120739199 + }, + { + "year": 1969, + "value": 124023257 + }, + { + "year": 1970, + "value": 127335091 + }, + { + "year": 1971, + "value": 130670746 + }, + { + "year": 1972, + "value": 134051043 + }, + { + "year": 1973, + "value": 137511210 + }, + { + "year": 1974, + "value": 141099581 + }, + { + "year": 1975, + "value": 144855682 + }, + { + "year": 1976, + "value": 148781931 + }, + { + "year": 1977, + "value": 152881209 + }, + { + "year": 1978, + "value": 157192233 + }, + { + "year": 1979, + "value": 161761420 + }, + { + "year": 1980, + "value": 166616401 + }, + { + "year": 1981, + "value": 171766031 + }, + { + "year": 1982, + "value": 177185670 + }, + { + "year": 1983, + "value": 182825264 + }, + { + "year": 1984, + "value": 188614696 + }, + { + "year": 1985, + "value": 194494169 + }, + { + "year": 1986, + "value": 200443463 + }, + { + "year": 1987, + "value": 206447530 + }, + { + "year": 1988, + "value": 212456887 + }, + { + "year": 1989, + "value": 218415849 + }, + { + "year": 1990, + "value": 224280789 + }, + { + "year": 1991, + "value": 230032595 + }, + { + "year": 1992, + "value": 235665072 + }, + { + "year": 1993, + "value": 241166614 + }, + { + "year": 1994, + "value": 246530972 + }, + { + "year": 1995, + "value": 251758685 + }, + { + "year": 1996, + "value": 256843600 + }, + { + "year": 1997, + "value": 261797648 + }, + { + "year": 1998, + "value": 266664122 + }, + { + "year": 1999, + "value": 271501601 + }, + { + "year": 2000, + "value": 276357481 + }, + { + "year": 2001, + "value": 281251234 + }, + { + "year": 2002, + "value": 286188951 + }, + { + "year": 2003, + "value": 291188659 + }, + { + "year": 2004, + "value": 296266148 + }, + { + "year": 2005, + "value": 301435107 + }, + { + "year": 2006, + "value": 306703078 + }, + { + "year": 2007, + "value": 312078851 + }, + { + "year": 2008, + "value": 317576790 + }, + { + "year": 2009, + "value": 323211885 + }, + { + "year": 2010, + "value": 328991663 + }, + { + "year": 2011, + "value": 334931821 + }, + { + "year": 2012, + "value": 341024011 + }, + { + "year": 2013, + "value": 347222485 + }, + { + "year": 2014, + "value": 353463942 + }, + { + "year": 2015, + "value": 359705458 + }, + { + "year": 2016, + "value": 365909373 + }, + { + "year": 2017, + "value": 372091950 + }, + { + "year": 2018, + "value": 378327628 + } + ] + }, + "Middle income": { + "population": [ + { + "year": 1960, + "value": 2113046161 + }, + { + "year": 1961, + "value": 2139270918 + }, + { + "year": 1962, + "value": 2178677151 + }, + { + "year": 1963, + "value": 2230155724 + }, + { + "year": 1964, + "value": 2281940568 + }, + { + "year": 1965, + "value": 2335282522 + }, + { + "year": 1966, + "value": 2392150640 + }, + { + "year": 1967, + "value": 2448834103 + }, + { + "year": 1968, + "value": 2507048456 + }, + { + "year": 1969, + "value": 2567556274 + }, + { + "year": 1970, + "value": 2629663607 + }, + { + "year": 1971, + "value": 2693087600 + }, + { + "year": 1972, + "value": 2755483444 + }, + { + "year": 1973, + "value": 2817721676 + }, + { + "year": 1974, + "value": 2879406369 + }, + { + "year": 1975, + "value": 2939722049 + }, + { + "year": 1976, + "value": 2999377867 + }, + { + "year": 1977, + "value": 3058411125 + }, + { + "year": 1978, + "value": 3118448554 + }, + { + "year": 1979, + "value": 3179901379 + }, + { + "year": 1980, + "value": 3242255849 + }, + { + "year": 1981, + "value": 3306545022 + }, + { + "year": 1982, + "value": 3374067691 + }, + { + "year": 1983, + "value": 3442580262 + }, + { + "year": 1984, + "value": 3510913736 + }, + { + "year": 1985, + "value": 3580424967 + }, + { + "year": 1986, + "value": 3651813713 + }, + { + "year": 1987, + "value": 3725019071 + }, + { + "year": 1988, + "value": 3798643183 + }, + { + "year": 1989, + "value": 3871349043 + }, + { + "year": 1990, + "value": 3944840237 + }, + { + "year": 1991, + "value": 4014647737 + }, + { + "year": 1992, + "value": 4082474773 + }, + { + "year": 1993, + "value": 4149075132 + }, + { + "year": 1994, + "value": 4214963232 + }, + { + "year": 1995, + "value": 4280338246 + }, + { + "year": 1996, + "value": 4345432484 + }, + { + "year": 1997, + "value": 4410389228 + }, + { + "year": 1998, + "value": 4474447539 + }, + { + "year": 1999, + "value": 4536985402 + }, + { + "year": 2000, + "value": 4598469354 + }, + { + "year": 2001, + "value": 4658609413 + }, + { + "year": 2002, + "value": 4717766167 + }, + { + "year": 2003, + "value": 4776667150 + }, + { + "year": 2004, + "value": 4835321975 + }, + { + "year": 2005, + "value": 4893951980 + }, + { + "year": 2006, + "value": 4952303244 + }, + { + "year": 2007, + "value": 5010312065 + }, + { + "year": 2008, + "value": 5068731828 + }, + { + "year": 2009, + "value": 5128024829 + }, + { + "year": 2010, + "value": 5187847044 + }, + { + "year": 2011, + "value": 5248583579 + }, + { + "year": 2012, + "value": 5309856949 + }, + { + "year": 2013, + "value": 5371870625 + }, + { + "year": 2014, + "value": 5433979884 + }, + { + "year": 2015, + "value": 5495816130 + }, + { + "year": 2016, + "value": 5557635482 + }, + { + "year": 2017, + "value": 5619111361 + }, + { + "year": 2018, + "value": 5678540888 + } + ] + }, + "North America": { + "population": [ + { + "year": 1960, + "value": 198624409 + }, + { + "year": 1961, + "value": 202007500 + }, + { + "year": 1962, + "value": 205198600 + }, + { + "year": 1963, + "value": 208253700 + }, + { + "year": 1964, + "value": 211262900 + }, + { + "year": 1965, + "value": 214031100 + }, + { + "year": 1966, + "value": 216659000 + }, + { + "year": 1967, + "value": 219176000 + }, + { + "year": 1968, + "value": 221503000 + }, + { + "year": 1969, + "value": 223759000 + }, + { + "year": 1970, + "value": 226431000 + }, + { + "year": 1971, + "value": 229677632 + }, + { + "year": 1972, + "value": 232168663 + }, + { + "year": 1973, + "value": 234454577 + }, + { + "year": 1974, + "value": 236715369 + }, + { + "year": 1975, + "value": 239169275 + }, + { + "year": 1976, + "value": 241538008 + }, + { + "year": 1977, + "value": 244018243 + }, + { + "year": 1978, + "value": 246601803 + }, + { + "year": 1979, + "value": 249310344 + }, + { + "year": 1980, + "value": 251795337 + }, + { + "year": 1981, + "value": 254340965 + }, + { + "year": 1982, + "value": 256836391 + }, + { + "year": 1983, + "value": 259214381 + }, + { + "year": 1984, + "value": 261488476 + }, + { + "year": 1985, + "value": 263823014 + }, + { + "year": 1986, + "value": 266290660 + }, + { + "year": 1987, + "value": 268793450 + }, + { + "year": 1988, + "value": 271349094 + }, + { + "year": 1989, + "value": 274154622 + }, + { + "year": 1990, + "value": 277373464 + }, + { + "year": 1991, + "value": 281077441 + }, + { + "year": 1992, + "value": 284943859 + }, + { + "year": 1993, + "value": 288662674 + }, + { + "year": 1994, + "value": 292185983 + }, + { + "year": 1995, + "value": 295640057 + }, + { + "year": 1996, + "value": 299064347 + }, + { + "year": 1997, + "value": 302623445 + }, + { + "year": 1998, + "value": 306070116 + }, + { + "year": 1999, + "value": 309502571 + }, + { + "year": 2000, + "value": 312909974 + }, + { + "year": 2001, + "value": 316052361 + }, + { + "year": 2002, + "value": 319048184 + }, + { + "year": 2003, + "value": 321815286 + }, + { + "year": 2004, + "value": 324809693 + }, + { + "year": 2005, + "value": 327824506 + }, + { + "year": 2006, + "value": 331015609 + }, + { + "year": 2007, + "value": 334185120 + }, + { + "year": 2008, + "value": 337406357 + }, + { + "year": 2009, + "value": 340466060 + }, + { + "year": 2010, + "value": 343396098 + }, + { + "year": 2011, + "value": 345983901 + }, + { + "year": 2012, + "value": 348653238 + }, + { + "year": 2013, + "value": 351205682 + }, + { + "year": 2014, + "value": 353888995 + }, + { + "year": 2015, + "value": 356510820 + }, + { + "year": 2016, + "value": 359245384 + }, + { + "year": 2017, + "value": 361751263 + }, + { + "year": 2018, + "value": 364290258 + } + ] + }, + "OECD members": { + "population": [ + { + "year": 1960, + "value": 791309222 + }, + { + "year": 1961, + "value": 803629386 + }, + { + "year": 1962, + "value": 814576858 + }, + { + "year": 1963, + "value": 825495463 + }, + { + "year": 1964, + "value": 836395330 + }, + { + "year": 1965, + "value": 846970817 + }, + { + "year": 1966, + "value": 857049045 + }, + { + "year": 1967, + "value": 866745021 + }, + { + "year": 1968, + "value": 875528057 + }, + { + "year": 1969, + "value": 886061016 + }, + { + "year": 1970, + "value": 895585273 + }, + { + "year": 1971, + "value": 906059367 + }, + { + "year": 1972, + "value": 916286623 + }, + { + "year": 1973, + "value": 925600118 + }, + { + "year": 1974, + "value": 935983893 + }, + { + "year": 1975, + "value": 945871539 + }, + { + "year": 1976, + "value": 954394265 + }, + { + "year": 1977, + "value": 963138632 + }, + { + "year": 1978, + "value": 971910822 + }, + { + "year": 1979, + "value": 980829495 + }, + { + "year": 1980, + "value": 989638618 + }, + { + "year": 1981, + "value": 998349556 + }, + { + "year": 1982, + "value": 1006653522 + }, + { + "year": 1983, + "value": 1014600264 + }, + { + "year": 1984, + "value": 1022196070 + }, + { + "year": 1985, + "value": 1029842555 + }, + { + "year": 1986, + "value": 1037777618 + }, + { + "year": 1987, + "value": 1045652901 + }, + { + "year": 1988, + "value": 1053638658 + }, + { + "year": 1989, + "value": 1062081668 + }, + { + "year": 1990, + "value": 1071033942 + }, + { + "year": 1991, + "value": 1080817111 + }, + { + "year": 1992, + "value": 1090444452 + }, + { + "year": 1993, + "value": 1099606388 + }, + { + "year": 1994, + "value": 1108313712 + }, + { + "year": 1995, + "value": 1116879852 + }, + { + "year": 1996, + "value": 1125172255 + }, + { + "year": 1997, + "value": 1133422874 + }, + { + "year": 1998, + "value": 1141378668 + }, + { + "year": 1999, + "value": 1149382451 + }, + { + "year": 2000, + "value": 1157244082 + }, + { + "year": 2001, + "value": 1165497846 + }, + { + "year": 2002, + "value": 1173879536 + }, + { + "year": 2003, + "value": 1182206361 + }, + { + "year": 2004, + "value": 1190571071 + }, + { + "year": 2005, + "value": 1198888103 + }, + { + "year": 2006, + "value": 1207587551 + }, + { + "year": 2007, + "value": 1216472640 + }, + { + "year": 2008, + "value": 1225804612 + }, + { + "year": 2009, + "value": 1234364086 + }, + { + "year": 2010, + "value": 1242309585 + }, + { + "year": 2011, + "value": 1248424526 + }, + { + "year": 2012, + "value": 1256042703 + }, + { + "year": 2013, + "value": 1263987635 + }, + { + "year": 2014, + "value": 1272282569 + }, + { + "year": 2015, + "value": 1280466626 + }, + { + "year": 2016, + "value": 1288747101 + }, + { + "year": 2017, + "value": 1296225760 + }, + { + "year": 2018, + "value": 1303529456 + } + ] + }, + "Other small states": { + "population": [ + { + "year": 1960, + "value": 9151857 + }, + { + "year": 1961, + "value": 9315842 + }, + { + "year": 1962, + "value": 9485204 + }, + { + "year": 1963, + "value": 9659445 + }, + { + "year": 1964, + "value": 9840384 + }, + { + "year": 1965, + "value": 10026016 + }, + { + "year": 1966, + "value": 10214279 + }, + { + "year": 1967, + "value": 10406026 + }, + { + "year": 1968, + "value": 10606249 + }, + { + "year": 1969, + "value": 10813743 + }, + { + "year": 1970, + "value": 11029142 + }, + { + "year": 1971, + "value": 11255183 + }, + { + "year": 1972, + "value": 11488089 + }, + { + "year": 1973, + "value": 11725327 + }, + { + "year": 1974, + "value": 11968103 + }, + { + "year": 1975, + "value": 12219436 + }, + { + "year": 1976, + "value": 12475022 + }, + { + "year": 1977, + "value": 12737735 + }, + { + "year": 1978, + "value": 13008031 + }, + { + "year": 1979, + "value": 13294830 + }, + { + "year": 1980, + "value": 13598543 + }, + { + "year": 1981, + "value": 13917162 + }, + { + "year": 1982, + "value": 14253289 + }, + { + "year": 1983, + "value": 14600203 + }, + { + "year": 1984, + "value": 14962381 + }, + { + "year": 1985, + "value": 15347583 + }, + { + "year": 1986, + "value": 15754507 + }, + { + "year": 1987, + "value": 16180181 + }, + { + "year": 1988, + "value": 16610017 + }, + { + "year": 1989, + "value": 17031547 + }, + { + "year": 1990, + "value": 17430779 + }, + { + "year": 1991, + "value": 17813831 + }, + { + "year": 1992, + "value": 18156566 + }, + { + "year": 1993, + "value": 18476081 + }, + { + "year": 1994, + "value": 18801065 + }, + { + "year": 1995, + "value": 19125016 + }, + { + "year": 1996, + "value": 19460594 + }, + { + "year": 1997, + "value": 19809624 + }, + { + "year": 1998, + "value": 20163885 + }, + { + "year": 1999, + "value": 20540138 + }, + { + "year": 2000, + "value": 20917092 + }, + { + "year": 2001, + "value": 21276743 + }, + { + "year": 2002, + "value": 21639132 + }, + { + "year": 2003, + "value": 22018494 + }, + { + "year": 2004, + "value": 22442101 + }, + { + "year": 2005, + "value": 22929109 + }, + { + "year": 2006, + "value": 23486218 + }, + { + "year": 2007, + "value": 24104670 + }, + { + "year": 2008, + "value": 24762406 + }, + { + "year": 2009, + "value": 25417830 + }, + { + "year": 2010, + "value": 26050942 + }, + { + "year": 2011, + "value": 26647962 + }, + { + "year": 2012, + "value": 27227319 + }, + { + "year": 2013, + "value": 27794595 + }, + { + "year": 2014, + "value": 28364410 + }, + { + "year": 2015, + "value": 28948869 + }, + { + "year": 2016, + "value": 29542879 + }, + { + "year": 2017, + "value": 30148800 + }, + { + "year": 2018, + "value": 30758989 + } + ] + }, + "Pacific island small states": { + "population": [ + { + "year": 1960, + "value": 865072 + }, + { + "year": 1961, + "value": 893380 + }, + { + "year": 1962, + "value": 923306 + }, + { + "year": 1963, + "value": 954111 + }, + { + "year": 1964, + "value": 984823 + }, + { + "year": 1965, + "value": 1014638 + }, + { + "year": 1966, + "value": 1043386 + }, + { + "year": 1967, + "value": 1071175 + }, + { + "year": 1968, + "value": 1098154 + }, + { + "year": 1969, + "value": 1124579 + }, + { + "year": 1970, + "value": 1150750 + }, + { + "year": 1971, + "value": 1176591 + }, + { + "year": 1972, + "value": 1202157 + }, + { + "year": 1973, + "value": 1227656 + }, + { + "year": 1974, + "value": 1253377 + }, + { + "year": 1975, + "value": 1279521 + }, + { + "year": 1976, + "value": 1306046 + }, + { + "year": 1977, + "value": 1332894 + }, + { + "year": 1978, + "value": 1360543 + }, + { + "year": 1979, + "value": 1389578 + }, + { + "year": 1980, + "value": 1420310 + }, + { + "year": 1981, + "value": 1453208 + }, + { + "year": 1982, + "value": 1487852 + }, + { + "year": 1983, + "value": 1522652 + }, + { + "year": 1984, + "value": 1555389 + }, + { + "year": 1985, + "value": 1584640 + }, + { + "year": 1986, + "value": 1609574 + }, + { + "year": 1987, + "value": 1630891 + }, + { + "year": 1988, + "value": 1650442 + }, + { + "year": 1989, + "value": 1670947 + }, + { + "year": 1990, + "value": 1694332 + }, + { + "year": 1991, + "value": 1721237 + }, + { + "year": 1992, + "value": 1750921 + }, + { + "year": 1993, + "value": 1782120 + }, + { + "year": 1994, + "value": 1812834 + }, + { + "year": 1995, + "value": 1841693 + }, + { + "year": 1996, + "value": 1868414 + }, + { + "year": 1997, + "value": 1893444 + }, + { + "year": 1998, + "value": 1917135 + }, + { + "year": 1999, + "value": 1939992 + }, + { + "year": 2000, + "value": 1962452 + }, + { + "year": 2001, + "value": 1984496 + }, + { + "year": 2002, + "value": 2006078 + }, + { + "year": 2003, + "value": 2027846 + }, + { + "year": 2004, + "value": 2050572 + }, + { + "year": 2005, + "value": 2074778 + }, + { + "year": 2006, + "value": 2100869 + }, + { + "year": 2007, + "value": 2128664 + }, + { + "year": 2008, + "value": 2157454 + }, + { + "year": 2009, + "value": 2186314 + }, + { + "year": 2010, + "value": 2214519 + }, + { + "year": 2011, + "value": 2241798 + }, + { + "year": 2012, + "value": 2268708 + }, + { + "year": 2013, + "value": 2296101 + }, + { + "year": 2014, + "value": 2325136 + }, + { + "year": 2015, + "value": 2355672 + }, + { + "year": 2016, + "value": 2388307 + }, + { + "year": 2017, + "value": 2422086 + }, + { + "year": 2018, + "value": 2457367 + } + ] + }, + "Post-demographic dividend": { + "population": [ + { + "year": 1960, + "value": 754514355 + }, + { + "year": 1961, + "value": 765311460 + }, + { + "year": 1962, + "value": 774755029 + }, + { + "year": 1963, + "value": 784053801 + }, + { + "year": 1964, + "value": 793187000 + }, + { + "year": 1965, + "value": 802029735 + }, + { + "year": 1966, + "value": 810302158 + }, + { + "year": 1967, + "value": 818025942 + }, + { + "year": 1968, + "value": 824783296 + }, + { + "year": 1969, + "value": 833233832 + }, + { + "year": 1970, + "value": 840763997 + }, + { + "year": 1971, + "value": 849163942 + }, + { + "year": 1972, + "value": 857079394 + }, + { + "year": 1973, + "value": 863981736 + }, + { + "year": 1974, + "value": 871928852 + }, + { + "year": 1975, + "value": 879257621 + }, + { + "year": 1976, + "value": 885141869 + }, + { + "year": 1977, + "value": 891242779 + }, + { + "year": 1978, + "value": 897376841 + }, + { + "year": 1979, + "value": 903768381 + }, + { + "year": 1980, + "value": 909865629 + }, + { + "year": 1981, + "value": 915958644 + }, + { + "year": 1982, + "value": 921480888 + }, + { + "year": 1983, + "value": 926566813 + }, + { + "year": 1984, + "value": 931345425 + }, + { + "year": 1985, + "value": 936158270 + }, + { + "year": 1986, + "value": 941386226 + }, + { + "year": 1987, + "value": 946693323 + }, + { + "year": 1988, + "value": 952208537 + }, + { + "year": 1989, + "value": 958128673 + }, + { + "year": 1990, + "value": 964233474 + }, + { + "year": 1991, + "value": 970954772 + }, + { + "year": 1992, + "value": 977682743 + }, + { + "year": 1993, + "value": 984081948 + }, + { + "year": 1994, + "value": 989856904 + }, + { + "year": 1995, + "value": 995277110 + }, + { + "year": 1996, + "value": 1000603120 + }, + { + "year": 1997, + "value": 1005699715 + }, + { + "year": 1998, + "value": 1010590288 + }, + { + "year": 1999, + "value": 1015420880 + }, + { + "year": 2000, + "value": 1020504252 + }, + { + "year": 2001, + "value": 1025423265 + }, + { + "year": 2002, + "value": 1030561714 + }, + { + "year": 2003, + "value": 1035711709 + }, + { + "year": 2004, + "value": 1041075142 + }, + { + "year": 2005, + "value": 1046366673 + }, + { + "year": 2006, + "value": 1052054803 + }, + { + "year": 2007, + "value": 1057981926 + }, + { + "year": 2008, + "value": 1064394167 + }, + { + "year": 2009, + "value": 1069878383 + }, + { + "year": 2010, + "value": 1074869481 + }, + { + "year": 2011, + "value": 1077838624 + }, + { + "year": 2012, + "value": 1082370705 + }, + { + "year": 2013, + "value": 1087128029 + }, + { + "year": 2014, + "value": 1092096206 + }, + { + "year": 2015, + "value": 1097025299 + }, + { + "year": 2016, + "value": 1101992071 + }, + { + "year": 2017, + "value": 1106035186 + }, + { + "year": 2018, + "value": 1109997273 + } + ] + }, + "Pre-demographic dividend": { + "population": [ + { + "year": 1960, + "value": 187617091 + }, + { + "year": 1961, + "value": 191889701 + }, + { + "year": 1962, + "value": 196349224 + }, + { + "year": 1963, + "value": 200997724 + }, + { + "year": 1964, + "value": 205835453 + }, + { + "year": 1965, + "value": 210864985 + }, + { + "year": 1966, + "value": 216096098 + }, + { + "year": 1967, + "value": 221539671 + }, + { + "year": 1968, + "value": 227201434 + }, + { + "year": 1969, + "value": 233086769 + }, + { + "year": 1970, + "value": 239204902 + }, + { + "year": 1971, + "value": 245537549 + }, + { + "year": 1972, + "value": 252097524 + }, + { + "year": 1973, + "value": 258953043 + }, + { + "year": 1974, + "value": 266195005 + }, + { + "year": 1975, + "value": 273877851 + }, + { + "year": 1976, + "value": 282049515 + }, + { + "year": 1977, + "value": 290664899 + }, + { + "year": 1978, + "value": 299569965 + }, + { + "year": 1979, + "value": 308551448 + }, + { + "year": 1980, + "value": 317462492 + }, + { + "year": 1981, + "value": 326257657 + }, + { + "year": 1982, + "value": 335003787 + }, + { + "year": 1983, + "value": 343806020 + }, + { + "year": 1984, + "value": 352822108 + }, + { + "year": 1985, + "value": 362177640 + }, + { + "year": 1986, + "value": 371878676 + }, + { + "year": 1987, + "value": 381918512 + }, + { + "year": 1988, + "value": 392393097 + }, + { + "year": 1989, + "value": 403416160 + }, + { + "year": 1990, + "value": 415057375 + }, + { + "year": 1991, + "value": 427398511 + }, + { + "year": 1992, + "value": 440397767 + }, + { + "year": 1993, + "value": 453849633 + }, + { + "year": 1994, + "value": 467465199 + }, + { + "year": 1995, + "value": 481049511 + }, + { + "year": 1996, + "value": 494517676 + }, + { + "year": 1997, + "value": 507968946 + }, + { + "year": 1998, + "value": 521617674 + }, + { + "year": 1999, + "value": 535773390 + }, + { + "year": 2000, + "value": 550660001 + }, + { + "year": 2001, + "value": 566366102 + }, + { + "year": 2002, + "value": 582828705 + }, + { + "year": 2003, + "value": 599938109 + }, + { + "year": 2004, + "value": 617518671 + }, + { + "year": 2005, + "value": 635451653 + }, + { + "year": 2006, + "value": 653695022 + }, + { + "year": 2007, + "value": 672318833 + }, + { + "year": 2008, + "value": 691447610 + }, + { + "year": 2009, + "value": 711257522 + }, + { + "year": 2010, + "value": 731868772 + }, + { + "year": 2011, + "value": 753326798 + }, + { + "year": 2012, + "value": 775573001 + }, + { + "year": 2013, + "value": 798495530 + }, + { + "year": 2014, + "value": 821931240 + }, + { + "year": 2015, + "value": 845759344 + }, + { + "year": 2016, + "value": 869943914 + }, + { + "year": 2017, + "value": 894512725 + }, + { + "year": 2018, + "value": 919485393 + } + ] + }, + "Small states": { + "population": [ + { + "year": 1960, + "value": 14211639 + }, + { + "year": 1961, + "value": 14483282 + }, + { + "year": 1962, + "value": 14762138 + }, + { + "year": 1963, + "value": 15045773 + }, + { + "year": 1964, + "value": 15333405 + }, + { + "year": 1965, + "value": 15621028 + }, + { + "year": 1966, + "value": 15906032 + }, + { + "year": 1967, + "value": 16189727 + }, + { + "year": 1968, + "value": 16478305 + }, + { + "year": 1969, + "value": 16772164 + }, + { + "year": 1970, + "value": 17073346 + }, + { + "year": 1971, + "value": 17384861 + }, + { + "year": 1972, + "value": 17702858 + }, + { + "year": 1973, + "value": 18024937 + }, + { + "year": 1974, + "value": 18352313 + }, + { + "year": 1975, + "value": 18688110 + }, + { + "year": 1976, + "value": 19027631 + }, + { + "year": 1977, + "value": 19373936 + }, + { + "year": 1978, + "value": 19729135 + }, + { + "year": 1979, + "value": 20104292 + }, + { + "year": 1980, + "value": 20501059 + }, + { + "year": 1981, + "value": 20918882 + }, + { + "year": 1982, + "value": 21359026 + }, + { + "year": 1983, + "value": 21809947 + }, + { + "year": 1984, + "value": 22269313 + }, + { + "year": 1985, + "value": 22740402 + }, + { + "year": 1986, + "value": 23219524 + }, + { + "year": 1987, + "value": 23705899 + }, + { + "year": 1988, + "value": 24190638 + }, + { + "year": 1989, + "value": 24669512 + }, + { + "year": 1990, + "value": 25134362 + }, + { + "year": 1991, + "value": 25593376 + }, + { + "year": 1992, + "value": 26020302 + }, + { + "year": 1993, + "value": 26428552 + }, + { + "year": 1994, + "value": 26841234 + }, + { + "year": 1995, + "value": 27247899 + }, + { + "year": 1996, + "value": 27660288 + }, + { + "year": 1997, + "value": 28081620 + }, + { + "year": 1998, + "value": 28504847 + }, + { + "year": 1999, + "value": 28948606 + }, + { + "year": 2000, + "value": 29393029 + }, + { + "year": 2001, + "value": 29820335 + }, + { + "year": 2002, + "value": 30250175 + }, + { + "year": 2003, + "value": 30697311 + }, + { + "year": 2004, + "value": 31189626 + }, + { + "year": 2005, + "value": 31746604 + }, + { + "year": 2006, + "value": 32375210 + }, + { + "year": 2007, + "value": 33066727 + }, + { + "year": 2008, + "value": 33798838 + }, + { + "year": 2009, + "value": 34529596 + }, + { + "year": 2010, + "value": 35238667 + }, + { + "year": 2011, + "value": 35912147 + }, + { + "year": 2012, + "value": 36568692 + }, + { + "year": 2013, + "value": 37214028 + }, + { + "year": 2014, + "value": 37862981 + }, + { + "year": 2015, + "value": 38526753 + }, + { + "year": 2016, + "value": 39200572 + }, + { + "year": 2017, + "value": 39885876 + }, + { + "year": 2018, + "value": 40575321 + } + ] + }, + "South Asia": { + "population": [ + { + "year": 1960, + "value": 572839523 + }, + { + "year": 1961, + "value": 584939726 + }, + { + "year": 1962, + "value": 597494449 + }, + { + "year": 1963, + "value": 610498327 + }, + { + "year": 1964, + "value": 623943332 + }, + { + "year": 1965, + "value": 637823175 + }, + { + "year": 1966, + "value": 652144182 + }, + { + "year": 1967, + "value": 666908582 + }, + { + "year": 1968, + "value": 682102178 + }, + { + "year": 1969, + "value": 697706104 + }, + { + "year": 1970, + "value": 713711349 + }, + { + "year": 1971, + "value": 730107637 + }, + { + "year": 1972, + "value": 746911716 + }, + { + "year": 1973, + "value": 764174958 + }, + { + "year": 1974, + "value": 781966565 + }, + { + "year": 1975, + "value": 800335563 + }, + { + "year": 1976, + "value": 819292545 + }, + { + "year": 1977, + "value": 838819925 + }, + { + "year": 1978, + "value": 858901731 + }, + { + "year": 1979, + "value": 879510848 + }, + { + "year": 1980, + "value": 900620572 + }, + { + "year": 1981, + "value": 922226636 + }, + { + "year": 1982, + "value": 944315187 + }, + { + "year": 1983, + "value": 966836452 + }, + { + "year": 1984, + "value": 989728215 + }, + { + "year": 1985, + "value": 1012942302 + }, + { + "year": 1986, + "value": 1036437892 + }, + { + "year": 1987, + "value": 1060208539 + }, + { + "year": 1988, + "value": 1084281155 + }, + { + "year": 1989, + "value": 1108702403 + }, + { + "year": 1990, + "value": 1133495196 + }, + { + "year": 1991, + "value": 1158655617 + }, + { + "year": 1992, + "value": 1184133314 + }, + { + "year": 1993, + "value": 1209847786 + }, + { + "year": 1994, + "value": 1235693869 + }, + { + "year": 1995, + "value": 1261587756 + }, + { + "year": 1996, + "value": 1287476190 + }, + { + "year": 1997, + "value": 1313346377 + }, + { + "year": 1998, + "value": 1339202708 + }, + { + "year": 1999, + "value": 1365067928 + }, + { + "year": 2000, + "value": 1390946064 + }, + { + "year": 2001, + "value": 1416822959 + }, + { + "year": 2002, + "value": 1442644058 + }, + { + "year": 2003, + "value": 1468324422 + }, + { + "year": 2004, + "value": 1493757846 + }, + { + "year": 2005, + "value": 1518861552 + }, + { + "year": 2006, + "value": 1543610696 + }, + { + "year": 2007, + "value": 1568003159 + }, + { + "year": 2008, + "value": 1592010819 + }, + { + "year": 2009, + "value": 1615610198 + }, + { + "year": 2010, + "value": 1638792934 + }, + { + "year": 2011, + "value": 1661534412 + }, + { + "year": 2012, + "value": 1683747130 + }, + { + "year": 2013, + "value": 1705772050 + }, + { + "year": 2014, + "value": 1727640967 + }, + { + "year": 2015, + "value": 1749417068 + }, + { + "year": 2016, + "value": 1771167194 + }, + { + "year": 2017, + "value": 1792835608 + }, + { + "year": 2018, + "value": 1814388744 + } + ] + }, + "South Asia (IDA & IBRD)": { + "population": [ + { + "year": 1960, + "value": 572839523 + }, + { + "year": 1961, + "value": 584939726 + }, + { + "year": 1962, + "value": 597494449 + }, + { + "year": 1963, + "value": 610498327 + }, + { + "year": 1964, + "value": 623943332 + }, + { + "year": 1965, + "value": 637823175 + }, + { + "year": 1966, + "value": 652144182 + }, + { + "year": 1967, + "value": 666908582 + }, + { + "year": 1968, + "value": 682102178 + }, + { + "year": 1969, + "value": 697706104 + }, + { + "year": 1970, + "value": 713711349 + }, + { + "year": 1971, + "value": 730107637 + }, + { + "year": 1972, + "value": 746911716 + }, + { + "year": 1973, + "value": 764174958 + }, + { + "year": 1974, + "value": 781966565 + }, + { + "year": 1975, + "value": 800335563 + }, + { + "year": 1976, + "value": 819292545 + }, + { + "year": 1977, + "value": 838819925 + }, + { + "year": 1978, + "value": 858901731 + }, + { + "year": 1979, + "value": 879510848 + }, + { + "year": 1980, + "value": 900620572 + }, + { + "year": 1981, + "value": 922226636 + }, + { + "year": 1982, + "value": 944315187 + }, + { + "year": 1983, + "value": 966836452 + }, + { + "year": 1984, + "value": 989728215 + }, + { + "year": 1985, + "value": 1012942302 + }, + { + "year": 1986, + "value": 1036437892 + }, + { + "year": 1987, + "value": 1060208539 + }, + { + "year": 1988, + "value": 1084281155 + }, + { + "year": 1989, + "value": 1108702403 + }, + { + "year": 1990, + "value": 1133495196 + }, + { + "year": 1991, + "value": 1158655617 + }, + { + "year": 1992, + "value": 1184133314 + }, + { + "year": 1993, + "value": 1209847786 + }, + { + "year": 1994, + "value": 1235693869 + }, + { + "year": 1995, + "value": 1261587756 + }, + { + "year": 1996, + "value": 1287476190 + }, + { + "year": 1997, + "value": 1313346377 + }, + { + "year": 1998, + "value": 1339202708 + }, + { + "year": 1999, + "value": 1365067928 + }, + { + "year": 2000, + "value": 1390946064 + }, + { + "year": 2001, + "value": 1416822959 + }, + { + "year": 2002, + "value": 1442644058 + }, + { + "year": 2003, + "value": 1468324422 + }, + { + "year": 2004, + "value": 1493757846 + }, + { + "year": 2005, + "value": 1518861552 + }, + { + "year": 2006, + "value": 1543610696 + }, + { + "year": 2007, + "value": 1568003159 + }, + { + "year": 2008, + "value": 1592010819 + }, + { + "year": 2009, + "value": 1615610198 + }, + { + "year": 2010, + "value": 1638792934 + }, + { + "year": 2011, + "value": 1661534412 + }, + { + "year": 2012, + "value": 1683747130 + }, + { + "year": 2013, + "value": 1705772050 + }, + { + "year": 2014, + "value": 1727640967 + }, + { + "year": 2015, + "value": 1749417068 + }, + { + "year": 2016, + "value": 1771167194 + }, + { + "year": 2017, + "value": 1792835608 + }, + { + "year": 2018, + "value": 1814388744 + } + ] + }, + "Sub-Saharan Africa": { + "population": [ + { + "year": 1960, + "value": 227233223 + }, + { + "year": 1961, + "value": 232567038 + }, + { + "year": 1962, + "value": 238121698 + }, + { + "year": 1963, + "value": 243893426 + }, + { + "year": 1964, + "value": 249873743 + }, + { + "year": 1965, + "value": 256059811 + }, + { + "year": 1966, + "value": 262454422 + }, + { + "year": 1967, + "value": 269072224 + }, + { + "year": 1968, + "value": 275937224 + }, + { + "year": 1969, + "value": 283080084 + }, + { + "year": 1970, + "value": 290526189 + }, + { + "year": 1971, + "value": 298284068 + }, + { + "year": 1972, + "value": 306359274 + }, + { + "year": 1973, + "value": 314761167 + }, + { + "year": 1974, + "value": 323500188 + }, + { + "year": 1975, + "value": 332583486 + }, + { + "year": 1976, + "value": 342018831 + }, + { + "year": 1977, + "value": 351808670 + }, + { + "year": 1978, + "value": 361939361 + }, + { + "year": 1979, + "value": 372404185 + }, + { + "year": 1980, + "value": 383188232 + }, + { + "year": 1981, + "value": 394281956 + }, + { + "year": 1982, + "value": 405688903 + }, + { + "year": 1983, + "value": 417425681 + }, + { + "year": 1984, + "value": 429521938 + }, + { + "year": 1985, + "value": 441988010 + }, + { + "year": 1986, + "value": 454835629 + }, + { + "year": 1987, + "value": 468053168 + }, + { + "year": 1988, + "value": 481594292 + }, + { + "year": 1989, + "value": 495407391 + }, + { + "year": 1990, + "value": 509451851 + }, + { + "year": 1991, + "value": 523726913 + }, + { + "year": 1992, + "value": 538246469 + }, + { + "year": 1993, + "value": 553020362 + }, + { + "year": 1994, + "value": 568072008 + }, + { + "year": 1995, + "value": 583413261 + }, + { + "year": 1996, + "value": 599067779 + }, + { + "year": 1997, + "value": 615054371 + }, + { + "year": 1998, + "value": 631400656 + }, + { + "year": 1999, + "value": 648148316 + }, + { + "year": 2000, + "value": 665327581 + }, + { + "year": 2001, + "value": 682956070 + }, + { + "year": 2002, + "value": 701066167 + }, + { + "year": 2003, + "value": 719716209 + }, + { + "year": 2004, + "value": 738983255 + }, + { + "year": 2005, + "value": 758924681 + }, + { + "year": 2006, + "value": 779566820 + }, + { + "year": 2007, + "value": 800908534 + }, + { + "year": 2008, + "value": 822945457 + }, + { + "year": 2009, + "value": 845655214 + }, + { + "year": 2010, + "value": 869025106 + }, + { + "year": 2011, + "value": 893046172 + }, + { + "year": 2012, + "value": 917726973 + }, + { + "year": 2013, + "value": 943041070 + }, + { + "year": 2014, + "value": 968959787 + }, + { + "year": 2015, + "value": 995458478 + }, + { + "year": 2016, + "value": 1022526541 + }, + { + "year": 2017, + "value": 1050153672 + }, + { + "year": 2018, + "value": 1078306520 + } + ] + }, + "Sub-Saharan Africa (excluding high income)": { + "population": [ + { + "year": 1960, + "value": 227191523 + }, + { + "year": 1961, + "value": 232524149 + }, + { + "year": 1962, + "value": 238077656 + }, + { + "year": 1963, + "value": 243848250 + }, + { + "year": 1964, + "value": 249827421 + }, + { + "year": 1965, + "value": 256012311 + }, + { + "year": 1966, + "value": 262405723 + }, + { + "year": 1967, + "value": 269022313 + }, + { + "year": 1968, + "value": 275886090 + }, + { + "year": 1969, + "value": 283027719 + }, + { + "year": 1970, + "value": 290472589 + }, + { + "year": 1971, + "value": 298229373 + }, + { + "year": 1972, + "value": 306303245 + }, + { + "year": 1973, + "value": 314704275 + }, + { + "year": 1974, + "value": 323442251 + }, + { + "year": 1975, + "value": 332524194 + }, + { + "year": 1976, + "value": 341958327 + }, + { + "year": 1977, + "value": 351746884 + }, + { + "year": 1978, + "value": 361877211 + }, + { + "year": 1979, + "value": 372341499 + }, + { + "year": 1980, + "value": 383124971 + }, + { + "year": 1981, + "value": 394217921 + }, + { + "year": 1982, + "value": 405624490 + }, + { + "year": 1983, + "value": 417361346 + }, + { + "year": 1984, + "value": 429457221 + }, + { + "year": 1985, + "value": 441922766 + }, + { + "year": 1986, + "value": 454769977 + }, + { + "year": 1987, + "value": 467984669 + }, + { + "year": 1988, + "value": 481525537 + }, + { + "year": 1989, + "value": 495338224 + }, + { + "year": 1990, + "value": 509382344 + }, + { + "year": 1991, + "value": 523656474 + }, + { + "year": 1992, + "value": 538175706 + }, + { + "year": 1993, + "value": 552948109 + }, + { + "year": 1994, + "value": 567997803 + }, + { + "year": 1995, + "value": 583337957 + }, + { + "year": 1996, + "value": 598991362 + }, + { + "year": 1997, + "value": 614977052 + }, + { + "year": 1998, + "value": 631321810 + }, + { + "year": 1999, + "value": 648067906 + }, + { + "year": 2000, + "value": 665246450 + }, + { + "year": 2001, + "value": 682874868 + }, + { + "year": 2002, + "value": 700982444 + }, + { + "year": 2003, + "value": 719633428 + }, + { + "year": 2004, + "value": 738900780 + }, + { + "year": 2005, + "value": 758841823 + }, + { + "year": 2006, + "value": 779482220 + }, + { + "year": 2007, + "value": 800823501 + }, + { + "year": 2008, + "value": 822858501 + }, + { + "year": 2009, + "value": 845567916 + }, + { + "year": 2010, + "value": 868935336 + }, + { + "year": 2011, + "value": 892958731 + }, + { + "year": 2012, + "value": 917638670 + }, + { + "year": 2013, + "value": 942951121 + }, + { + "year": 2014, + "value": 968868428 + }, + { + "year": 2015, + "value": 995365059 + }, + { + "year": 2016, + "value": 1022431864 + }, + { + "year": 2017, + "value": 1050057829 + }, + { + "year": 2018, + "value": 1078209758 + } + ] + }, + "Sub-Saharan Africa (IDA & IBRD countries)": { + "population": [ + { + "year": 1960, + "value": 227233223 + }, + { + "year": 1961, + "value": 232567038 + }, + { + "year": 1962, + "value": 238121698 + }, + { + "year": 1963, + "value": 243893426 + }, + { + "year": 1964, + "value": 249873743 + }, + { + "year": 1965, + "value": 256059811 + }, + { + "year": 1966, + "value": 262454422 + }, + { + "year": 1967, + "value": 269072224 + }, + { + "year": 1968, + "value": 275937224 + }, + { + "year": 1969, + "value": 283080084 + }, + { + "year": 1970, + "value": 290526189 + }, + { + "year": 1971, + "value": 298284068 + }, + { + "year": 1972, + "value": 306359274 + }, + { + "year": 1973, + "value": 314761167 + }, + { + "year": 1974, + "value": 323500188 + }, + { + "year": 1975, + "value": 332583486 + }, + { + "year": 1976, + "value": 342018831 + }, + { + "year": 1977, + "value": 351808670 + }, + { + "year": 1978, + "value": 361939361 + }, + { + "year": 1979, + "value": 372404185 + }, + { + "year": 1980, + "value": 383188232 + }, + { + "year": 1981, + "value": 394281956 + }, + { + "year": 1982, + "value": 405688903 + }, + { + "year": 1983, + "value": 417425681 + }, + { + "year": 1984, + "value": 429521938 + }, + { + "year": 1985, + "value": 441988010 + }, + { + "year": 1986, + "value": 454835629 + }, + { + "year": 1987, + "value": 468053168 + }, + { + "year": 1988, + "value": 481594292 + }, + { + "year": 1989, + "value": 495407391 + }, + { + "year": 1990, + "value": 509451851 + }, + { + "year": 1991, + "value": 523726913 + }, + { + "year": 1992, + "value": 538246469 + }, + { + "year": 1993, + "value": 553020362 + }, + { + "year": 1994, + "value": 568072008 + }, + { + "year": 1995, + "value": 583413261 + }, + { + "year": 1996, + "value": 599067779 + }, + { + "year": 1997, + "value": 615054371 + }, + { + "year": 1998, + "value": 631400656 + }, + { + "year": 1999, + "value": 648148316 + }, + { + "year": 2000, + "value": 665327581 + }, + { + "year": 2001, + "value": 682956070 + }, + { + "year": 2002, + "value": 701066167 + }, + { + "year": 2003, + "value": 719716209 + }, + { + "year": 2004, + "value": 738983255 + }, + { + "year": 2005, + "value": 758924681 + }, + { + "year": 2006, + "value": 779566820 + }, + { + "year": 2007, + "value": 800908534 + }, + { + "year": 2008, + "value": 822945457 + }, + { + "year": 2009, + "value": 845655214 + }, + { + "year": 2010, + "value": 869025106 + }, + { + "year": 2011, + "value": 893046172 + }, + { + "year": 2012, + "value": 917726973 + }, + { + "year": 2013, + "value": 943041070 + }, + { + "year": 2014, + "value": 968959787 + }, + { + "year": 2015, + "value": 995458478 + }, + { + "year": 2016, + "value": 1022526541 + }, + { + "year": 2017, + "value": 1050153672 + }, + { + "year": 2018, + "value": 1078306520 + } + ] + }, + "Upper middle income": { + "population": [ + { + "year": 1960, + "value": 1184555662 + }, + { + "year": 1961, + "value": 1189517219 + }, + { + "year": 1962, + "value": 1206934313 + }, + { + "year": 1963, + "value": 1235735480 + }, + { + "year": 1964, + "value": 1264214938 + }, + { + "year": 1965, + "value": 1293671190 + }, + { + "year": 1966, + "value": 1326076088 + }, + { + "year": 1967, + "value": 1357707469 + }, + { + "year": 1968, + "value": 1390259908 + }, + { + "year": 1969, + "value": 1424467769 + }, + { + "year": 1970, + "value": 1459613363 + }, + { + "year": 1971, + "value": 1495392316 + }, + { + "year": 1972, + "value": 1529438212 + }, + { + "year": 1973, + "value": 1562594826 + }, + { + "year": 1974, + "value": 1594423792 + }, + { + "year": 1975, + "value": 1624083079 + }, + { + "year": 1976, + "value": 1652300299 + }, + { + "year": 1977, + "value": 1679100999 + }, + { + "year": 1978, + "value": 1706009390 + }, + { + "year": 1979, + "value": 1733303601 + }, + { + "year": 1980, + "value": 1760396042 + }, + { + "year": 1981, + "value": 1788251122 + }, + { + "year": 1982, + "value": 1818380977 + }, + { + "year": 1983, + "value": 1848610954 + }, + { + "year": 1984, + "value": 1878028567 + }, + { + "year": 1985, + "value": 1908228254 + }, + { + "year": 1986, + "value": 1939929947 + }, + { + "year": 1987, + "value": 1973093324 + }, + { + "year": 1988, + "value": 2006397732 + }, + { + "year": 1989, + "value": 2038575917 + }, + { + "year": 1990, + "value": 2069481368 + }, + { + "year": 1991, + "value": 2098733828 + }, + { + "year": 1992, + "value": 2125919794 + }, + { + "year": 1993, + "value": 2151996102 + }, + { + "year": 1994, + "value": 2177563609 + }, + { + "year": 1995, + "value": 2202547627 + }, + { + "year": 1996, + "value": 2227015777 + }, + { + "year": 1997, + "value": 2251187823 + }, + { + "year": 1998, + "value": 2274454564 + }, + { + "year": 1999, + "value": 2296375670 + }, + { + "year": 2000, + "value": 2317310149 + }, + { + "year": 2001, + "value": 2337064426 + }, + { + "year": 2002, + "value": 2355936797 + }, + { + "year": 2003, + "value": 2374520060 + }, + { + "year": 2004, + "value": 2392790614 + }, + { + "year": 2005, + "value": 2410930308 + }, + { + "year": 2006, + "value": 2428657785 + }, + { + "year": 2007, + "value": 2445871770 + }, + { + "year": 2008, + "value": 2463294188 + }, + { + "year": 2009, + "value": 2481349075 + }, + { + "year": 2010, + "value": 2499410493 + }, + { + "year": 2011, + "value": 2518197739 + }, + { + "year": 2012, + "value": 2537625754 + }, + { + "year": 2013, + "value": 2557649560 + }, + { + "year": 2014, + "value": 2577855859 + }, + { + "year": 2015, + "value": 2597757681 + }, + { + "year": 2016, + "value": 2617804661 + }, + { + "year": 2017, + "value": 2637690770 + }, + { + "year": 2018, + "value": 2655635719 + } + ] + }, + "World": { + "population": [ + { + "year": 1960, + "value": 3032019978 + }, + { + "year": 1961, + "value": 3073077563 + }, + { + "year": 1962, + "value": 3126066253 + }, + { + "year": 1963, + "value": 3191186048 + }, + { + "year": 1964, + "value": 3256700083 + }, + { + "year": 1965, + "value": 3323623700 + }, + { + "year": 1966, + "value": 3393699205 + }, + { + "year": 1967, + "value": 3463147267 + }, + { + "year": 1968, + "value": 3533536526 + }, + { + "year": 1969, + "value": 3608235815 + }, + { + "year": 1970, + "value": 3683676306 + }, + { + "year": 1971, + "value": 3761307048 + }, + { + "year": 1972, + "value": 3837726171 + }, + { + "year": 1973, + "value": 3913217944 + }, + { + "year": 1974, + "value": 3989385034 + }, + { + "year": 1975, + "value": 4063806523 + }, + { + "year": 1976, + "value": 4136393107 + }, + { + "year": 1977, + "value": 4208770941 + }, + { + "year": 1978, + "value": 4282341460 + }, + { + "year": 1979, + "value": 4357793599 + }, + { + "year": 1980, + "value": 4434021975 + }, + { + "year": 1981, + "value": 4512268962 + }, + { + "year": 1982, + "value": 4593454253 + }, + { + "year": 1983, + "value": 4675367633 + }, + { + "year": 1984, + "value": 4756998073 + }, + { + "year": 1985, + "value": 4840155168 + }, + { + "year": 1986, + "value": 4925801334 + }, + { + "year": 1987, + "value": 5013576387 + }, + { + "year": 1988, + "value": 5102293348 + }, + { + "year": 1989, + "value": 5190965222 + }, + { + "year": 1990, + "value": 5281340078 + }, + { + "year": 1991, + "value": 5369210095 + }, + { + "year": 1992, + "value": 5453393960 + }, + { + "year": 1993, + "value": 5538448726 + }, + { + "year": 1994, + "value": 5622575421 + }, + { + "year": 1995, + "value": 5707533023 + }, + { + "year": 1996, + "value": 5790454220 + }, + { + "year": 1997, + "value": 5873071768 + }, + { + "year": 1998, + "value": 5954810550 + }, + { + "year": 1999, + "value": 6035284135 + }, + { + "year": 2000, + "value": 6115108363 + }, + { + "year": 2001, + "value": 6194460444 + }, + { + "year": 2002, + "value": 6273526441 + }, + { + "year": 2003, + "value": 6352677699 + }, + { + "year": 2004, + "value": 6432374971 + }, + { + "year": 2005, + "value": 6512602867 + }, + { + "year": 2006, + "value": 6593623202 + }, + { + "year": 2007, + "value": 6675130418 + }, + { + "year": 2008, + "value": 6757887172 + }, + { + "year": 2009, + "value": 6840591577 + }, + { + "year": 2010, + "value": 6922947261 + }, + { + "year": 2011, + "value": 7004011262 + }, + { + "year": 2012, + "value": 7086993625 + }, + { + "year": 2013, + "value": 7170961674 + }, + { + "year": 2014, + "value": 7255653881 + }, + { + "year": 2015, + "value": 7340548192 + }, + { + "year": 2016, + "value": 7426103221 + }, + { + "year": 2017, + "value": 7510990456 + }, + { + "year": 2018, + "value": 7594270356 + } + ] + }, + "Afghanistan": { + "population": [ + { + "year": 1960, + "value": 8996973 + }, + { + "year": 1961, + "value": 9169410 + }, + { + "year": 1962, + "value": 9351441 + }, + { + "year": 1963, + "value": 9543205 + }, + { + "year": 1964, + "value": 9744781 + }, + { + "year": 1965, + "value": 9956320 + }, + { + "year": 1966, + "value": 10174836 + }, + { + "year": 1967, + "value": 10399926 + }, + { + "year": 1968, + "value": 10637063 + }, + { + "year": 1969, + "value": 10893776 + }, + { + "year": 1970, + "value": 11173642 + }, + { + "year": 1971, + "value": 11475445 + }, + { + "year": 1972, + "value": 11791215 + }, + { + "year": 1973, + "value": 12108963 + }, + { + "year": 1974, + "value": 12412950 + }, + { + "year": 1975, + "value": 12689160 + }, + { + "year": 1976, + "value": 12943093 + }, + { + "year": 1977, + "value": 13171306 + }, + { + "year": 1978, + "value": 13341198 + }, + { + "year": 1979, + "value": 13411056 + }, + { + "year": 1980, + "value": 13356511 + }, + { + "year": 1981, + "value": 13171673 + }, + { + "year": 1982, + "value": 12882528 + }, + { + "year": 1983, + "value": 12537730 + }, + { + "year": 1984, + "value": 12204292 + }, + { + "year": 1985, + "value": 11938208 + }, + { + "year": 1986, + "value": 11736179 + }, + { + "year": 1987, + "value": 11604534 + }, + { + "year": 1988, + "value": 11618005 + }, + { + "year": 1989, + "value": 11868877 + }, + { + "year": 1990, + "value": 12412308 + }, + { + "year": 1991, + "value": 13299017 + }, + { + "year": 1992, + "value": 14485546 + }, + { + "year": 1993, + "value": 15816603 + }, + { + "year": 1994, + "value": 17075727 + }, + { + "year": 1995, + "value": 18110657 + }, + { + "year": 1996, + "value": 18853437 + }, + { + "year": 1997, + "value": 19357126 + }, + { + "year": 1998, + "value": 19737765 + }, + { + "year": 1999, + "value": 20170844 + }, + { + "year": 2000, + "value": 20779953 + }, + { + "year": 2001, + "value": 21606988 + }, + { + "year": 2002, + "value": 22600770 + }, + { + "year": 2003, + "value": 23680871 + }, + { + "year": 2004, + "value": 24726684 + }, + { + "year": 2005, + "value": 25654277 + }, + { + "year": 2006, + "value": 26433049 + }, + { + "year": 2007, + "value": 27100536 + }, + { + "year": 2008, + "value": 27722276 + }, + { + "year": 2009, + "value": 28394813 + }, + { + "year": 2010, + "value": 29185507 + }, + { + "year": 2011, + "value": 30117413 + }, + { + "year": 2012, + "value": 31161376 + }, + { + "year": 2013, + "value": 32269589 + }, + { + "year": 2014, + "value": 33370794 + }, + { + "year": 2015, + "value": 34413603 + }, + { + "year": 2016, + "value": 35383128 + }, + { + "year": 2017, + "value": 36296400 + }, + { + "year": 2018, + "value": 37172386 + } + ] + }, + "Albania": { + "population": [ + { + "year": 1960, + "value": 1608800 + }, + { + "year": 1961, + "value": 1659800 + }, + { + "year": 1962, + "value": 1711319 + }, + { + "year": 1963, + "value": 1762621 + }, + { + "year": 1964, + "value": 1814135 + }, + { + "year": 1965, + "value": 1864791 + }, + { + "year": 1966, + "value": 1914573 + }, + { + "year": 1967, + "value": 1965598 + }, + { + "year": 1968, + "value": 2022272 + }, + { + "year": 1969, + "value": 2081695 + }, + { + "year": 1970, + "value": 2135479 + }, + { + "year": 1971, + "value": 2187853 + }, + { + "year": 1972, + "value": 2243126 + }, + { + "year": 1973, + "value": 2296752 + }, + { + "year": 1974, + "value": 2350124 + }, + { + "year": 1975, + "value": 2404831 + }, + { + "year": 1976, + "value": 2458526 + }, + { + "year": 1977, + "value": 2513546 + }, + { + "year": 1978, + "value": 2566266 + }, + { + "year": 1979, + "value": 2617832 + }, + { + "year": 1980, + "value": 2671997 + }, + { + "year": 1981, + "value": 2726056 + }, + { + "year": 1982, + "value": 2784278 + }, + { + "year": 1983, + "value": 2843960 + }, + { + "year": 1984, + "value": 2904429 + }, + { + "year": 1985, + "value": 2964762 + }, + { + "year": 1986, + "value": 3022635 + }, + { + "year": 1987, + "value": 3083605 + }, + { + "year": 1988, + "value": 3142336 + }, + { + "year": 1989, + "value": 3227943 + }, + { + "year": 1990, + "value": 3286542 + }, + { + "year": 1991, + "value": 3266790 + }, + { + "year": 1992, + "value": 3247039 + }, + { + "year": 1993, + "value": 3227287 + }, + { + "year": 1994, + "value": 3207536 + }, + { + "year": 1995, + "value": 3187784 + }, + { + "year": 1996, + "value": 3168033 + }, + { + "year": 1997, + "value": 3148281 + }, + { + "year": 1998, + "value": 3128530 + }, + { + "year": 1999, + "value": 3108778 + }, + { + "year": 2000, + "value": 3089027 + }, + { + "year": 2001, + "value": 3060173 + }, + { + "year": 2002, + "value": 3051010 + }, + { + "year": 2003, + "value": 3039616 + }, + { + "year": 2004, + "value": 3026939 + }, + { + "year": 2005, + "value": 3011487 + }, + { + "year": 2006, + "value": 2992547 + }, + { + "year": 2007, + "value": 2970017 + }, + { + "year": 2008, + "value": 2947314 + }, + { + "year": 2009, + "value": 2927519 + }, + { + "year": 2010, + "value": 2913021 + }, + { + "year": 2011, + "value": 2905195 + }, + { + "year": 2012, + "value": 2900401 + }, + { + "year": 2013, + "value": 2895092 + }, + { + "year": 2014, + "value": 2889104 + }, + { + "year": 2015, + "value": 2880703 + }, + { + "year": 2016, + "value": 2876101 + }, + { + "year": 2017, + "value": 2873457 + }, + { + "year": 2018, + "value": 2866376 + } + ] + }, + "Algeria": { + "population": [ + { + "year": 1960, + "value": 11057863 + }, + { + "year": 1961, + "value": 11336339 + }, + { + "year": 1962, + "value": 11619828 + }, + { + "year": 1963, + "value": 11912803 + }, + { + "year": 1964, + "value": 12221675 + }, + { + "year": 1965, + "value": 12550885 + }, + { + "year": 1966, + "value": 12902627 + }, + { + "year": 1967, + "value": 13275026 + }, + { + "year": 1968, + "value": 13663583 + }, + { + "year": 1969, + "value": 14061722 + }, + { + "year": 1970, + "value": 14464985 + }, + { + "year": 1971, + "value": 14872250 + }, + { + "year": 1972, + "value": 15285990 + }, + { + "year": 1973, + "value": 15709825 + }, + { + "year": 1974, + "value": 16149025 + }, + { + "year": 1975, + "value": 16607707 + }, + { + "year": 1976, + "value": 17085801 + }, + { + "year": 1977, + "value": 17582904 + }, + { + "year": 1978, + "value": 18102266 + }, + { + "year": 1979, + "value": 18647815 + }, + { + "year": 1980, + "value": 19221665 + }, + { + "year": 1981, + "value": 19824301 + }, + { + "year": 1982, + "value": 20452902 + }, + { + "year": 1983, + "value": 21101875 + }, + { + "year": 1984, + "value": 21763575 + }, + { + "year": 1985, + "value": 22431502 + }, + { + "year": 1986, + "value": 23102389 + }, + { + "year": 1987, + "value": 23774284 + }, + { + "year": 1988, + "value": 24443467 + }, + { + "year": 1989, + "value": 25106190 + }, + { + "year": 1990, + "value": 25758869 + }, + { + "year": 1991, + "value": 26400479 + }, + { + "year": 1992, + "value": 27028326 + }, + { + "year": 1993, + "value": 27635515 + }, + { + "year": 1994, + "value": 28213774 + }, + { + "year": 1995, + "value": 28757785 + }, + { + "year": 1996, + "value": 29266405 + }, + { + "year": 1997, + "value": 29742979 + }, + { + "year": 1998, + "value": 30192754 + }, + { + "year": 1999, + "value": 30623406 + }, + { + "year": 2000, + "value": 31042235 + }, + { + "year": 2001, + "value": 31451514 + }, + { + "year": 2002, + "value": 31855109 + }, + { + "year": 2003, + "value": 32264157 + }, + { + "year": 2004, + "value": 32692163 + }, + { + "year": 2005, + "value": 33149724 + }, + { + "year": 2006, + "value": 33641002 + }, + { + "year": 2007, + "value": 34166972 + }, + { + "year": 2008, + "value": 34730608 + }, + { + "year": 2009, + "value": 35333881 + }, + { + "year": 2010, + "value": 35977455 + }, + { + "year": 2011, + "value": 36661444 + }, + { + "year": 2012, + "value": 37383887 + }, + { + "year": 2013, + "value": 38140132 + }, + { + "year": 2014, + "value": 38923687 + }, + { + "year": 2015, + "value": 39728025 + }, + { + "year": 2016, + "value": 40551404 + }, + { + "year": 2017, + "value": 41389198 + }, + { + "year": 2018, + "value": 42228429 + } + ] + }, + "American Samoa": { + "population": [ + { + "year": 1960, + "value": 20123 + }, + { + "year": 1961, + "value": 20602 + }, + { + "year": 1962, + "value": 21253 + }, + { + "year": 1963, + "value": 22034 + }, + { + "year": 1964, + "value": 22854 + }, + { + "year": 1965, + "value": 23672 + }, + { + "year": 1966, + "value": 24462 + }, + { + "year": 1967, + "value": 25248 + }, + { + "year": 1968, + "value": 25989 + }, + { + "year": 1969, + "value": 26703 + }, + { + "year": 1970, + "value": 27363 + }, + { + "year": 1971, + "value": 27984 + }, + { + "year": 1972, + "value": 28567 + }, + { + "year": 1973, + "value": 29100 + }, + { + "year": 1974, + "value": 29596 + }, + { + "year": 1975, + "value": 30052 + }, + { + "year": 1976, + "value": 30456 + }, + { + "year": 1977, + "value": 30838 + }, + { + "year": 1978, + "value": 31269 + }, + { + "year": 1979, + "value": 31845 + }, + { + "year": 1980, + "value": 32646 + }, + { + "year": 1981, + "value": 33701 + }, + { + "year": 1982, + "value": 34968 + }, + { + "year": 1983, + "value": 36412 + }, + { + "year": 1984, + "value": 37946 + }, + { + "year": 1985, + "value": 39519 + }, + { + "year": 1986, + "value": 41119 + }, + { + "year": 1987, + "value": 42740 + }, + { + "year": 1988, + "value": 44343 + }, + { + "year": 1989, + "value": 45894 + }, + { + "year": 1990, + "value": 47347 + }, + { + "year": 1991, + "value": 48685 + }, + { + "year": 1992, + "value": 49896 + }, + { + "year": 1993, + "value": 51020 + }, + { + "year": 1994, + "value": 52095 + }, + { + "year": 1995, + "value": 53161 + }, + { + "year": 1996, + "value": 54211 + }, + { + "year": 1997, + "value": 55221 + }, + { + "year": 1998, + "value": 56171 + }, + { + "year": 1999, + "value": 57053 + }, + { + "year": 2000, + "value": 57821 + }, + { + "year": 2001, + "value": 58494 + }, + { + "year": 2002, + "value": 59080 + }, + { + "year": 2003, + "value": 59504 + }, + { + "year": 2004, + "value": 59681 + }, + { + "year": 2005, + "value": 59562 + }, + { + "year": 2006, + "value": 59107 + }, + { + "year": 2007, + "value": 58365 + }, + { + "year": 2008, + "value": 57492 + }, + { + "year": 2009, + "value": 56683 + }, + { + "year": 2010, + "value": 56079 + }, + { + "year": 2011, + "value": 55759 + }, + { + "year": 2012, + "value": 55667 + }, + { + "year": 2013, + "value": 55713 + }, + { + "year": 2014, + "value": 55791 + }, + { + "year": 2015, + "value": 55812 + }, + { + "year": 2016, + "value": 55741 + }, + { + "year": 2017, + "value": 55620 + }, + { + "year": 2018, + "value": 55465 + } + ] + }, + "Andorra": { + "population": [ + { + "year": 1960, + "value": 13411 + }, + { + "year": 1961, + "value": 14375 + }, + { + "year": 1962, + "value": 15370 + }, + { + "year": 1963, + "value": 16412 + }, + { + "year": 1964, + "value": 17469 + }, + { + "year": 1965, + "value": 18549 + }, + { + "year": 1966, + "value": 19647 + }, + { + "year": 1967, + "value": 20758 + }, + { + "year": 1968, + "value": 21890 + }, + { + "year": 1969, + "value": 23058 + }, + { + "year": 1970, + "value": 24276 + }, + { + "year": 1971, + "value": 25559 + }, + { + "year": 1972, + "value": 26892 + }, + { + "year": 1973, + "value": 28232 + }, + { + "year": 1974, + "value": 29520 + }, + { + "year": 1975, + "value": 30705 + }, + { + "year": 1976, + "value": 31777 + }, + { + "year": 1977, + "value": 32771 + }, + { + "year": 1978, + "value": 33737 + }, + { + "year": 1979, + "value": 34818 + }, + { + "year": 1980, + "value": 36067 + }, + { + "year": 1981, + "value": 37500 + }, + { + "year": 1982, + "value": 39114 + }, + { + "year": 1983, + "value": 40867 + }, + { + "year": 1984, + "value": 42706 + }, + { + "year": 1985, + "value": 44600 + }, + { + "year": 1986, + "value": 46517 + }, + { + "year": 1987, + "value": 48455 + }, + { + "year": 1988, + "value": 50434 + }, + { + "year": 1989, + "value": 52448 + }, + { + "year": 1990, + "value": 54509 + }, + { + "year": 1991, + "value": 56671 + }, + { + "year": 1992, + "value": 58888 + }, + { + "year": 1993, + "value": 60971 + }, + { + "year": 1994, + "value": 62677 + }, + { + "year": 1995, + "value": 63850 + }, + { + "year": 1996, + "value": 64360 + }, + { + "year": 1997, + "value": 64327 + }, + { + "year": 1998, + "value": 64142 + }, + { + "year": 1999, + "value": 64370 + }, + { + "year": 2000, + "value": 65390 + }, + { + "year": 2001, + "value": 67341 + }, + { + "year": 2002, + "value": 70049 + }, + { + "year": 2003, + "value": 73182 + }, + { + "year": 2004, + "value": 76244 + }, + { + "year": 2005, + "value": 78867 + }, + { + "year": 2006, + "value": 80993 + }, + { + "year": 2007, + "value": 82684 + }, + { + "year": 2008, + "value": 83862 + }, + { + "year": 2009, + "value": 84463 + }, + { + "year": 2010, + "value": 84449 + }, + { + "year": 2011, + "value": 83747 + }, + { + "year": 2012, + "value": 82427 + }, + { + "year": 2013, + "value": 80774 + }, + { + "year": 2014, + "value": 79213 + }, + { + "year": 2015, + "value": 78011 + }, + { + "year": 2016, + "value": 77297 + }, + { + "year": 2017, + "value": 77001 + }, + { + "year": 2018, + "value": 77006 + } + ] + }, + "Angola": { + "population": [ + { + "year": 1960, + "value": 5454933 + }, + { + "year": 1961, + "value": 5531472 + }, + { + "year": 1962, + "value": 5608539 + }, + { + "year": 1963, + "value": 5679458 + }, + { + "year": 1964, + "value": 5735044 + }, + { + "year": 1965, + "value": 5770570 + }, + { + "year": 1966, + "value": 5781214 + }, + { + "year": 1967, + "value": 5774243 + }, + { + "year": 1968, + "value": 5771652 + }, + { + "year": 1969, + "value": 5803254 + }, + { + "year": 1970, + "value": 5890365 + }, + { + "year": 1971, + "value": 6040777 + }, + { + "year": 1972, + "value": 6248552 + }, + { + "year": 1973, + "value": 6496962 + }, + { + "year": 1974, + "value": 6761380 + }, + { + "year": 1975, + "value": 7024000 + }, + { + "year": 1976, + "value": 7279509 + }, + { + "year": 1977, + "value": 7533735 + }, + { + "year": 1978, + "value": 7790707 + }, + { + "year": 1979, + "value": 8058067 + }, + { + "year": 1980, + "value": 8341289 + }, + { + "year": 1981, + "value": 8640446 + }, + { + "year": 1982, + "value": 8952950 + }, + { + "year": 1983, + "value": 9278096 + }, + { + "year": 1984, + "value": 9614754 + }, + { + "year": 1985, + "value": 9961997 + }, + { + "year": 1986, + "value": 10320111 + }, + { + "year": 1987, + "value": 10689250 + }, + { + "year": 1988, + "value": 11068050 + }, + { + "year": 1989, + "value": 11454777 + }, + { + "year": 1990, + "value": 11848386 + }, + { + "year": 1991, + "value": 12248901 + }, + { + "year": 1992, + "value": 12657366 + }, + { + "year": 1993, + "value": 13075049 + }, + { + "year": 1994, + "value": 13503747 + }, + { + "year": 1995, + "value": 13945206 + }, + { + "year": 1996, + "value": 14400719 + }, + { + "year": 1997, + "value": 14871570 + }, + { + "year": 1998, + "value": 15359601 + }, + { + "year": 1999, + "value": 15866869 + }, + { + "year": 2000, + "value": 16395473 + }, + { + "year": 2001, + "value": 16945753 + }, + { + "year": 2002, + "value": 17519417 + }, + { + "year": 2003, + "value": 18121479 + }, + { + "year": 2004, + "value": 18758145 + }, + { + "year": 2005, + "value": 19433602 + }, + { + "year": 2006, + "value": 20149901 + }, + { + "year": 2007, + "value": 20905363 + }, + { + "year": 2008, + "value": 21695634 + }, + { + "year": 2009, + "value": 22514281 + }, + { + "year": 2010, + "value": 23356246 + }, + { + "year": 2011, + "value": 24220661 + }, + { + "year": 2012, + "value": 25107931 + }, + { + "year": 2013, + "value": 26015780 + }, + { + "year": 2014, + "value": 26941779 + }, + { + "year": 2015, + "value": 27884381 + }, + { + "year": 2016, + "value": 28842484 + }, + { + "year": 2017, + "value": 29816748 + }, + { + "year": 2018, + "value": 30809762 + } + ] + }, + "Antigua and Barbuda": { + "population": [ + { + "year": 1960, + "value": 54131 + }, + { + "year": 1961, + "value": 55001 + }, + { + "year": 1962, + "value": 55841 + }, + { + "year": 1963, + "value": 56702 + }, + { + "year": 1964, + "value": 57641 + }, + { + "year": 1965, + "value": 58698 + }, + { + "year": 1966, + "value": 59915 + }, + { + "year": 1967, + "value": 61241 + }, + { + "year": 1968, + "value": 62521 + }, + { + "year": 1969, + "value": 63550 + }, + { + "year": 1970, + "value": 64177 + }, + { + "year": 1971, + "value": 64357 + }, + { + "year": 1972, + "value": 64133 + }, + { + "year": 1973, + "value": 63650 + }, + { + "year": 1974, + "value": 63120 + }, + { + "year": 1975, + "value": 62675 + }, + { + "year": 1976, + "value": 62367 + }, + { + "year": 1977, + "value": 62159 + }, + { + "year": 1978, + "value": 62036 + }, + { + "year": 1979, + "value": 61952 + }, + { + "year": 1980, + "value": 61865 + }, + { + "year": 1981, + "value": 61800 + }, + { + "year": 1982, + "value": 61779 + }, + { + "year": 1983, + "value": 61787 + }, + { + "year": 1984, + "value": 61786 + }, + { + "year": 1985, + "value": 61786 + }, + { + "year": 1986, + "value": 61754 + }, + { + "year": 1987, + "value": 61717 + }, + { + "year": 1988, + "value": 61771 + }, + { + "year": 1989, + "value": 62008 + }, + { + "year": 1990, + "value": 62528 + }, + { + "year": 1991, + "value": 63367 + }, + { + "year": 1992, + "value": 64471 + }, + { + "year": 1993, + "value": 65777 + }, + { + "year": 1994, + "value": 67204 + }, + { + "year": 1995, + "value": 68670 + }, + { + "year": 1996, + "value": 70173 + }, + { + "year": 1997, + "value": 71704 + }, + { + "year": 1998, + "value": 73224 + }, + { + "year": 1999, + "value": 74674 + }, + { + "year": 2000, + "value": 76016 + }, + { + "year": 2001, + "value": 77212 + }, + { + "year": 2002, + "value": 78295 + }, + { + "year": 2003, + "value": 79300 + }, + { + "year": 2004, + "value": 80336 + }, + { + "year": 2005, + "value": 81465 + }, + { + "year": 2006, + "value": 82704 + }, + { + "year": 2007, + "value": 84026 + }, + { + "year": 2008, + "value": 85397 + }, + { + "year": 2009, + "value": 86746 + }, + { + "year": 2010, + "value": 88028 + }, + { + "year": 2011, + "value": 89253 + }, + { + "year": 2012, + "value": 90409 + }, + { + "year": 2013, + "value": 91516 + }, + { + "year": 2014, + "value": 92562 + }, + { + "year": 2015, + "value": 93566 + }, + { + "year": 2016, + "value": 94527 + }, + { + "year": 2017, + "value": 95426 + }, + { + "year": 2018, + "value": 96286 + } + ] + }, + "Argentina": { + "population": [ + { + "year": 1960, + "value": 20481779 + }, + { + "year": 1961, + "value": 20817266 + }, + { + "year": 1962, + "value": 21153052 + }, + { + "year": 1963, + "value": 21488912 + }, + { + "year": 1964, + "value": 21824425 + }, + { + "year": 1965, + "value": 22159650 + }, + { + "year": 1966, + "value": 22494035 + }, + { + "year": 1967, + "value": 22828869 + }, + { + "year": 1968, + "value": 23168267 + }, + { + "year": 1969, + "value": 23517611 + }, + { + "year": 1970, + "value": 23880561 + }, + { + "year": 1971, + "value": 24259561 + }, + { + "year": 1972, + "value": 24653175 + }, + { + "year": 1973, + "value": 25056478 + }, + { + "year": 1974, + "value": 25462302 + }, + { + "year": 1975, + "value": 25865776 + }, + { + "year": 1976, + "value": 26264681 + }, + { + "year": 1977, + "value": 26661398 + }, + { + "year": 1978, + "value": 27061047 + }, + { + "year": 1979, + "value": 27471036 + }, + { + "year": 1980, + "value": 27896528 + }, + { + "year": 1981, + "value": 28338515 + }, + { + "year": 1982, + "value": 28794548 + }, + { + "year": 1983, + "value": 29262047 + }, + { + "year": 1984, + "value": 29737093 + }, + { + "year": 1985, + "value": 30216279 + }, + { + "year": 1986, + "value": 30698964 + }, + { + "year": 1987, + "value": 31184415 + }, + { + "year": 1988, + "value": 31668949 + }, + { + "year": 1989, + "value": 32148134 + }, + { + "year": 1990, + "value": 32618651 + }, + { + "year": 1991, + "value": 33079000 + }, + { + "year": 1992, + "value": 33529326 + }, + { + "year": 1993, + "value": 33970111 + }, + { + "year": 1994, + "value": 34402672 + }, + { + "year": 1995, + "value": 34828170 + }, + { + "year": 1996, + "value": 35246374 + }, + { + "year": 1997, + "value": 35657429 + }, + { + "year": 1998, + "value": 36063459 + }, + { + "year": 1999, + "value": 36467218 + }, + { + "year": 2000, + "value": 36870787 + }, + { + "year": 2001, + "value": 37275652 + }, + { + "year": 2002, + "value": 37681749 + }, + { + "year": 2003, + "value": 38087868 + }, + { + "year": 2004, + "value": 38491972 + }, + { + "year": 2005, + "value": 38892931 + }, + { + "year": 2006, + "value": 39289878 + }, + { + "year": 2007, + "value": 39684295 + }, + { + "year": 2008, + "value": 40080160 + }, + { + "year": 2009, + "value": 40482788 + }, + { + "year": 2010, + "value": 40788453 + }, + { + "year": 2011, + "value": 41261490 + }, + { + "year": 2012, + "value": 41733271 + }, + { + "year": 2013, + "value": 42202935 + }, + { + "year": 2014, + "value": 42669500 + }, + { + "year": 2015, + "value": 43131966 + }, + { + "year": 2016, + "value": 43590368 + }, + { + "year": 2017, + "value": 44044811 + }, + { + "year": 2018, + "value": 44494502 + } + ] + }, + "Armenia": { + "population": [ + { + "year": 1960, + "value": 1874121 + }, + { + "year": 1961, + "value": 1941492 + }, + { + "year": 1962, + "value": 2009526 + }, + { + "year": 1963, + "value": 2077578 + }, + { + "year": 1964, + "value": 2145001 + }, + { + "year": 1965, + "value": 2211319 + }, + { + "year": 1966, + "value": 2276034 + }, + { + "year": 1967, + "value": 2339127 + }, + { + "year": 1968, + "value": 2401143 + }, + { + "year": 1969, + "value": 2462928 + }, + { + "year": 1970, + "value": 2525068 + }, + { + "year": 1971, + "value": 2587708 + }, + { + "year": 1972, + "value": 2650486 + }, + { + "year": 1973, + "value": 2712786 + }, + { + "year": 1974, + "value": 2773748 + }, + { + "year": 1975, + "value": 2832759 + }, + { + "year": 1976, + "value": 2889579 + }, + { + "year": 1977, + "value": 2944383 + }, + { + "year": 1978, + "value": 2997417 + }, + { + "year": 1979, + "value": 3049109 + }, + { + "year": 1980, + "value": 3099754 + }, + { + "year": 1981, + "value": 3148096 + }, + { + "year": 1982, + "value": 3193689 + }, + { + "year": 1983, + "value": 3238595 + }, + { + "year": 1984, + "value": 3285599 + }, + { + "year": 1985, + "value": 3335940 + }, + { + "year": 1986, + "value": 3392264 + }, + { + "year": 1987, + "value": 3451947 + }, + { + "year": 1988, + "value": 3504659 + }, + { + "year": 1989, + "value": 3536474 + }, + { + "year": 1990, + "value": 3538171 + }, + { + "year": 1991, + "value": 3505258 + }, + { + "year": 1992, + "value": 3442817 + }, + { + "year": 1993, + "value": 3363108 + }, + { + "year": 1994, + "value": 3283667 + }, + { + "year": 1995, + "value": 3217348 + }, + { + "year": 1996, + "value": 3168221 + }, + { + "year": 1997, + "value": 3133089 + }, + { + "year": 1998, + "value": 3108687 + }, + { + "year": 1999, + "value": 3089022 + }, + { + "year": 2000, + "value": 3069591 + }, + { + "year": 2001, + "value": 3050687 + }, + { + "year": 2002, + "value": 3033978 + }, + { + "year": 2003, + "value": 3017932 + }, + { + "year": 2004, + "value": 3000720 + }, + { + "year": 2005, + "value": 2981269 + }, + { + "year": 2006, + "value": 2958307 + }, + { + "year": 2007, + "value": 2932618 + }, + { + "year": 2008, + "value": 2907618 + }, + { + "year": 2009, + "value": 2888092 + }, + { + "year": 2010, + "value": 2877319 + }, + { + "year": 2011, + "value": 2876538 + }, + { + "year": 2012, + "value": 2884229 + }, + { + "year": 2013, + "value": 2897584 + }, + { + "year": 2014, + "value": 2912403 + }, + { + "year": 2015, + "value": 2925553 + }, + { + "year": 2016, + "value": 2936146 + }, + { + "year": 2017, + "value": 2944809 + }, + { + "year": 2018, + "value": 2951776 + } + ] + }, + "Aruba": { + "population": [ + { + "year": 1960, + "value": 54211 + }, + { + "year": 1961, + "value": 55438 + }, + { + "year": 1962, + "value": 56225 + }, + { + "year": 1963, + "value": 56695 + }, + { + "year": 1964, + "value": 57032 + }, + { + "year": 1965, + "value": 57360 + }, + { + "year": 1966, + "value": 57715 + }, + { + "year": 1967, + "value": 58055 + }, + { + "year": 1968, + "value": 58386 + }, + { + "year": 1969, + "value": 58726 + }, + { + "year": 1970, + "value": 59063 + }, + { + "year": 1971, + "value": 59440 + }, + { + "year": 1972, + "value": 59840 + }, + { + "year": 1973, + "value": 60243 + }, + { + "year": 1974, + "value": 60528 + }, + { + "year": 1975, + "value": 60657 + }, + { + "year": 1976, + "value": 60586 + }, + { + "year": 1977, + "value": 60366 + }, + { + "year": 1978, + "value": 60103 + }, + { + "year": 1979, + "value": 59980 + }, + { + "year": 1980, + "value": 60096 + }, + { + "year": 1981, + "value": 60567 + }, + { + "year": 1982, + "value": 61345 + }, + { + "year": 1983, + "value": 62201 + }, + { + "year": 1984, + "value": 62836 + }, + { + "year": 1985, + "value": 63026 + }, + { + "year": 1986, + "value": 62644 + }, + { + "year": 1987, + "value": 61833 + }, + { + "year": 1988, + "value": 61079 + }, + { + "year": 1989, + "value": 61032 + }, + { + "year": 1990, + "value": 62149 + }, + { + "year": 1991, + "value": 64622 + }, + { + "year": 1992, + "value": 68235 + }, + { + "year": 1993, + "value": 72504 + }, + { + "year": 1994, + "value": 76700 + }, + { + "year": 1995, + "value": 80324 + }, + { + "year": 1996, + "value": 83200 + }, + { + "year": 1997, + "value": 85451 + }, + { + "year": 1998, + "value": 87277 + }, + { + "year": 1999, + "value": 89005 + }, + { + "year": 2000, + "value": 90853 + }, + { + "year": 2001, + "value": 92898 + }, + { + "year": 2002, + "value": 94992 + }, + { + "year": 2003, + "value": 97017 + }, + { + "year": 2004, + "value": 98737 + }, + { + "year": 2005, + "value": 100031 + }, + { + "year": 2006, + "value": 100834 + }, + { + "year": 2007, + "value": 101222 + }, + { + "year": 2008, + "value": 101358 + }, + { + "year": 2009, + "value": 101455 + }, + { + "year": 2010, + "value": 101669 + }, + { + "year": 2011, + "value": 102046 + }, + { + "year": 2012, + "value": 102560 + }, + { + "year": 2013, + "value": 103159 + }, + { + "year": 2014, + "value": 103774 + }, + { + "year": 2015, + "value": 104341 + }, + { + "year": 2016, + "value": 104872 + }, + { + "year": 2017, + "value": 105366 + }, + { + "year": 2018, + "value": 105845 + } + ] + }, + "Australia": { + "population": [ + { + "year": 1960, + "value": 10276477 + }, + { + "year": 1961, + "value": 10483000 + }, + { + "year": 1962, + "value": 10742000 + }, + { + "year": 1963, + "value": 10950000 + }, + { + "year": 1964, + "value": 11167000 + }, + { + "year": 1965, + "value": 11388000 + }, + { + "year": 1966, + "value": 11651000 + }, + { + "year": 1967, + "value": 11799000 + }, + { + "year": 1968, + "value": 12009000 + }, + { + "year": 1969, + "value": 12263000 + }, + { + "year": 1970, + "value": 12507000 + }, + { + "year": 1971, + "value": 12937000 + }, + { + "year": 1972, + "value": 13177000 + }, + { + "year": 1973, + "value": 13380000 + }, + { + "year": 1974, + "value": 13723000 + }, + { + "year": 1975, + "value": 13893000 + }, + { + "year": 1976, + "value": 14033000 + }, + { + "year": 1977, + "value": 14192000 + }, + { + "year": 1978, + "value": 14358000 + }, + { + "year": 1979, + "value": 14514000 + }, + { + "year": 1980, + "value": 14692000 + }, + { + "year": 1981, + "value": 14927000 + }, + { + "year": 1982, + "value": 15178000 + }, + { + "year": 1983, + "value": 15369000 + }, + { + "year": 1984, + "value": 15544000 + }, + { + "year": 1985, + "value": 15758000 + }, + { + "year": 1986, + "value": 16018400 + }, + { + "year": 1987, + "value": 16263900 + }, + { + "year": 1988, + "value": 16532200 + }, + { + "year": 1989, + "value": 16814400 + }, + { + "year": 1990, + "value": 17065100 + }, + { + "year": 1991, + "value": 17284000 + }, + { + "year": 1992, + "value": 17495000 + }, + { + "year": 1993, + "value": 17667000 + }, + { + "year": 1994, + "value": 17855000 + }, + { + "year": 1995, + "value": 18072000 + }, + { + "year": 1996, + "value": 18311000 + }, + { + "year": 1997, + "value": 18517000 + }, + { + "year": 1998, + "value": 18711000 + }, + { + "year": 1999, + "value": 18926000 + }, + { + "year": 2000, + "value": 19153000 + }, + { + "year": 2001, + "value": 19413000 + }, + { + "year": 2002, + "value": 19651400 + }, + { + "year": 2003, + "value": 19895400 + }, + { + "year": 2004, + "value": 20127400 + }, + { + "year": 2005, + "value": 20394800 + }, + { + "year": 2006, + "value": 20697900 + }, + { + "year": 2007, + "value": 20827600 + }, + { + "year": 2008, + "value": 21249200 + }, + { + "year": 2009, + "value": 21691700 + }, + { + "year": 2010, + "value": 22031750 + }, + { + "year": 2011, + "value": 22340024 + }, + { + "year": 2012, + "value": 22733465 + }, + { + "year": 2013, + "value": 23128129 + }, + { + "year": 2014, + "value": 23475686 + }, + { + "year": 2015, + "value": 23815995 + }, + { + "year": 2016, + "value": 24190907 + }, + { + "year": 2017, + "value": 24601860 + }, + { + "year": 2018, + "value": 24982688 + } + ] + }, + "Austria": { + "population": [ + { + "year": 1960, + "value": 7047539 + }, + { + "year": 1961, + "value": 7086299 + }, + { + "year": 1962, + "value": 7129864 + }, + { + "year": 1963, + "value": 7175811 + }, + { + "year": 1964, + "value": 7223801 + }, + { + "year": 1965, + "value": 7270889 + }, + { + "year": 1966, + "value": 7322066 + }, + { + "year": 1967, + "value": 7376998 + }, + { + "year": 1968, + "value": 7415403 + }, + { + "year": 1969, + "value": 7441055 + }, + { + "year": 1970, + "value": 7467086 + }, + { + "year": 1971, + "value": 7500482 + }, + { + "year": 1972, + "value": 7544201 + }, + { + "year": 1973, + "value": 7586115 + }, + { + "year": 1974, + "value": 7599038 + }, + { + "year": 1975, + "value": 7578903 + }, + { + "year": 1976, + "value": 7565525 + }, + { + "year": 1977, + "value": 7568430 + }, + { + "year": 1978, + "value": 7562305 + }, + { + "year": 1979, + "value": 7549425 + }, + { + "year": 1980, + "value": 7549433 + }, + { + "year": 1981, + "value": 7568710 + }, + { + "year": 1982, + "value": 7574140 + }, + { + "year": 1983, + "value": 7561910 + }, + { + "year": 1984, + "value": 7561434 + }, + { + "year": 1985, + "value": 7564985 + }, + { + "year": 1986, + "value": 7569794 + }, + { + "year": 1987, + "value": 7574586 + }, + { + "year": 1988, + "value": 7585317 + }, + { + "year": 1989, + "value": 7619567 + }, + { + "year": 1990, + "value": 7677850 + }, + { + "year": 1991, + "value": 7754891 + }, + { + "year": 1992, + "value": 7840709 + }, + { + "year": 1993, + "value": 7905633 + }, + { + "year": 1994, + "value": 7936118 + }, + { + "year": 1995, + "value": 7948278 + }, + { + "year": 1996, + "value": 7959017 + }, + { + "year": 1997, + "value": 7968041 + }, + { + "year": 1998, + "value": 7976789 + }, + { + "year": 1999, + "value": 7992324 + }, + { + "year": 2000, + "value": 8011566 + }, + { + "year": 2001, + "value": 8042293 + }, + { + "year": 2002, + "value": 8081957 + }, + { + "year": 2003, + "value": 8121423 + }, + { + "year": 2004, + "value": 8171966 + }, + { + "year": 2005, + "value": 8227829 + }, + { + "year": 2006, + "value": 8268641 + }, + { + "year": 2007, + "value": 8295487 + }, + { + "year": 2008, + "value": 8321496 + }, + { + "year": 2009, + "value": 8343323 + }, + { + "year": 2010, + "value": 8363404 + }, + { + "year": 2011, + "value": 8391643 + }, + { + "year": 2012, + "value": 8429991 + }, + { + "year": 2013, + "value": 8479823 + }, + { + "year": 2014, + "value": 8546356 + }, + { + "year": 2015, + "value": 8642699 + }, + { + "year": 2016, + "value": 8736668 + }, + { + "year": 2017, + "value": 8797566 + }, + { + "year": 2018, + "value": 8840521 + } + ] + }, + "Azerbaijan": { + "population": [ + { + "year": 1960, + "value": 3895397 + }, + { + "year": 1961, + "value": 4030322 + }, + { + "year": 1962, + "value": 4171426 + }, + { + "year": 1963, + "value": 4315127 + }, + { + "year": 1964, + "value": 4456687 + }, + { + "year": 1965, + "value": 4592609 + }, + { + "year": 1966, + "value": 4721523 + }, + { + "year": 1967, + "value": 4843868 + }, + { + "year": 1968, + "value": 4960232 + }, + { + "year": 1969, + "value": 5071927 + }, + { + "year": 1970, + "value": 5180023 + }, + { + "year": 1971, + "value": 5284531 + }, + { + "year": 1972, + "value": 5385263 + }, + { + "year": 1973, + "value": 5483082 + }, + { + "year": 1974, + "value": 5579072 + }, + { + "year": 1975, + "value": 5674133 + }, + { + "year": 1976, + "value": 5768721 + }, + { + "year": 1977, + "value": 5863132 + }, + { + "year": 1978, + "value": 5957925 + }, + { + "year": 1979, + "value": 6053640 + }, + { + "year": 1980, + "value": 6150733 + }, + { + "year": 1981, + "value": 6249314 + }, + { + "year": 1982, + "value": 6349553 + }, + { + "year": 1983, + "value": 6452069 + }, + { + "year": 1984, + "value": 6557581 + }, + { + "year": 1985, + "value": 6666447 + }, + { + "year": 1986, + "value": 6778624 + }, + { + "year": 1987, + "value": 6893489 + }, + { + "year": 1988, + "value": 7010027 + }, + { + "year": 1989, + "value": 7126881 + }, + { + "year": 1990, + "value": 7159000 + }, + { + "year": 1991, + "value": 7271000 + }, + { + "year": 1992, + "value": 7382000 + }, + { + "year": 1993, + "value": 7495000 + }, + { + "year": 1994, + "value": 7597000 + }, + { + "year": 1995, + "value": 7685000 + }, + { + "year": 1996, + "value": 7763000 + }, + { + "year": 1997, + "value": 7838250 + }, + { + "year": 1998, + "value": 7913000 + }, + { + "year": 1999, + "value": 7982750 + }, + { + "year": 2000, + "value": 8048600 + }, + { + "year": 2001, + "value": 8111200 + }, + { + "year": 2002, + "value": 8171950 + }, + { + "year": 2003, + "value": 8234100 + }, + { + "year": 2004, + "value": 8306500 + }, + { + "year": 2005, + "value": 8391850 + }, + { + "year": 2006, + "value": 8484550 + }, + { + "year": 2007, + "value": 8581300 + }, + { + "year": 2008, + "value": 8763400 + }, + { + "year": 2009, + "value": 8947243 + }, + { + "year": 2010, + "value": 9054332 + }, + { + "year": 2011, + "value": 9173082 + }, + { + "year": 2012, + "value": 9295784 + }, + { + "year": 2013, + "value": 9416801 + }, + { + "year": 2014, + "value": 9535079 + }, + { + "year": 2015, + "value": 9649341 + }, + { + "year": 2016, + "value": 9757812 + }, + { + "year": 2017, + "value": 9854033 + }, + { + "year": 2018, + "value": 9939800 + } + ] + }, + "Bahamas, The": { + "population": [ + { + "year": 1960, + "value": 109534 + }, + { + "year": 1961, + "value": 115121 + }, + { + "year": 1962, + "value": 121091 + }, + { + "year": 1963, + "value": 127339 + }, + { + "year": 1964, + "value": 133709 + }, + { + "year": 1965, + "value": 140059 + }, + { + "year": 1966, + "value": 146382 + }, + { + "year": 1967, + "value": 152620 + }, + { + "year": 1968, + "value": 158648 + }, + { + "year": 1969, + "value": 164268 + }, + { + "year": 1970, + "value": 169377 + }, + { + "year": 1971, + "value": 173889 + }, + { + "year": 1972, + "value": 177866 + }, + { + "year": 1973, + "value": 181517 + }, + { + "year": 1974, + "value": 185120 + }, + { + "year": 1975, + "value": 188896 + }, + { + "year": 1976, + "value": 192909 + }, + { + "year": 1977, + "value": 197101 + }, + { + "year": 1978, + "value": 201478 + }, + { + "year": 1979, + "value": 205984 + }, + { + "year": 1980, + "value": 210591 + }, + { + "year": 1981, + "value": 215326 + }, + { + "year": 1982, + "value": 220184 + }, + { + "year": 1983, + "value": 225084 + }, + { + "year": 1984, + "value": 229923 + }, + { + "year": 1985, + "value": 234578 + }, + { + "year": 1986, + "value": 239017 + }, + { + "year": 1987, + "value": 243271 + }, + { + "year": 1988, + "value": 247451 + }, + { + "year": 1989, + "value": 251733 + }, + { + "year": 1990, + "value": 256223 + }, + { + "year": 1991, + "value": 261008 + }, + { + "year": 1992, + "value": 266029 + }, + { + "year": 1993, + "value": 271069 + }, + { + "year": 1994, + "value": 275846 + }, + { + "year": 1995, + "value": 280184 + }, + { + "year": 1996, + "value": 283978 + }, + { + "year": 1997, + "value": 287358 + }, + { + "year": 1998, + "value": 290597 + }, + { + "year": 1999, + "value": 294062 + }, + { + "year": 2000, + "value": 298051 + }, + { + "year": 2001, + "value": 302618 + }, + { + "year": 2002, + "value": 307660 + }, + { + "year": 2003, + "value": 313129 + }, + { + "year": 2004, + "value": 318894 + }, + { + "year": 2005, + "value": 324859 + }, + { + "year": 2006, + "value": 331033 + }, + { + "year": 2007, + "value": 337389 + }, + { + "year": 2008, + "value": 343681 + }, + { + "year": 2009, + "value": 349604 + }, + { + "year": 2010, + "value": 354942 + }, + { + "year": 2011, + "value": 359577 + }, + { + "year": 2012, + "value": 363584 + }, + { + "year": 2013, + "value": 367168 + }, + { + "year": 2014, + "value": 370633 + }, + { + "year": 2015, + "value": 374206 + }, + { + "year": 2016, + "value": 377931 + }, + { + "year": 2017, + "value": 381761 + }, + { + "year": 2018, + "value": 385640 + } + ] + }, + "Bahrain": { + "population": [ + { + "year": 1960, + "value": 162427 + }, + { + "year": 1961, + "value": 167894 + }, + { + "year": 1962, + "value": 173144 + }, + { + "year": 1963, + "value": 178140 + }, + { + "year": 1964, + "value": 182887 + }, + { + "year": 1965, + "value": 187431 + }, + { + "year": 1966, + "value": 191780 + }, + { + "year": 1967, + "value": 196063 + }, + { + "year": 1968, + "value": 200653 + }, + { + "year": 1969, + "value": 206043 + }, + { + "year": 1970, + "value": 212605 + }, + { + "year": 1971, + "value": 220312 + }, + { + "year": 1972, + "value": 229155 + }, + { + "year": 1973, + "value": 239527 + }, + { + "year": 1974, + "value": 251911 + }, + { + "year": 1975, + "value": 266543 + }, + { + "year": 1976, + "value": 283752 + }, + { + "year": 1977, + "value": 303175 + }, + { + "year": 1978, + "value": 323473 + }, + { + "year": 1979, + "value": 342799 + }, + { + "year": 1980, + "value": 359888 + }, + { + "year": 1981, + "value": 374120 + }, + { + "year": 1982, + "value": 385950 + }, + { + "year": 1983, + "value": 396454 + }, + { + "year": 1984, + "value": 407225 + }, + { + "year": 1985, + "value": 419428 + }, + { + "year": 1986, + "value": 433480 + }, + { + "year": 1987, + "value": 448971 + }, + { + "year": 1988, + "value": 465198 + }, + { + "year": 1989, + "value": 481087 + }, + { + "year": 1990, + "value": 495931 + }, + { + "year": 1991, + "value": 509760 + }, + { + "year": 1992, + "value": 523086 + }, + { + "year": 1993, + "value": 536210 + }, + { + "year": 1994, + "value": 549583 + }, + { + "year": 1995, + "value": 563697 + }, + { + "year": 1996, + "value": 578666 + }, + { + "year": 1997, + "value": 594931 + }, + { + "year": 1998, + "value": 613700 + }, + { + "year": 1999, + "value": 636541 + }, + { + "year": 2000, + "value": 664611 + }, + { + "year": 2001, + "value": 697545 + }, + { + "year": 2002, + "value": 735146 + }, + { + "year": 2003, + "value": 778708 + }, + { + "year": 2004, + "value": 829844 + }, + { + "year": 2005, + "value": 889164 + }, + { + "year": 2006, + "value": 958418 + }, + { + "year": 2007, + "value": 1035919 + }, + { + "year": 2008, + "value": 1114641 + }, + { + "year": 2009, + "value": 1185076 + }, + { + "year": 2010, + "value": 1240860 + }, + { + "year": 2011, + "value": 1278151 + }, + { + "year": 2012, + "value": 1299943 + }, + { + "year": 2013, + "value": 1315029 + }, + { + "year": 2014, + "value": 1336075 + }, + { + "year": 2015, + "value": 1371851 + }, + { + "year": 2016, + "value": 1425791 + }, + { + "year": 2017, + "value": 1494074 + }, + { + "year": 2018, + "value": 1569439 + } + ] + }, + "Bangladesh": { + "population": [ + { + "year": 1960, + "value": 48013504 + }, + { + "year": 1961, + "value": 49362843 + }, + { + "year": 1962, + "value": 50752157 + }, + { + "year": 1963, + "value": 52202007 + }, + { + "year": 1964, + "value": 53741716 + }, + { + "year": 1965, + "value": 55385112 + }, + { + "year": 1966, + "value": 57157654 + }, + { + "year": 1967, + "value": 59034249 + }, + { + "year": 1968, + "value": 60918454 + }, + { + "year": 1969, + "value": 62679765 + }, + { + "year": 1970, + "value": 64232482 + }, + { + "year": 1971, + "value": 65531633 + }, + { + "year": 1972, + "value": 66625705 + }, + { + "year": 1973, + "value": 67637530 + }, + { + "year": 1974, + "value": 68742233 + }, + { + "year": 1975, + "value": 70066301 + }, + { + "year": 1976, + "value": 71652381 + }, + { + "year": 1977, + "value": 73463584 + }, + { + "year": 1978, + "value": 75450032 + }, + { + "year": 1979, + "value": 77529045 + }, + { + "year": 1980, + "value": 79639491 + }, + { + "year": 1981, + "value": 81767515 + }, + { + "year": 1982, + "value": 83932127 + }, + { + "year": 1983, + "value": 86142495 + }, + { + "year": 1984, + "value": 88416521 + }, + { + "year": 1985, + "value": 90764183 + }, + { + "year": 1986, + "value": 93187603 + }, + { + "year": 1987, + "value": 95671163 + }, + { + "year": 1988, + "value": 98186350 + }, + { + "year": 1989, + "value": 100695497 + }, + { + "year": 1990, + "value": 103171956 + }, + { + "year": 1991, + "value": 105599127 + }, + { + "year": 1992, + "value": 107983704 + }, + { + "year": 1993, + "value": 110350639 + }, + { + "year": 1994, + "value": 112737683 + }, + { + "year": 1995, + "value": 115169930 + }, + { + "year": 1996, + "value": 117649932 + }, + { + "year": 1997, + "value": 120160564 + }, + { + "year": 1998, + "value": 122682815 + }, + { + "year": 1999, + "value": 125189651 + }, + { + "year": 2000, + "value": 127657854 + }, + { + "year": 2001, + "value": 130088702 + }, + { + "year": 2002, + "value": 132478086 + }, + { + "year": 2003, + "value": 134791603 + }, + { + "year": 2004, + "value": 136986432 + }, + { + "year": 2005, + "value": 139035505 + }, + { + "year": 2006, + "value": 140921167 + }, + { + "year": 2007, + "value": 142660376 + }, + { + "year": 2008, + "value": 144304167 + }, + { + "year": 2009, + "value": 145924797 + }, + { + "year": 2010, + "value": 147575430 + }, + { + "year": 2011, + "value": 149273778 + }, + { + "year": 2012, + "value": 151007807 + }, + { + "year": 2013, + "value": 152764676 + }, + { + "year": 2014, + "value": 154520167 + }, + { + "year": 2015, + "value": 156256276 + }, + { + "year": 2016, + "value": 157970840 + }, + { + "year": 2017, + "value": 159670593 + }, + { + "year": 2018, + "value": 161356039 + } + ] + }, + "Barbados": { + "population": [ + { + "year": 1960, + "value": 230980 + }, + { + "year": 1961, + "value": 231718 + }, + { + "year": 1962, + "value": 232633 + }, + { + "year": 1963, + "value": 233630 + }, + { + "year": 1964, + "value": 234586 + }, + { + "year": 1965, + "value": 235413 + }, + { + "year": 1966, + "value": 236088 + }, + { + "year": 1967, + "value": 236659 + }, + { + "year": 1968, + "value": 237241 + }, + { + "year": 1969, + "value": 237955 + }, + { + "year": 1970, + "value": 238896 + }, + { + "year": 1971, + "value": 240094 + }, + { + "year": 1972, + "value": 241515 + }, + { + "year": 1973, + "value": 243069 + }, + { + "year": 1974, + "value": 244644 + }, + { + "year": 1975, + "value": 246154 + }, + { + "year": 1976, + "value": 247583 + }, + { + "year": 1977, + "value": 248937 + }, + { + "year": 1978, + "value": 250203 + }, + { + "year": 1979, + "value": 251351 + }, + { + "year": 1980, + "value": 252394 + }, + { + "year": 1981, + "value": 253298 + }, + { + "year": 1982, + "value": 254082 + }, + { + "year": 1983, + "value": 254788 + }, + { + "year": 1984, + "value": 255497 + }, + { + "year": 1985, + "value": 256263 + }, + { + "year": 1986, + "value": 257107 + }, + { + "year": 1987, + "value": 258019 + }, + { + "year": 1988, + "value": 258977 + }, + { + "year": 1989, + "value": 259957 + }, + { + "year": 1990, + "value": 260936 + }, + { + "year": 1991, + "value": 261905 + }, + { + "year": 1992, + "value": 262886 + }, + { + "year": 1993, + "value": 263874 + }, + { + "year": 1994, + "value": 264893 + }, + { + "year": 1995, + "value": 265955 + }, + { + "year": 1996, + "value": 267049 + }, + { + "year": 1997, + "value": 268187 + }, + { + "year": 1998, + "value": 269336 + }, + { + "year": 1999, + "value": 270451 + }, + { + "year": 2000, + "value": 271515 + }, + { + "year": 2001, + "value": 272500 + }, + { + "year": 2002, + "value": 273425 + }, + { + "year": 2003, + "value": 274329 + }, + { + "year": 2004, + "value": 275284 + }, + { + "year": 2005, + "value": 276323 + }, + { + "year": 2006, + "value": 277477 + }, + { + "year": 2007, + "value": 278700 + }, + { + "year": 2008, + "value": 279946 + }, + { + "year": 2009, + "value": 281104 + }, + { + "year": 2010, + "value": 282131 + }, + { + "year": 2011, + "value": 282987 + }, + { + "year": 2012, + "value": 283700 + }, + { + "year": 2013, + "value": 284296 + }, + { + "year": 2014, + "value": 284825 + }, + { + "year": 2015, + "value": 285324 + }, + { + "year": 2016, + "value": 285796 + }, + { + "year": 2017, + "value": 286233 + }, + { + "year": 2018, + "value": 286641 + } + ] + }, + "Belarus": { + "population": [ + { + "year": 1960, + "value": 8198000 + }, + { + "year": 1961, + "value": 8271216 + }, + { + "year": 1962, + "value": 8351928 + }, + { + "year": 1963, + "value": 8437232 + }, + { + "year": 1964, + "value": 8524224 + }, + { + "year": 1965, + "value": 8610000 + }, + { + "year": 1966, + "value": 8696496 + }, + { + "year": 1967, + "value": 8785648 + }, + { + "year": 1968, + "value": 8874552 + }, + { + "year": 1969, + "value": 8960304 + }, + { + "year": 1970, + "value": 9040000 + }, + { + "year": 1971, + "value": 9115576 + }, + { + "year": 1972, + "value": 9188968 + }, + { + "year": 1973, + "value": 9257272 + }, + { + "year": 1974, + "value": 9317584 + }, + { + "year": 1975, + "value": 9367000 + }, + { + "year": 1976, + "value": 9411000 + }, + { + "year": 1977, + "value": 9463000 + }, + { + "year": 1978, + "value": 9525000 + }, + { + "year": 1979, + "value": 9584000 + }, + { + "year": 1980, + "value": 9643000 + }, + { + "year": 1981, + "value": 9710000 + }, + { + "year": 1982, + "value": 9776000 + }, + { + "year": 1983, + "value": 9843000 + }, + { + "year": 1984, + "value": 9910000 + }, + { + "year": 1985, + "value": 9975000 + }, + { + "year": 1986, + "value": 10043000 + }, + { + "year": 1987, + "value": 10111000 + }, + { + "year": 1988, + "value": 10140000 + }, + { + "year": 1989, + "value": 10170000 + }, + { + "year": 1990, + "value": 10189000 + }, + { + "year": 1991, + "value": 10194000 + }, + { + "year": 1992, + "value": 10216000 + }, + { + "year": 1993, + "value": 10239000 + }, + { + "year": 1994, + "value": 10227000 + }, + { + "year": 1995, + "value": 10194000 + }, + { + "year": 1996, + "value": 10160000 + }, + { + "year": 1997, + "value": 10117000 + }, + { + "year": 1998, + "value": 10069000 + }, + { + "year": 1999, + "value": 10026738 + }, + { + "year": 2000, + "value": 9979610 + }, + { + "year": 2001, + "value": 9928549 + }, + { + "year": 2002, + "value": 9865548 + }, + { + "year": 2003, + "value": 9796749 + }, + { + "year": 2004, + "value": 9730146 + }, + { + "year": 2005, + "value": 9663915 + }, + { + "year": 2006, + "value": 9604924 + }, + { + "year": 2007, + "value": 9560953 + }, + { + "year": 2008, + "value": 9527985 + }, + { + "year": 2009, + "value": 9506765 + }, + { + "year": 2010, + "value": 9490583 + }, + { + "year": 2011, + "value": 9473172 + }, + { + "year": 2012, + "value": 9464495 + }, + { + "year": 2013, + "value": 9465997 + }, + { + "year": 2014, + "value": 9474511 + }, + { + "year": 2015, + "value": 9489616 + }, + { + "year": 2016, + "value": 9501534 + }, + { + "year": 2017, + "value": 9498264 + }, + { + "year": 2018, + "value": 9483499 + } + ] + }, + "Belgium": { + "population": [ + { + "year": 1960, + "value": 9153489 + }, + { + "year": 1961, + "value": 9183948 + }, + { + "year": 1962, + "value": 9220578 + }, + { + "year": 1963, + "value": 9289770 + }, + { + "year": 1964, + "value": 9378113 + }, + { + "year": 1965, + "value": 9463667 + }, + { + "year": 1966, + "value": 9527807 + }, + { + "year": 1967, + "value": 9580991 + }, + { + "year": 1968, + "value": 9618756 + }, + { + "year": 1969, + "value": 9646032 + }, + { + "year": 1970, + "value": 9655549 + }, + { + "year": 1971, + "value": 9673162 + }, + { + "year": 1972, + "value": 9711115 + }, + { + "year": 1973, + "value": 9741720 + }, + { + "year": 1974, + "value": 9772419 + }, + { + "year": 1975, + "value": 9800700 + }, + { + "year": 1976, + "value": 9818227 + }, + { + "year": 1977, + "value": 9830358 + }, + { + "year": 1978, + "value": 9839534 + }, + { + "year": 1979, + "value": 9848382 + }, + { + "year": 1980, + "value": 9859242 + }, + { + "year": 1981, + "value": 9858982 + }, + { + "year": 1982, + "value": 9856303 + }, + { + "year": 1983, + "value": 9855520 + }, + { + "year": 1984, + "value": 9855372 + }, + { + "year": 1985, + "value": 9858308 + }, + { + "year": 1986, + "value": 9861823 + }, + { + "year": 1987, + "value": 9870234 + }, + { + "year": 1988, + "value": 9901664 + }, + { + "year": 1989, + "value": 9937697 + }, + { + "year": 1990, + "value": 9967379 + }, + { + "year": 1991, + "value": 10004486 + }, + { + "year": 1992, + "value": 10045158 + }, + { + "year": 1993, + "value": 10084475 + }, + { + "year": 1994, + "value": 10115603 + }, + { + "year": 1995, + "value": 10136811 + }, + { + "year": 1996, + "value": 10156637 + }, + { + "year": 1997, + "value": 10181245 + }, + { + "year": 1998, + "value": 10203008 + }, + { + "year": 1999, + "value": 10226419 + }, + { + "year": 2000, + "value": 10251250 + }, + { + "year": 2001, + "value": 10286570 + }, + { + "year": 2002, + "value": 10332785 + }, + { + "year": 2003, + "value": 10376133 + }, + { + "year": 2004, + "value": 10421137 + }, + { + "year": 2005, + "value": 10478617 + }, + { + "year": 2006, + "value": 10547958 + }, + { + "year": 2007, + "value": 10625700 + }, + { + "year": 2008, + "value": 10709973 + }, + { + "year": 2009, + "value": 10796493 + }, + { + "year": 2010, + "value": 10895586 + }, + { + "year": 2011, + "value": 11038264 + }, + { + "year": 2012, + "value": 11106932 + }, + { + "year": 2013, + "value": 11159407 + }, + { + "year": 2014, + "value": 11209057 + }, + { + "year": 2015, + "value": 11274196 + }, + { + "year": 2016, + "value": 11331422 + }, + { + "year": 2017, + "value": 11375158 + }, + { + "year": 2018, + "value": 11433256 + } + ] + }, + "Belize": { + "population": [ + { + "year": 1960, + "value": 92064 + }, + { + "year": 1961, + "value": 94703 + }, + { + "year": 1962, + "value": 97384 + }, + { + "year": 1963, + "value": 100164 + }, + { + "year": 1964, + "value": 103069 + }, + { + "year": 1965, + "value": 106119 + }, + { + "year": 1966, + "value": 109347 + }, + { + "year": 1967, + "value": 112692 + }, + { + "year": 1968, + "value": 116061 + }, + { + "year": 1969, + "value": 119261 + }, + { + "year": 1970, + "value": 122182 + }, + { + "year": 1971, + "value": 124793 + }, + { + "year": 1972, + "value": 127150 + }, + { + "year": 1973, + "value": 129294 + }, + { + "year": 1974, + "value": 131307 + }, + { + "year": 1975, + "value": 133260 + }, + { + "year": 1976, + "value": 135147 + }, + { + "year": 1977, + "value": 136989 + }, + { + "year": 1978, + "value": 138965 + }, + { + "year": 1979, + "value": 141305 + }, + { + "year": 1980, + "value": 144155 + }, + { + "year": 1981, + "value": 147566 + }, + { + "year": 1982, + "value": 151500 + }, + { + "year": 1983, + "value": 155822 + }, + { + "year": 1984, + "value": 160347 + }, + { + "year": 1985, + "value": 164921 + }, + { + "year": 1986, + "value": 169568 + }, + { + "year": 1987, + "value": 174320 + }, + { + "year": 1988, + "value": 179028 + }, + { + "year": 1989, + "value": 183469 + }, + { + "year": 1990, + "value": 187552 + }, + { + "year": 1991, + "value": 191128 + }, + { + "year": 1992, + "value": 194324 + }, + { + "year": 1993, + "value": 197622 + }, + { + "year": 1994, + "value": 201680 + }, + { + "year": 1995, + "value": 206963 + }, + { + "year": 1996, + "value": 213664 + }, + { + "year": 1997, + "value": 221580 + }, + { + "year": 1998, + "value": 230244 + }, + { + "year": 1999, + "value": 238988 + }, + { + "year": 2000, + "value": 247315 + }, + { + "year": 2001, + "value": 255063 + }, + { + "year": 2002, + "value": 262378 + }, + { + "year": 2003, + "value": 269425 + }, + { + "year": 2004, + "value": 276504 + }, + { + "year": 2005, + "value": 283800 + }, + { + "year": 2006, + "value": 291329 + }, + { + "year": 2007, + "value": 299025 + }, + { + "year": 2008, + "value": 306823 + }, + { + "year": 2009, + "value": 314655 + }, + { + "year": 2010, + "value": 322464 + }, + { + "year": 2011, + "value": 330237 + }, + { + "year": 2012, + "value": 338000 + }, + { + "year": 2013, + "value": 345715 + }, + { + "year": 2014, + "value": 353366 + }, + { + "year": 2015, + "value": 360933 + }, + { + "year": 2016, + "value": 368400 + }, + { + "year": 2017, + "value": 375769 + }, + { + "year": 2018, + "value": 383071 + } + ] + }, + "Benin": { + "population": [ + { + "year": 1960, + "value": 2431622 + }, + { + "year": 1961, + "value": 2465867 + }, + { + "year": 1962, + "value": 2502896 + }, + { + "year": 1963, + "value": 2542859 + }, + { + "year": 1964, + "value": 2585965 + }, + { + "year": 1965, + "value": 2632356 + }, + { + "year": 1966, + "value": 2682159 + }, + { + "year": 1967, + "value": 2735307 + }, + { + "year": 1968, + "value": 2791590 + }, + { + "year": 1969, + "value": 2850661 + }, + { + "year": 1970, + "value": 2912340 + }, + { + "year": 1971, + "value": 2976572 + }, + { + "year": 1972, + "value": 3043567 + }, + { + "year": 1973, + "value": 3113675 + }, + { + "year": 1974, + "value": 3187412 + }, + { + "year": 1975, + "value": 3265165 + }, + { + "year": 1976, + "value": 3347173 + }, + { + "year": 1977, + "value": 3433439 + }, + { + "year": 1978, + "value": 3523938 + }, + { + "year": 1979, + "value": 3618526 + }, + { + "year": 1980, + "value": 3717165 + }, + { + "year": 1981, + "value": 3820128 + }, + { + "year": 1982, + "value": 3927714 + }, + { + "year": 1983, + "value": 4039949 + }, + { + "year": 1984, + "value": 4156819 + }, + { + "year": 1985, + "value": 4278501 + }, + { + "year": 1986, + "value": 4404506 + }, + { + "year": 1987, + "value": 4535263 + }, + { + "year": 1988, + "value": 4672852 + }, + { + "year": 1989, + "value": 4820016 + }, + { + "year": 1990, + "value": 4978496 + }, + { + "year": 1991, + "value": 5149499 + }, + { + "year": 1992, + "value": 5331803 + }, + { + "year": 1993, + "value": 5521763 + }, + { + "year": 1994, + "value": 5714220 + }, + { + "year": 1995, + "value": 5905558 + }, + { + "year": 1996, + "value": 6094259 + }, + { + "year": 1997, + "value": 6281639 + }, + { + "year": 1998, + "value": 6470265 + }, + { + "year": 1999, + "value": 6664098 + }, + { + "year": 2000, + "value": 6865951 + }, + { + "year": 2001, + "value": 7076733 + }, + { + "year": 2002, + "value": 7295394 + }, + { + "year": 2003, + "value": 7520555 + }, + { + "year": 2004, + "value": 7750004 + }, + { + "year": 2005, + "value": 7982225 + }, + { + "year": 2006, + "value": 8216897 + }, + { + "year": 2007, + "value": 8454793 + }, + { + "year": 2008, + "value": 8696921 + }, + { + "year": 2009, + "value": 8944708 + }, + { + "year": 2010, + "value": 9199259 + }, + { + "year": 2011, + "value": 9460830 + }, + { + "year": 2012, + "value": 9729248 + }, + { + "year": 2013, + "value": 10004588 + }, + { + "year": 2014, + "value": 10286842 + }, + { + "year": 2015, + "value": 10575952 + }, + { + "year": 2016, + "value": 10872067 + }, + { + "year": 2017, + "value": 11175204 + }, + { + "year": 2018, + "value": 11485048 + } + ] + }, + "Bermuda": { + "population": [ + { + "year": 1960, + "value": 44400 + }, + { + "year": 1961, + "value": 45500 + }, + { + "year": 1962, + "value": 46600 + }, + { + "year": 1963, + "value": 47700 + }, + { + "year": 1964, + "value": 48900 + }, + { + "year": 1965, + "value": 50100 + }, + { + "year": 1966, + "value": 51000 + }, + { + "year": 1967, + "value": 52000 + }, + { + "year": 1968, + "value": 53000 + }, + { + "year": 1969, + "value": 54000 + }, + { + "year": 1970, + "value": 55000 + }, + { + "year": 1971, + "value": 54600 + }, + { + "year": 1972, + "value": 54200 + }, + { + "year": 1973, + "value": 53800 + }, + { + "year": 1974, + "value": 53400 + }, + { + "year": 1975, + "value": 53000 + }, + { + "year": 1976, + "value": 53200 + }, + { + "year": 1977, + "value": 53400 + }, + { + "year": 1978, + "value": 53600 + }, + { + "year": 1979, + "value": 53800 + }, + { + "year": 1980, + "value": 54670 + }, + { + "year": 1981, + "value": 55050 + }, + { + "year": 1982, + "value": 55449 + }, + { + "year": 1983, + "value": 55930 + }, + { + "year": 1984, + "value": 56423 + }, + { + "year": 1985, + "value": 56898 + }, + { + "year": 1986, + "value": 57382 + }, + { + "year": 1987, + "value": 57849 + }, + { + "year": 1988, + "value": 58347 + }, + { + "year": 1989, + "value": 58841 + }, + { + "year": 1990, + "value": 59326 + }, + { + "year": 1991, + "value": 59021 + }, + { + "year": 1992, + "value": 58595 + }, + { + "year": 1993, + "value": 58910 + }, + { + "year": 1994, + "value": 59320 + }, + { + "year": 1995, + "value": 59746 + }, + { + "year": 1996, + "value": 60129 + }, + { + "year": 1997, + "value": 60497 + }, + { + "year": 1998, + "value": 60943 + }, + { + "year": 1999, + "value": 61285 + }, + { + "year": 2000, + "value": 61833 + }, + { + "year": 2001, + "value": 62504 + }, + { + "year": 2002, + "value": 62912 + }, + { + "year": 2003, + "value": 63325 + }, + { + "year": 2004, + "value": 63740 + }, + { + "year": 2005, + "value": 64154 + }, + { + "year": 2006, + "value": 64523 + }, + { + "year": 2007, + "value": 64888 + }, + { + "year": 2008, + "value": 65273 + }, + { + "year": 2009, + "value": 65636 + }, + { + "year": 2010, + "value": 65124 + }, + { + "year": 2011, + "value": 64564 + }, + { + "year": 2012, + "value": 64798 + }, + { + "year": 2013, + "value": 65001 + }, + { + "year": 2014, + "value": 65139 + }, + { + "year": 2015, + "value": 65239 + }, + { + "year": 2016, + "value": 64555 + }, + { + "year": 2017, + "value": 63874 + }, + { + "year": 2018, + "value": 63973 + } + ] + }, + "Bhutan": { + "population": [ + { + "year": 1960, + "value": 223288 + }, + { + "year": 1961, + "value": 228851 + }, + { + "year": 1962, + "value": 234554 + }, + { + "year": 1963, + "value": 240523 + }, + { + "year": 1964, + "value": 246964 + }, + { + "year": 1965, + "value": 253994 + }, + { + "year": 1966, + "value": 261668 + }, + { + "year": 1967, + "value": 269947 + }, + { + "year": 1968, + "value": 278734 + }, + { + "year": 1969, + "value": 287891 + }, + { + "year": 1970, + "value": 297316 + }, + { + "year": 1971, + "value": 306955 + }, + { + "year": 1972, + "value": 316828 + }, + { + "year": 1973, + "value": 326982 + }, + { + "year": 1974, + "value": 337485 + }, + { + "year": 1975, + "value": 348396 + }, + { + "year": 1976, + "value": 359725 + }, + { + "year": 1977, + "value": 371428 + }, + { + "year": 1978, + "value": 383326 + }, + { + "year": 1979, + "value": 395195 + }, + { + "year": 1980, + "value": 406875 + }, + { + "year": 1981, + "value": 418111 + }, + { + "year": 1982, + "value": 428934 + }, + { + "year": 1983, + "value": 439822 + }, + { + "year": 1984, + "value": 451476 + }, + { + "year": 1985, + "value": 464266 + }, + { + "year": 1986, + "value": 478692 + }, + { + "year": 1987, + "value": 494312 + }, + { + "year": 1988, + "value": 509540 + }, + { + "year": 1989, + "value": 522179 + }, + { + "year": 1990, + "value": 530804 + }, + { + "year": 1991, + "value": 534632 + }, + { + "year": 1992, + "value": 534516 + }, + { + "year": 1993, + "value": 532596 + }, + { + "year": 1994, + "value": 531897 + }, + { + "year": 1995, + "value": 534620 + }, + { + "year": 1996, + "value": 541465 + }, + { + "year": 1997, + "value": 551709 + }, + { + "year": 1998, + "value": 564377 + }, + { + "year": 1999, + "value": 577881 + }, + { + "year": 2000, + "value": 591021 + }, + { + "year": 2001, + "value": 603640 + }, + { + "year": 2002, + "value": 616018 + }, + { + "year": 2003, + "value": 627839 + }, + { + "year": 2004, + "value": 638815 + }, + { + "year": 2005, + "value": 648739 + }, + { + "year": 2006, + "value": 657410 + }, + { + "year": 2007, + "value": 664876 + }, + { + "year": 2008, + "value": 671613 + }, + { + "year": 2009, + "value": 678323 + }, + { + "year": 2010, + "value": 685503 + }, + { + "year": 2011, + "value": 693298 + }, + { + "year": 2012, + "value": 701583 + }, + { + "year": 2013, + "value": 710238 + }, + { + "year": 2014, + "value": 719056 + }, + { + "year": 2015, + "value": 727876 + }, + { + "year": 2016, + "value": 736709 + }, + { + "year": 2017, + "value": 745568 + }, + { + "year": 2018, + "value": 754394 + } + ] + }, + "Bolivia": { + "population": [ + { + "year": 1960, + "value": 3656955 + }, + { + "year": 1961, + "value": 3728964 + }, + { + "year": 1962, + "value": 3802990 + }, + { + "year": 1963, + "value": 3879192 + }, + { + "year": 1964, + "value": 3957757 + }, + { + "year": 1965, + "value": 4038872 + }, + { + "year": 1966, + "value": 4122517 + }, + { + "year": 1967, + "value": 4208676 + }, + { + "year": 1968, + "value": 4297517 + }, + { + "year": 1969, + "value": 4389246 + }, + { + "year": 1970, + "value": 4484004 + }, + { + "year": 1971, + "value": 4581740 + }, + { + "year": 1972, + "value": 4682390 + }, + { + "year": 1973, + "value": 4785923 + }, + { + "year": 1974, + "value": 4892293 + }, + { + "year": 1975, + "value": 5001419 + }, + { + "year": 1976, + "value": 5113456 + }, + { + "year": 1977, + "value": 5228252 + }, + { + "year": 1978, + "value": 5344939 + }, + { + "year": 1979, + "value": 5462419 + }, + { + "year": 1980, + "value": 5579935 + }, + { + "year": 1981, + "value": 5697096 + }, + { + "year": 1982, + "value": 5814345 + }, + { + "year": 1983, + "value": 5932810 + }, + { + "year": 1984, + "value": 6054123 + }, + { + "year": 1985, + "value": 6179460 + }, + { + "year": 1986, + "value": 6309130 + }, + { + "year": 1987, + "value": 6442831 + }, + { + "year": 1988, + "value": 6580312 + }, + { + "year": 1989, + "value": 6721115 + }, + { + "year": 1990, + "value": 6864842 + }, + { + "year": 1991, + "value": 7011453 + }, + { + "year": 1992, + "value": 7160920 + }, + { + "year": 1993, + "value": 7312850 + }, + { + "year": 1994, + "value": 7466793 + }, + { + "year": 1995, + "value": 7622338 + }, + { + "year": 1996, + "value": 7779267 + }, + { + "year": 1997, + "value": 7937458 + }, + { + "year": 1998, + "value": 8096761 + }, + { + "year": 1999, + "value": 8257066 + }, + { + "year": 2000, + "value": 8418264 + }, + { + "year": 2001, + "value": 8580235 + }, + { + "year": 2002, + "value": 8742814 + }, + { + "year": 2003, + "value": 8905823 + }, + { + "year": 2004, + "value": 9069039 + }, + { + "year": 2005, + "value": 9232306 + }, + { + "year": 2006, + "value": 9395446 + }, + { + "year": 2007, + "value": 9558439 + }, + { + "year": 2008, + "value": 9721454 + }, + { + "year": 2009, + "value": 9884781 + }, + { + "year": 2010, + "value": 10048590 + }, + { + "year": 2011, + "value": 10212954 + }, + { + "year": 2012, + "value": 10377676 + }, + { + "year": 2013, + "value": 10542376 + }, + { + "year": 2014, + "value": 10706517 + }, + { + "year": 2015, + "value": 10869730 + }, + { + "year": 2016, + "value": 11031813 + }, + { + "year": 2017, + "value": 11192854 + }, + { + "year": 2018, + "value": 11353142 + } + ] + }, + "Bosnia and Herzegovina": { + "population": [ + { + "year": 1960, + "value": 3225668 + }, + { + "year": 1961, + "value": 3288603 + }, + { + "year": 1962, + "value": 3353226 + }, + { + "year": 1963, + "value": 3417574 + }, + { + "year": 1964, + "value": 3478997 + }, + { + "year": 1965, + "value": 3535643 + }, + { + "year": 1966, + "value": 3586636 + }, + { + "year": 1967, + "value": 3632672 + }, + { + "year": 1968, + "value": 3675454 + }, + { + "year": 1969, + "value": 3717468 + }, + { + "year": 1970, + "value": 3760529 + }, + { + "year": 1971, + "value": 3805287 + }, + { + "year": 1972, + "value": 3851153 + }, + { + "year": 1973, + "value": 3897256 + }, + { + "year": 1974, + "value": 3942225 + }, + { + "year": 1975, + "value": 3985105 + }, + { + "year": 1976, + "value": 4025266 + }, + { + "year": 1977, + "value": 4063193 + }, + { + "year": 1978, + "value": 4100349 + }, + { + "year": 1979, + "value": 4138819 + }, + { + "year": 1980, + "value": 4179855 + }, + { + "year": 1981, + "value": 4222471 + }, + { + "year": 1982, + "value": 4265185 + }, + { + "year": 1983, + "value": 4307905 + }, + { + "year": 1984, + "value": 4350577 + }, + { + "year": 1985, + "value": 4392131 + }, + { + "year": 1986, + "value": 4435917 + }, + { + "year": 1987, + "value": 4479519 + }, + { + "year": 1988, + "value": 4509461 + }, + { + "year": 1989, + "value": 4507824 + }, + { + "year": 1990, + "value": 4463423 + }, + { + "year": 1991, + "value": 4369319 + }, + { + "year": 1992, + "value": 4233676 + }, + { + "year": 1993, + "value": 4078937 + }, + { + "year": 1994, + "value": 3936524 + }, + { + "year": 1995, + "value": 3829050 + }, + { + "year": 1996, + "value": 3764425 + }, + { + "year": 1997, + "value": 3736070 + }, + { + "year": 1998, + "value": 3734337 + }, + { + "year": 1999, + "value": 3743354 + }, + { + "year": 2000, + "value": 3751176 + }, + { + "year": 2001, + "value": 3755512 + }, + { + "year": 2002, + "value": 3759387 + }, + { + "year": 2003, + "value": 3762173 + }, + { + "year": 2004, + "value": 3764194 + }, + { + "year": 2005, + "value": 3765331 + }, + { + "year": 2006, + "value": 3765424 + }, + { + "year": 2007, + "value": 3762786 + }, + { + "year": 2008, + "value": 3754271 + }, + { + "year": 2009, + "value": 3735938 + }, + { + "year": 2010, + "value": 3705472 + }, + { + "year": 2011, + "value": 3661175 + }, + { + "year": 2012, + "value": 3604972 + }, + { + "year": 2013, + "value": 3542605 + }, + { + "year": 2014, + "value": 3482104 + }, + { + "year": 2015, + "value": 3429361 + }, + { + "year": 2016, + "value": 3386267 + }, + { + "year": 2017, + "value": 3351527 + }, + { + "year": 2018, + "value": 3323929 + } + ] + }, + "Botswana": { + "population": [ + { + "year": 1960, + "value": 502745 + }, + { + "year": 1961, + "value": 512685 + }, + { + "year": 1962, + "value": 523778 + }, + { + "year": 1963, + "value": 535685 + }, + { + "year": 1964, + "value": 547873 + }, + { + "year": 1965, + "value": 559994 + }, + { + "year": 1966, + "value": 571964 + }, + { + "year": 1967, + "value": 584092 + }, + { + "year": 1968, + "value": 596947 + }, + { + "year": 1969, + "value": 611300 + }, + { + "year": 1970, + "value": 627715 + }, + { + "year": 1971, + "value": 646347 + }, + { + "year": 1972, + "value": 667092 + }, + { + "year": 1973, + "value": 689912 + }, + { + "year": 1974, + "value": 714712 + }, + { + "year": 1975, + "value": 741355 + }, + { + "year": 1976, + "value": 769979 + }, + { + "year": 1977, + "value": 800529 + }, + { + "year": 1978, + "value": 832467 + }, + { + "year": 1979, + "value": 865075 + }, + { + "year": 1980, + "value": 897868 + }, + { + "year": 1981, + "value": 930408 + }, + { + "year": 1982, + "value": 962875 + }, + { + "year": 1983, + "value": 996130 + }, + { + "year": 1984, + "value": 1031439 + }, + { + "year": 1985, + "value": 1069582 + }, + { + "year": 1986, + "value": 1110943 + }, + { + "year": 1987, + "value": 1154906 + }, + { + "year": 1988, + "value": 1200067 + }, + { + "year": 1989, + "value": 1244484 + }, + { + "year": 1990, + "value": 1286756 + }, + { + "year": 1991, + "value": 1326322 + }, + { + "year": 1992, + "value": 1363554 + }, + { + "year": 1993, + "value": 1399110 + }, + { + "year": 1994, + "value": 1434059 + }, + { + "year": 1995, + "value": 1469174 + }, + { + "year": 1996, + "value": 1504730 + }, + { + "year": 1997, + "value": 1540425 + }, + { + "year": 1998, + "value": 1575824 + }, + { + "year": 1999, + "value": 1610264 + }, + { + "year": 2000, + "value": 1643334 + }, + { + "year": 2001, + "value": 1674678 + }, + { + "year": 2002, + "value": 1704642 + }, + { + "year": 2003, + "value": 1734398 + }, + { + "year": 2004, + "value": 1765527 + }, + { + "year": 2005, + "value": 1799078 + }, + { + "year": 2006, + "value": 1835908 + }, + { + "year": 2007, + "value": 1875459 + }, + { + "year": 2008, + "value": 1915639 + }, + { + "year": 2009, + "value": 1953498 + }, + { + "year": 2010, + "value": 1987105 + }, + { + "year": 2011, + "value": 2015402 + }, + { + "year": 2012, + "value": 2039551 + }, + { + "year": 2013, + "value": 2062536 + }, + { + "year": 2014, + "value": 2088614 + }, + { + "year": 2015, + "value": 2120716 + }, + { + "year": 2016, + "value": 2159944 + }, + { + "year": 2017, + "value": 2205128 + }, + { + "year": 2018, + "value": 2254126 + } + ] + }, + "Brazil": { + "population": [ + { + "year": 1960, + "value": 72179226 + }, + { + "year": 1961, + "value": 74311343 + }, + { + "year": 1962, + "value": 76514328 + }, + { + "year": 1963, + "value": 78772657 + }, + { + "year": 1964, + "value": 81064571 + }, + { + "year": 1965, + "value": 83373530 + }, + { + "year": 1966, + "value": 85696505 + }, + { + "year": 1967, + "value": 88035814 + }, + { + "year": 1968, + "value": 90387079 + }, + { + "year": 1969, + "value": 92746614 + }, + { + "year": 1970, + "value": 95113265 + }, + { + "year": 1971, + "value": 97482920 + }, + { + "year": 1972, + "value": 99859383 + }, + { + "year": 1973, + "value": 102259497 + }, + { + "year": 1974, + "value": 104706198 + }, + { + "year": 1975, + "value": 107216205 + }, + { + "year": 1976, + "value": 109790938 + }, + { + "year": 1977, + "value": 112425392 + }, + { + "year": 1978, + "value": 115121153 + }, + { + "year": 1979, + "value": 117878411 + }, + { + "year": 1980, + "value": 120694009 + }, + { + "year": 1981, + "value": 123570327 + }, + { + "year": 1982, + "value": 126498314 + }, + { + "year": 1983, + "value": 129448819 + }, + { + "year": 1984, + "value": 132383568 + }, + { + "year": 1985, + "value": 135274080 + }, + { + "year": 1986, + "value": 138108912 + }, + { + "year": 1987, + "value": 140891602 + }, + { + "year": 1988, + "value": 143627503 + }, + { + "year": 1989, + "value": 146328304 + }, + { + "year": 1990, + "value": 149003223 + }, + { + "year": 1991, + "value": 151648011 + }, + { + "year": 1992, + "value": 154259380 + }, + { + "year": 1993, + "value": 156849078 + }, + { + "year": 1994, + "value": 159432716 + }, + { + "year": 1995, + "value": 162019896 + }, + { + "year": 1996, + "value": 164614688 + }, + { + "year": 1997, + "value": 167209040 + }, + { + "year": 1998, + "value": 169785250 + }, + { + "year": 1999, + "value": 172318675 + }, + { + "year": 2000, + "value": 174790340 + }, + { + "year": 2001, + "value": 177196054 + }, + { + "year": 2002, + "value": 179537520 + }, + { + "year": 2003, + "value": 181809246 + }, + { + "year": 2004, + "value": 184006481 + }, + { + "year": 2005, + "value": 186127103 + }, + { + "year": 2006, + "value": 188167356 + }, + { + "year": 2007, + "value": 190130443 + }, + { + "year": 2008, + "value": 192030362 + }, + { + "year": 2009, + "value": 193886508 + }, + { + "year": 2010, + "value": 195713635 + }, + { + "year": 2011, + "value": 197514534 + }, + { + "year": 2012, + "value": 199287296 + }, + { + "year": 2013, + "value": 201035903 + }, + { + "year": 2014, + "value": 202763735 + }, + { + "year": 2015, + "value": 204471769 + }, + { + "year": 2016, + "value": 206163058 + }, + { + "year": 2017, + "value": 207833831 + }, + { + "year": 2018, + "value": 209469333 + } + ] + }, + "British Virgin Islands": { + "population": [ + { + "year": 1960, + "value": 8048 + }, + { + "year": 1961, + "value": 8167 + }, + { + "year": 1962, + "value": 8310 + }, + { + "year": 1963, + "value": 8476 + }, + { + "year": 1964, + "value": 8646 + }, + { + "year": 1965, + "value": 8830 + }, + { + "year": 1966, + "value": 9025 + }, + { + "year": 1967, + "value": 9222 + }, + { + "year": 1968, + "value": 9421 + }, + { + "year": 1969, + "value": 9626 + }, + { + "year": 1970, + "value": 9827 + }, + { + "year": 1971, + "value": 10017 + }, + { + "year": 1972, + "value": 10208 + }, + { + "year": 1973, + "value": 10392 + }, + { + "year": 1974, + "value": 10562 + }, + { + "year": 1975, + "value": 10699 + }, + { + "year": 1976, + "value": 10821 + }, + { + "year": 1977, + "value": 10928 + }, + { + "year": 1978, + "value": 11045 + }, + { + "year": 1979, + "value": 11218 + }, + { + "year": 1980, + "value": 11478 + }, + { + "year": 1981, + "value": 11826 + }, + { + "year": 1982, + "value": 12249 + }, + { + "year": 1983, + "value": 12752 + }, + { + "year": 1984, + "value": 13322 + }, + { + "year": 1985, + "value": 13956 + }, + { + "year": 1986, + "value": 14649 + }, + { + "year": 1987, + "value": 15407 + }, + { + "year": 1988, + "value": 16154 + }, + { + "year": 1989, + "value": 16862 + }, + { + "year": 1990, + "value": 17489 + }, + { + "year": 1991, + "value": 18006 + }, + { + "year": 1992, + "value": 18438 + }, + { + "year": 1993, + "value": 18786 + }, + { + "year": 1994, + "value": 19074 + }, + { + "year": 1995, + "value": 19313 + }, + { + "year": 1996, + "value": 19502 + }, + { + "year": 1997, + "value": 19665 + }, + { + "year": 1998, + "value": 19821 + }, + { + "year": 1999, + "value": 20026 + }, + { + "year": 2000, + "value": 20311 + }, + { + "year": 2001, + "value": 20675 + }, + { + "year": 2002, + "value": 21129 + }, + { + "year": 2003, + "value": 21672 + }, + { + "year": 2004, + "value": 22334 + }, + { + "year": 2005, + "value": 23107 + }, + { + "year": 2006, + "value": 24023 + }, + { + "year": 2007, + "value": 25047 + }, + { + "year": 2008, + "value": 26097 + }, + { + "year": 2009, + "value": 27039 + }, + { + "year": 2010, + "value": 27794 + }, + { + "year": 2011, + "value": 28319 + }, + { + "year": 2012, + "value": 28650 + }, + { + "year": 2013, + "value": 28847 + }, + { + "year": 2014, + "value": 28989 + }, + { + "year": 2015, + "value": 29152 + }, + { + "year": 2016, + "value": 29355 + }, + { + "year": 2017, + "value": 29577 + }, + { + "year": 2018, + "value": 29802 + } + ] + }, + "Brunei Darussalam": { + "population": [ + { + "year": 1960, + "value": 81702 + }, + { + "year": 1961, + "value": 85562 + }, + { + "year": 1962, + "value": 89481 + }, + { + "year": 1963, + "value": 93540 + }, + { + "year": 1964, + "value": 97812 + }, + { + "year": 1965, + "value": 102386 + }, + { + "year": 1966, + "value": 107274 + }, + { + "year": 1967, + "value": 112448 + }, + { + "year": 1968, + "value": 117898 + }, + { + "year": 1969, + "value": 123600 + }, + { + "year": 1970, + "value": 129529 + }, + { + "year": 1971, + "value": 135671 + }, + { + "year": 1972, + "value": 142022 + }, + { + "year": 1973, + "value": 148512 + }, + { + "year": 1974, + "value": 155072 + }, + { + "year": 1975, + "value": 161626 + }, + { + "year": 1976, + "value": 168181 + }, + { + "year": 1977, + "value": 174714 + }, + { + "year": 1978, + "value": 181205 + }, + { + "year": 1979, + "value": 187604 + }, + { + "year": 1980, + "value": 193879 + }, + { + "year": 1981, + "value": 200021 + }, + { + "year": 1982, + "value": 206065 + }, + { + "year": 1983, + "value": 212076 + }, + { + "year": 1984, + "value": 218175 + }, + { + "year": 1985, + "value": 224449 + }, + { + "year": 1986, + "value": 230915 + }, + { + "year": 1987, + "value": 237563 + }, + { + "year": 1988, + "value": 244404 + }, + { + "year": 1989, + "value": 251458 + }, + { + "year": 1990, + "value": 258721 + }, + { + "year": 1991, + "value": 266210 + }, + { + "year": 1992, + "value": 273892 + }, + { + "year": 1993, + "value": 281681 + }, + { + "year": 1994, + "value": 289454 + }, + { + "year": 1995, + "value": 297114 + }, + { + "year": 1996, + "value": 304622 + }, + { + "year": 1997, + "value": 311958 + }, + { + "year": 1998, + "value": 319144 + }, + { + "year": 1999, + "value": 326210 + }, + { + "year": 2000, + "value": 333165 + }, + { + "year": 2001, + "value": 340034 + }, + { + "year": 2002, + "value": 346782 + }, + { + "year": 2003, + "value": 353293 + }, + { + "year": 2004, + "value": 359433 + }, + { + "year": 2005, + "value": 365114 + }, + { + "year": 2006, + "value": 370263 + }, + { + "year": 2007, + "value": 374965 + }, + { + "year": 2008, + "value": 379421 + }, + { + "year": 2009, + "value": 383906 + }, + { + "year": 2010, + "value": 388646 + }, + { + "year": 2011, + "value": 393688 + }, + { + "year": 2012, + "value": 398989 + }, + { + "year": 2013, + "value": 404421 + }, + { + "year": 2014, + "value": 409769 + }, + { + "year": 2015, + "value": 414907 + }, + { + "year": 2016, + "value": 419800 + }, + { + "year": 2017, + "value": 424473 + }, + { + "year": 2018, + "value": 428962 + } + ] + }, + "Bulgaria": { + "population": [ + { + "year": 1960, + "value": 7867374 + }, + { + "year": 1961, + "value": 7943118 + }, + { + "year": 1962, + "value": 8012946 + }, + { + "year": 1963, + "value": 8078145 + }, + { + "year": 1964, + "value": 8144340 + }, + { + "year": 1965, + "value": 8204168 + }, + { + "year": 1966, + "value": 8258057 + }, + { + "year": 1967, + "value": 8310226 + }, + { + "year": 1968, + "value": 8369603 + }, + { + "year": 1969, + "value": 8434172 + }, + { + "year": 1970, + "value": 8489574 + }, + { + "year": 1971, + "value": 8536395 + }, + { + "year": 1972, + "value": 8576200 + }, + { + "year": 1973, + "value": 8620967 + }, + { + "year": 1974, + "value": 8678745 + }, + { + "year": 1975, + "value": 8720742 + }, + { + "year": 1976, + "value": 8758599 + }, + { + "year": 1977, + "value": 8804183 + }, + { + "year": 1978, + "value": 8814032 + }, + { + "year": 1979, + "value": 8825940 + }, + { + "year": 1980, + "value": 8861535 + }, + { + "year": 1981, + "value": 8891117 + }, + { + "year": 1982, + "value": 8917457 + }, + { + "year": 1983, + "value": 8939738 + }, + { + "year": 1984, + "value": 8960679 + }, + { + "year": 1985, + "value": 8960547 + }, + { + "year": 1986, + "value": 8958171 + }, + { + "year": 1987, + "value": 8971359 + }, + { + "year": 1988, + "value": 8981446 + }, + { + "year": 1989, + "value": 8876972 + }, + { + "year": 1990, + "value": 8718289 + }, + { + "year": 1991, + "value": 8632367 + }, + { + "year": 1992, + "value": 8540164 + }, + { + "year": 1993, + "value": 8472313 + }, + { + "year": 1994, + "value": 8443591 + }, + { + "year": 1995, + "value": 8406067 + }, + { + "year": 1996, + "value": 8362826 + }, + { + "year": 1997, + "value": 8312068 + }, + { + "year": 1998, + "value": 8256786 + }, + { + "year": 1999, + "value": 8210624 + }, + { + "year": 2000, + "value": 8170172 + }, + { + "year": 2001, + "value": 8009142 + }, + { + "year": 2002, + "value": 7837161 + }, + { + "year": 2003, + "value": 7775327 + }, + { + "year": 2004, + "value": 7716860 + }, + { + "year": 2005, + "value": 7658972 + }, + { + "year": 2006, + "value": 7601022 + }, + { + "year": 2007, + "value": 7545338 + }, + { + "year": 2008, + "value": 7492561 + }, + { + "year": 2009, + "value": 7444443 + }, + { + "year": 2010, + "value": 7395599 + }, + { + "year": 2011, + "value": 7348328 + }, + { + "year": 2012, + "value": 7305888 + }, + { + "year": 2013, + "value": 7265115 + }, + { + "year": 2014, + "value": 7223938 + }, + { + "year": 2015, + "value": 7177991 + }, + { + "year": 2016, + "value": 7127822 + }, + { + "year": 2017, + "value": 7075947 + }, + { + "year": 2018, + "value": 7025037 + } + ] + }, + "Burkina Faso": { + "population": [ + { + "year": 1960, + "value": 4829288 + }, + { + "year": 1961, + "value": 4894580 + }, + { + "year": 1962, + "value": 4960326 + }, + { + "year": 1963, + "value": 5027821 + }, + { + "year": 1964, + "value": 5098890 + }, + { + "year": 1965, + "value": 5174870 + }, + { + "year": 1966, + "value": 5256363 + }, + { + "year": 1967, + "value": 5343019 + }, + { + "year": 1968, + "value": 5434041 + }, + { + "year": 1969, + "value": 5528174 + }, + { + "year": 1970, + "value": 5624600 + }, + { + "year": 1971, + "value": 5723381 + }, + { + "year": 1972, + "value": 5825173 + }, + { + "year": 1973, + "value": 5930483 + }, + { + "year": 1974, + "value": 6040041 + }, + { + "year": 1975, + "value": 6154545 + }, + { + "year": 1976, + "value": 6274037 + }, + { + "year": 1977, + "value": 6398935 + }, + { + "year": 1978, + "value": 6530819 + }, + { + "year": 1979, + "value": 6671656 + }, + { + "year": 1980, + "value": 6822843 + }, + { + "year": 1981, + "value": 6985160 + }, + { + "year": 1982, + "value": 7158255 + }, + { + "year": 1983, + "value": 7340905 + }, + { + "year": 1984, + "value": 7531242 + }, + { + "year": 1985, + "value": 7727907 + }, + { + "year": 1986, + "value": 7930694 + }, + { + "year": 1987, + "value": 8140073 + }, + { + "year": 1988, + "value": 8356305 + }, + { + "year": 1989, + "value": 8579823 + }, + { + "year": 1990, + "value": 8811034 + }, + { + "year": 1991, + "value": 9050084 + }, + { + "year": 1992, + "value": 9297113 + }, + { + "year": 1993, + "value": 9552476 + }, + { + "year": 1994, + "value": 9816588 + }, + { + "year": 1995, + "value": 10089878 + }, + { + "year": 1996, + "value": 10372745 + }, + { + "year": 1997, + "value": 10665546 + }, + { + "year": 1998, + "value": 10968724 + }, + { + "year": 1999, + "value": 11282701 + }, + { + "year": 2000, + "value": 11607942 + }, + { + "year": 2001, + "value": 11944587 + }, + { + "year": 2002, + "value": 12293100 + }, + { + "year": 2003, + "value": 12654621 + }, + { + "year": 2004, + "value": 13030569 + }, + { + "year": 2005, + "value": 13421930 + }, + { + "year": 2006, + "value": 13829176 + }, + { + "year": 2007, + "value": 14252021 + }, + { + "year": 2008, + "value": 14689725 + }, + { + "year": 2009, + "value": 15141098 + }, + { + "year": 2010, + "value": 15605217 + }, + { + "year": 2011, + "value": 16081911 + }, + { + "year": 2012, + "value": 16571246 + }, + { + "year": 2013, + "value": 17072775 + }, + { + "year": 2014, + "value": 17586017 + }, + { + "year": 2015, + "value": 18110624 + }, + { + "year": 2016, + "value": 18646378 + }, + { + "year": 2017, + "value": 19193284 + }, + { + "year": 2018, + "value": 19751535 + } + ] + }, + "Burundi": { + "population": [ + { + "year": 1960, + "value": 2797932 + }, + { + "year": 1961, + "value": 2852438 + }, + { + "year": 1962, + "value": 2907321 + }, + { + "year": 1963, + "value": 2964427 + }, + { + "year": 1964, + "value": 3026290 + }, + { + "year": 1965, + "value": 3094379 + }, + { + "year": 1966, + "value": 3170490 + }, + { + "year": 1967, + "value": 3253218 + }, + { + "year": 1968, + "value": 3336927 + }, + { + "year": 1969, + "value": 3413904 + }, + { + "year": 1970, + "value": 3479074 + }, + { + "year": 1971, + "value": 3529997 + }, + { + "year": 1972, + "value": 3569666 + }, + { + "year": 1973, + "value": 3605126 + }, + { + "year": 1974, + "value": 3646431 + }, + { + "year": 1975, + "value": 3700880 + }, + { + "year": 1976, + "value": 3770871 + }, + { + "year": 1977, + "value": 3854445 + }, + { + "year": 1978, + "value": 3949266 + }, + { + "year": 1979, + "value": 4051234 + }, + { + "year": 1980, + "value": 4157298 + }, + { + "year": 1981, + "value": 4266520 + }, + { + "year": 1982, + "value": 4379724 + }, + { + "year": 1983, + "value": 4497533 + }, + { + "year": 1984, + "value": 4621103 + }, + { + "year": 1985, + "value": 4750837 + }, + { + "year": 1986, + "value": 4886743 + }, + { + "year": 1987, + "value": 5027138 + }, + { + "year": 1988, + "value": 5168698 + }, + { + "year": 1989, + "value": 5307069 + }, + { + "year": 1990, + "value": 5438957 + }, + { + "year": 1991, + "value": 5564926 + }, + { + "year": 1992, + "value": 5685565 + }, + { + "year": 1993, + "value": 5798053 + }, + { + "year": 1994, + "value": 5898967 + }, + { + "year": 1995, + "value": 5987043 + }, + { + "year": 1996, + "value": 6060111 + }, + { + "year": 1997, + "value": 6122130 + }, + { + "year": 1998, + "value": 6185562 + }, + { + "year": 1999, + "value": 6267124 + }, + { + "year": 2000, + "value": 6378871 + }, + { + "year": 2001, + "value": 6525545 + }, + { + "year": 2002, + "value": 6704113 + }, + { + "year": 2003, + "value": 6909154 + }, + { + "year": 2004, + "value": 7131693 + }, + { + "year": 2005, + "value": 7364862 + }, + { + "year": 2006, + "value": 7607849 + }, + { + "year": 2007, + "value": 7862214 + }, + { + "year": 2008, + "value": 8126102 + }, + { + "year": 2009, + "value": 8397668 + }, + { + "year": 2010, + "value": 8675602 + }, + { + "year": 2011, + "value": 8958406 + }, + { + "year": 2012, + "value": 9245988 + }, + { + "year": 2013, + "value": 9540289 + }, + { + "year": 2014, + "value": 9844297 + }, + { + "year": 2015, + "value": 10160030 + }, + { + "year": 2016, + "value": 10487998 + }, + { + "year": 2017, + "value": 10827024 + }, + { + "year": 2018, + "value": 11175378 + } + ] + }, + "Cabo Verde": { + "population": [ + { + "year": 1960, + "value": 201765 + }, + { + "year": 1961, + "value": 205327 + }, + { + "year": 1962, + "value": 210142 + }, + { + "year": 1963, + "value": 216096 + }, + { + "year": 1964, + "value": 222948 + }, + { + "year": 1965, + "value": 230418 + }, + { + "year": 1966, + "value": 238655 + }, + { + "year": 1967, + "value": 247527 + }, + { + "year": 1968, + "value": 256176 + }, + { + "year": 1969, + "value": 263453 + }, + { + "year": 1970, + "value": 268627 + }, + { + "year": 1971, + "value": 271309 + }, + { + "year": 1972, + "value": 271843 + }, + { + "year": 1973, + "value": 271068 + }, + { + "year": 1974, + "value": 270230 + }, + { + "year": 1975, + "value": 270247 + }, + { + "year": 1976, + "value": 271342 + }, + { + "year": 1977, + "value": 273335 + }, + { + "year": 1978, + "value": 276174 + }, + { + "year": 1979, + "value": 279730 + }, + { + "year": 1980, + "value": 283847 + }, + { + "year": 1981, + "value": 288677 + }, + { + "year": 1982, + "value": 294254 + }, + { + "year": 1983, + "value": 300230 + }, + { + "year": 1984, + "value": 306136 + }, + { + "year": 1985, + "value": 311678 + }, + { + "year": 1986, + "value": 316616 + }, + { + "year": 1987, + "value": 321135 + }, + { + "year": 1988, + "value": 325746 + }, + { + "year": 1989, + "value": 331179 + }, + { + "year": 1990, + "value": 337950 + }, + { + "year": 1991, + "value": 346230 + }, + { + "year": 1992, + "value": 355757 + }, + { + "year": 1993, + "value": 366053 + }, + { + "year": 1994, + "value": 376407 + }, + { + "year": 1995, + "value": 386284 + }, + { + "year": 1996, + "value": 395533 + }, + { + "year": 1997, + "value": 404259 + }, + { + "year": 1998, + "value": 412514 + }, + { + "year": 1999, + "value": 420452 + }, + { + "year": 2000, + "value": 428188 + }, + { + "year": 2001, + "value": 435709 + }, + { + "year": 2002, + "value": 442951 + }, + { + "year": 2003, + "value": 449930 + }, + { + "year": 2004, + "value": 456617 + }, + { + "year": 2005, + "value": 463032 + }, + { + "year": 2006, + "value": 469170 + }, + { + "year": 2007, + "value": 475060 + }, + { + "year": 2008, + "value": 480842 + }, + { + "year": 2009, + "value": 486671 + }, + { + "year": 2010, + "value": 492654 + }, + { + "year": 2011, + "value": 498856 + }, + { + "year": 2012, + "value": 505235 + }, + { + "year": 2013, + "value": 511748 + }, + { + "year": 2014, + "value": 518269 + }, + { + "year": 2015, + "value": 524743 + }, + { + "year": 2016, + "value": 531146 + }, + { + "year": 2017, + "value": 537497 + }, + { + "year": 2018, + "value": 543767 + } + ] + }, + "Cambodia": { + "population": [ + { + "year": 1960, + "value": 5722370 + }, + { + "year": 1961, + "value": 5872966 + }, + { + "year": 1962, + "value": 6028431 + }, + { + "year": 1963, + "value": 6183584 + }, + { + "year": 1964, + "value": 6331449 + }, + { + "year": 1965, + "value": 6467197 + }, + { + "year": 1966, + "value": 6585035 + }, + { + "year": 1967, + "value": 6685960 + }, + { + "year": 1968, + "value": 6779787 + }, + { + "year": 1969, + "value": 6880623 + }, + { + "year": 1970, + "value": 6996576 + }, + { + "year": 1971, + "value": 7139647 + }, + { + "year": 1972, + "value": 7302111 + }, + { + "year": 1973, + "value": 7449238 + }, + { + "year": 1974, + "value": 7533336 + }, + { + "year": 1975, + "value": 7524447 + }, + { + "year": 1976, + "value": 7404684 + }, + { + "year": 1977, + "value": 7196042 + }, + { + "year": 1978, + "value": 6957265 + }, + { + "year": 1979, + "value": 6770396 + }, + { + "year": 1980, + "value": 6693764 + }, + { + "year": 1981, + "value": 6749847 + }, + { + "year": 1982, + "value": 6919801 + }, + { + "year": 1983, + "value": 7169997 + }, + { + "year": 1984, + "value": 7447853 + }, + { + "year": 1985, + "value": 7714880 + }, + { + "year": 1986, + "value": 7960949 + }, + { + "year": 1987, + "value": 8198082 + }, + { + "year": 1988, + "value": 8435912 + }, + { + "year": 1989, + "value": 8691334 + }, + { + "year": 1990, + "value": 8975597 + }, + { + "year": 1991, + "value": 9289299 + }, + { + "year": 1992, + "value": 9623889 + }, + { + "year": 1993, + "value": 9970733 + }, + { + "year": 1994, + "value": 10317899 + }, + { + "year": 1995, + "value": 10656138 + }, + { + "year": 1996, + "value": 10982917 + }, + { + "year": 1997, + "value": 11298600 + }, + { + "year": 1998, + "value": 11600508 + }, + { + "year": 1999, + "value": 11886458 + }, + { + "year": 2000, + "value": 12155239 + }, + { + "year": 2001, + "value": 12405408 + }, + { + "year": 2002, + "value": 12637727 + }, + { + "year": 2003, + "value": 12856163 + }, + { + "year": 2004, + "value": 13066469 + }, + { + "year": 2005, + "value": 13273354 + }, + { + "year": 2006, + "value": 13477709 + }, + { + "year": 2007, + "value": 13679962 + }, + { + "year": 2008, + "value": 13883834 + }, + { + "year": 2009, + "value": 14093604 + }, + { + "year": 2010, + "value": 14312212 + }, + { + "year": 2011, + "value": 14541423 + }, + { + "year": 2012, + "value": 14780454 + }, + { + "year": 2013, + "value": 15026332 + }, + { + "year": 2014, + "value": 15274503 + }, + { + "year": 2015, + "value": 15521436 + }, + { + "year": 2016, + "value": 15766293 + }, + { + "year": 2017, + "value": 16009414 + }, + { + "year": 2018, + "value": 16249798 + } + ] + }, + "Cameroon": { + "population": [ + { + "year": 1960, + "value": 5176918 + }, + { + "year": 1961, + "value": 5285017 + }, + { + "year": 1962, + "value": 5398729 + }, + { + "year": 1963, + "value": 5518104 + }, + { + "year": 1964, + "value": 5643036 + }, + { + "year": 1965, + "value": 5773543 + }, + { + "year": 1966, + "value": 5909882 + }, + { + "year": 1967, + "value": 6052420 + }, + { + "year": 1968, + "value": 6201413 + }, + { + "year": 1969, + "value": 6357092 + }, + { + "year": 1970, + "value": 6519762 + }, + { + "year": 1971, + "value": 6689662 + }, + { + "year": 1972, + "value": 6867178 + }, + { + "year": 1973, + "value": 7052849 + }, + { + "year": 1974, + "value": 7247287 + }, + { + "year": 1975, + "value": 7451054 + }, + { + "year": 1976, + "value": 7664406 + }, + { + "year": 1977, + "value": 7887560 + }, + { + "year": 1978, + "value": 8121084 + }, + { + "year": 1979, + "value": 8365567 + }, + { + "year": 1980, + "value": 8621406 + }, + { + "year": 1981, + "value": 8888535 + }, + { + "year": 1982, + "value": 9166816 + }, + { + "year": 1983, + "value": 9456494 + }, + { + "year": 1984, + "value": 9757841 + }, + { + "year": 1985, + "value": 10070806 + }, + { + "year": 1986, + "value": 10395480 + }, + { + "year": 1987, + "value": 10731064 + }, + { + "year": 1988, + "value": 11075422 + }, + { + "year": 1989, + "value": 11425800 + }, + { + "year": 1990, + "value": 11780088 + }, + { + "year": 1991, + "value": 12137912 + }, + { + "year": 1992, + "value": 12499499 + }, + { + "year": 1993, + "value": 12864090 + }, + { + "year": 1994, + "value": 13230984 + }, + { + "year": 1995, + "value": 13599988 + }, + { + "year": 1996, + "value": 13970813 + }, + { + "year": 1997, + "value": 14344449 + }, + { + "year": 1998, + "value": 14723768 + }, + { + "year": 1999, + "value": 15112592 + }, + { + "year": 2000, + "value": 15513945 + }, + { + "year": 2001, + "value": 15928910 + }, + { + "year": 2002, + "value": 16357602 + }, + { + "year": 2003, + "value": 16800865 + }, + { + "year": 2004, + "value": 17259322 + }, + { + "year": 2005, + "value": 17733410 + }, + { + "year": 2006, + "value": 18223674 + }, + { + "year": 2007, + "value": 18730282 + }, + { + "year": 2008, + "value": 19252666 + }, + { + "year": 2009, + "value": 19789919 + }, + { + "year": 2010, + "value": 20341241 + }, + { + "year": 2011, + "value": 20906388 + }, + { + "year": 2012, + "value": 21485266 + }, + { + "year": 2013, + "value": 22077298 + }, + { + "year": 2014, + "value": 22681858 + }, + { + "year": 2015, + "value": 23298368 + }, + { + "year": 2016, + "value": 23926539 + }, + { + "year": 2017, + "value": 24566045 + }, + { + "year": 2018, + "value": 25216237 + } + ] + }, + "Canada": { + "population": [ + { + "year": 1960, + "value": 17909009 + }, + { + "year": 1961, + "value": 18271000 + }, + { + "year": 1962, + "value": 18614000 + }, + { + "year": 1963, + "value": 18964000 + }, + { + "year": 1964, + "value": 19325000 + }, + { + "year": 1965, + "value": 19678000 + }, + { + "year": 1966, + "value": 20048000 + }, + { + "year": 1967, + "value": 20412000 + }, + { + "year": 1968, + "value": 20744000 + }, + { + "year": 1969, + "value": 21028000 + }, + { + "year": 1970, + "value": 21324000 + }, + { + "year": 1971, + "value": 21962032 + }, + { + "year": 1972, + "value": 22218463 + }, + { + "year": 1973, + "value": 22491777 + }, + { + "year": 1974, + "value": 22807969 + }, + { + "year": 1975, + "value": 23143275 + }, + { + "year": 1976, + "value": 23449808 + }, + { + "year": 1977, + "value": 23725843 + }, + { + "year": 1978, + "value": 23963203 + }, + { + "year": 1979, + "value": 24201544 + }, + { + "year": 1980, + "value": 24515667 + }, + { + "year": 1981, + "value": 24819915 + }, + { + "year": 1982, + "value": 25116942 + }, + { + "year": 1983, + "value": 25366451 + }, + { + "year": 1984, + "value": 25607053 + }, + { + "year": 1985, + "value": 25842116 + }, + { + "year": 1986, + "value": 26100278 + }, + { + "year": 1987, + "value": 26446601 + }, + { + "year": 1988, + "value": 26791747 + }, + { + "year": 1989, + "value": 27276781 + }, + { + "year": 1990, + "value": 27691138 + }, + { + "year": 1991, + "value": 28037420 + }, + { + "year": 1992, + "value": 28371264 + }, + { + "year": 1993, + "value": 28684764 + }, + { + "year": 1994, + "value": 29000663 + }, + { + "year": 1995, + "value": 29302311 + }, + { + "year": 1996, + "value": 29610218 + }, + { + "year": 1997, + "value": 29905948 + }, + { + "year": 1998, + "value": 30155173 + }, + { + "year": 1999, + "value": 30401286 + }, + { + "year": 2000, + "value": 30685730 + }, + { + "year": 2001, + "value": 31020902 + }, + { + "year": 2002, + "value": 31360079 + }, + { + "year": 2003, + "value": 31644028 + }, + { + "year": 2004, + "value": 31940655 + }, + { + "year": 2005, + "value": 32243753 + }, + { + "year": 2006, + "value": 32571174 + }, + { + "year": 2007, + "value": 32889025 + }, + { + "year": 2008, + "value": 33247118 + }, + { + "year": 2009, + "value": 33628895 + }, + { + "year": 2010, + "value": 34004889 + }, + { + "year": 2011, + "value": 34339328 + }, + { + "year": 2012, + "value": 34714222 + }, + { + "year": 2013, + "value": 35082954 + }, + { + "year": 2014, + "value": 35437435 + }, + { + "year": 2015, + "value": 35702908 + }, + { + "year": 2016, + "value": 36109487 + }, + { + "year": 2017, + "value": 36543321 + }, + { + "year": 2018, + "value": 37057765 + } + ] + }, + "Cayman Islands": { + "population": [ + { + "year": 1960, + "value": 7865 + }, + { + "year": 1961, + "value": 8026 + }, + { + "year": 1962, + "value": 8146 + }, + { + "year": 1963, + "value": 8227 + }, + { + "year": 1964, + "value": 8298 + }, + { + "year": 1965, + "value": 8369 + }, + { + "year": 1966, + "value": 8441 + }, + { + "year": 1967, + "value": 8522 + }, + { + "year": 1968, + "value": 8631 + }, + { + "year": 1969, + "value": 8827 + }, + { + "year": 1970, + "value": 9144 + }, + { + "year": 1971, + "value": 9580 + }, + { + "year": 1972, + "value": 10133 + }, + { + "year": 1973, + "value": 10782 + }, + { + "year": 1974, + "value": 11491 + }, + { + "year": 1975, + "value": 12244 + }, + { + "year": 1976, + "value": 13025 + }, + { + "year": 1977, + "value": 13853 + }, + { + "year": 1978, + "value": 14683 + }, + { + "year": 1979, + "value": 15480 + }, + { + "year": 1980, + "value": 16212 + }, + { + "year": 1981, + "value": 16860 + }, + { + "year": 1982, + "value": 17439 + }, + { + "year": 1983, + "value": 18011 + }, + { + "year": 1984, + "value": 18670 + }, + { + "year": 1985, + "value": 19467 + }, + { + "year": 1986, + "value": 20430 + }, + { + "year": 1987, + "value": 21544 + }, + { + "year": 1988, + "value": 22761 + }, + { + "year": 1989, + "value": 24039 + }, + { + "year": 1990, + "value": 25312 + }, + { + "year": 1991, + "value": 26544 + }, + { + "year": 1992, + "value": 27780 + }, + { + "year": 1993, + "value": 29069 + }, + { + "year": 1994, + "value": 30514 + }, + { + "year": 1995, + "value": 32166 + }, + { + "year": 1996, + "value": 34065 + }, + { + "year": 1997, + "value": 36156 + }, + { + "year": 1998, + "value": 38329 + }, + { + "year": 1999, + "value": 40420 + }, + { + "year": 2000, + "value": 42303 + }, + { + "year": 2001, + "value": 43935 + }, + { + "year": 2002, + "value": 45351 + }, + { + "year": 2003, + "value": 46632 + }, + { + "year": 2004, + "value": 47902 + }, + { + "year": 2005, + "value": 49261 + }, + { + "year": 2006, + "value": 50740 + }, + { + "year": 2007, + "value": 52280 + }, + { + "year": 2008, + "value": 53836 + }, + { + "year": 2009, + "value": 55322 + }, + { + "year": 2010, + "value": 56672 + }, + { + "year": 2011, + "value": 57878 + }, + { + "year": 2012, + "value": 58958 + }, + { + "year": 2013, + "value": 59932 + }, + { + "year": 2014, + "value": 60848 + }, + { + "year": 2015, + "value": 61724 + }, + { + "year": 2016, + "value": 62569 + }, + { + "year": 2017, + "value": 63382 + }, + { + "year": 2018, + "value": 64174 + } + ] + }, + "Central African Republic": { + "population": [ + { + "year": 1960, + "value": 1501668 + }, + { + "year": 1961, + "value": 1526066 + }, + { + "year": 1962, + "value": 1551910 + }, + { + "year": 1963, + "value": 1579370 + }, + { + "year": 1964, + "value": 1608616 + }, + { + "year": 1965, + "value": 1639706 + }, + { + "year": 1966, + "value": 1673019 + }, + { + "year": 1967, + "value": 1708302 + }, + { + "year": 1968, + "value": 1744194 + }, + { + "year": 1969, + "value": 1778861 + }, + { + "year": 1970, + "value": 1811144 + }, + { + "year": 1971, + "value": 1840518 + }, + { + "year": 1972, + "value": 1867782 + }, + { + "year": 1973, + "value": 1894853 + }, + { + "year": 1974, + "value": 1924388 + }, + { + "year": 1975, + "value": 1958367 + }, + { + "year": 1976, + "value": 1997014 + }, + { + "year": 1977, + "value": 2039919 + }, + { + "year": 1978, + "value": 2087663 + }, + { + "year": 1979, + "value": 2140777 + }, + { + "year": 1980, + "value": 2199356 + }, + { + "year": 1981, + "value": 2264442 + }, + { + "year": 1982, + "value": 2335333 + }, + { + "year": 1983, + "value": 2408317 + }, + { + "year": 1984, + "value": 2478382 + }, + { + "year": 1985, + "value": 2542169 + }, + { + "year": 1986, + "value": 2597761 + }, + { + "year": 1987, + "value": 2646840 + }, + { + "year": 1988, + "value": 2693973 + }, + { + "year": 1989, + "value": 2745734 + }, + { + "year": 1990, + "value": 2806734 + }, + { + "year": 1991, + "value": 2878509 + }, + { + "year": 1992, + "value": 2959236 + }, + { + "year": 1993, + "value": 3046149 + }, + { + "year": 1994, + "value": 3135015 + }, + { + "year": 1995, + "value": 3222656 + }, + { + "year": 1996, + "value": 3308233 + }, + { + "year": 1997, + "value": 3392436 + }, + { + "year": 1998, + "value": 3475492 + }, + { + "year": 1999, + "value": 3558014 + }, + { + "year": 2000, + "value": 3640427 + }, + { + "year": 2001, + "value": 3722018 + }, + { + "year": 2002, + "value": 3802128 + }, + { + "year": 2003, + "value": 3881181 + }, + { + "year": 2004, + "value": 3959875 + }, + { + "year": 2005, + "value": 4038382 + }, + { + "year": 2006, + "value": 4118069 + }, + { + "year": 2007, + "value": 4198010 + }, + { + "year": 2008, + "value": 4273366 + }, + { + "year": 2009, + "value": 4337625 + }, + { + "year": 2010, + "value": 4386768 + }, + { + "year": 2011, + "value": 4418636 + }, + { + "year": 2012, + "value": 4436415 + }, + { + "year": 2013, + "value": 4447942 + }, + { + "year": 2014, + "value": 4464175 + }, + { + "year": 2015, + "value": 4493170 + }, + { + "year": 2016, + "value": 4537687 + }, + { + "year": 2017, + "value": 4596028 + }, + { + "year": 2018, + "value": 4666377 + } + ] + }, + "Chad": { + "population": [ + { + "year": 1960, + "value": 3001609 + }, + { + "year": 1961, + "value": 3060368 + }, + { + "year": 1962, + "value": 3121236 + }, + { + "year": 1963, + "value": 3183572 + }, + { + "year": 1964, + "value": 3246523 + }, + { + "year": 1965, + "value": 3309586 + }, + { + "year": 1966, + "value": 3372189 + }, + { + "year": 1967, + "value": 3434825 + }, + { + "year": 1968, + "value": 3499362 + }, + { + "year": 1969, + "value": 3568398 + }, + { + "year": 1970, + "value": 3643604 + }, + { + "year": 1971, + "value": 3726189 + }, + { + "year": 1972, + "value": 3815260 + }, + { + "year": 1973, + "value": 3907889 + }, + { + "year": 1974, + "value": 3999921 + }, + { + "year": 1975, + "value": 4088564 + }, + { + "year": 1976, + "value": 4173135 + }, + { + "year": 1977, + "value": 4255248 + }, + { + "year": 1978, + "value": 4337291 + }, + { + "year": 1979, + "value": 4422745 + }, + { + "year": 1980, + "value": 4514430 + }, + { + "year": 1981, + "value": 4612849 + }, + { + "year": 1982, + "value": 4718162 + }, + { + "year": 1983, + "value": 4832321 + }, + { + "year": 1984, + "value": 4957558 + }, + { + "year": 1985, + "value": 5095401 + }, + { + "year": 1986, + "value": 5247283 + }, + { + "year": 1987, + "value": 5412847 + }, + { + "year": 1988, + "value": 5589626 + }, + { + "year": 1989, + "value": 5773920 + }, + { + "year": 1990, + "value": 5963252 + }, + { + "year": 1991, + "value": 6157079 + }, + { + "year": 1992, + "value": 6356748 + }, + { + "year": 1993, + "value": 6563922 + }, + { + "year": 1994, + "value": 6781053 + }, + { + "year": 1995, + "value": 7010145 + }, + { + "year": 1996, + "value": 7250975 + }, + { + "year": 1997, + "value": 7503493 + }, + { + "year": 1998, + "value": 7770048 + }, + { + "year": 1999, + "value": 8053536 + }, + { + "year": 2000, + "value": 8355654 + }, + { + "year": 2001, + "value": 8678051 + }, + { + "year": 2002, + "value": 9019233 + }, + { + "year": 2003, + "value": 9373916 + }, + { + "year": 2004, + "value": 9734767 + }, + { + "year": 2005, + "value": 10096633 + }, + { + "year": 2006, + "value": 10457124 + }, + { + "year": 2007, + "value": 10818024 + }, + { + "year": 2008, + "value": 11183588 + }, + { + "year": 2009, + "value": 11560147 + }, + { + "year": 2010, + "value": 11952136 + }, + { + "year": 2011, + "value": 12360989 + }, + { + "year": 2012, + "value": 12784750 + }, + { + "year": 2013, + "value": 13220424 + }, + { + "year": 2014, + "value": 13663559 + }, + { + "year": 2015, + "value": 14110975 + }, + { + "year": 2016, + "value": 14561666 + }, + { + "year": 2017, + "value": 15016773 + }, + { + "year": 2018, + "value": 15477751 + } + ] + }, + "Channel Islands": { + "population": [ + { + "year": 1960, + "value": 109420 + }, + { + "year": 1961, + "value": 110399 + }, + { + "year": 1962, + "value": 111457 + }, + { + "year": 1963, + "value": 112595 + }, + { + "year": 1964, + "value": 113773 + }, + { + "year": 1965, + "value": 114995 + }, + { + "year": 1966, + "value": 116227 + }, + { + "year": 1967, + "value": 117474 + }, + { + "year": 1968, + "value": 118726 + }, + { + "year": 1969, + "value": 119972 + }, + { + "year": 1970, + "value": 121197 + }, + { + "year": 1971, + "value": 122413 + }, + { + "year": 1972, + "value": 123614 + }, + { + "year": 1973, + "value": 124725 + }, + { + "year": 1974, + "value": 125682 + }, + { + "year": 1975, + "value": 126415 + }, + { + "year": 1976, + "value": 126902 + }, + { + "year": 1977, + "value": 127183 + }, + { + "year": 1978, + "value": 127390 + }, + { + "year": 1979, + "value": 127692 + }, + { + "year": 1980, + "value": 128212 + }, + { + "year": 1981, + "value": 128982 + }, + { + "year": 1982, + "value": 129979 + }, + { + "year": 1983, + "value": 131149 + }, + { + "year": 1984, + "value": 132446 + }, + { + "year": 1985, + "value": 133808 + }, + { + "year": 1986, + "value": 135249 + }, + { + "year": 1987, + "value": 136762 + }, + { + "year": 1988, + "value": 138245 + }, + { + "year": 1989, + "value": 139573 + }, + { + "year": 1990, + "value": 140671 + }, + { + "year": 1991, + "value": 141467 + }, + { + "year": 1992, + "value": 142006 + }, + { + "year": 1993, + "value": 142415 + }, + { + "year": 1994, + "value": 142863 + }, + { + "year": 1995, + "value": 143484 + }, + { + "year": 1996, + "value": 144335 + }, + { + "year": 1997, + "value": 145373 + }, + { + "year": 1998, + "value": 146498 + }, + { + "year": 1999, + "value": 147555 + }, + { + "year": 2000, + "value": 148443 + }, + { + "year": 2001, + "value": 149097 + }, + { + "year": 2002, + "value": 149596 + }, + { + "year": 2003, + "value": 150068 + }, + { + "year": 2004, + "value": 150716 + }, + { + "year": 2005, + "value": 151678 + }, + { + "year": 2006, + "value": 153008 + }, + { + "year": 2007, + "value": 154636 + }, + { + "year": 2008, + "value": 156433 + }, + { + "year": 2009, + "value": 158178 + }, + { + "year": 2010, + "value": 159734 + }, + { + "year": 2011, + "value": 160998 + }, + { + "year": 2012, + "value": 162056 + }, + { + "year": 2013, + "value": 163038 + }, + { + "year": 2014, + "value": 164100 + }, + { + "year": 2015, + "value": 165385 + }, + { + "year": 2016, + "value": 166923 + }, + { + "year": 2017, + "value": 168665 + }, + { + "year": 2018, + "value": 170499 + } + ] + }, + "Chile": { + "population": [ + { + "year": 1960, + "value": 8132990 + }, + { + "year": 1961, + "value": 8303811 + }, + { + "year": 1962, + "value": 8476897 + }, + { + "year": 1963, + "value": 8650387 + }, + { + "year": 1964, + "value": 8821858 + }, + { + "year": 1965, + "value": 8989621 + }, + { + "year": 1966, + "value": 9152844 + }, + { + "year": 1967, + "value": 9312095 + }, + { + "year": 1968, + "value": 9468845 + }, + { + "year": 1969, + "value": 9625312 + }, + { + "year": 1970, + "value": 9783134 + }, + { + "year": 1971, + "value": 9942727 + }, + { + "year": 1972, + "value": 10103674 + }, + { + "year": 1973, + "value": 10265829 + }, + { + "year": 1974, + "value": 10428798 + }, + { + "year": 1975, + "value": 10592307 + }, + { + "year": 1976, + "value": 10756878 + }, + { + "year": 1977, + "value": 10922779 + }, + { + "year": 1978, + "value": 11089165 + }, + { + "year": 1979, + "value": 11254877 + }, + { + "year": 1980, + "value": 11419348 + }, + { + "year": 1981, + "value": 11582014 + }, + { + "year": 1982, + "value": 11743911 + }, + { + "year": 1983, + "value": 11907960 + }, + { + "year": 1984, + "value": 12078135 + }, + { + "year": 1985, + "value": 12257236 + }, + { + "year": 1986, + "value": 12445823 + }, + { + "year": 1987, + "value": 12642924 + }, + { + "year": 1988, + "value": 12847708 + }, + { + "year": 1989, + "value": 13058758 + }, + { + "year": 1990, + "value": 13274623 + }, + { + "year": 1991, + "value": 13495258 + }, + { + "year": 1992, + "value": 13719819 + }, + { + "year": 1993, + "value": 13944937 + }, + { + "year": 1994, + "value": 14166340 + }, + { + "year": 1995, + "value": 14380866 + }, + { + "year": 1996, + "value": 14587370 + }, + { + "year": 1997, + "value": 14786220 + }, + { + "year": 1998, + "value": 14977733 + }, + { + "year": 1999, + "value": 15162800 + }, + { + "year": 2000, + "value": 15342353 + }, + { + "year": 2001, + "value": 15516113 + }, + { + "year": 2002, + "value": 15684409 + }, + { + "year": 2003, + "value": 15849652 + }, + { + "year": 2004, + "value": 16014971 + }, + { + "year": 2005, + "value": 16182721 + }, + { + "year": 2006, + "value": 16354504 + }, + { + "year": 2007, + "value": 16530195 + }, + { + "year": 2008, + "value": 16708258 + }, + { + "year": 2009, + "value": 16886186 + }, + { + "year": 2010, + "value": 17062536 + }, + { + "year": 2011, + "value": 17233576 + }, + { + "year": 2012, + "value": 17400347 + }, + { + "year": 2013, + "value": 17571507 + }, + { + "year": 2014, + "value": 17758959 + }, + { + "year": 2015, + "value": 17969353 + }, + { + "year": 2016, + "value": 18209068 + }, + { + "year": 2017, + "value": 18470439 + }, + { + "year": 2018, + "value": 18729160 + } + ] + }, + "China": { + "population": [ + { + "year": 1960, + "value": 667070000 + }, + { + "year": 1961, + "value": 660330000 + }, + { + "year": 1962, + "value": 665770000 + }, + { + "year": 1963, + "value": 682335000 + }, + { + "year": 1964, + "value": 698355000 + }, + { + "year": 1965, + "value": 715185000 + }, + { + "year": 1966, + "value": 735400000 + }, + { + "year": 1967, + "value": 754550000 + }, + { + "year": 1968, + "value": 774510000 + }, + { + "year": 1969, + "value": 796025000 + }, + { + "year": 1970, + "value": 818315000 + }, + { + "year": 1971, + "value": 841105000 + }, + { + "year": 1972, + "value": 862030000 + }, + { + "year": 1973, + "value": 881940000 + }, + { + "year": 1974, + "value": 900350000 + }, + { + "year": 1975, + "value": 916395000 + }, + { + "year": 1976, + "value": 930685000 + }, + { + "year": 1977, + "value": 943455000 + }, + { + "year": 1978, + "value": 956165000 + }, + { + "year": 1979, + "value": 969005000 + }, + { + "year": 1980, + "value": 981235000 + }, + { + "year": 1981, + "value": 993885000 + }, + { + "year": 1982, + "value": 1008630000 + }, + { + "year": 1983, + "value": 1023310000 + }, + { + "year": 1984, + "value": 1036825000 + }, + { + "year": 1985, + "value": 1051040000 + }, + { + "year": 1986, + "value": 1066790000 + }, + { + "year": 1987, + "value": 1084035000 + }, + { + "year": 1988, + "value": 1101630000 + }, + { + "year": 1989, + "value": 1118650000 + }, + { + "year": 1990, + "value": 1135185000 + }, + { + "year": 1991, + "value": 1150780000 + }, + { + "year": 1992, + "value": 1164970000 + }, + { + "year": 1993, + "value": 1178440000 + }, + { + "year": 1994, + "value": 1191835000 + }, + { + "year": 1995, + "value": 1204855000 + }, + { + "year": 1996, + "value": 1217550000 + }, + { + "year": 1997, + "value": 1230075000 + }, + { + "year": 1998, + "value": 1241935000 + }, + { + "year": 1999, + "value": 1252735000 + }, + { + "year": 2000, + "value": 1262645000 + }, + { + "year": 2001, + "value": 1271850000 + }, + { + "year": 2002, + "value": 1280400000 + }, + { + "year": 2003, + "value": 1288400000 + }, + { + "year": 2004, + "value": 1296075000 + }, + { + "year": 2005, + "value": 1303720000 + }, + { + "year": 2006, + "value": 1311020000 + }, + { + "year": 2007, + "value": 1317885000 + }, + { + "year": 2008, + "value": 1324655000 + }, + { + "year": 2009, + "value": 1331260000 + }, + { + "year": 2010, + "value": 1337705000 + }, + { + "year": 2011, + "value": 1344130000 + }, + { + "year": 2012, + "value": 1350695000 + }, + { + "year": 2013, + "value": 1357380000 + }, + { + "year": 2014, + "value": 1364270000 + }, + { + "year": 2015, + "value": 1371220000 + }, + { + "year": 2016, + "value": 1378665000 + }, + { + "year": 2017, + "value": 1386395000 + }, + { + "year": 2018, + "value": 1392730000 + } + ] + }, + "Colombia": { + "population": [ + { + "year": 1960, + "value": 16057724 + }, + { + "year": 1961, + "value": 16567811 + }, + { + "year": 1962, + "value": 17092918 + }, + { + "year": 1963, + "value": 17629979 + }, + { + "year": 1964, + "value": 18175185 + }, + { + "year": 1965, + "value": 18725245 + }, + { + "year": 1966, + "value": 19279740 + }, + { + "year": 1967, + "value": 19837510 + }, + { + "year": 1968, + "value": 20393699 + }, + { + "year": 1969, + "value": 20942456 + }, + { + "year": 1970, + "value": 21480065 + }, + { + "year": 1971, + "value": 22003980 + }, + { + "year": 1972, + "value": 22516425 + }, + { + "year": 1973, + "value": 23024517 + }, + { + "year": 1974, + "value": 23538386 + }, + { + "year": 1975, + "value": 24065507 + }, + { + "year": 1976, + "value": 24608113 + }, + { + "year": 1977, + "value": 25164545 + }, + { + "year": 1978, + "value": 25733673 + }, + { + "year": 1979, + "value": 26312994 + }, + { + "year": 1980, + "value": 26900506 + }, + { + "year": 1981, + "value": 27496617 + }, + { + "year": 1982, + "value": 28101819 + }, + { + "year": 1983, + "value": 28714190 + }, + { + "year": 1984, + "value": 29331238 + }, + { + "year": 1985, + "value": 29951201 + }, + { + "year": 1986, + "value": 30572478 + }, + { + "year": 1987, + "value": 31195413 + }, + { + "year": 1988, + "value": 31822525 + }, + { + "year": 1989, + "value": 32457499 + }, + { + "year": 1990, + "value": 33102575 + }, + { + "year": 1991, + "value": 33758337 + }, + { + "year": 1992, + "value": 34422569 + }, + { + "year": 1993, + "value": 35091275 + }, + { + "year": 1994, + "value": 35758979 + }, + { + "year": 1995, + "value": 36421438 + }, + { + "year": 1996, + "value": 37076387 + }, + { + "year": 1997, + "value": 37723800 + }, + { + "year": 1998, + "value": 38364309 + }, + { + "year": 1999, + "value": 38999471 + }, + { + "year": 2000, + "value": 39629968 + }, + { + "year": 2001, + "value": 40255967 + }, + { + "year": 2002, + "value": 40875360 + }, + { + "year": 2003, + "value": 41483869 + }, + { + "year": 2004, + "value": 42075955 + }, + { + "year": 2005, + "value": 42647723 + }, + { + "year": 2006, + "value": 43200897 + }, + { + "year": 2007, + "value": 43737516 + }, + { + "year": 2008, + "value": 44254975 + }, + { + "year": 2009, + "value": 44750054 + }, + { + "year": 2010, + "value": 45222700 + }, + { + "year": 2011, + "value": 45663099 + }, + { + "year": 2012, + "value": 46076848 + }, + { + "year": 2013, + "value": 46497267 + }, + { + "year": 2014, + "value": 46969209 + }, + { + "year": 2015, + "value": 47520667 + }, + { + "year": 2016, + "value": 48171392 + }, + { + "year": 2017, + "value": 48901066 + }, + { + "year": 2018, + "value": 49648685 + } + ] + }, + "Comoros": { + "population": [ + { + "year": 1960, + "value": 191121 + }, + { + "year": 1961, + "value": 194139 + }, + { + "year": 1962, + "value": 197198 + }, + { + "year": 1963, + "value": 200372 + }, + { + "year": 1964, + "value": 203753 + }, + { + "year": 1965, + "value": 207424 + }, + { + "year": 1966, + "value": 211478 + }, + { + "year": 1967, + "value": 215897 + }, + { + "year": 1968, + "value": 220575 + }, + { + "year": 1969, + "value": 225325 + }, + { + "year": 1970, + "value": 230054 + }, + { + "year": 1971, + "value": 234644 + }, + { + "year": 1972, + "value": 239235 + }, + { + "year": 1973, + "value": 244208 + }, + { + "year": 1974, + "value": 250104 + }, + { + "year": 1975, + "value": 257290 + }, + { + "year": 1976, + "value": 265953 + }, + { + "year": 1977, + "value": 275900 + }, + { + "year": 1978, + "value": 286634 + }, + { + "year": 1979, + "value": 297447 + }, + { + "year": 1980, + "value": 307829 + }, + { + "year": 1981, + "value": 317606 + }, + { + "year": 1982, + "value": 326946 + }, + { + "year": 1983, + "value": 336096 + }, + { + "year": 1984, + "value": 345466 + }, + { + "year": 1985, + "value": 355337 + }, + { + "year": 1986, + "value": 365760 + }, + { + "year": 1987, + "value": 376654 + }, + { + "year": 1988, + "value": 387963 + }, + { + "year": 1989, + "value": 399632 + }, + { + "year": 1990, + "value": 411594 + }, + { + "year": 1991, + "value": 423872 + }, + { + "year": 1992, + "value": 436448 + }, + { + "year": 1993, + "value": 449274 + }, + { + "year": 1994, + "value": 462277 + }, + { + "year": 1995, + "value": 475394 + }, + { + "year": 1996, + "value": 488627 + }, + { + "year": 1997, + "value": 501953 + }, + { + "year": 1998, + "value": 515385 + }, + { + "year": 1999, + "value": 528848 + }, + { + "year": 2000, + "value": 542357 + }, + { + "year": 2001, + "value": 555888 + }, + { + "year": 2002, + "value": 569479 + }, + { + "year": 2003, + "value": 583211 + }, + { + "year": 2004, + "value": 597228 + }, + { + "year": 2005, + "value": 611627 + }, + { + "year": 2006, + "value": 626425 + }, + { + "year": 2007, + "value": 641620 + }, + { + "year": 2008, + "value": 657229 + }, + { + "year": 2009, + "value": 673252 + }, + { + "year": 2010, + "value": 689692 + }, + { + "year": 2011, + "value": 706569 + }, + { + "year": 2012, + "value": 723871 + }, + { + "year": 2013, + "value": 741505 + }, + { + "year": 2014, + "value": 759390 + }, + { + "year": 2015, + "value": 777424 + }, + { + "year": 2016, + "value": 795592 + }, + { + "year": 2017, + "value": 813892 + }, + { + "year": 2018, + "value": 832322 + } + ] + }, + "Congo, Dem. Rep.": { + "population": [ + { + "year": 1960, + "value": 15248251 + }, + { + "year": 1961, + "value": 15637699 + }, + { + "year": 1962, + "value": 16041190 + }, + { + "year": 1963, + "value": 16461830 + }, + { + "year": 1964, + "value": 16903831 + }, + { + "year": 1965, + "value": 17369883 + }, + { + "year": 1966, + "value": 17862049 + }, + { + "year": 1967, + "value": 18378625 + }, + { + "year": 1968, + "value": 18913878 + }, + { + "year": 1969, + "value": 19459816 + }, + { + "year": 1970, + "value": 20011036 + }, + { + "year": 1971, + "value": 20564067 + }, + { + "year": 1972, + "value": 21121363 + }, + { + "year": 1973, + "value": 21690443 + }, + { + "year": 1974, + "value": 22282136 + }, + { + "year": 1975, + "value": 22903581 + }, + { + "year": 1976, + "value": 23560464 + }, + { + "year": 1977, + "value": 24249130 + }, + { + "year": 1978, + "value": 24956385 + }, + { + "year": 1979, + "value": 25663592 + }, + { + "year": 1980, + "value": 26358908 + }, + { + "year": 1981, + "value": 27040322 + }, + { + "year": 1982, + "value": 27717291 + }, + { + "year": 1983, + "value": 28403851 + }, + { + "year": 1984, + "value": 29119673 + }, + { + "year": 1985, + "value": 29881229 + }, + { + "year": 1986, + "value": 30683869 + }, + { + "year": 1987, + "value": 31528708 + }, + { + "year": 1988, + "value": 32443781 + }, + { + "year": 1989, + "value": 33464765 + }, + { + "year": 1990, + "value": 34612023 + }, + { + "year": 1991, + "value": 35908244 + }, + { + "year": 1992, + "value": 37333914 + }, + { + "year": 1993, + "value": 38815834 + }, + { + "year": 1994, + "value": 40252975 + }, + { + "year": 1995, + "value": 41576234 + }, + { + "year": 1996, + "value": 42757243 + }, + { + "year": 1997, + "value": 43827180 + }, + { + "year": 1998, + "value": 44849967 + }, + { + "year": 1999, + "value": 45919613 + }, + { + "year": 2000, + "value": 47105826 + }, + { + "year": 2001, + "value": 48428545 + }, + { + "year": 2002, + "value": 49871666 + }, + { + "year": 2003, + "value": 51425580 + }, + { + "year": 2004, + "value": 53068880 + }, + { + "year": 2005, + "value": 54785903 + }, + { + "year": 2006, + "value": 56578037 + }, + { + "year": 2007, + "value": 58453683 + }, + { + "year": 2008, + "value": 60411195 + }, + { + "year": 2009, + "value": 62448574 + }, + { + "year": 2010, + "value": 64563854 + }, + { + "year": 2011, + "value": 66755153 + }, + { + "year": 2012, + "value": 69020747 + }, + { + "year": 2013, + "value": 71358807 + }, + { + "year": 2014, + "value": 73767447 + }, + { + "year": 2015, + "value": 76244544 + }, + { + "year": 2016, + "value": 78789127 + }, + { + "year": 2017, + "value": 81398764 + }, + { + "year": 2018, + "value": 84068091 + } + ] + }, + "Congo, Rep.": { + "population": [ + { + "year": 1960, + "value": 1018253 + }, + { + "year": 1961, + "value": 1043116 + }, + { + "year": 1962, + "value": 1069238 + }, + { + "year": 1963, + "value": 1096638 + }, + { + "year": 1964, + "value": 1125352 + }, + { + "year": 1965, + "value": 1155392 + }, + { + "year": 1966, + "value": 1186785 + }, + { + "year": 1967, + "value": 1219541 + }, + { + "year": 1968, + "value": 1253760 + }, + { + "year": 1969, + "value": 1289522 + }, + { + "year": 1970, + "value": 1326885 + }, + { + "year": 1971, + "value": 1365899 + }, + { + "year": 1972, + "value": 1406522 + }, + { + "year": 1973, + "value": 1448637 + }, + { + "year": 1974, + "value": 1492055 + }, + { + "year": 1975, + "value": 1536654 + }, + { + "year": 1976, + "value": 1582358 + }, + { + "year": 1977, + "value": 1629209 + }, + { + "year": 1978, + "value": 1677332 + }, + { + "year": 1979, + "value": 1726866 + }, + { + "year": 1980, + "value": 1777934 + }, + { + "year": 1981, + "value": 1830632 + }, + { + "year": 1982, + "value": 1884875 + }, + { + "year": 1983, + "value": 1940443 + }, + { + "year": 1984, + "value": 1996995 + }, + { + "year": 1985, + "value": 2054312 + }, + { + "year": 1986, + "value": 2112361 + }, + { + "year": 1987, + "value": 2171321 + }, + { + "year": 1988, + "value": 2231465 + }, + { + "year": 1989, + "value": 2293166 + }, + { + "year": 1990, + "value": 2356737 + }, + { + "year": 1991, + "value": 2422305 + }, + { + "year": 1992, + "value": 2489952 + }, + { + "year": 1993, + "value": 2559873 + }, + { + "year": 1994, + "value": 2632345 + }, + { + "year": 1995, + "value": 2707537 + }, + { + "year": 1996, + "value": 2785810 + }, + { + "year": 1997, + "value": 2867280 + }, + { + "year": 1998, + "value": 2951647 + }, + { + "year": 1999, + "value": 3038433 + }, + { + "year": 2000, + "value": 3127411 + }, + { + "year": 2001, + "value": 3217933 + }, + { + "year": 2002, + "value": 3310387 + }, + { + "year": 2003, + "value": 3406922 + }, + { + "year": 2004, + "value": 3510468 + }, + { + "year": 2005, + "value": 3622775 + }, + { + "year": 2006, + "value": 3745141 + }, + { + "year": 2007, + "value": 3876119 + }, + { + "year": 2008, + "value": 4011486 + }, + { + "year": 2009, + "value": 4145391 + }, + { + "year": 2010, + "value": 4273731 + }, + { + "year": 2011, + "value": 4394844 + }, + { + "year": 2012, + "value": 4510198 + }, + { + "year": 2013, + "value": 4622761 + }, + { + "year": 2014, + "value": 4736974 + }, + { + "year": 2015, + "value": 4856095 + }, + { + "year": 2016, + "value": 4980999 + }, + { + "year": 2017, + "value": 5110702 + }, + { + "year": 2018, + "value": 5244363 + } + ] + }, + "Costa Rica": { + "population": [ + { + "year": 1960, + "value": 1330782 + }, + { + "year": 1961, + "value": 1381183 + }, + { + "year": 1962, + "value": 1433335 + }, + { + "year": 1963, + "value": 1486553 + }, + { + "year": 1964, + "value": 1539941 + }, + { + "year": 1965, + "value": 1592841 + }, + { + "year": 1966, + "value": 1645083 + }, + { + "year": 1967, + "value": 1696732 + }, + { + "year": 1968, + "value": 1747694 + }, + { + "year": 1969, + "value": 1797893 + }, + { + "year": 1970, + "value": 1847394 + }, + { + "year": 1971, + "value": 1896077 + }, + { + "year": 1972, + "value": 1944169 + }, + { + "year": 1973, + "value": 1992514 + }, + { + "year": 1974, + "value": 2042241 + }, + { + "year": 1975, + "value": 2094188 + }, + { + "year": 1976, + "value": 2148677 + }, + { + "year": 1977, + "value": 2205615 + }, + { + "year": 1978, + "value": 2264946 + }, + { + "year": 1979, + "value": 2326464 + }, + { + "year": 1980, + "value": 2389977 + }, + { + "year": 1981, + "value": 2455588 + }, + { + "year": 1982, + "value": 2523354 + }, + { + "year": 1983, + "value": 2593020 + }, + { + "year": 1984, + "value": 2664223 + }, + { + "year": 1985, + "value": 2736712 + }, + { + "year": 1986, + "value": 2810242 + }, + { + "year": 1987, + "value": 2884851 + }, + { + "year": 1988, + "value": 2960929 + }, + { + "year": 1989, + "value": 3039013 + }, + { + "year": 1990, + "value": 3119433 + }, + { + "year": 1991, + "value": 3202085 + }, + { + "year": 1992, + "value": 3286520 + }, + { + "year": 1993, + "value": 3372298 + }, + { + "year": 1994, + "value": 3458834 + }, + { + "year": 1995, + "value": 3545534 + }, + { + "year": 1996, + "value": 3632362 + }, + { + "year": 1997, + "value": 3718949 + }, + { + "year": 1998, + "value": 3803887 + }, + { + "year": 1999, + "value": 3885430 + }, + { + "year": 2000, + "value": 3962372 + }, + { + "year": 2001, + "value": 4034074 + }, + { + "year": 2002, + "value": 4100925 + }, + { + "year": 2003, + "value": 4164053 + }, + { + "year": 2004, + "value": 4225155 + }, + { + "year": 2005, + "value": 4285502 + }, + { + "year": 2006, + "value": 4345412 + }, + { + "year": 2007, + "value": 4404628 + }, + { + "year": 2008, + "value": 4463125 + }, + { + "year": 2009, + "value": 4520740 + }, + { + "year": 2010, + "value": 4577378 + }, + { + "year": 2011, + "value": 4633086 + }, + { + "year": 2012, + "value": 4688000 + }, + { + "year": 2013, + "value": 4742107 + }, + { + "year": 2014, + "value": 4795396 + }, + { + "year": 2015, + "value": 4847804 + }, + { + "year": 2016, + "value": 4899345 + }, + { + "year": 2017, + "value": 4949954 + }, + { + "year": 2018, + "value": 4999441 + } + ] + }, + "Cote d'Ivoire": { + "population": [ + { + "year": 1960, + "value": 3503553 + }, + { + "year": 1961, + "value": 3631553 + }, + { + "year": 1962, + "value": 3770766 + }, + { + "year": 1963, + "value": 3918628 + }, + { + "year": 1964, + "value": 4071411 + }, + { + "year": 1965, + "value": 4226844 + }, + { + "year": 1966, + "value": 4383728 + }, + { + "year": 1967, + "value": 4544164 + }, + { + "year": 1968, + "value": 4713135 + }, + { + "year": 1969, + "value": 4897472 + }, + { + "year": 1970, + "value": 5102064 + }, + { + "year": 1971, + "value": 5328744 + }, + { + "year": 1972, + "value": 5576038 + }, + { + "year": 1973, + "value": 5841506 + }, + { + "year": 1974, + "value": 6121285 + }, + { + "year": 1975, + "value": 6412403 + }, + { + "year": 1976, + "value": 6713950 + }, + { + "year": 1977, + "value": 7026496 + }, + { + "year": 1978, + "value": 7350270 + }, + { + "year": 1979, + "value": 7685918 + }, + { + "year": 1980, + "value": 8033650 + }, + { + "year": 1981, + "value": 8393691 + }, + { + "year": 1982, + "value": 8764989 + }, + { + "year": 1983, + "value": 9144931 + }, + { + "year": 1984, + "value": 9530107 + }, + { + "year": 1985, + "value": 9918196 + }, + { + "year": 1986, + "value": 10307281 + }, + { + "year": 1987, + "value": 10698194 + }, + { + "year": 1988, + "value": 11094748 + }, + { + "year": 1989, + "value": 11502449 + }, + { + "year": 1990, + "value": 11924877 + }, + { + "year": 1991, + "value": 12362407 + }, + { + "year": 1992, + "value": 12812421 + }, + { + "year": 1993, + "value": 13271643 + }, + { + "year": 1994, + "value": 13735433 + }, + { + "year": 1995, + "value": 14199762 + }, + { + "year": 1996, + "value": 14665127 + }, + { + "year": 1997, + "value": 15130663 + }, + { + "year": 1998, + "value": 15589414 + }, + { + "year": 1999, + "value": 16032573 + }, + { + "year": 2000, + "value": 16454668 + }, + { + "year": 2001, + "value": 16853026 + }, + { + "year": 2002, + "value": 17231539 + }, + { + "year": 2003, + "value": 17599610 + }, + { + "year": 2004, + "value": 17970494 + }, + { + "year": 2005, + "value": 18354514 + }, + { + "year": 2006, + "value": 18754916 + }, + { + "year": 2007, + "value": 19171237 + }, + { + "year": 2008, + "value": 19605569 + }, + { + "year": 2009, + "value": 20059147 + }, + { + "year": 2010, + "value": 20532950 + }, + { + "year": 2011, + "value": 21028655 + }, + { + "year": 2012, + "value": 21547188 + }, + { + "year": 2013, + "value": 22087505 + }, + { + "year": 2014, + "value": 22647683 + }, + { + "year": 2015, + "value": 23226143 + }, + { + "year": 2016, + "value": 23822714 + }, + { + "year": 2017, + "value": 24437469 + }, + { + "year": 2018, + "value": 25069229 + } + ] + }, + "Croatia": { + "population": [ + { + "year": 1960, + "value": 4140181 + }, + { + "year": 1961, + "value": 4167292 + }, + { + "year": 1962, + "value": 4196712 + }, + { + "year": 1963, + "value": 4225675 + }, + { + "year": 1964, + "value": 4252876 + }, + { + "year": 1965, + "value": 4280923 + }, + { + "year": 1966, + "value": 4310701 + }, + { + "year": 1967, + "value": 4338683 + }, + { + "year": 1968, + "value": 4365628 + }, + { + "year": 1969, + "value": 4391490 + }, + { + "year": 1970, + "value": 4412252 + }, + { + "year": 1971, + "value": 4431275 + }, + { + "year": 1972, + "value": 4450564 + }, + { + "year": 1973, + "value": 4470161 + }, + { + "year": 1974, + "value": 4490660 + }, + { + "year": 1975, + "value": 4512082 + }, + { + "year": 1976, + "value": 4535934 + }, + { + "year": 1977, + "value": 4559571 + }, + { + "year": 1978, + "value": 4581085 + }, + { + "year": 1979, + "value": 4594778 + }, + { + "year": 1980, + "value": 4599782 + }, + { + "year": 1981, + "value": 4611509 + }, + { + "year": 1982, + "value": 4634234 + }, + { + "year": 1983, + "value": 4658254 + }, + { + "year": 1984, + "value": 4680285 + }, + { + "year": 1985, + "value": 4701417 + }, + { + "year": 1986, + "value": 4721446 + }, + { + "year": 1987, + "value": 4739745 + }, + { + "year": 1988, + "value": 4755207 + }, + { + "year": 1989, + "value": 4767260 + }, + { + "year": 1990, + "value": 4777368 + }, + { + "year": 1991, + "value": 4689022 + }, + { + "year": 1992, + "value": 4575818 + }, + { + "year": 1993, + "value": 4600463 + }, + { + "year": 1994, + "value": 4652024 + }, + { + "year": 1995, + "value": 4620030 + }, + { + "year": 1996, + "value": 4557097 + }, + { + "year": 1997, + "value": 4534920 + }, + { + "year": 1998, + "value": 4532135 + }, + { + "year": 1999, + "value": 4512597 + }, + { + "year": 2000, + "value": 4468302 + }, + { + "year": 2001, + "value": 4299642 + }, + { + "year": 2002, + "value": 4302174 + }, + { + "year": 2003, + "value": 4303399 + }, + { + "year": 2004, + "value": 4304600 + }, + { + "year": 2005, + "value": 4310145 + }, + { + "year": 2006, + "value": 4311159 + }, + { + "year": 2007, + "value": 4310217 + }, + { + "year": 2008, + "value": 4309705 + }, + { + "year": 2009, + "value": 4305181 + }, + { + "year": 2010, + "value": 4295427 + }, + { + "year": 2011, + "value": 4280622 + }, + { + "year": 2012, + "value": 4267558 + }, + { + "year": 2013, + "value": 4255689 + }, + { + "year": 2014, + "value": 4238389 + }, + { + "year": 2015, + "value": 4203604 + }, + { + "year": 2016, + "value": 4174349 + }, + { + "year": 2017, + "value": 4124531 + }, + { + "year": 2018, + "value": 4087843 + } + ] + }, + "Cuba": { + "population": [ + { + "year": 1960, + "value": 7141250 + }, + { + "year": 1961, + "value": 7291200 + }, + { + "year": 1962, + "value": 7453540 + }, + { + "year": 1963, + "value": 7623294 + }, + { + "year": 1964, + "value": 7793262 + }, + { + "year": 1965, + "value": 7958169 + }, + { + "year": 1966, + "value": 8115487 + }, + { + "year": 1967, + "value": 8266380 + }, + { + "year": 1968, + "value": 8413552 + }, + { + "year": 1969, + "value": 8561384 + }, + { + "year": 1970, + "value": 8712541 + }, + { + "year": 1971, + "value": 8868083 + }, + { + "year": 1972, + "value": 9025345 + }, + { + "year": 1973, + "value": 9178804 + }, + { + "year": 1974, + "value": 9320945 + }, + { + "year": 1975, + "value": 9446442 + }, + { + "year": 1976, + "value": 9554188 + }, + { + "year": 1977, + "value": 9646142 + }, + { + "year": 1978, + "value": 9724044 + }, + { + "year": 1979, + "value": 9790851 + }, + { + "year": 1980, + "value": 9849459 + }, + { + "year": 1981, + "value": 9898889 + }, + { + "year": 1982, + "value": 9940317 + }, + { + "year": 1983, + "value": 9981304 + }, + { + "year": 1984, + "value": 10031649 + }, + { + "year": 1985, + "value": 10097911 + }, + { + "year": 1986, + "value": 10183899 + }, + { + "year": 1987, + "value": 10286643 + }, + { + "year": 1988, + "value": 10397511 + }, + { + "year": 1989, + "value": 10503972 + }, + { + "year": 1990, + "value": 10596987 + }, + { + "year": 1991, + "value": 10673542 + }, + { + "year": 1992, + "value": 10736387 + }, + { + "year": 1993, + "value": 10789306 + }, + { + "year": 1994, + "value": 10838462 + }, + { + "year": 1995, + "value": 10888252 + }, + { + "year": 1996, + "value": 10939293 + }, + { + "year": 1997, + "value": 10989732 + }, + { + "year": 1998, + "value": 11038692 + }, + { + "year": 1999, + "value": 11084670 + }, + { + "year": 2000, + "value": 11126430 + }, + { + "year": 2001, + "value": 11164667 + }, + { + "year": 2002, + "value": 11199651 + }, + { + "year": 2003, + "value": 11229183 + }, + { + "year": 2004, + "value": 11250365 + }, + { + "year": 2005, + "value": 11261582 + }, + { + "year": 2006, + "value": 11261248 + }, + { + "year": 2007, + "value": 11251122 + }, + { + "year": 2008, + "value": 11236971 + }, + { + "year": 2009, + "value": 11226709 + }, + { + "year": 2010, + "value": 11225832 + }, + { + "year": 2011, + "value": 11236670 + }, + { + "year": 2012, + "value": 11257101 + }, + { + "year": 2013, + "value": 11282720 + }, + { + "year": 2014, + "value": 11306902 + }, + { + "year": 2015, + "value": 11324781 + }, + { + "year": 2016, + "value": 11335109 + }, + { + "year": 2017, + "value": 11339259 + }, + { + "year": 2018, + "value": 11338138 + } + ] + }, + "Curacao": { + "population": [ + { + "year": 1960, + "value": 124826 + }, + { + "year": 1961, + "value": 126125 + }, + { + "year": 1962, + "value": 128414 + }, + { + "year": 1963, + "value": 130860 + }, + { + "year": 1964, + "value": 133148 + }, + { + "year": 1965, + "value": 135266 + }, + { + "year": 1966, + "value": 136682 + }, + { + "year": 1967, + "value": 138140 + }, + { + "year": 1968, + "value": 140298 + }, + { + "year": 1969, + "value": 142581 + }, + { + "year": 1970, + "value": 144739 + }, + { + "year": 1971, + "value": 147389 + }, + { + "year": 1972, + "value": 147710 + }, + { + "year": 1973, + "value": 146912 + }, + { + "year": 1974, + "value": 148351 + }, + { + "year": 1975, + "value": 149129 + }, + { + "year": 1976, + "value": 149399 + }, + { + "year": 1977, + "value": 149459 + }, + { + "year": 1978, + "value": 148341 + }, + { + "year": 1979, + "value": 147851 + }, + { + "year": 1980, + "value": 148041 + }, + { + "year": 1981, + "value": 148629 + }, + { + "year": 1982, + "value": 150101 + }, + { + "year": 1983, + "value": 151159 + }, + { + "year": 1984, + "value": 151940 + }, + { + "year": 1985, + "value": 152711 + }, + { + "year": 1986, + "value": 152662 + }, + { + "year": 1987, + "value": 151456 + }, + { + "year": 1988, + "value": 149254 + }, + { + "year": 1989, + "value": 146937 + }, + { + "year": 1990, + "value": 145400 + }, + { + "year": 1991, + "value": 144403 + }, + { + "year": 1992, + "value": 143912 + }, + { + "year": 1993, + "value": 144299 + }, + { + "year": 1994, + "value": 144630 + }, + { + "year": 1995, + "value": 145139 + }, + { + "year": 1996, + "value": 146306 + }, + { + "year": 1997, + "value": 146956 + }, + { + "year": 1998, + "value": 144472 + }, + { + "year": 1999, + "value": 139428 + }, + { + "year": 2000, + "value": 133860 + }, + { + "year": 2001, + "value": 129047 + }, + { + "year": 2002, + "value": 129205 + }, + { + "year": 2003, + "value": 131897 + }, + { + "year": 2004, + "value": 134192 + }, + { + "year": 2005, + "value": 137658 + }, + { + "year": 2006, + "value": 141239 + }, + { + "year": 2007, + "value": 144056 + }, + { + "year": 2008, + "value": 145880 + }, + { + "year": 2009, + "value": 146833 + }, + { + "year": 2010, + "value": 148703 + }, + { + "year": 2011, + "value": 150831 + }, + { + "year": 2012, + "value": 152088 + }, + { + "year": 2013, + "value": 153822 + }, + { + "year": 2014, + "value": 155909 + }, + { + "year": 2015, + "value": 157980 + }, + { + "year": 2016, + "value": 159664 + }, + { + "year": 2017, + "value": 160175 + }, + { + "year": 2018, + "value": 159800 + } + ] + }, + "Cyprus": { + "population": [ + { + "year": 1960, + "value": 572930 + }, + { + "year": 1961, + "value": 576395 + }, + { + "year": 1962, + "value": 577691 + }, + { + "year": 1963, + "value": 577913 + }, + { + "year": 1964, + "value": 578625 + }, + { + "year": 1965, + "value": 580966 + }, + { + "year": 1966, + "value": 585309 + }, + { + "year": 1967, + "value": 591308 + }, + { + "year": 1968, + "value": 598495 + }, + { + "year": 1969, + "value": 606116 + }, + { + "year": 1970, + "value": 613618 + }, + { + "year": 1971, + "value": 620859 + }, + { + "year": 1972, + "value": 627998 + }, + { + "year": 1973, + "value": 635107 + }, + { + "year": 1974, + "value": 642332 + }, + { + "year": 1975, + "value": 649751 + }, + { + "year": 1976, + "value": 657527 + }, + { + "year": 1977, + "value": 665525 + }, + { + "year": 1978, + "value": 673247 + }, + { + "year": 1979, + "value": 680005 + }, + { + "year": 1980, + "value": 685405 + }, + { + "year": 1981, + "value": 689173 + }, + { + "year": 1982, + "value": 691702 + }, + { + "year": 1983, + "value": 694077 + }, + { + "year": 1984, + "value": 697714 + }, + { + "year": 1985, + "value": 703685 + }, + { + "year": 1986, + "value": 712340 + }, + { + "year": 1987, + "value": 723376 + }, + { + "year": 1988, + "value": 736474 + }, + { + "year": 1989, + "value": 751047 + }, + { + "year": 1990, + "value": 766615 + }, + { + "year": 1991, + "value": 783124 + }, + { + "year": 1992, + "value": 800611 + }, + { + "year": 1993, + "value": 818746 + }, + { + "year": 1994, + "value": 837110 + }, + { + "year": 1995, + "value": 855383 + }, + { + "year": 1996, + "value": 873423 + }, + { + "year": 1997, + "value": 891190 + }, + { + "year": 1998, + "value": 908702 + }, + { + "year": 1999, + "value": 926046 + }, + { + "year": 2000, + "value": 943290 + }, + { + "year": 2001, + "value": 960276 + }, + { + "year": 2002, + "value": 976964 + }, + { + "year": 2003, + "value": 993563 + }, + { + "year": 2004, + "value": 1010408 + }, + { + "year": 2005, + "value": 1027662 + }, + { + "year": 2006, + "value": 1045507 + }, + { + "year": 2007, + "value": 1063713 + }, + { + "year": 2008, + "value": 1081563 + }, + { + "year": 2009, + "value": 1098083 + }, + { + "year": 2010, + "value": 1112612 + }, + { + "year": 2011, + "value": 1124833 + }, + { + "year": 2012, + "value": 1135046 + }, + { + "year": 2013, + "value": 1143866 + }, + { + "year": 2014, + "value": 1152285 + }, + { + "year": 2015, + "value": 1160985 + }, + { + "year": 2016, + "value": 1170187 + }, + { + "year": 2017, + "value": 1179680 + }, + { + "year": 2018, + "value": 1189265 + } + ] + }, + "Czech Republic": { + "population": [ + { + "year": 1960, + "value": 9602006 + }, + { + "year": 1961, + "value": 9586651 + }, + { + "year": 1962, + "value": 9624660 + }, + { + "year": 1963, + "value": 9670685 + }, + { + "year": 1964, + "value": 9727804 + }, + { + "year": 1965, + "value": 9779358 + }, + { + "year": 1966, + "value": 9821040 + }, + { + "year": 1967, + "value": 9852899 + }, + { + "year": 1968, + "value": 9876346 + }, + { + "year": 1969, + "value": 9896580 + }, + { + "year": 1970, + "value": 9858071 + }, + { + "year": 1971, + "value": 9826815 + }, + { + "year": 1972, + "value": 9867632 + }, + { + "year": 1973, + "value": 9922266 + }, + { + "year": 1974, + "value": 9988459 + }, + { + "year": 1975, + "value": 10058620 + }, + { + "year": 1976, + "value": 10125939 + }, + { + "year": 1977, + "value": 10186755 + }, + { + "year": 1978, + "value": 10242098 + }, + { + "year": 1979, + "value": 10292341 + }, + { + "year": 1980, + "value": 10304193 + }, + { + "year": 1981, + "value": 10300591 + }, + { + "year": 1982, + "value": 10314826 + }, + { + "year": 1983, + "value": 10323856 + }, + { + "year": 1984, + "value": 10330213 + }, + { + "year": 1985, + "value": 10337118 + }, + { + "year": 1986, + "value": 10342227 + }, + { + "year": 1987, + "value": 10347318 + }, + { + "year": 1988, + "value": 10355276 + }, + { + "year": 1989, + "value": 10361068 + }, + { + "year": 1990, + "value": 10333355 + }, + { + "year": 1991, + "value": 10308578 + }, + { + "year": 1992, + "value": 10319123 + }, + { + "year": 1993, + "value": 10329855 + }, + { + "year": 1994, + "value": 10333587 + }, + { + "year": 1995, + "value": 10327253 + }, + { + "year": 1996, + "value": 10315241 + }, + { + "year": 1997, + "value": 10304131 + }, + { + "year": 1998, + "value": 10294373 + }, + { + "year": 1999, + "value": 10283860 + }, + { + "year": 2000, + "value": 10255063 + }, + { + "year": 2001, + "value": 10216605 + }, + { + "year": 2002, + "value": 10196916 + }, + { + "year": 2003, + "value": 10193998 + }, + { + "year": 2004, + "value": 10197101 + }, + { + "year": 2005, + "value": 10211216 + }, + { + "year": 2006, + "value": 10238905 + }, + { + "year": 2007, + "value": 10298828 + }, + { + "year": 2008, + "value": 10384603 + }, + { + "year": 2009, + "value": 10443936 + }, + { + "year": 2010, + "value": 10474410 + }, + { + "year": 2011, + "value": 10496088 + }, + { + "year": 2012, + "value": 10510785 + }, + { + "year": 2013, + "value": 10514272 + }, + { + "year": 2014, + "value": 10525347 + }, + { + "year": 2015, + "value": 10546059 + }, + { + "year": 2016, + "value": 10566332 + }, + { + "year": 2017, + "value": 10594438 + }, + { + "year": 2018, + "value": 10629928 + } + ] + }, + "Denmark": { + "population": [ + { + "year": 1960, + "value": 4579603 + }, + { + "year": 1961, + "value": 4611687 + }, + { + "year": 1962, + "value": 4647727 + }, + { + "year": 1963, + "value": 4684483 + }, + { + "year": 1964, + "value": 4722072 + }, + { + "year": 1965, + "value": 4759012 + }, + { + "year": 1966, + "value": 4797381 + }, + { + "year": 1967, + "value": 4835354 + }, + { + "year": 1968, + "value": 4864883 + }, + { + "year": 1969, + "value": 4891860 + }, + { + "year": 1970, + "value": 4928757 + }, + { + "year": 1971, + "value": 4963126 + }, + { + "year": 1972, + "value": 4991596 + }, + { + "year": 1973, + "value": 5021861 + }, + { + "year": 1974, + "value": 5045297 + }, + { + "year": 1975, + "value": 5059862 + }, + { + "year": 1976, + "value": 5072596 + }, + { + "year": 1977, + "value": 5088419 + }, + { + "year": 1978, + "value": 5104248 + }, + { + "year": 1979, + "value": 5116801 + }, + { + "year": 1980, + "value": 5123027 + }, + { + "year": 1981, + "value": 5121572 + }, + { + "year": 1982, + "value": 5117810 + }, + { + "year": 1983, + "value": 5114297 + }, + { + "year": 1984, + "value": 5111619 + }, + { + "year": 1985, + "value": 5113691 + }, + { + "year": 1986, + "value": 5120534 + }, + { + "year": 1987, + "value": 5127024 + }, + { + "year": 1988, + "value": 5129516 + }, + { + "year": 1989, + "value": 5132594 + }, + { + "year": 1990, + "value": 5140939 + }, + { + "year": 1991, + "value": 5154298 + }, + { + "year": 1992, + "value": 5171370 + }, + { + "year": 1993, + "value": 5188628 + }, + { + "year": 1994, + "value": 5206180 + }, + { + "year": 1995, + "value": 5233373 + }, + { + "year": 1996, + "value": 5263074 + }, + { + "year": 1997, + "value": 5284991 + }, + { + "year": 1998, + "value": 5304219 + }, + { + "year": 1999, + "value": 5321799 + }, + { + "year": 2000, + "value": 5339616 + }, + { + "year": 2001, + "value": 5358783 + }, + { + "year": 2002, + "value": 5375931 + }, + { + "year": 2003, + "value": 5390574 + }, + { + "year": 2004, + "value": 5404523 + }, + { + "year": 2005, + "value": 5419432 + }, + { + "year": 2006, + "value": 5437272 + }, + { + "year": 2007, + "value": 5461438 + }, + { + "year": 2008, + "value": 5493621 + }, + { + "year": 2009, + "value": 5523095 + }, + { + "year": 2010, + "value": 5547683 + }, + { + "year": 2011, + "value": 5570572 + }, + { + "year": 2012, + "value": 5591572 + }, + { + "year": 2013, + "value": 5614932 + }, + { + "year": 2014, + "value": 5643475 + }, + { + "year": 2015, + "value": 5683483 + }, + { + "year": 2016, + "value": 5728010 + }, + { + "year": 2017, + "value": 5764980 + }, + { + "year": 2018, + "value": 5793636 + } + ] + }, + "Djibouti": { + "population": [ + { + "year": 1960, + "value": 83636 + }, + { + "year": 1961, + "value": 88498 + }, + { + "year": 1962, + "value": 94204 + }, + { + "year": 1963, + "value": 100628 + }, + { + "year": 1964, + "value": 107583 + }, + { + "year": 1965, + "value": 114963 + }, + { + "year": 1966, + "value": 122866 + }, + { + "year": 1967, + "value": 131397 + }, + { + "year": 1968, + "value": 140462 + }, + { + "year": 1969, + "value": 149887 + }, + { + "year": 1970, + "value": 159659 + }, + { + "year": 1971, + "value": 169372 + }, + { + "year": 1972, + "value": 179224 + }, + { + "year": 1973, + "value": 190568 + }, + { + "year": 1974, + "value": 205181 + }, + { + "year": 1975, + "value": 224183 + }, + { + "year": 1976, + "value": 248556 + }, + { + "year": 1977, + "value": 277479 + }, + { + "year": 1978, + "value": 308008 + }, + { + "year": 1979, + "value": 336085 + }, + { + "year": 1980, + "value": 358960 + }, + { + "year": 1981, + "value": 374937 + }, + { + "year": 1982, + "value": 385271 + }, + { + "year": 1983, + "value": 393802 + }, + { + "year": 1984, + "value": 406017 + }, + { + "year": 1985, + "value": 425613 + }, + { + "year": 1986, + "value": 454361 + }, + { + "year": 1987, + "value": 490330 + }, + { + "year": 1988, + "value": 528999 + }, + { + "year": 1989, + "value": 563864 + }, + { + "year": 1990, + "value": 590398 + }, + { + "year": 1991, + "value": 606844 + }, + { + "year": 1992, + "value": 615054 + }, + { + "year": 1993, + "value": 618495 + }, + { + "year": 1994, + "value": 622366 + }, + { + "year": 1995, + "value": 630388 + }, + { + "year": 1996, + "value": 643654 + }, + { + "year": 1997, + "value": 660863 + }, + { + "year": 1998, + "value": 680463 + }, + { + "year": 1999, + "value": 699975 + }, + { + "year": 2000, + "value": 717584 + }, + { + "year": 2001, + "value": 733015 + }, + { + "year": 2002, + "value": 746942 + }, + { + "year": 2003, + "value": 759641 + }, + { + "year": 2004, + "value": 771603 + }, + { + "year": 2005, + "value": 783254 + }, + { + "year": 2006, + "value": 794563 + }, + { + "year": 2007, + "value": 805451 + }, + { + "year": 2008, + "value": 816358 + }, + { + "year": 2009, + "value": 827823 + }, + { + "year": 2010, + "value": 840198 + }, + { + "year": 2011, + "value": 853674 + }, + { + "year": 2012, + "value": 868136 + }, + { + "year": 2013, + "value": 883293 + }, + { + "year": 2014, + "value": 898696 + }, + { + "year": 2015, + "value": 913993 + }, + { + "year": 2016, + "value": 929112 + }, + { + "year": 2017, + "value": 944097 + }, + { + "year": 2018, + "value": 958920 + } + ] + }, + "Dominica": { + "population": [ + { + "year": 1960, + "value": 60011 + }, + { + "year": 1961, + "value": 61032 + }, + { + "year": 1962, + "value": 61982 + }, + { + "year": 1963, + "value": 62918 + }, + { + "year": 1964, + "value": 63926 + }, + { + "year": 1965, + "value": 65038 + }, + { + "year": 1966, + "value": 66311 + }, + { + "year": 1967, + "value": 67686 + }, + { + "year": 1968, + "value": 69040 + }, + { + "year": 1969, + "value": 70213 + }, + { + "year": 1970, + "value": 71073 + }, + { + "year": 1971, + "value": 71568 + }, + { + "year": 1972, + "value": 71731 + }, + { + "year": 1973, + "value": 71738 + }, + { + "year": 1974, + "value": 71802 + }, + { + "year": 1975, + "value": 72094 + }, + { + "year": 1976, + "value": 72654 + }, + { + "year": 1977, + "value": 73440 + }, + { + "year": 1978, + "value": 74284 + }, + { + "year": 1979, + "value": 74955 + }, + { + "year": 1980, + "value": 75314 + }, + { + "year": 1981, + "value": 75309 + }, + { + "year": 1982, + "value": 75003 + }, + { + "year": 1983, + "value": 74483 + }, + { + "year": 1984, + "value": 73851 + }, + { + "year": 1985, + "value": 73201 + }, + { + "year": 1986, + "value": 72533 + }, + { + "year": 1987, + "value": 71842 + }, + { + "year": 1988, + "value": 71208 + }, + { + "year": 1989, + "value": 70723 + }, + { + "year": 1990, + "value": 70419 + }, + { + "year": 1991, + "value": 70374 + }, + { + "year": 1992, + "value": 70544 + }, + { + "year": 1993, + "value": 70831 + }, + { + "year": 1994, + "value": 71043 + }, + { + "year": 1995, + "value": 71098 + }, + { + "year": 1996, + "value": 70936 + }, + { + "year": 1997, + "value": 70599 + }, + { + "year": 1998, + "value": 70185 + }, + { + "year": 1999, + "value": 69835 + }, + { + "year": 2000, + "value": 69650 + }, + { + "year": 2001, + "value": 69661 + }, + { + "year": 2002, + "value": 69837 + }, + { + "year": 2003, + "value": 70100 + }, + { + "year": 2004, + "value": 70382 + }, + { + "year": 2005, + "value": 70589 + }, + { + "year": 2006, + "value": 70718 + }, + { + "year": 2007, + "value": 70795 + }, + { + "year": 2008, + "value": 70827 + }, + { + "year": 2009, + "value": 70851 + }, + { + "year": 2010, + "value": 70878 + }, + { + "year": 2011, + "value": 70916 + }, + { + "year": 2012, + "value": 70965 + }, + { + "year": 2013, + "value": 71016 + }, + { + "year": 2014, + "value": 71085 + }, + { + "year": 2015, + "value": 71183 + }, + { + "year": 2016, + "value": 71307 + }, + { + "year": 2017, + "value": 71458 + }, + { + "year": 2018, + "value": 71625 + } + ] + }, + "Dominican Republic": { + "population": [ + { + "year": 1960, + "value": 3294224 + }, + { + "year": 1961, + "value": 3406280 + }, + { + "year": 1962, + "value": 3521018 + }, + { + "year": 1963, + "value": 3638109 + }, + { + "year": 1964, + "value": 3757132 + }, + { + "year": 1965, + "value": 3877765 + }, + { + "year": 1966, + "value": 3999796 + }, + { + "year": 1967, + "value": 4123092 + }, + { + "year": 1968, + "value": 4247558 + }, + { + "year": 1969, + "value": 4373124 + }, + { + "year": 1970, + "value": 4499720 + }, + { + "year": 1971, + "value": 4627210 + }, + { + "year": 1972, + "value": 4755459 + }, + { + "year": 1973, + "value": 4884461 + }, + { + "year": 1974, + "value": 5014189 + }, + { + "year": 1975, + "value": 5144637 + }, + { + "year": 1976, + "value": 5275770 + }, + { + "year": 1977, + "value": 5407500 + }, + { + "year": 1978, + "value": 5539590 + }, + { + "year": 1979, + "value": 5671797 + }, + { + "year": 1980, + "value": 5803927 + }, + { + "year": 1981, + "value": 5935909 + }, + { + "year": 1982, + "value": 6067770 + }, + { + "year": 1983, + "value": 6199661 + }, + { + "year": 1984, + "value": 6331764 + }, + { + "year": 1985, + "value": 6464229 + }, + { + "year": 1986, + "value": 6596962 + }, + { + "year": 1987, + "value": 6729933 + }, + { + "year": 1988, + "value": 6863441 + }, + { + "year": 1989, + "value": 6997888 + }, + { + "year": 1990, + "value": 7133494 + }, + { + "year": 1991, + "value": 7270409 + }, + { + "year": 1992, + "value": 7408342 + }, + { + "year": 1993, + "value": 7546463 + }, + { + "year": 1994, + "value": 7683707 + }, + { + "year": 1995, + "value": 7819247 + }, + { + "year": 1996, + "value": 7952763 + }, + { + "year": 1997, + "value": 8084407 + }, + { + "year": 1998, + "value": 8214426 + }, + { + "year": 1999, + "value": 8343283 + }, + { + "year": 2000, + "value": 8471321 + }, + { + "year": 2001, + "value": 8598601 + }, + { + "year": 2002, + "value": 8724975 + }, + { + "year": 2003, + "value": 8850317 + }, + { + "year": 2004, + "value": 8974444 + }, + { + "year": 2005, + "value": 9097257 + }, + { + "year": 2006, + "value": 9218686 + }, + { + "year": 2007, + "value": 9338861 + }, + { + "year": 2008, + "value": 9458075 + }, + { + "year": 2009, + "value": 9576737 + }, + { + "year": 2010, + "value": 9695121 + }, + { + "year": 2011, + "value": 9813210 + }, + { + "year": 2012, + "value": 9930911 + }, + { + "year": 2013, + "value": 10048224 + }, + { + "year": 2014, + "value": 10165178 + }, + { + "year": 2015, + "value": 10281680 + }, + { + "year": 2016, + "value": 10397743 + }, + { + "year": 2017, + "value": 10513131 + }, + { + "year": 2018, + "value": 10627165 + } + ] + }, + "Ecuador": { + "population": [ + { + "year": 1960, + "value": 4543666 + }, + { + "year": 1961, + "value": 4674172 + }, + { + "year": 1962, + "value": 4809201 + }, + { + "year": 1963, + "value": 4948986 + }, + { + "year": 1964, + "value": 5093854 + }, + { + "year": 1965, + "value": 5243977 + }, + { + "year": 1966, + "value": 5399422 + }, + { + "year": 1967, + "value": 5560012 + }, + { + "year": 1968, + "value": 5725459 + }, + { + "year": 1969, + "value": 5895367 + }, + { + "year": 1970, + "value": 6069376 + }, + { + "year": 1971, + "value": 6247418 + }, + { + "year": 1972, + "value": 6429379 + }, + { + "year": 1973, + "value": 6614843 + }, + { + "year": 1974, + "value": 6803280 + }, + { + "year": 1975, + "value": 6994334 + }, + { + "year": 1976, + "value": 7187787 + }, + { + "year": 1977, + "value": 7383724 + }, + { + "year": 1978, + "value": 7582353 + }, + { + "year": 1979, + "value": 7784072 + }, + { + "year": 1980, + "value": 7989186 + }, + { + "year": 1981, + "value": 8197652 + }, + { + "year": 1982, + "value": 8409397 + }, + { + "year": 1983, + "value": 8624594 + }, + { + "year": 1984, + "value": 8843462 + }, + { + "year": 1985, + "value": 9066109 + }, + { + "year": 1986, + "value": 9292474 + }, + { + "year": 1987, + "value": 9522360 + }, + { + "year": 1988, + "value": 9755579 + }, + { + "year": 1989, + "value": 9991870 + }, + { + "year": 1990, + "value": 10230934 + }, + { + "year": 1991, + "value": 10472475 + }, + { + "year": 1992, + "value": 10716129 + }, + { + "year": 1993, + "value": 10961466 + }, + { + "year": 1994, + "value": 11208001 + }, + { + "year": 1995, + "value": 11455204 + }, + { + "year": 1996, + "value": 11703174 + }, + { + "year": 1997, + "value": 11951452 + }, + { + "year": 1998, + "value": 12198449 + }, + { + "year": 1999, + "value": 12442115 + }, + { + "year": 2000, + "value": 12681123 + }, + { + "year": 2001, + "value": 12914667 + }, + { + "year": 2002, + "value": 13143465 + }, + { + "year": 2003, + "value": 13369678 + }, + { + "year": 2004, + "value": 13596388 + }, + { + "year": 2005, + "value": 13825847 + }, + { + "year": 2006, + "value": 14059384 + }, + { + "year": 2007, + "value": 14296557 + }, + { + "year": 2008, + "value": 14535739 + }, + { + "year": 2009, + "value": 14774424 + }, + { + "year": 2010, + "value": 15011117 + }, + { + "year": 2011, + "value": 15243883 + }, + { + "year": 2012, + "value": 15474102 + }, + { + "year": 2013, + "value": 15707474 + }, + { + "year": 2014, + "value": 15951838 + }, + { + "year": 2015, + "value": 16212020 + }, + { + "year": 2016, + "value": 16491115 + }, + { + "year": 2017, + "value": 16785361 + }, + { + "year": 2018, + "value": 17084357 + } + ] + }, + "Egypt, Arab Rep.": { + "population": [ + { + "year": 1960, + "value": 26632894 + }, + { + "year": 1961, + "value": 27366237 + }, + { + "year": 1962, + "value": 28112256 + }, + { + "year": 1963, + "value": 28871383 + }, + { + "year": 1964, + "value": 29644875 + }, + { + "year": 1965, + "value": 30433022 + }, + { + "year": 1966, + "value": 31237600 + }, + { + "year": 1967, + "value": 32056510 + }, + { + "year": 1968, + "value": 32881848 + }, + { + "year": 1969, + "value": 33703139 + }, + { + "year": 1970, + "value": 34513850 + }, + { + "year": 1971, + "value": 35311910 + }, + { + "year": 1972, + "value": 36102659 + }, + { + "year": 1973, + "value": 36896554 + }, + { + "year": 1974, + "value": 37708146 + }, + { + "year": 1975, + "value": 38549142 + }, + { + "year": 1976, + "value": 39422730 + }, + { + "year": 1977, + "value": 40329589 + }, + { + "year": 1978, + "value": 41275736 + }, + { + "year": 1979, + "value": 42267435 + }, + { + "year": 1980, + "value": 43309063 + }, + { + "year": 1981, + "value": 44400113 + }, + { + "year": 1982, + "value": 45539296 + }, + { + "year": 1983, + "value": 46728286 + }, + { + "year": 1984, + "value": 47968642 + }, + { + "year": 1985, + "value": 49258732 + }, + { + "year": 1986, + "value": 50602354 + }, + { + "year": 1987, + "value": 51991700 + }, + { + "year": 1988, + "value": 53399246 + }, + { + "year": 1989, + "value": 54788685 + }, + { + "year": 1990, + "value": 56134475 + }, + { + "year": 1991, + "value": 57424549 + }, + { + "year": 1992, + "value": 58666814 + }, + { + "year": 1993, + "value": 59880658 + }, + { + "year": 1994, + "value": 61095804 + }, + { + "year": 1995, + "value": 62334034 + }, + { + "year": 1996, + "value": 63601629 + }, + { + "year": 1997, + "value": 64892270 + }, + { + "year": 1998, + "value": 66200269 + }, + { + "year": 1999, + "value": 67515591 + }, + { + "year": 2000, + "value": 68831561 + }, + { + "year": 2001, + "value": 70152661 + }, + { + "year": 2002, + "value": 71485043 + }, + { + "year": 2003, + "value": 72826097 + }, + { + "year": 2004, + "value": 74172073 + }, + { + "year": 2005, + "value": 75523569 + }, + { + "year": 2006, + "value": 76873663 + }, + { + "year": 2007, + "value": 78232126 + }, + { + "year": 2008, + "value": 79636079 + }, + { + "year": 2009, + "value": 81134798 + }, + { + "year": 2010, + "value": 82761235 + }, + { + "year": 2011, + "value": 84529250 + }, + { + "year": 2012, + "value": 86422240 + }, + { + "year": 2013, + "value": 88404640 + }, + { + "year": 2014, + "value": 90424654 + }, + { + "year": 2015, + "value": 92442547 + }, + { + "year": 2016, + "value": 94447072 + }, + { + "year": 2017, + "value": 96442593 + }, + { + "year": 2018, + "value": 98423595 + } + ] + }, + "El Salvador": { + "population": [ + { + "year": 1960, + "value": 2766324 + }, + { + "year": 1961, + "value": 2846600 + }, + { + "year": 1962, + "value": 2931192 + }, + { + "year": 1963, + "value": 3019224 + }, + { + "year": 1964, + "value": 3109563 + }, + { + "year": 1965, + "value": 3201313 + }, + { + "year": 1966, + "value": 3293952 + }, + { + "year": 1967, + "value": 3387383 + }, + { + "year": 1968, + "value": 3481624 + }, + { + "year": 1969, + "value": 3576838 + }, + { + "year": 1970, + "value": 3673068 + }, + { + "year": 1971, + "value": 3770059 + }, + { + "year": 1972, + "value": 3867309 + }, + { + "year": 1973, + "value": 3964270 + }, + { + "year": 1974, + "value": 4060260 + }, + { + "year": 1975, + "value": 4154692 + }, + { + "year": 1976, + "value": 4247502 + }, + { + "year": 1977, + "value": 4338458 + }, + { + "year": 1978, + "value": 4426675 + }, + { + "year": 1979, + "value": 4511129 + }, + { + "year": 1980, + "value": 4591134 + }, + { + "year": 1981, + "value": 4666364 + }, + { + "year": 1982, + "value": 4737257 + }, + { + "year": 1983, + "value": 4804935 + }, + { + "year": 1984, + "value": 4871035 + }, + { + "year": 1985, + "value": 4936807 + }, + { + "year": 1986, + "value": 5002336 + }, + { + "year": 1987, + "value": 5067537 + }, + { + "year": 1988, + "value": 5133274 + }, + { + "year": 1989, + "value": 5200602 + }, + { + "year": 1990, + "value": 5270079 + }, + { + "year": 1991, + "value": 5342198 + }, + { + "year": 1992, + "value": 5416323 + }, + { + "year": 1993, + "value": 5490477 + }, + { + "year": 1994, + "value": 5561919 + }, + { + "year": 1995, + "value": 5628600 + }, + { + "year": 1996, + "value": 5689938 + }, + { + "year": 1997, + "value": 5746284 + }, + { + "year": 1998, + "value": 5797765 + }, + { + "year": 1999, + "value": 5844846 + }, + { + "year": 2000, + "value": 5887936 + }, + { + "year": 2001, + "value": 5927006 + }, + { + "year": 2002, + "value": 5962136 + }, + { + "year": 2003, + "value": 5994077 + }, + { + "year": 2004, + "value": 6023797 + }, + { + "year": 2005, + "value": 6052123 + }, + { + "year": 2006, + "value": 6079399 + }, + { + "year": 2007, + "value": 6105810 + }, + { + "year": 2008, + "value": 6131764 + }, + { + "year": 2009, + "value": 6157686 + }, + { + "year": 2010, + "value": 6183875 + }, + { + "year": 2011, + "value": 6210568 + }, + { + "year": 2012, + "value": 6237923 + }, + { + "year": 2013, + "value": 6266070 + }, + { + "year": 2014, + "value": 6295128 + }, + { + "year": 2015, + "value": 6325124 + }, + { + "year": 2016, + "value": 6356143 + }, + { + "year": 2017, + "value": 6388122 + }, + { + "year": 2018, + "value": 6420744 + } + ] + }, + "Equatorial Guinea": { + "population": [ + { + "year": 1960, + "value": 255333 + }, + { + "year": 1961, + "value": 258791 + }, + { + "year": 1962, + "value": 262219 + }, + { + "year": 1963, + "value": 266000 + }, + { + "year": 1964, + "value": 270618 + }, + { + "year": 1965, + "value": 276300 + }, + { + "year": 1966, + "value": 283506 + }, + { + "year": 1967, + "value": 291790 + }, + { + "year": 1968, + "value": 299413 + }, + { + "year": 1969, + "value": 304000 + }, + { + "year": 1970, + "value": 303982 + }, + { + "year": 1971, + "value": 298846 + }, + { + "year": 1972, + "value": 289501 + }, + { + "year": 1973, + "value": 277646 + }, + { + "year": 1974, + "value": 265771 + }, + { + "year": 1975, + "value": 255800 + }, + { + "year": 1976, + "value": 247962 + }, + { + "year": 1977, + "value": 242156 + }, + { + "year": 1978, + "value": 239678 + }, + { + "year": 1979, + "value": 241980 + }, + { + "year": 1980, + "value": 249929 + }, + { + "year": 1981, + "value": 264374 + }, + { + "year": 1982, + "value": 284630 + }, + { + "year": 1983, + "value": 308206 + }, + { + "year": 1984, + "value": 331552 + }, + { + "year": 1985, + "value": 352118 + }, + { + "year": 1986, + "value": 369023 + }, + { + "year": 1987, + "value": 382981 + }, + { + "year": 1988, + "value": 394961 + }, + { + "year": 1989, + "value": 406620 + }, + { + "year": 1990, + "value": 419188 + }, + { + "year": 1991, + "value": 432853 + }, + { + "year": 1992, + "value": 447266 + }, + { + "year": 1993, + "value": 462637 + }, + { + "year": 1994, + "value": 479098 + }, + { + "year": 1995, + "value": 496768 + }, + { + "year": 1996, + "value": 515853 + }, + { + "year": 1997, + "value": 536460 + }, + { + "year": 1998, + "value": 558492 + }, + { + "year": 1999, + "value": 581770 + }, + { + "year": 2000, + "value": 606181 + }, + { + "year": 2001, + "value": 631666 + }, + { + "year": 2002, + "value": 658384 + }, + { + "year": 2003, + "value": 686664 + }, + { + "year": 2004, + "value": 716949 + }, + { + "year": 2005, + "value": 749535 + }, + { + "year": 2006, + "value": 784496 + }, + { + "year": 2007, + "value": 821687 + }, + { + "year": 2008, + "value": 860840 + }, + { + "year": 2009, + "value": 901599 + }, + { + "year": 2010, + "value": 943639 + }, + { + "year": 2011, + "value": 986853 + }, + { + "year": 2012, + "value": 1031191 + }, + { + "year": 2013, + "value": 1076413 + }, + { + "year": 2014, + "value": 1122276 + }, + { + "year": 2015, + "value": 1168568 + }, + { + "year": 2016, + "value": 1215179 + }, + { + "year": 2017, + "value": 1262001 + }, + { + "year": 2018, + "value": 1308974 + } + ] + }, + "Eritrea": { + "population": [ + { + "year": 1960, + "value": 1007590 + }, + { + "year": 1961, + "value": 1033328 + }, + { + "year": 1962, + "value": 1060486 + }, + { + "year": 1963, + "value": 1088854 + }, + { + "year": 1964, + "value": 1118159 + }, + { + "year": 1965, + "value": 1148189 + }, + { + "year": 1966, + "value": 1178875 + }, + { + "year": 1967, + "value": 1210302 + }, + { + "year": 1968, + "value": 1242635 + }, + { + "year": 1969, + "value": 1276123 + }, + { + "year": 1970, + "value": 1310945 + }, + { + "year": 1971, + "value": 1347176 + }, + { + "year": 1972, + "value": 1384797 + }, + { + "year": 1973, + "value": 1423761 + }, + { + "year": 1974, + "value": 1463983 + }, + { + "year": 1975, + "value": 1505439 + }, + { + "year": 1976, + "value": 1547975 + }, + { + "year": 1977, + "value": 1591620 + }, + { + "year": 1978, + "value": 1636769 + }, + { + "year": 1979, + "value": 1683939 + }, + { + "year": 1980, + "value": 1733416 + }, + { + "year": 1981, + "value": 1784561 + }, + { + "year": 1982, + "value": 1836823 + }, + { + "year": 1983, + "value": 1890558 + }, + { + "year": 1984, + "value": 1946305 + }, + { + "year": 1985, + "value": 2003937 + }, + { + "year": 1986, + "value": 2064794 + }, + { + "year": 1987, + "value": 2127422 + }, + { + "year": 1988, + "value": 2185605 + }, + { + "year": 1989, + "value": 2231141 + }, + { + "year": 1990, + "value": 2258653 + }, + { + "year": 1991, + "value": 2266358 + }, + { + "year": 1992, + "value": 2257596 + }, + { + "year": 1993, + "value": 2238626 + }, + { + "year": 1994, + "value": 2218430 + }, + { + "year": 1995, + "value": 2204222 + }, + { + "year": 1996, + "value": 2196464 + }, + { + "year": 1997, + "value": 2195179 + }, + { + "year": 1998, + "value": 2206432 + }, + { + "year": 1999, + "value": 2237405 + }, + { + "year": 2000, + "value": 2292416 + }, + { + "year": 2001, + "value": 2374722 + }, + { + "year": 2002, + "value": 2481058 + }, + { + "year": 2003, + "value": 2600973 + }, + { + "year": 2004, + "value": 2719803 + }, + { + "year": 2005, + "value": 2826659 + }, + { + "year": 2006, + "value": 2918205 + }, + { + "year": 2007, + "value": 2996536 + }, + { + "year": 2008, + "value": 3062779 + }, + { + "year": 2009, + "value": 3119920 + }, + { + "year": 2010, + "value": 3170435 + }, + { + "year": 2011, + "value": 3213972 + } + ] + }, + "Estonia": { + "population": [ + { + "year": 1960, + "value": 1211537 + }, + { + "year": 1961, + "value": 1225077 + }, + { + "year": 1962, + "value": 1241623 + }, + { + "year": 1963, + "value": 1258857 + }, + { + "year": 1964, + "value": 1277086 + }, + { + "year": 1965, + "value": 1294566 + }, + { + "year": 1966, + "value": 1308597 + }, + { + "year": 1967, + "value": 1318946 + }, + { + "year": 1968, + "value": 1331214 + }, + { + "year": 1969, + "value": 1345249 + }, + { + "year": 1970, + "value": 1360076 + }, + { + "year": 1971, + "value": 1376955 + }, + { + "year": 1972, + "value": 1392518 + }, + { + "year": 1973, + "value": 1405951 + }, + { + "year": 1974, + "value": 1418169 + }, + { + "year": 1975, + "value": 1429352 + }, + { + "year": 1976, + "value": 1439576 + }, + { + "year": 1977, + "value": 1450211 + }, + { + "year": 1978, + "value": 1460188 + }, + { + "year": 1979, + "value": 1468333 + }, + { + "year": 1980, + "value": 1477219 + }, + { + "year": 1981, + "value": 1487666 + }, + { + "year": 1982, + "value": 1498414 + }, + { + "year": 1983, + "value": 1508745 + }, + { + "year": 1984, + "value": 1518617 + }, + { + "year": 1985, + "value": 1528781 + }, + { + "year": 1986, + "value": 1540190 + }, + { + "year": 1987, + "value": 1552221 + }, + { + "year": 1988, + "value": 1561900 + }, + { + "year": 1989, + "value": 1568131 + }, + { + "year": 1990, + "value": 1569174 + }, + { + "year": 1991, + "value": 1561314 + }, + { + "year": 1992, + "value": 1533091 + }, + { + "year": 1993, + "value": 1494128 + }, + { + "year": 1994, + "value": 1462514 + }, + { + "year": 1995, + "value": 1436634 + }, + { + "year": 1996, + "value": 1415594 + }, + { + "year": 1997, + "value": 1399535 + }, + { + "year": 1998, + "value": 1386156 + }, + { + "year": 1999, + "value": 1390244 + }, + { + "year": 2000, + "value": 1396985 + }, + { + "year": 2001, + "value": 1388115 + }, + { + "year": 2002, + "value": 1379350 + }, + { + "year": 2003, + "value": 1370720 + }, + { + "year": 2004, + "value": 1362550 + }, + { + "year": 2005, + "value": 1354775 + }, + { + "year": 2006, + "value": 1346810 + }, + { + "year": 2007, + "value": 1340680 + }, + { + "year": 2008, + "value": 1337090 + }, + { + "year": 2009, + "value": 1334515 + }, + { + "year": 2010, + "value": 1331475 + }, + { + "year": 2011, + "value": 1327439 + }, + { + "year": 2012, + "value": 1322696 + }, + { + "year": 2013, + "value": 1317997 + }, + { + "year": 2014, + "value": 1314545 + }, + { + "year": 2015, + "value": 1315407 + }, + { + "year": 2016, + "value": 1315790 + }, + { + "year": 2017, + "value": 1317384 + }, + { + "year": 2018, + "value": 1321977 + } + ] + }, + "Eswatini": { + "population": [ + { + "year": 1960, + "value": 336583 + }, + { + "year": 1961, + "value": 343345 + }, + { + "year": 1962, + "value": 350156 + }, + { + "year": 1963, + "value": 357292 + }, + { + "year": 1964, + "value": 365122 + }, + { + "year": 1965, + "value": 373919 + }, + { + "year": 1966, + "value": 383826 + }, + { + "year": 1967, + "value": 394757 + }, + { + "year": 1968, + "value": 406506 + }, + { + "year": 1969, + "value": 418747 + }, + { + "year": 1970, + "value": 431253 + }, + { + "year": 1971, + "value": 443977 + }, + { + "year": 1972, + "value": 457039 + }, + { + "year": 1973, + "value": 470559 + }, + { + "year": 1974, + "value": 484749 + }, + { + "year": 1975, + "value": 499763 + }, + { + "year": 1976, + "value": 515599 + }, + { + "year": 1977, + "value": 532260 + }, + { + "year": 1978, + "value": 549796 + }, + { + "year": 1979, + "value": 568315 + }, + { + "year": 1980, + "value": 587858 + }, + { + "year": 1981, + "value": 608380 + }, + { + "year": 1982, + "value": 629811 + }, + { + "year": 1983, + "value": 652115 + }, + { + "year": 1984, + "value": 675239 + }, + { + "year": 1985, + "value": 699080 + }, + { + "year": 1986, + "value": 723595 + }, + { + "year": 1987, + "value": 748632 + }, + { + "year": 1988, + "value": 773768 + }, + { + "year": 1989, + "value": 798507 + }, + { + "year": 1990, + "value": 822420 + }, + { + "year": 1991, + "value": 845266 + }, + { + "year": 1992, + "value": 866993 + }, + { + "year": 1993, + "value": 887706 + }, + { + "year": 1994, + "value": 907620 + }, + { + "year": 1995, + "value": 926841 + }, + { + "year": 1996, + "value": 945508 + }, + { + "year": 1997, + "value": 963426 + }, + { + "year": 1998, + "value": 979918 + }, + { + "year": 1999, + "value": 994108 + }, + { + "year": 2000, + "value": 1005435 + }, + { + "year": 2001, + "value": 1013609 + }, + { + "year": 2002, + "value": 1019059 + }, + { + "year": 2003, + "value": 1022802 + }, + { + "year": 2004, + "value": 1026286 + }, + { + "year": 2005, + "value": 1030579 + }, + { + "year": 2006, + "value": 1036092 + }, + { + "year": 2007, + "value": 1042652 + }, + { + "year": 2008, + "value": 1049945 + }, + { + "year": 2009, + "value": 1057467 + }, + { + "year": 2010, + "value": 1064837 + }, + { + "year": 2011, + "value": 1072032 + }, + { + "year": 2012, + "value": 1079288 + }, + { + "year": 2013, + "value": 1086839 + }, + { + "year": 2014, + "value": 1095021 + }, + { + "year": 2015, + "value": 1104044 + }, + { + "year": 2016, + "value": 1113984 + }, + { + "year": 2017, + "value": 1124753 + }, + { + "year": 2018, + "value": 1136191 + } + ] + }, + "Ethiopia": { + "population": [ + { + "year": 1960, + "value": 22151278 + }, + { + "year": 1961, + "value": 22671191 + }, + { + "year": 1962, + "value": 23221389 + }, + { + "year": 1963, + "value": 23798430 + }, + { + "year": 1964, + "value": 24397022 + }, + { + "year": 1965, + "value": 25013626 + }, + { + "year": 1966, + "value": 25641044 + }, + { + "year": 1967, + "value": 26280132 + }, + { + "year": 1968, + "value": 26944390 + }, + { + "year": 1969, + "value": 27652709 + }, + { + "year": 1970, + "value": 28415077 + }, + { + "year": 1971, + "value": 29248643 + }, + { + "year": 1972, + "value": 30140804 + }, + { + "year": 1973, + "value": 31036662 + }, + { + "year": 1974, + "value": 31861352 + }, + { + "year": 1975, + "value": 32566854 + }, + { + "year": 1976, + "value": 33128149 + }, + { + "year": 1977, + "value": 33577242 + }, + { + "year": 1978, + "value": 33993301 + }, + { + "year": 1979, + "value": 34487799 + }, + { + "year": 1980, + "value": 35141712 + }, + { + "year": 1981, + "value": 35984528 + }, + { + "year": 1982, + "value": 36995248 + }, + { + "year": 1983, + "value": 38142674 + }, + { + "year": 1984, + "value": 39374348 + }, + { + "year": 1985, + "value": 40652141 + }, + { + "year": 1986, + "value": 41965693 + }, + { + "year": 1987, + "value": 43329231 + }, + { + "year": 1988, + "value": 44757203 + }, + { + "year": 1989, + "value": 46272299 + }, + { + "year": 1990, + "value": 47887865 + }, + { + "year": 1991, + "value": 49609969 + }, + { + "year": 1992, + "value": 51423585 + }, + { + "year": 1993, + "value": 53295566 + }, + { + "year": 1994, + "value": 55180998 + }, + { + "year": 1995, + "value": 57047908 + }, + { + "year": 1996, + "value": 58883530 + }, + { + "year": 1997, + "value": 60697443 + }, + { + "year": 1998, + "value": 62507724 + }, + { + "year": 1999, + "value": 64343013 + }, + { + "year": 2000, + "value": 66224804 + }, + { + "year": 2001, + "value": 68159423 + }, + { + "year": 2002, + "value": 70142091 + }, + { + "year": 2003, + "value": 72170584 + }, + { + "year": 2004, + "value": 74239505 + }, + { + "year": 2005, + "value": 76346311 + }, + { + "year": 2006, + "value": 78489206 + }, + { + "year": 2007, + "value": 80674348 + }, + { + "year": 2008, + "value": 82916235 + }, + { + "year": 2009, + "value": 85233913 + }, + { + "year": 2010, + "value": 87639964 + }, + { + "year": 2011, + "value": 90139927 + }, + { + "year": 2012, + "value": 92726971 + }, + { + "year": 2013, + "value": 95385785 + }, + { + "year": 2014, + "value": 98094253 + }, + { + "year": 2015, + "value": 100835458 + }, + { + "year": 2016, + "value": 103603501 + }, + { + "year": 2017, + "value": 106400024 + }, + { + "year": 2018, + "value": 109224559 + } + ] + }, + "Faroe Islands": { + "population": [ + { + "year": 1960, + "value": 34615 + }, + { + "year": 1961, + "value": 35076 + }, + { + "year": 1962, + "value": 35524 + }, + { + "year": 1963, + "value": 35969 + }, + { + "year": 1964, + "value": 36406 + }, + { + "year": 1965, + "value": 36847 + }, + { + "year": 1966, + "value": 37278 + }, + { + "year": 1967, + "value": 37705 + }, + { + "year": 1968, + "value": 38124 + }, + { + "year": 1969, + "value": 38570 + }, + { + "year": 1970, + "value": 39009 + }, + { + "year": 1971, + "value": 39458 + }, + { + "year": 1972, + "value": 39925 + }, + { + "year": 1973, + "value": 40387 + }, + { + "year": 1974, + "value": 40850 + }, + { + "year": 1975, + "value": 41299 + }, + { + "year": 1976, + "value": 41722 + }, + { + "year": 1977, + "value": 42134 + }, + { + "year": 1978, + "value": 42538 + }, + { + "year": 1979, + "value": 42936 + }, + { + "year": 1980, + "value": 43337 + }, + { + "year": 1981, + "value": 43725 + }, + { + "year": 1982, + "value": 44108 + }, + { + "year": 1983, + "value": 44488 + }, + { + "year": 1984, + "value": 44891 + }, + { + "year": 1985, + "value": 45330 + }, + { + "year": 1986, + "value": 45818 + }, + { + "year": 1987, + "value": 46349 + }, + { + "year": 1988, + "value": 46830 + }, + { + "year": 1989, + "value": 47166 + }, + { + "year": 1990, + "value": 47274 + }, + { + "year": 1991, + "value": 47120 + }, + { + "year": 1992, + "value": 46739 + }, + { + "year": 1993, + "value": 46266 + }, + { + "year": 1994, + "value": 45856 + }, + { + "year": 1995, + "value": 45625 + }, + { + "year": 1996, + "value": 45615 + }, + { + "year": 1997, + "value": 45796 + }, + { + "year": 1998, + "value": 46096 + }, + { + "year": 1999, + "value": 46436 + }, + { + "year": 2000, + "value": 46735 + }, + { + "year": 2001, + "value": 46997 + }, + { + "year": 2002, + "value": 47233 + }, + { + "year": 2003, + "value": 47432 + }, + { + "year": 2004, + "value": 47600 + }, + { + "year": 2005, + "value": 47722 + }, + { + "year": 2006, + "value": 47792 + }, + { + "year": 2007, + "value": 47825 + }, + { + "year": 2008, + "value": 47820 + }, + { + "year": 2009, + "value": 47808 + }, + { + "year": 2010, + "value": 47814 + }, + { + "year": 2011, + "value": 47823 + }, + { + "year": 2012, + "value": 47843 + }, + { + "year": 2013, + "value": 47892 + }, + { + "year": 2014, + "value": 47960 + }, + { + "year": 2015, + "value": 48051 + }, + { + "year": 2016, + "value": 48173 + }, + { + "year": 2017, + "value": 48331 + }, + { + "year": 2018, + "value": 48497 + } + ] + }, + "Fiji": { + "population": [ + { + "year": 1960, + "value": 393481 + }, + { + "year": 1961, + "value": 407249 + }, + { + "year": 1962, + "value": 421665 + }, + { + "year": 1963, + "value": 436293 + }, + { + "year": 1964, + "value": 450542 + }, + { + "year": 1965, + "value": 463968 + }, + { + "year": 1966, + "value": 476404 + }, + { + "year": 1967, + "value": 487981 + }, + { + "year": 1968, + "value": 498940 + }, + { + "year": 1969, + "value": 509704 + }, + { + "year": 1970, + "value": 520562 + }, + { + "year": 1971, + "value": 531635 + }, + { + "year": 1972, + "value": 542844 + }, + { + "year": 1973, + "value": 554138 + }, + { + "year": 1974, + "value": 565415 + }, + { + "year": 1975, + "value": 576626 + }, + { + "year": 1976, + "value": 587557 + }, + { + "year": 1977, + "value": 598296 + }, + { + "year": 1978, + "value": 609383 + }, + { + "year": 1979, + "value": 621585 + }, + { + "year": 1980, + "value": 635307 + }, + { + "year": 1981, + "value": 651021 + }, + { + "year": 1982, + "value": 668280 + }, + { + "year": 1983, + "value": 685497 + }, + { + "year": 1984, + "value": 700483 + }, + { + "year": 1985, + "value": 711775 + }, + { + "year": 1986, + "value": 718639 + }, + { + "year": 1987, + "value": 721783 + }, + { + "year": 1988, + "value": 722930 + }, + { + "year": 1989, + "value": 724594 + }, + { + "year": 1990, + "value": 728573 + }, + { + "year": 1991, + "value": 735401 + }, + { + "year": 1992, + "value": 744469 + }, + { + "year": 1993, + "value": 754963 + }, + { + "year": 1994, + "value": 765609 + }, + { + "year": 1995, + "value": 775425 + }, + { + "year": 1996, + "value": 784386 + }, + { + "year": 1997, + "value": 792736 + }, + { + "year": 1998, + "value": 800157 + }, + { + "year": 1999, + "value": 806303 + }, + { + "year": 2000, + "value": 811006 + }, + { + "year": 2001, + "value": 813925 + }, + { + "year": 2002, + "value": 815257 + }, + { + "year": 2003, + "value": 816076 + }, + { + "year": 2004, + "value": 817860 + }, + { + "year": 2005, + "value": 821604 + }, + { + "year": 2006, + "value": 827870 + }, + { + "year": 2007, + "value": 836190 + }, + { + "year": 2008, + "value": 845361 + }, + { + "year": 2009, + "value": 853637 + }, + { + "year": 2010, + "value": 859818 + }, + { + "year": 2011, + "value": 863449 + }, + { + "year": 2012, + "value": 865069 + }, + { + "year": 2013, + "value": 865608 + }, + { + "year": 2014, + "value": 866453 + }, + { + "year": 2015, + "value": 868627 + }, + { + "year": 2016, + "value": 872399 + }, + { + "year": 2017, + "value": 877459 + }, + { + "year": 2018, + "value": 883483 + } + ] + }, + "Finland": { + "population": [ + { + "year": 1960, + "value": 4429634 + }, + { + "year": 1961, + "value": 4461005 + }, + { + "year": 1962, + "value": 4491443 + }, + { + "year": 1963, + "value": 4523309 + }, + { + "year": 1964, + "value": 4548543 + }, + { + "year": 1965, + "value": 4563732 + }, + { + "year": 1966, + "value": 4580869 + }, + { + "year": 1967, + "value": 4605744 + }, + { + "year": 1968, + "value": 4626469 + }, + { + "year": 1969, + "value": 4623785 + }, + { + "year": 1970, + "value": 4606307 + }, + { + "year": 1971, + "value": 4612124 + }, + { + "year": 1972, + "value": 4639657 + }, + { + "year": 1973, + "value": 4666081 + }, + { + "year": 1974, + "value": 4690574 + }, + { + "year": 1975, + "value": 4711440 + }, + { + "year": 1976, + "value": 4725664 + }, + { + "year": 1977, + "value": 4738902 + }, + { + "year": 1978, + "value": 4752528 + }, + { + "year": 1979, + "value": 4764690 + }, + { + "year": 1980, + "value": 4779535 + }, + { + "year": 1981, + "value": 4799964 + }, + { + "year": 1982, + "value": 4826933 + }, + { + "year": 1983, + "value": 4855787 + }, + { + "year": 1984, + "value": 4881803 + }, + { + "year": 1985, + "value": 4902206 + }, + { + "year": 1986, + "value": 4918154 + }, + { + "year": 1987, + "value": 4932123 + }, + { + "year": 1988, + "value": 4946481 + }, + { + "year": 1989, + "value": 4964371 + }, + { + "year": 1990, + "value": 4986431 + }, + { + "year": 1991, + "value": 5013740 + }, + { + "year": 1992, + "value": 5041992 + }, + { + "year": 1993, + "value": 5066447 + }, + { + "year": 1994, + "value": 5088333 + }, + { + "year": 1995, + "value": 5107790 + }, + { + "year": 1996, + "value": 5124573 + }, + { + "year": 1997, + "value": 5139835 + }, + { + "year": 1998, + "value": 5153498 + }, + { + "year": 1999, + "value": 5165474 + }, + { + "year": 2000, + "value": 5176209 + }, + { + "year": 2001, + "value": 5188008 + }, + { + "year": 2002, + "value": 5200598 + }, + { + "year": 2003, + "value": 5213014 + }, + { + "year": 2004, + "value": 5228172 + }, + { + "year": 2005, + "value": 5246096 + }, + { + "year": 2006, + "value": 5266268 + }, + { + "year": 2007, + "value": 5288720 + }, + { + "year": 2008, + "value": 5313399 + }, + { + "year": 2009, + "value": 5338871 + }, + { + "year": 2010, + "value": 5363352 + }, + { + "year": 2011, + "value": 5388272 + }, + { + "year": 2012, + "value": 5413971 + }, + { + "year": 2013, + "value": 5438972 + }, + { + "year": 2014, + "value": 5461512 + }, + { + "year": 2015, + "value": 5479531 + }, + { + "year": 2016, + "value": 5495303 + }, + { + "year": 2017, + "value": 5508214 + }, + { + "year": 2018, + "value": 5515525 + } + ] + }, + "France": { + "population": [ + { + "year": 1960, + "value": 46621669 + }, + { + "year": 1961, + "value": 47240543 + }, + { + "year": 1962, + "value": 47904877 + }, + { + "year": 1963, + "value": 48582611 + }, + { + "year": 1964, + "value": 49230595 + }, + { + "year": 1965, + "value": 49818028 + }, + { + "year": 1966, + "value": 50330262 + }, + { + "year": 1967, + "value": 50775794 + }, + { + "year": 1968, + "value": 51175508 + }, + { + "year": 1969, + "value": 51561836 + }, + { + "year": 1970, + "value": 51957738 + }, + { + "year": 1971, + "value": 52371342 + }, + { + "year": 1972, + "value": 52793138 + }, + { + "year": 1973, + "value": 53207734 + }, + { + "year": 1974, + "value": 53592233 + }, + { + "year": 1975, + "value": 53931390 + }, + { + "year": 1976, + "value": 54220022 + }, + { + "year": 1977, + "value": 54467702 + }, + { + "year": 1978, + "value": 54691851 + }, + { + "year": 1979, + "value": 54917118 + }, + { + "year": 1980, + "value": 55161527 + }, + { + "year": 1981, + "value": 55430296 + }, + { + "year": 1982, + "value": 55718933 + }, + { + "year": 1983, + "value": 56023770 + }, + { + "year": 1984, + "value": 56337666 + }, + { + "year": 1985, + "value": 56654696 + }, + { + "year": 1986, + "value": 56976123 + }, + { + "year": 1987, + "value": 57302663 + }, + { + "year": 1988, + "value": 57627105 + }, + { + "year": 1989, + "value": 57940212 + }, + { + "year": 1990, + "value": 58235697 + }, + { + "year": 1991, + "value": 58559311 + }, + { + "year": 1992, + "value": 58851217 + }, + { + "year": 1993, + "value": 59106768 + }, + { + "year": 1994, + "value": 59327192 + }, + { + "year": 1995, + "value": 59541899 + }, + { + "year": 1996, + "value": 59753100 + }, + { + "year": 1997, + "value": 59964851 + }, + { + "year": 1998, + "value": 60186288 + }, + { + "year": 1999, + "value": 60496718 + }, + { + "year": 2000, + "value": 60912500 + }, + { + "year": 2001, + "value": 61357430 + }, + { + "year": 2002, + "value": 61805267 + }, + { + "year": 2003, + "value": 62244886 + }, + { + "year": 2004, + "value": 62704895 + }, + { + "year": 2005, + "value": 63179351 + }, + { + "year": 2006, + "value": 63621381 + }, + { + "year": 2007, + "value": 64016225 + }, + { + "year": 2008, + "value": 64374984 + }, + { + "year": 2009, + "value": 64707040 + }, + { + "year": 2010, + "value": 65027507 + }, + { + "year": 2011, + "value": 65342780 + }, + { + "year": 2012, + "value": 65659809 + }, + { + "year": 2013, + "value": 65998687 + }, + { + "year": 2014, + "value": 66312067 + }, + { + "year": 2015, + "value": 66548272 + }, + { + "year": 2016, + "value": 66721256 + }, + { + "year": 2017, + "value": 66865144 + }, + { + "year": 2018, + "value": 66977107 + } + ] + }, + "French Polynesia": { + "population": [ + { + "year": 1960, + "value": 78076 + }, + { + "year": 1961, + "value": 80706 + }, + { + "year": 1962, + "value": 83655 + }, + { + "year": 1963, + "value": 86847 + }, + { + "year": 1964, + "value": 90139 + }, + { + "year": 1965, + "value": 93438 + }, + { + "year": 1966, + "value": 96716 + }, + { + "year": 1967, + "value": 99995 + }, + { + "year": 1968, + "value": 103342 + }, + { + "year": 1969, + "value": 106820 + }, + { + "year": 1970, + "value": 110495 + }, + { + "year": 1971, + "value": 114382 + }, + { + "year": 1972, + "value": 118440 + }, + { + "year": 1973, + "value": 122643 + }, + { + "year": 1974, + "value": 126924 + }, + { + "year": 1975, + "value": 131233 + }, + { + "year": 1976, + "value": 135549 + }, + { + "year": 1977, + "value": 139891 + }, + { + "year": 1978, + "value": 144277 + }, + { + "year": 1979, + "value": 148741 + }, + { + "year": 1980, + "value": 153301 + }, + { + "year": 1981, + "value": 157953 + }, + { + "year": 1982, + "value": 162685 + }, + { + "year": 1983, + "value": 167451 + }, + { + "year": 1984, + "value": 172249 + }, + { + "year": 1985, + "value": 177027 + }, + { + "year": 1986, + "value": 181817 + }, + { + "year": 1987, + "value": 186584 + }, + { + "year": 1988, + "value": 191266 + }, + { + "year": 1989, + "value": 195726 + }, + { + "year": 1990, + "value": 199905 + }, + { + "year": 1991, + "value": 203726 + }, + { + "year": 1992, + "value": 207245 + }, + { + "year": 1993, + "value": 210642 + }, + { + "year": 1994, + "value": 214197 + }, + { + "year": 1995, + "value": 218071 + }, + { + "year": 1996, + "value": 222322 + }, + { + "year": 1997, + "value": 226866 + }, + { + "year": 1998, + "value": 231570 + }, + { + "year": 1999, + "value": 236221 + }, + { + "year": 2000, + "value": 240686 + }, + { + "year": 2001, + "value": 244931 + }, + { + "year": 2002, + "value": 248972 + }, + { + "year": 2003, + "value": 252703 + }, + { + "year": 2004, + "value": 255992 + }, + { + "year": 2005, + "value": 258780 + }, + { + "year": 2006, + "value": 261010 + }, + { + "year": 2007, + "value": 262721 + }, + { + "year": 2008, + "value": 264061 + }, + { + "year": 2009, + "value": 265254 + }, + { + "year": 2010, + "value": 266455 + }, + { + "year": 2011, + "value": 267698 + }, + { + "year": 2012, + "value": 268998 + }, + { + "year": 2013, + "value": 270328 + }, + { + "year": 2014, + "value": 271705 + }, + { + "year": 2015, + "value": 273124 + }, + { + "year": 2016, + "value": 274575 + }, + { + "year": 2017, + "value": 276103 + }, + { + "year": 2018, + "value": 277679 + } + ] + }, + "Gabon": { + "population": [ + { + "year": 1960, + "value": 500928 + }, + { + "year": 1961, + "value": 505799 + }, + { + "year": 1962, + "value": 511287 + }, + { + "year": 1963, + "value": 517580 + }, + { + "year": 1964, + "value": 524895 + }, + { + "year": 1965, + "value": 533361 + }, + { + "year": 1966, + "value": 543112 + }, + { + "year": 1967, + "value": 554059 + }, + { + "year": 1968, + "value": 565766 + }, + { + "year": 1969, + "value": 577646 + }, + { + "year": 1970, + "value": 589314 + }, + { + "year": 1971, + "value": 600613 + }, + { + "year": 1972, + "value": 611704 + }, + { + "year": 1973, + "value": 622920 + }, + { + "year": 1974, + "value": 634742 + }, + { + "year": 1975, + "value": 647536 + }, + { + "year": 1976, + "value": 661402 + }, + { + "year": 1977, + "value": 676255 + }, + { + "year": 1978, + "value": 692077 + }, + { + "year": 1979, + "value": 708788 + }, + { + "year": 1980, + "value": 726328 + }, + { + "year": 1981, + "value": 744696 + }, + { + "year": 1982, + "value": 763930 + }, + { + "year": 1983, + "value": 784061 + }, + { + "year": 1984, + "value": 805115 + }, + { + "year": 1985, + "value": 827108 + }, + { + "year": 1986, + "value": 850048 + }, + { + "year": 1987, + "value": 873867 + }, + { + "year": 1988, + "value": 898469 + }, + { + "year": 1989, + "value": 923711 + }, + { + "year": 1990, + "value": 949488 + }, + { + "year": 1991, + "value": 975783 + }, + { + "year": 1992, + "value": 1002579 + }, + { + "year": 1993, + "value": 1029778 + }, + { + "year": 1994, + "value": 1057255 + }, + { + "year": 1995, + "value": 1084946 + }, + { + "year": 1996, + "value": 1112955 + }, + { + "year": 1997, + "value": 1141338 + }, + { + "year": 1998, + "value": 1170061 + }, + { + "year": 1999, + "value": 1199052 + }, + { + "year": 2000, + "value": 1228360 + }, + { + "year": 2001, + "value": 1258003 + }, + { + "year": 2002, + "value": 1288315 + }, + { + "year": 2003, + "value": 1319953 + }, + { + "year": 2004, + "value": 1353795 + }, + { + "year": 2005, + "value": 1390549 + }, + { + "year": 2006, + "value": 1430152 + }, + { + "year": 2007, + "value": 1472575 + }, + { + "year": 2008, + "value": 1518540 + }, + { + "year": 2009, + "value": 1568928 + }, + { + "year": 2010, + "value": 1624140 + }, + { + "year": 2011, + "value": 1684635 + }, + { + "year": 2012, + "value": 1749682 + }, + { + "year": 2013, + "value": 1817071 + }, + { + "year": 2014, + "value": 1883800 + }, + { + "year": 2015, + "value": 1947686 + }, + { + "year": 2016, + "value": 2007873 + }, + { + "year": 2017, + "value": 2064823 + }, + { + "year": 2018, + "value": 2119275 + } + ] + }, + "Gambia, The": { + "population": [ + { + "year": 1960, + "value": 365047 + }, + { + "year": 1961, + "value": 372445 + }, + { + "year": 1962, + "value": 379894 + }, + { + "year": 1963, + "value": 387641 + }, + { + "year": 1964, + "value": 396011 + }, + { + "year": 1965, + "value": 405259 + }, + { + "year": 1966, + "value": 415478 + }, + { + "year": 1967, + "value": 426629 + }, + { + "year": 1968, + "value": 438603 + }, + { + "year": 1969, + "value": 451228 + }, + { + "year": 1970, + "value": 464410 + }, + { + "year": 1971, + "value": 478116 + }, + { + "year": 1972, + "value": 492426 + }, + { + "year": 1973, + "value": 507432 + }, + { + "year": 1974, + "value": 523251 + }, + { + "year": 1975, + "value": 539979 + }, + { + "year": 1976, + "value": 557805 + }, + { + "year": 1977, + "value": 576757 + }, + { + "year": 1978, + "value": 596536 + }, + { + "year": 1979, + "value": 616768 + }, + { + "year": 1980, + "value": 637246 + }, + { + "year": 1981, + "value": 657579 + }, + { + "year": 1982, + "value": 678113 + }, + { + "year": 1983, + "value": 700199 + }, + { + "year": 1984, + "value": 725694 + }, + { + "year": 1985, + "value": 755787 + }, + { + "year": 1986, + "value": 791147 + }, + { + "year": 1987, + "value": 831023 + }, + { + "year": 1988, + "value": 873444 + }, + { + "year": 1989, + "value": 915635 + }, + { + "year": 1990, + "value": 955593 + }, + { + "year": 1991, + "value": 992673 + }, + { + "year": 1992, + "value": 1027475 + }, + { + "year": 1993, + "value": 1060862 + }, + { + "year": 1994, + "value": 1094212 + }, + { + "year": 1995, + "value": 1128575 + }, + { + "year": 1996, + "value": 1164091 + }, + { + "year": 1997, + "value": 1200526 + }, + { + "year": 1998, + "value": 1238125 + }, + { + "year": 1999, + "value": 1277133 + }, + { + "year": 2000, + "value": 1317703 + }, + { + "year": 2001, + "value": 1360074 + }, + { + "year": 2002, + "value": 1404261 + }, + { + "year": 2003, + "value": 1449925 + }, + { + "year": 2004, + "value": 1496527 + }, + { + "year": 2005, + "value": 1543741 + }, + { + "year": 2006, + "value": 1591445 + }, + { + "year": 2007, + "value": 1639848 + }, + { + "year": 2008, + "value": 1689285 + }, + { + "year": 2009, + "value": 1740279 + }, + { + "year": 2010, + "value": 1793196 + }, + { + "year": 2011, + "value": 1848147 + }, + { + "year": 2012, + "value": 1905011 + }, + { + "year": 2013, + "value": 1963711 + }, + { + "year": 2014, + "value": 2024042 + }, + { + "year": 2015, + "value": 2085860 + }, + { + "year": 2016, + "value": 2149139 + }, + { + "year": 2017, + "value": 2213894 + }, + { + "year": 2018, + "value": 2280102 + } + ] + }, + "Georgia": { + "population": [ + { + "year": 1960, + "value": 3645600 + }, + { + "year": 1961, + "value": 3703600 + }, + { + "year": 1962, + "value": 3760300 + }, + { + "year": 1963, + "value": 3816100 + }, + { + "year": 1964, + "value": 3870300 + }, + { + "year": 1965, + "value": 3921600 + }, + { + "year": 1966, + "value": 3966700 + }, + { + "year": 1967, + "value": 4005800 + }, + { + "year": 1968, + "value": 4042300 + }, + { + "year": 1969, + "value": 4080300 + }, + { + "year": 1970, + "value": 4119900 + }, + { + "year": 1971, + "value": 4163000 + }, + { + "year": 1972, + "value": 4205300 + }, + { + "year": 1973, + "value": 4242500 + }, + { + "year": 1974, + "value": 4279500 + }, + { + "year": 1975, + "value": 4311200 + }, + { + "year": 1976, + "value": 4342400 + }, + { + "year": 1977, + "value": 4372100 + }, + { + "year": 1978, + "value": 4397700 + }, + { + "year": 1979, + "value": 4430200 + }, + { + "year": 1980, + "value": 4467700 + }, + { + "year": 1981, + "value": 4504500 + }, + { + "year": 1982, + "value": 4542800 + }, + { + "year": 1983, + "value": 4582900 + }, + { + "year": 1984, + "value": 4622200 + }, + { + "year": 1985, + "value": 4662900 + }, + { + "year": 1986, + "value": 4704500 + }, + { + "year": 1987, + "value": 4743500 + }, + { + "year": 1988, + "value": 4790700 + }, + { + "year": 1989, + "value": 4803300 + }, + { + "year": 1990, + "value": 4802000 + }, + { + "year": 1991, + "value": 4835900 + }, + { + "year": 1992, + "value": 4873500 + }, + { + "year": 1993, + "value": 4911100 + }, + { + "year": 1994, + "value": 4836076 + }, + { + "year": 1995, + "value": 4657722 + }, + { + "year": 1996, + "value": 4491699 + }, + { + "year": 1997, + "value": 4349913 + }, + { + "year": 1998, + "value": 4243607 + }, + { + "year": 1999, + "value": 4157192 + }, + { + "year": 2000, + "value": 4077131 + }, + { + "year": 2001, + "value": 4014373 + }, + { + "year": 2002, + "value": 3978515 + }, + { + "year": 2003, + "value": 3951736 + }, + { + "year": 2004, + "value": 3927340 + }, + { + "year": 2005, + "value": 3902469 + }, + { + "year": 2006, + "value": 3880347 + }, + { + "year": 2007, + "value": 3860158 + }, + { + "year": 2008, + "value": 3848449 + }, + { + "year": 2009, + "value": 3814419 + }, + { + "year": 2010, + "value": 3786695 + }, + { + "year": 2011, + "value": 3756441 + }, + { + "year": 2012, + "value": 3728874 + }, + { + "year": 2013, + "value": 3717668 + }, + { + "year": 2014, + "value": 3719414 + }, + { + "year": 2015, + "value": 3725276 + }, + { + "year": 2016, + "value": 3727505 + }, + { + "year": 2017, + "value": 3728004 + }, + { + "year": 2018, + "value": 3726549 + } + ] + }, + "Germany": { + "population": [ + { + "year": 1960, + "value": 72814900 + }, + { + "year": 1961, + "value": 73377632 + }, + { + "year": 1962, + "value": 74025784 + }, + { + "year": 1963, + "value": 74714353 + }, + { + "year": 1964, + "value": 75318337 + }, + { + "year": 1965, + "value": 75963695 + }, + { + "year": 1966, + "value": 76600311 + }, + { + "year": 1967, + "value": 76951336 + }, + { + "year": 1968, + "value": 77294314 + }, + { + "year": 1969, + "value": 77909682 + }, + { + "year": 1970, + "value": 78169289 + }, + { + "year": 1971, + "value": 78312842 + }, + { + "year": 1972, + "value": 78688452 + }, + { + "year": 1973, + "value": 78936666 + }, + { + "year": 1974, + "value": 78967433 + }, + { + "year": 1975, + "value": 78673554 + }, + { + "year": 1976, + "value": 78336950 + }, + { + "year": 1977, + "value": 78159814 + }, + { + "year": 1978, + "value": 78091820 + }, + { + "year": 1979, + "value": 78126350 + }, + { + "year": 1980, + "value": 78288576 + }, + { + "year": 1981, + "value": 78407907 + }, + { + "year": 1982, + "value": 78333366 + }, + { + "year": 1983, + "value": 78128282 + }, + { + "year": 1984, + "value": 77858685 + }, + { + "year": 1985, + "value": 77684873 + }, + { + "year": 1986, + "value": 77720436 + }, + { + "year": 1987, + "value": 77839920 + }, + { + "year": 1988, + "value": 78144619 + }, + { + "year": 1989, + "value": 78751283 + }, + { + "year": 1990, + "value": 79433029 + }, + { + "year": 1991, + "value": 80013896 + }, + { + "year": 1992, + "value": 80624598 + }, + { + "year": 1993, + "value": 81156363 + }, + { + "year": 1994, + "value": 81438348 + }, + { + "year": 1995, + "value": 81678051 + }, + { + "year": 1996, + "value": 81914831 + }, + { + "year": 1997, + "value": 82034771 + }, + { + "year": 1998, + "value": 82047195 + }, + { + "year": 1999, + "value": 82100243 + }, + { + "year": 2000, + "value": 82211508 + }, + { + "year": 2001, + "value": 82349925 + }, + { + "year": 2002, + "value": 82488495 + }, + { + "year": 2003, + "value": 82534176 + }, + { + "year": 2004, + "value": 82516260 + }, + { + "year": 2005, + "value": 82469422 + }, + { + "year": 2006, + "value": 82376451 + }, + { + "year": 2007, + "value": 82266372 + }, + { + "year": 2008, + "value": 82110097 + }, + { + "year": 2009, + "value": 81902307 + }, + { + "year": 2010, + "value": 81776930 + }, + { + "year": 2011, + "value": 80274983 + }, + { + "year": 2012, + "value": 80425823 + }, + { + "year": 2013, + "value": 80645605 + }, + { + "year": 2014, + "value": 80982500 + }, + { + "year": 2015, + "value": 81686611 + }, + { + "year": 2016, + "value": 82348669 + }, + { + "year": 2017, + "value": 82657002 + }, + { + "year": 2018, + "value": 82905782 + } + ] + }, + "Ghana": { + "population": [ + { + "year": 1960, + "value": 6635230 + }, + { + "year": 1961, + "value": 6848295 + }, + { + "year": 1962, + "value": 7071971 + }, + { + "year": 1963, + "value": 7300116 + }, + { + "year": 1964, + "value": 7524472 + }, + { + "year": 1965, + "value": 7739473 + }, + { + "year": 1966, + "value": 7941412 + }, + { + "year": 1967, + "value": 8132803 + }, + { + "year": 1968, + "value": 8321770 + }, + { + "year": 1969, + "value": 8520015 + }, + { + "year": 1970, + "value": 8735495 + }, + { + "year": 1971, + "value": 8973244 + }, + { + "year": 1972, + "value": 9229631 + }, + { + "year": 1973, + "value": 9493556 + }, + { + "year": 1974, + "value": 9749104 + }, + { + "year": 1975, + "value": 9985946 + }, + { + "year": 1976, + "value": 10199165 + }, + { + "year": 1977, + "value": 10395452 + }, + { + "year": 1978, + "value": 10590261 + }, + { + "year": 1979, + "value": 10805314 + }, + { + "year": 1980, + "value": 11056116 + }, + { + "year": 1981, + "value": 11348289 + }, + { + "year": 1982, + "value": 11676823 + }, + { + "year": 1983, + "value": 12033575 + }, + { + "year": 1984, + "value": 12405660 + }, + { + "year": 1985, + "value": 12783613 + }, + { + "year": 1986, + "value": 13164837 + }, + { + "year": 1987, + "value": 13552021 + }, + { + "year": 1988, + "value": 13947042 + }, + { + "year": 1989, + "value": 14353410 + }, + { + "year": 1990, + "value": 14773277 + }, + { + "year": 1991, + "value": 15207367 + }, + { + "year": 1992, + "value": 15653336 + }, + { + "year": 1993, + "value": 16106765 + }, + { + "year": 1994, + "value": 16561674 + }, + { + "year": 1995, + "value": 17014057 + }, + { + "year": 1996, + "value": 17462496 + }, + { + "year": 1997, + "value": 17908985 + }, + { + "year": 1998, + "value": 18357156 + }, + { + "year": 1999, + "value": 18812359 + }, + { + "year": 2000, + "value": 19278856 + }, + { + "year": 2001, + "value": 19756928 + }, + { + "year": 2002, + "value": 20246381 + }, + { + "year": 2003, + "value": 20750299 + }, + { + "year": 2004, + "value": 21272323 + }, + { + "year": 2005, + "value": 21814642 + }, + { + "year": 2006, + "value": 22379055 + }, + { + "year": 2007, + "value": 22963946 + }, + { + "year": 2008, + "value": 23563825 + }, + { + "year": 2009, + "value": 24170940 + }, + { + "year": 2010, + "value": 24779619 + }, + { + "year": 2011, + "value": 25387710 + }, + { + "year": 2012, + "value": 25996449 + }, + { + "year": 2013, + "value": 26607642 + }, + { + "year": 2014, + "value": 27224472 + }, + { + "year": 2015, + "value": 27849205 + }, + { + "year": 2016, + "value": 28481946 + }, + { + "year": 2017, + "value": 29121471 + }, + { + "year": 2018, + "value": 29767108 + } + ] + }, + "Gibraltar": { + "population": [ + { + "year": 1960, + "value": 23420 + }, + { + "year": 1961, + "value": 23813 + }, + { + "year": 1962, + "value": 24313 + }, + { + "year": 1963, + "value": 24889 + }, + { + "year": 1964, + "value": 25479 + }, + { + "year": 1965, + "value": 26073 + }, + { + "year": 1966, + "value": 26633 + }, + { + "year": 1967, + "value": 27173 + }, + { + "year": 1968, + "value": 27685 + }, + { + "year": 1969, + "value": 28166 + }, + { + "year": 1970, + "value": 28606 + }, + { + "year": 1971, + "value": 29006 + }, + { + "year": 1972, + "value": 29358 + }, + { + "year": 1973, + "value": 29650 + }, + { + "year": 1974, + "value": 29886 + }, + { + "year": 1975, + "value": 30067 + }, + { + "year": 1976, + "value": 30180 + }, + { + "year": 1977, + "value": 30234 + }, + { + "year": 1978, + "value": 30232 + }, + { + "year": 1979, + "value": 30169 + }, + { + "year": 1980, + "value": 30065 + }, + { + "year": 1981, + "value": 29902 + }, + { + "year": 1982, + "value": 29691 + }, + { + "year": 1983, + "value": 29482 + }, + { + "year": 1984, + "value": 29283 + }, + { + "year": 1985, + "value": 29154 + }, + { + "year": 1986, + "value": 29094 + }, + { + "year": 1987, + "value": 29115 + }, + { + "year": 1988, + "value": 29159 + }, + { + "year": 1989, + "value": 29187 + }, + { + "year": 1990, + "value": 29147 + }, + { + "year": 1991, + "value": 29022 + }, + { + "year": 1992, + "value": 28840 + }, + { + "year": 1993, + "value": 28675 + }, + { + "year": 1994, + "value": 28602 + }, + { + "year": 1995, + "value": 28692 + }, + { + "year": 1996, + "value": 28971 + }, + { + "year": 1997, + "value": 29408 + }, + { + "year": 1998, + "value": 29947 + }, + { + "year": 1999, + "value": 30529 + }, + { + "year": 2000, + "value": 31077 + }, + { + "year": 2001, + "value": 31602 + }, + { + "year": 2002, + "value": 32102 + }, + { + "year": 2003, + "value": 32555 + }, + { + "year": 2004, + "value": 32928 + }, + { + "year": 2005, + "value": 33219 + }, + { + "year": 2006, + "value": 33417 + }, + { + "year": 2007, + "value": 33517 + }, + { + "year": 2008, + "value": 33559 + }, + { + "year": 2009, + "value": 33565 + }, + { + "year": 2010, + "value": 33585 + }, + { + "year": 2011, + "value": 33612 + }, + { + "year": 2012, + "value": 33646 + }, + { + "year": 2013, + "value": 33692 + }, + { + "year": 2014, + "value": 33725 + }, + { + "year": 2015, + "value": 33736 + }, + { + "year": 2016, + "value": 33737 + }, + { + "year": 2017, + "value": 33728 + }, + { + "year": 2018, + "value": 33718 + } + ] + }, + "Greece": { + "population": [ + { + "year": 1960, + "value": 8331725 + }, + { + "year": 1961, + "value": 8398050 + }, + { + "year": 1962, + "value": 8448233 + }, + { + "year": 1963, + "value": 8479625 + }, + { + "year": 1964, + "value": 8510429 + }, + { + "year": 1965, + "value": 8550333 + }, + { + "year": 1966, + "value": 8613651 + }, + { + "year": 1967, + "value": 8684088 + }, + { + "year": 1968, + "value": 8740765 + }, + { + "year": 1969, + "value": 8772764 + }, + { + "year": 1970, + "value": 8792806 + }, + { + "year": 1971, + "value": 8831036 + }, + { + "year": 1972, + "value": 8888628 + }, + { + "year": 1973, + "value": 8929086 + }, + { + "year": 1974, + "value": 8962022 + }, + { + "year": 1975, + "value": 9046541 + }, + { + "year": 1976, + "value": 9188150 + }, + { + "year": 1977, + "value": 9308479 + }, + { + "year": 1978, + "value": 9429959 + }, + { + "year": 1979, + "value": 9548258 + }, + { + "year": 1980, + "value": 9642505 + }, + { + "year": 1981, + "value": 9729350 + }, + { + "year": 1982, + "value": 9789513 + }, + { + "year": 1983, + "value": 9846627 + }, + { + "year": 1984, + "value": 9895801 + }, + { + "year": 1985, + "value": 9934300 + }, + { + "year": 1986, + "value": 9967213 + }, + { + "year": 1987, + "value": 10000595 + }, + { + "year": 1988, + "value": 10036983 + }, + { + "year": 1989, + "value": 10089498 + }, + { + "year": 1990, + "value": 10196792 + }, + { + "year": 1991, + "value": 10319927 + }, + { + "year": 1992, + "value": 10399061 + }, + { + "year": 1993, + "value": 10460415 + }, + { + "year": 1994, + "value": 10512922 + }, + { + "year": 1995, + "value": 10562153 + }, + { + "year": 1996, + "value": 10608800 + }, + { + "year": 1997, + "value": 10661259 + }, + { + "year": 1998, + "value": 10720509 + }, + { + "year": 1999, + "value": 10761698 + }, + { + "year": 2000, + "value": 10805808 + }, + { + "year": 2001, + "value": 10862132 + }, + { + "year": 2002, + "value": 10902022 + }, + { + "year": 2003, + "value": 10928070 + }, + { + "year": 2004, + "value": 10955141 + }, + { + "year": 2005, + "value": 10987314 + }, + { + "year": 2006, + "value": 11020362 + }, + { + "year": 2007, + "value": 11048473 + }, + { + "year": 2008, + "value": 11077841 + }, + { + "year": 2009, + "value": 11107017 + }, + { + "year": 2010, + "value": 11121341 + }, + { + "year": 2011, + "value": 11104899 + }, + { + "year": 2012, + "value": 11045011 + }, + { + "year": 2013, + "value": 10965211 + }, + { + "year": 2014, + "value": 10892413 + }, + { + "year": 2015, + "value": 10820883 + }, + { + "year": 2016, + "value": 10775971 + }, + { + "year": 2017, + "value": 10754679 + }, + { + "year": 2018, + "value": 10731726 + } + ] + }, + "Greenland": { + "population": [ + { + "year": 1960, + "value": 32500 + }, + { + "year": 1961, + "value": 33700 + }, + { + "year": 1962, + "value": 35000 + }, + { + "year": 1963, + "value": 36400 + }, + { + "year": 1964, + "value": 37600 + }, + { + "year": 1965, + "value": 39200 + }, + { + "year": 1966, + "value": 40500 + }, + { + "year": 1967, + "value": 41900 + }, + { + "year": 1968, + "value": 43400 + }, + { + "year": 1969, + "value": 44900 + }, + { + "year": 1970, + "value": 46400 + }, + { + "year": 1971, + "value": 47200 + }, + { + "year": 1972, + "value": 48300 + }, + { + "year": 1973, + "value": 49000 + }, + { + "year": 1974, + "value": 49500 + }, + { + "year": 1975, + "value": 49600 + }, + { + "year": 1976, + "value": 49700 + }, + { + "year": 1977, + "value": 49400 + }, + { + "year": 1978, + "value": 49200 + }, + { + "year": 1979, + "value": 49600 + }, + { + "year": 1980, + "value": 50200 + }, + { + "year": 1981, + "value": 51000 + }, + { + "year": 1982, + "value": 51500 + }, + { + "year": 1983, + "value": 52100 + }, + { + "year": 1984, + "value": 52700 + }, + { + "year": 1985, + "value": 53200 + }, + { + "year": 1986, + "value": 53500 + }, + { + "year": 1987, + "value": 54100 + }, + { + "year": 1988, + "value": 54800 + }, + { + "year": 1989, + "value": 55300 + }, + { + "year": 1990, + "value": 55600 + }, + { + "year": 1991, + "value": 55500 + }, + { + "year": 1992, + "value": 55300 + }, + { + "year": 1993, + "value": 55200 + }, + { + "year": 1994, + "value": 55500 + }, + { + "year": 1995, + "value": 55800 + }, + { + "year": 1996, + "value": 55900 + }, + { + "year": 1997, + "value": 56000 + }, + { + "year": 1998, + "value": 56100 + }, + { + "year": 1999, + "value": 56100 + }, + { + "year": 2000, + "value": 56200 + }, + { + "year": 2001, + "value": 56350 + }, + { + "year": 2002, + "value": 56609 + }, + { + "year": 2003, + "value": 56765 + }, + { + "year": 2004, + "value": 56911 + }, + { + "year": 2005, + "value": 56935 + }, + { + "year": 2006, + "value": 56774 + }, + { + "year": 2007, + "value": 56555 + }, + { + "year": 2008, + "value": 56328 + }, + { + "year": 2009, + "value": 56323 + }, + { + "year": 2010, + "value": 56905 + }, + { + "year": 2011, + "value": 56890 + }, + { + "year": 2012, + "value": 56810 + }, + { + "year": 2013, + "value": 56483 + }, + { + "year": 2014, + "value": 56295 + }, + { + "year": 2015, + "value": 56114 + }, + { + "year": 2016, + "value": 56186 + }, + { + "year": 2017, + "value": 56171 + }, + { + "year": 2018, + "value": 56025 + } + ] + }, + "Grenada": { + "population": [ + { + "year": 1960, + "value": 89932 + }, + { + "year": 1961, + "value": 91327 + }, + { + "year": 1962, + "value": 92484 + }, + { + "year": 1963, + "value": 93413 + }, + { + "year": 1964, + "value": 94123 + }, + { + "year": 1965, + "value": 94636 + }, + { + "year": 1966, + "value": 94934 + }, + { + "year": 1967, + "value": 95020 + }, + { + "year": 1968, + "value": 94927 + }, + { + "year": 1969, + "value": 94728 + }, + { + "year": 1970, + "value": 94475 + }, + { + "year": 1971, + "value": 94221 + }, + { + "year": 1972, + "value": 93983 + }, + { + "year": 1973, + "value": 93669 + }, + { + "year": 1974, + "value": 93191 + }, + { + "year": 1975, + "value": 92494 + }, + { + "year": 1976, + "value": 91475 + }, + { + "year": 1977, + "value": 90227 + }, + { + "year": 1978, + "value": 89101 + }, + { + "year": 1979, + "value": 88600 + }, + { + "year": 1980, + "value": 89032 + }, + { + "year": 1981, + "value": 90607 + }, + { + "year": 1982, + "value": 93122 + }, + { + "year": 1983, + "value": 96019 + }, + { + "year": 1984, + "value": 98477 + }, + { + "year": 1985, + "value": 99946 + }, + { + "year": 1986, + "value": 100191 + }, + { + "year": 1987, + "value": 99436 + }, + { + "year": 1988, + "value": 98120 + }, + { + "year": 1989, + "value": 96924 + }, + { + "year": 1990, + "value": 96331 + }, + { + "year": 1991, + "value": 96460 + }, + { + "year": 1992, + "value": 97165 + }, + { + "year": 1993, + "value": 98230 + }, + { + "year": 1994, + "value": 99352 + }, + { + "year": 1995, + "value": 100288 + }, + { + "year": 1996, + "value": 101001 + }, + { + "year": 1997, + "value": 101567 + }, + { + "year": 1998, + "value": 102021 + }, + { + "year": 1999, + "value": 102432 + }, + { + "year": 2000, + "value": 102833 + }, + { + "year": 2001, + "value": 103249 + }, + { + "year": 2002, + "value": 103634 + }, + { + "year": 2003, + "value": 104005 + }, + { + "year": 2004, + "value": 104347 + }, + { + "year": 2005, + "value": 104661 + }, + { + "year": 2006, + "value": 104933 + }, + { + "year": 2007, + "value": 105190 + }, + { + "year": 2008, + "value": 105456 + }, + { + "year": 2009, + "value": 105789 + }, + { + "year": 2010, + "value": 106233 + }, + { + "year": 2011, + "value": 106796 + }, + { + "year": 2012, + "value": 107446 + }, + { + "year": 2013, + "value": 108170 + }, + { + "year": 2014, + "value": 108902 + }, + { + "year": 2015, + "value": 109599 + }, + { + "year": 2016, + "value": 110261 + }, + { + "year": 2017, + "value": 110874 + }, + { + "year": 2018, + "value": 111454 + } + ] + }, + "Guam": { + "population": [ + { + "year": 1960, + "value": 66742 + }, + { + "year": 1961, + "value": 68072 + }, + { + "year": 1962, + "value": 69604 + }, + { + "year": 1963, + "value": 71286 + }, + { + "year": 1964, + "value": 73051 + }, + { + "year": 1965, + "value": 74830 + }, + { + "year": 1966, + "value": 76607 + }, + { + "year": 1967, + "value": 78404 + }, + { + "year": 1968, + "value": 80217 + }, + { + "year": 1969, + "value": 82040 + }, + { + "year": 1970, + "value": 83877 + }, + { + "year": 1971, + "value": 85726 + }, + { + "year": 1972, + "value": 87587 + }, + { + "year": 1973, + "value": 89464 + }, + { + "year": 1974, + "value": 91377 + }, + { + "year": 1975, + "value": 93352 + }, + { + "year": 1976, + "value": 95385 + }, + { + "year": 1977, + "value": 97477 + }, + { + "year": 1978, + "value": 99630 + }, + { + "year": 1979, + "value": 101844 + }, + { + "year": 1980, + "value": 104133 + }, + { + "year": 1981, + "value": 106485 + }, + { + "year": 1982, + "value": 108906 + }, + { + "year": 1983, + "value": 111402 + }, + { + "year": 1984, + "value": 113961 + }, + { + "year": 1985, + "value": 116572 + }, + { + "year": 1986, + "value": 119232 + }, + { + "year": 1987, + "value": 121919 + }, + { + "year": 1988, + "value": 124673 + }, + { + "year": 1989, + "value": 127522 + }, + { + "year": 1990, + "value": 130482 + }, + { + "year": 1991, + "value": 133558 + }, + { + "year": 1992, + "value": 136692 + }, + { + "year": 1993, + "value": 139818 + }, + { + "year": 1994, + "value": 142802 + }, + { + "year": 1995, + "value": 145561 + }, + { + "year": 1996, + "value": 148060 + }, + { + "year": 1997, + "value": 150303 + }, + { + "year": 1998, + "value": 152277 + }, + { + "year": 1999, + "value": 153953 + }, + { + "year": 2000, + "value": 155329 + }, + { + "year": 2001, + "value": 156401 + }, + { + "year": 2002, + "value": 157176 + }, + { + "year": 2003, + "value": 157717 + }, + { + "year": 2004, + "value": 158101 + }, + { + "year": 2005, + "value": 158402 + }, + { + "year": 2006, + "value": 158648 + }, + { + "year": 2007, + "value": 158847 + }, + { + "year": 2008, + "value": 159036 + }, + { + "year": 2009, + "value": 159226 + }, + { + "year": 2010, + "value": 159444 + }, + { + "year": 2011, + "value": 159692 + }, + { + "year": 2012, + "value": 159996 + }, + { + "year": 2013, + "value": 160407 + }, + { + "year": 2014, + "value": 161016 + }, + { + "year": 2015, + "value": 161853 + }, + { + "year": 2016, + "value": 162951 + }, + { + "year": 2017, + "value": 164281 + }, + { + "year": 2018, + "value": 165768 + } + ] + }, + "Guatemala": { + "population": [ + { + "year": 1960, + "value": 4210747 + }, + { + "year": 1961, + "value": 4336143 + }, + { + "year": 1962, + "value": 4464249 + }, + { + "year": 1963, + "value": 4595510 + }, + { + "year": 1964, + "value": 4730540 + }, + { + "year": 1965, + "value": 4869716 + }, + { + "year": 1966, + "value": 5013153 + }, + { + "year": 1967, + "value": 5160609 + }, + { + "year": 1968, + "value": 5311615 + }, + { + "year": 1969, + "value": 5465512 + }, + { + "year": 1970, + "value": 5621792 + }, + { + "year": 1971, + "value": 5780480 + }, + { + "year": 1972, + "value": 5941567 + }, + { + "year": 1973, + "value": 6104530 + }, + { + "year": 1974, + "value": 6268707 + }, + { + "year": 1975, + "value": 6433728 + }, + { + "year": 1976, + "value": 6599214 + }, + { + "year": 1977, + "value": 6765516 + }, + { + "year": 1978, + "value": 6933906 + }, + { + "year": 1979, + "value": 7106145 + }, + { + "year": 1980, + "value": 7283459 + }, + { + "year": 1981, + "value": 7466488 + }, + { + "year": 1982, + "value": 7654819 + }, + { + "year": 1983, + "value": 7847472 + }, + { + "year": 1984, + "value": 8042897 + }, + { + "year": 1985, + "value": 8240060 + }, + { + "year": 1986, + "value": 8438604 + }, + { + "year": 1987, + "value": 8639108 + }, + { + "year": 1988, + "value": 8842575 + }, + { + "year": 1989, + "value": 9050465 + }, + { + "year": 1990, + "value": 9263813 + }, + { + "year": 1991, + "value": 9483270 + }, + { + "year": 1992, + "value": 9708544 + }, + { + "year": 1993, + "value": 9938692 + }, + { + "year": 1994, + "value": 10172297 + }, + { + "year": 1995, + "value": 10408489 + }, + { + "year": 1996, + "value": 10646674 + }, + { + "year": 1997, + "value": 10887634 + }, + { + "year": 1998, + "value": 11133501 + }, + { + "year": 1999, + "value": 11387203 + }, + { + "year": 2000, + "value": 11650743 + }, + { + "year": 2001, + "value": 11924946 + }, + { + "year": 2002, + "value": 12208848 + }, + { + "year": 2003, + "value": 12500478 + }, + { + "year": 2004, + "value": 12796925 + }, + { + "year": 2005, + "value": 13096028 + }, + { + "year": 2006, + "value": 13397021 + }, + { + "year": 2007, + "value": 13700327 + }, + { + "year": 2008, + "value": 14006428 + }, + { + "year": 2009, + "value": 14316263 + }, + { + "year": 2010, + "value": 14630417 + }, + { + "year": 2011, + "value": 14948803 + }, + { + "year": 2012, + "value": 15270778 + }, + { + "year": 2013, + "value": 15595821 + }, + { + "year": 2014, + "value": 15923243 + }, + { + "year": 2015, + "value": 16252429 + }, + { + "year": 2016, + "value": 16583060 + }, + { + "year": 2017, + "value": 16914936 + }, + { + "year": 2018, + "value": 17247807 + } + ] + }, + "Guinea": { + "population": [ + { + "year": 1960, + "value": 3494162 + }, + { + "year": 1961, + "value": 3552065 + }, + { + "year": 1962, + "value": 3611429 + }, + { + "year": 1963, + "value": 3672556 + }, + { + "year": 1964, + "value": 3735916 + }, + { + "year": 1965, + "value": 3801705 + }, + { + "year": 1966, + "value": 3870203 + }, + { + "year": 1967, + "value": 3941053 + }, + { + "year": 1968, + "value": 4013055 + }, + { + "year": 1969, + "value": 4084600 + }, + { + "year": 1970, + "value": 4154605 + }, + { + "year": 1971, + "value": 4223051 + }, + { + "year": 1972, + "value": 4290534 + }, + { + "year": 1973, + "value": 4357357 + }, + { + "year": 1974, + "value": 4424030 + }, + { + "year": 1975, + "value": 4491248 + }, + { + "year": 1976, + "value": 4559242 + }, + { + "year": 1977, + "value": 4628877 + }, + { + "year": 1978, + "value": 4702376 + }, + { + "year": 1979, + "value": 4782495 + }, + { + "year": 1980, + "value": 4871435 + }, + { + "year": 1981, + "value": 4969592 + }, + { + "year": 1982, + "value": 5077082 + }, + { + "year": 1983, + "value": 5195445 + }, + { + "year": 1984, + "value": 5326362 + }, + { + "year": 1985, + "value": 5470702 + }, + { + "year": 1986, + "value": 5629418 + }, + { + "year": 1987, + "value": 5801326 + }, + { + "year": 1988, + "value": 5982486 + }, + { + "year": 1989, + "value": 6167475 + }, + { + "year": 1990, + "value": 6352283 + }, + { + "year": 1991, + "value": 6534939 + }, + { + "year": 1992, + "value": 6716038 + }, + { + "year": 1993, + "value": 6897166 + }, + { + "year": 1994, + "value": 7081116 + }, + { + "year": 1995, + "value": 7269625 + }, + { + "year": 1996, + "value": 7463782 + }, + { + "year": 1997, + "value": 7662075 + }, + { + "year": 1998, + "value": 7860781 + }, + { + "year": 1999, + "value": 8054743 + }, + { + "year": 2000, + "value": 8240730 + }, + { + "year": 2001, + "value": 8417081 + }, + { + "year": 2002, + "value": 8586074 + }, + { + "year": 2003, + "value": 8753093 + }, + { + "year": 2004, + "value": 8925743 + }, + { + "year": 2005, + "value": 9109581 + }, + { + "year": 2006, + "value": 9307425 + }, + { + "year": 2007, + "value": 9518162 + }, + { + "year": 2008, + "value": 9738792 + }, + { + "year": 2009, + "value": 9964469 + }, + { + "year": 2010, + "value": 10192176 + }, + { + "year": 2011, + "value": 10420471 + }, + { + "year": 2012, + "value": 10652029 + }, + { + "year": 2013, + "value": 10892810 + }, + { + "year": 2014, + "value": 11150977 + }, + { + "year": 2015, + "value": 11432088 + }, + { + "year": 2016, + "value": 11738441 + }, + { + "year": 2017, + "value": 12067539 + }, + { + "year": 2018, + "value": 12414318 + } + ] + }, + "Guinea-Bissau": { + "population": [ + { + "year": 1960, + "value": 616136 + }, + { + "year": 1961, + "value": 622761 + }, + { + "year": 1962, + "value": 628883 + }, + { + "year": 1963, + "value": 635011 + }, + { + "year": 1964, + "value": 641812 + }, + { + "year": 1965, + "value": 649790 + }, + { + "year": 1966, + "value": 658994 + }, + { + "year": 1967, + "value": 669237 + }, + { + "year": 1968, + "value": 680432 + }, + { + "year": 1969, + "value": 692407 + }, + { + "year": 1970, + "value": 704939 + }, + { + "year": 1971, + "value": 718364 + }, + { + "year": 1972, + "value": 732523 + }, + { + "year": 1973, + "value": 746173 + }, + { + "year": 1974, + "value": 757674 + }, + { + "year": 1975, + "value": 765989 + }, + { + "year": 1976, + "value": 770421 + }, + { + "year": 1977, + "value": 771737 + }, + { + "year": 1978, + "value": 772142 + }, + { + "year": 1979, + "value": 774726 + }, + { + "year": 1980, + "value": 781677 + }, + { + "year": 1981, + "value": 793806 + }, + { + "year": 1982, + "value": 810405 + }, + { + "year": 1983, + "value": 830207 + }, + { + "year": 1984, + "value": 851276 + }, + { + "year": 1985, + "value": 872163 + }, + { + "year": 1986, + "value": 892522 + }, + { + "year": 1987, + "value": 912754 + }, + { + "year": 1988, + "value": 933045 + }, + { + "year": 1989, + "value": 953790 + }, + { + "year": 1990, + "value": 975261 + }, + { + "year": 1991, + "value": 997522 + }, + { + "year": 1992, + "value": 1020350 + }, + { + "year": 1993, + "value": 1043423 + }, + { + "year": 1994, + "value": 1066346 + }, + { + "year": 1995, + "value": 1088854 + }, + { + "year": 1996, + "value": 1110833 + }, + { + "year": 1997, + "value": 1132510 + }, + { + "year": 1998, + "value": 1154371 + }, + { + "year": 1999, + "value": 1177131 + }, + { + "year": 2000, + "value": 1201301 + }, + { + "year": 2001, + "value": 1227106 + }, + { + "year": 2002, + "value": 1254453 + }, + { + "year": 2003, + "value": 1283305 + }, + { + "year": 2004, + "value": 1313492 + }, + { + "year": 2005, + "value": 1344930 + }, + { + "year": 2006, + "value": 1377581 + }, + { + "year": 2007, + "value": 1411543 + }, + { + "year": 2008, + "value": 1446936 + }, + { + "year": 2009, + "value": 1483921 + }, + { + "year": 2010, + "value": 1522599 + }, + { + "year": 2011, + "value": 1562989 + }, + { + "year": 2012, + "value": 1604979 + }, + { + "year": 2013, + "value": 1648257 + }, + { + "year": 2014, + "value": 1692439 + }, + { + "year": 2015, + "value": 1737202 + }, + { + "year": 2016, + "value": 1782437 + }, + { + "year": 2017, + "value": 1828146 + }, + { + "year": 2018, + "value": 1874309 + } + ] + }, + "Guyana": { + "population": [ + { + "year": 1960, + "value": 571819 + }, + { + "year": 1961, + "value": 589274 + }, + { + "year": 1962, + "value": 606285 + }, + { + "year": 1963, + "value": 622575 + }, + { + "year": 1964, + "value": 637845 + }, + { + "year": 1965, + "value": 651868 + }, + { + "year": 1966, + "value": 664521 + }, + { + "year": 1967, + "value": 675871 + }, + { + "year": 1968, + "value": 686146 + }, + { + "year": 1969, + "value": 695745 + }, + { + "year": 1970, + "value": 704934 + }, + { + "year": 1971, + "value": 713684 + }, + { + "year": 1972, + "value": 721948 + }, + { + "year": 1973, + "value": 729916 + }, + { + "year": 1974, + "value": 737847 + }, + { + "year": 1975, + "value": 745841 + }, + { + "year": 1976, + "value": 754101 + }, + { + "year": 1977, + "value": 762424 + }, + { + "year": 1978, + "value": 770125 + }, + { + "year": 1979, + "value": 776254 + }, + { + "year": 1980, + "value": 780153 + }, + { + "year": 1981, + "value": 781732 + }, + { + "year": 1982, + "value": 781246 + }, + { + "year": 1983, + "value": 778948 + }, + { + "year": 1984, + "value": 775219 + }, + { + "year": 1985, + "value": 770435 + }, + { + "year": 1986, + "value": 764446 + }, + { + "year": 1987, + "value": 757448 + }, + { + "year": 1988, + "value": 750639 + }, + { + "year": 1989, + "value": 745585 + }, + { + "year": 1990, + "value": 743309 + }, + { + "year": 1991, + "value": 744474 + }, + { + "year": 1992, + "value": 748602 + }, + { + "year": 1993, + "value": 754144 + }, + { + "year": 1994, + "value": 758896 + }, + { + "year": 1995, + "value": 761291 + }, + { + "year": 1996, + "value": 760795 + }, + { + "year": 1997, + "value": 757970 + }, + { + "year": 1998, + "value": 753778 + }, + { + "year": 1999, + "value": 749674 + }, + { + "year": 2000, + "value": 746715 + }, + { + "year": 2001, + "value": 745206 + }, + { + "year": 2002, + "value": 744789 + }, + { + "year": 2003, + "value": 745143 + }, + { + "year": 2004, + "value": 745737 + }, + { + "year": 2005, + "value": 746163 + }, + { + "year": 2006, + "value": 746343 + }, + { + "year": 2007, + "value": 746474 + }, + { + "year": 2008, + "value": 746817 + }, + { + "year": 2009, + "value": 747718 + }, + { + "year": 2010, + "value": 749436 + }, + { + "year": 2011, + "value": 752028 + }, + { + "year": 2012, + "value": 755399 + }, + { + "year": 2013, + "value": 759285 + }, + { + "year": 2014, + "value": 763380 + }, + { + "year": 2015, + "value": 767432 + }, + { + "year": 2016, + "value": 771366 + }, + { + "year": 2017, + "value": 775221 + }, + { + "year": 2018, + "value": 779004 + } + ] + }, + "Haiti": { + "population": [ + { + "year": 1960, + "value": 3866159 + }, + { + "year": 1961, + "value": 3941944 + }, + { + "year": 1962, + "value": 4019173 + }, + { + "year": 1963, + "value": 4097755 + }, + { + "year": 1964, + "value": 4177637 + }, + { + "year": 1965, + "value": 4258732 + }, + { + "year": 1966, + "value": 4341318 + }, + { + "year": 1967, + "value": 4425303 + }, + { + "year": 1968, + "value": 4509813 + }, + { + "year": 1969, + "value": 4593669 + }, + { + "year": 1970, + "value": 4676230 + }, + { + "year": 1971, + "value": 4757182 + }, + { + "year": 1972, + "value": 4837332 + }, + { + "year": 1973, + "value": 4918625 + }, + { + "year": 1974, + "value": 5003710 + }, + { + "year": 1975, + "value": 5094577 + }, + { + "year": 1976, + "value": 5191632 + }, + { + "year": 1977, + "value": 5294619 + }, + { + "year": 1978, + "value": 5404019 + }, + { + "year": 1979, + "value": 5520187 + }, + { + "year": 1980, + "value": 5643173 + }, + { + "year": 1981, + "value": 5773366 + }, + { + "year": 1982, + "value": 5910227 + }, + { + "year": 1983, + "value": 6051622 + }, + { + "year": 1984, + "value": 6194687 + }, + { + "year": 1985, + "value": 6337273 + }, + { + "year": 1986, + "value": 6478541 + }, + { + "year": 1987, + "value": 6618744 + }, + { + "year": 1988, + "value": 6758223 + }, + { + "year": 1989, + "value": 6897755 + }, + { + "year": 1990, + "value": 7037917 + }, + { + "year": 1991, + "value": 7178607 + }, + { + "year": 1992, + "value": 7319493 + }, + { + "year": 1993, + "value": 7460689 + }, + { + "year": 1994, + "value": 7602320 + }, + { + "year": 1995, + "value": 7744503 + }, + { + "year": 1996, + "value": 7887304 + }, + { + "year": 1997, + "value": 8030726 + }, + { + "year": 1998, + "value": 8174680 + }, + { + "year": 1999, + "value": 8319057 + }, + { + "year": 2000, + "value": 8463806 + }, + { + "year": 2001, + "value": 8608819 + }, + { + "year": 2002, + "value": 8754150 + }, + { + "year": 2003, + "value": 8900104 + }, + { + "year": 2004, + "value": 9047077 + }, + { + "year": 2005, + "value": 9195288 + }, + { + "year": 2006, + "value": 9344785 + }, + { + "year": 2007, + "value": 9495328 + }, + { + "year": 2008, + "value": 9646580 + }, + { + "year": 2009, + "value": 9798046 + }, + { + "year": 2010, + "value": 9949322 + }, + { + "year": 2011, + "value": 10100320 + }, + { + "year": 2012, + "value": 10250930 + }, + { + "year": 2013, + "value": 10400673 + }, + { + "year": 2014, + "value": 10549008 + }, + { + "year": 2015, + "value": 10695542 + }, + { + "year": 2016, + "value": 10839970 + }, + { + "year": 2017, + "value": 10982366 + }, + { + "year": 2018, + "value": 11123176 + } + ] + }, + "Honduras": { + "population": [ + { + "year": 1960, + "value": 2038632 + }, + { + "year": 1961, + "value": 2096409 + }, + { + "year": 1962, + "value": 2155647 + }, + { + "year": 1963, + "value": 2216704 + }, + { + "year": 1964, + "value": 2280048 + }, + { + "year": 1965, + "value": 2346015 + }, + { + "year": 1966, + "value": 2414803 + }, + { + "year": 1967, + "value": 2486415 + }, + { + "year": 1968, + "value": 2560727 + }, + { + "year": 1969, + "value": 2637513 + }, + { + "year": 1970, + "value": 2716654 + }, + { + "year": 1971, + "value": 2798123 + }, + { + "year": 1972, + "value": 2882113 + }, + { + "year": 1973, + "value": 2968989 + }, + { + "year": 1974, + "value": 3059239 + }, + { + "year": 1975, + "value": 3153253 + }, + { + "year": 1976, + "value": 3251145 + }, + { + "year": 1977, + "value": 3352825 + }, + { + "year": 1978, + "value": 3458095 + }, + { + "year": 1979, + "value": 3566654 + }, + { + "year": 1980, + "value": 3678279 + }, + { + "year": 1981, + "value": 3792919 + }, + { + "year": 1982, + "value": 3910640 + }, + { + "year": 1983, + "value": 4031325 + }, + { + "year": 1984, + "value": 4154860 + }, + { + "year": 1985, + "value": 4281161 + }, + { + "year": 1986, + "value": 4410269 + }, + { + "year": 1987, + "value": 4542214 + }, + { + "year": 1988, + "value": 4677024 + }, + { + "year": 1989, + "value": 4814702 + }, + { + "year": 1990, + "value": 4955303 + }, + { + "year": 1991, + "value": 5098591 + }, + { + "year": 1992, + "value": 5244678 + }, + { + "year": 1993, + "value": 5394412 + }, + { + "year": 1994, + "value": 5548960 + }, + { + "year": 1995, + "value": 5709014 + }, + { + "year": 1996, + "value": 5874809 + }, + { + "year": 1997, + "value": 6045699 + }, + { + "year": 1998, + "value": 6220406 + }, + { + "year": 1999, + "value": 6397151 + }, + { + "year": 2000, + "value": 6574509 + }, + { + "year": 2001, + "value": 6751912 + }, + { + "year": 2002, + "value": 6929265 + }, + { + "year": 2003, + "value": 7106319 + }, + { + "year": 2004, + "value": 7282953 + }, + { + "year": 2005, + "value": 7458985 + }, + { + "year": 2006, + "value": 7634298 + }, + { + "year": 2007, + "value": 7808518 + }, + { + "year": 2008, + "value": 7980955 + }, + { + "year": 2009, + "value": 8150775 + }, + { + "year": 2010, + "value": 8317470 + }, + { + "year": 2011, + "value": 8480671 + }, + { + "year": 2012, + "value": 8640691 + }, + { + "year": 2013, + "value": 8798521 + }, + { + "year": 2014, + "value": 8955589 + }, + { + "year": 2015, + "value": 9112916 + }, + { + "year": 2016, + "value": 9270795 + }, + { + "year": 2017, + "value": 9429013 + }, + { + "year": 2018, + "value": 9587522 + } + ] + }, + "Hong Kong SAR, China": { + "population": [ + { + "year": 1960, + "value": 3075605 + }, + { + "year": 1961, + "value": 3168100 + }, + { + "year": 1962, + "value": 3305200 + }, + { + "year": 1963, + "value": 3420900 + }, + { + "year": 1964, + "value": 3504600 + }, + { + "year": 1965, + "value": 3597900 + }, + { + "year": 1966, + "value": 3629900 + }, + { + "year": 1967, + "value": 3722800 + }, + { + "year": 1968, + "value": 3802700 + }, + { + "year": 1969, + "value": 3863900 + }, + { + "year": 1970, + "value": 3959000 + }, + { + "year": 1971, + "value": 4045300 + }, + { + "year": 1972, + "value": 4123600 + }, + { + "year": 1973, + "value": 4241600 + }, + { + "year": 1974, + "value": 4377800 + }, + { + "year": 1975, + "value": 4461600 + }, + { + "year": 1976, + "value": 4518000 + }, + { + "year": 1977, + "value": 4583700 + }, + { + "year": 1978, + "value": 4667500 + }, + { + "year": 1979, + "value": 4929700 + }, + { + "year": 1980, + "value": 5063100 + }, + { + "year": 1981, + "value": 5183400 + }, + { + "year": 1982, + "value": 5264500 + }, + { + "year": 1983, + "value": 5345100 + }, + { + "year": 1984, + "value": 5397900 + }, + { + "year": 1985, + "value": 5456200 + }, + { + "year": 1986, + "value": 5524600 + }, + { + "year": 1987, + "value": 5580500 + }, + { + "year": 1988, + "value": 5627600 + }, + { + "year": 1989, + "value": 5686200 + }, + { + "year": 1990, + "value": 5704500 + }, + { + "year": 1991, + "value": 5752000 + }, + { + "year": 1992, + "value": 5800500 + }, + { + "year": 1993, + "value": 5901000 + }, + { + "year": 1994, + "value": 6035400 + }, + { + "year": 1995, + "value": 6156100 + }, + { + "year": 1996, + "value": 6435500 + }, + { + "year": 1997, + "value": 6489300 + }, + { + "year": 1998, + "value": 6543700 + }, + { + "year": 1999, + "value": 6606500 + }, + { + "year": 2000, + "value": 6665000 + }, + { + "year": 2001, + "value": 6714300 + }, + { + "year": 2002, + "value": 6744100 + }, + { + "year": 2003, + "value": 6730800 + }, + { + "year": 2004, + "value": 6783500 + }, + { + "year": 2005, + "value": 6813200 + }, + { + "year": 2006, + "value": 6857100 + }, + { + "year": 2007, + "value": 6916300 + }, + { + "year": 2008, + "value": 6957800 + }, + { + "year": 2009, + "value": 6972800 + }, + { + "year": 2010, + "value": 7024200 + }, + { + "year": 2011, + "value": 7071600 + }, + { + "year": 2012, + "value": 7150100 + }, + { + "year": 2013, + "value": 7178900 + }, + { + "year": 2014, + "value": 7229500 + }, + { + "year": 2015, + "value": 7291300 + }, + { + "year": 2016, + "value": 7336600 + }, + { + "year": 2017, + "value": 7391700 + }, + { + "year": 2018, + "value": 7451000 + } + ] + }, + "Hungary": { + "population": [ + { + "year": 1960, + "value": 9983967 + }, + { + "year": 1961, + "value": 10029321 + }, + { + "year": 1962, + "value": 10061734 + }, + { + "year": 1963, + "value": 10087947 + }, + { + "year": 1964, + "value": 10119835 + }, + { + "year": 1965, + "value": 10147935 + }, + { + "year": 1966, + "value": 10178653 + }, + { + "year": 1967, + "value": 10216604 + }, + { + "year": 1968, + "value": 10255815 + }, + { + "year": 1969, + "value": 10298723 + }, + { + "year": 1970, + "value": 10337910 + }, + { + "year": 1971, + "value": 10367537 + }, + { + "year": 1972, + "value": 10398489 + }, + { + "year": 1973, + "value": 10432055 + }, + { + "year": 1974, + "value": 10478720 + }, + { + "year": 1975, + "value": 10540525 + }, + { + "year": 1976, + "value": 10598677 + }, + { + "year": 1977, + "value": 10648031 + }, + { + "year": 1978, + "value": 10684822 + }, + { + "year": 1979, + "value": 10704152 + }, + { + "year": 1980, + "value": 10711122 + }, + { + "year": 1981, + "value": 10711848 + }, + { + "year": 1982, + "value": 10705535 + }, + { + "year": 1983, + "value": 10689463 + }, + { + "year": 1984, + "value": 10668095 + }, + { + "year": 1985, + "value": 10648713 + }, + { + "year": 1986, + "value": 10630564 + }, + { + "year": 1987, + "value": 10612741 + }, + { + "year": 1988, + "value": 10596487 + }, + { + "year": 1989, + "value": 10481719 + }, + { + "year": 1990, + "value": 10373988 + }, + { + "year": 1991, + "value": 10373400 + }, + { + "year": 1992, + "value": 10369341 + }, + { + "year": 1993, + "value": 10357523 + }, + { + "year": 1994, + "value": 10343355 + }, + { + "year": 1995, + "value": 10328965 + }, + { + "year": 1996, + "value": 10311238 + }, + { + "year": 1997, + "value": 10290486 + }, + { + "year": 1998, + "value": 10266570 + }, + { + "year": 1999, + "value": 10237530 + }, + { + "year": 2000, + "value": 10210971 + }, + { + "year": 2001, + "value": 10187576 + }, + { + "year": 2002, + "value": 10158608 + }, + { + "year": 2003, + "value": 10129552 + }, + { + "year": 2004, + "value": 10107146 + }, + { + "year": 2005, + "value": 10087065 + }, + { + "year": 2006, + "value": 10071370 + }, + { + "year": 2007, + "value": 10055780 + }, + { + "year": 2008, + "value": 10038188 + }, + { + "year": 2009, + "value": 10022650 + }, + { + "year": 2010, + "value": 10000023 + }, + { + "year": 2011, + "value": 9971727 + }, + { + "year": 2012, + "value": 9920362 + }, + { + "year": 2013, + "value": 9893082 + }, + { + "year": 2014, + "value": 9866468 + }, + { + "year": 2015, + "value": 9843028 + }, + { + "year": 2016, + "value": 9814023 + }, + { + "year": 2017, + "value": 9787966 + }, + { + "year": 2018, + "value": 9775564 + } + ] + }, + "Iceland": { + "population": [ + { + "year": 1960, + "value": 175574 + }, + { + "year": 1961, + "value": 179029 + }, + { + "year": 1962, + "value": 182378 + }, + { + "year": 1963, + "value": 185653 + }, + { + "year": 1964, + "value": 188983 + }, + { + "year": 1965, + "value": 192286 + }, + { + "year": 1966, + "value": 195570 + }, + { + "year": 1967, + "value": 198751 + }, + { + "year": 1968, + "value": 201488 + }, + { + "year": 1969, + "value": 203369 + }, + { + "year": 1970, + "value": 204438 + }, + { + "year": 1971, + "value": 206098 + }, + { + "year": 1972, + "value": 209137 + }, + { + "year": 1973, + "value": 212317 + }, + { + "year": 1974, + "value": 215209 + }, + { + "year": 1975, + "value": 217979 + }, + { + "year": 1976, + "value": 220154 + }, + { + "year": 1977, + "value": 221799 + }, + { + "year": 1978, + "value": 223537 + }, + { + "year": 1979, + "value": 225735 + }, + { + "year": 1980, + "value": 228138 + }, + { + "year": 1981, + "value": 230755 + }, + { + "year": 1982, + "value": 233860 + }, + { + "year": 1983, + "value": 236977 + }, + { + "year": 1984, + "value": 239511 + }, + { + "year": 1985, + "value": 241405 + }, + { + "year": 1986, + "value": 243180 + }, + { + "year": 1987, + "value": 245859 + }, + { + "year": 1988, + "value": 249740 + }, + { + "year": 1989, + "value": 252852 + }, + { + "year": 1990, + "value": 254826 + }, + { + "year": 1991, + "value": 257797 + }, + { + "year": 1992, + "value": 261057 + }, + { + "year": 1993, + "value": 263725 + }, + { + "year": 1994, + "value": 266021 + }, + { + "year": 1995, + "value": 267468 + }, + { + "year": 1996, + "value": 268916 + }, + { + "year": 1997, + "value": 271128 + }, + { + "year": 1998, + "value": 274047 + }, + { + "year": 1999, + "value": 277381 + }, + { + "year": 2000, + "value": 281205 + }, + { + "year": 2001, + "value": 284968 + }, + { + "year": 2002, + "value": 287523 + }, + { + "year": 2003, + "value": 289521 + }, + { + "year": 2004, + "value": 292074 + }, + { + "year": 2005, + "value": 296734 + }, + { + "year": 2006, + "value": 303782 + }, + { + "year": 2007, + "value": 311566 + }, + { + "year": 2008, + "value": 317414 + }, + { + "year": 2009, + "value": 318499 + }, + { + "year": 2010, + "value": 318041 + }, + { + "year": 2011, + "value": 319014 + }, + { + "year": 2012, + "value": 320716 + }, + { + "year": 2013, + "value": 323764 + }, + { + "year": 2014, + "value": 327386 + }, + { + "year": 2015, + "value": 330815 + }, + { + "year": 2016, + "value": 335439 + }, + { + "year": 2017, + "value": 343400 + }, + { + "year": 2018, + "value": 352721 + } + ] + }, + "India": { + "population": [ + { + "year": 1960, + "value": 450547679 + }, + { + "year": 1961, + "value": 459642165 + }, + { + "year": 1962, + "value": 469077190 + }, + { + "year": 1963, + "value": 478825608 + }, + { + "year": 1964, + "value": 488848135 + }, + { + "year": 1965, + "value": 499123324 + }, + { + "year": 1966, + "value": 509631500 + }, + { + "year": 1967, + "value": 520400576 + }, + { + "year": 1968, + "value": 531513824 + }, + { + "year": 1969, + "value": 543084336 + }, + { + "year": 1970, + "value": 555189792 + }, + { + "year": 1971, + "value": 567868018 + }, + { + "year": 1972, + "value": 581087256 + }, + { + "year": 1973, + "value": 594770134 + }, + { + "year": 1974, + "value": 608802600 + }, + { + "year": 1975, + "value": 623102897 + }, + { + "year": 1976, + "value": 637630087 + }, + { + "year": 1977, + "value": 652408776 + }, + { + "year": 1978, + "value": 667499806 + }, + { + "year": 1979, + "value": 682995354 + }, + { + "year": 1980, + "value": 698952844 + }, + { + "year": 1981, + "value": 715384993 + }, + { + "year": 1982, + "value": 732239504 + }, + { + "year": 1983, + "value": 749428958 + }, + { + "year": 1984, + "value": 766833410 + }, + { + "year": 1985, + "value": 784360008 + }, + { + "year": 1986, + "value": 801975244 + }, + { + "year": 1987, + "value": 819682102 + }, + { + "year": 1988, + "value": 837468930 + }, + { + "year": 1989, + "value": 855334678 + }, + { + "year": 1990, + "value": 873277798 + }, + { + "year": 1991, + "value": 891273209 + }, + { + "year": 1992, + "value": 909307016 + }, + { + "year": 1993, + "value": 927403860 + }, + { + "year": 1994, + "value": 945601831 + }, + { + "year": 1995, + "value": 963922588 + }, + { + "year": 1996, + "value": 982365243 + }, + { + "year": 1997, + "value": 1000900030 + }, + { + "year": 1998, + "value": 1019483581 + }, + { + "year": 1999, + "value": 1038058156 + }, + { + "year": 2000, + "value": 1056575549 + }, + { + "year": 2001, + "value": 1075000085 + }, + { + "year": 2002, + "value": 1093317189 + }, + { + "year": 2003, + "value": 1111523144 + }, + { + "year": 2004, + "value": 1129623456 + }, + { + "year": 2005, + "value": 1147609927 + }, + { + "year": 2006, + "value": 1165486291 + }, + { + "year": 2007, + "value": 1183209472 + }, + { + "year": 2008, + "value": 1200669765 + }, + { + "year": 2009, + "value": 1217726215 + }, + { + "year": 2010, + "value": 1234281170 + }, + { + "year": 2011, + "value": 1250288729 + }, + { + "year": 2012, + "value": 1265782790 + }, + { + "year": 2013, + "value": 1280846129 + }, + { + "year": 2014, + "value": 1295604184 + }, + { + "year": 2015, + "value": 1310152403 + }, + { + "year": 2016, + "value": 1324509589 + }, + { + "year": 2017, + "value": 1338658835 + }, + { + "year": 2018, + "value": 1352617328 + } + ] + }, + "Indonesia": { + "population": [ + { + "year": 1960, + "value": 87751068 + }, + { + "year": 1961, + "value": 90098394 + }, + { + "year": 1962, + "value": 92518377 + }, + { + "year": 1963, + "value": 95015297 + }, + { + "year": 1964, + "value": 97596733 + }, + { + "year": 1965, + "value": 100267062 + }, + { + "year": 1966, + "value": 103025426 + }, + { + "year": 1967, + "value": 105865571 + }, + { + "year": 1968, + "value": 108779924 + }, + { + "year": 1969, + "value": 111758563 + }, + { + "year": 1970, + "value": 114793178 + }, + { + "year": 1971, + "value": 117880144 + }, + { + "year": 1972, + "value": 121017314 + }, + { + "year": 1973, + "value": 124199687 + }, + { + "year": 1974, + "value": 127422211 + }, + { + "year": 1975, + "value": 130680727 + }, + { + "year": 1976, + "value": 133966941 + }, + { + "year": 1977, + "value": 137278058 + }, + { + "year": 1978, + "value": 140621730 + }, + { + "year": 1979, + "value": 144009845 + }, + { + "year": 1980, + "value": 147447836 + }, + { + "year": 1981, + "value": 150938232 + }, + { + "year": 1982, + "value": 154468229 + }, + { + "year": 1983, + "value": 158009246 + }, + { + "year": 1984, + "value": 161523347 + }, + { + "year": 1985, + "value": 164982451 + }, + { + "year": 1986, + "value": 168374287 + }, + { + "year": 1987, + "value": 171702763 + }, + { + "year": 1988, + "value": 174975954 + }, + { + "year": 1989, + "value": 178209150 + }, + { + "year": 1990, + "value": 181413402 + }, + { + "year": 1991, + "value": 184591903 + }, + { + "year": 1992, + "value": 187739786 + }, + { + "year": 1993, + "value": 190851175 + }, + { + "year": 1994, + "value": 193917462 + }, + { + "year": 1995, + "value": 196934260 + }, + { + "year": 1996, + "value": 199901228 + }, + { + "year": 1997, + "value": 202826446 + }, + { + "year": 1998, + "value": 205724592 + }, + { + "year": 1999, + "value": 208615169 + }, + { + "year": 2000, + "value": 211513823 + }, + { + "year": 2001, + "value": 214427417 + }, + { + "year": 2002, + "value": 217357793 + }, + { + "year": 2003, + "value": 220309469 + }, + { + "year": 2004, + "value": 223285676 + }, + { + "year": 2005, + "value": 226289470 + }, + { + "year": 2006, + "value": 229318262 + }, + { + "year": 2007, + "value": 232374245 + }, + { + "year": 2008, + "value": 235469762 + }, + { + "year": 2009, + "value": 238620563 + }, + { + "year": 2010, + "value": 241834215 + }, + { + "year": 2011, + "value": 245116206 + }, + { + "year": 2012, + "value": 248452413 + }, + { + "year": 2013, + "value": 251806402 + }, + { + "year": 2014, + "value": 255129004 + }, + { + "year": 2015, + "value": 258383256 + }, + { + "year": 2016, + "value": 261554226 + }, + { + "year": 2017, + "value": 264645886 + }, + { + "year": 2018, + "value": 267663435 + } + ] + }, + "Iran, Islamic Rep.": { + "population": [ + { + "year": 1960, + "value": 21906914 + }, + { + "year": 1961, + "value": 22480372 + }, + { + "year": 1962, + "value": 23071315 + }, + { + "year": 1963, + "value": 23680258 + }, + { + "year": 1964, + "value": 24307860 + }, + { + "year": 1965, + "value": 24954873 + }, + { + "year": 1966, + "value": 25624373 + }, + { + "year": 1967, + "value": 26317783 + }, + { + "year": 1968, + "value": 27032571 + }, + { + "year": 1969, + "value": 27764924 + }, + { + "year": 1970, + "value": 28513866 + }, + { + "year": 1971, + "value": 29281591 + }, + { + "year": 1972, + "value": 30075297 + }, + { + "year": 1973, + "value": 30905707 + }, + { + "year": 1974, + "value": 31786471 + }, + { + "year": 1975, + "value": 32729772 + }, + { + "year": 1976, + "value": 33733961 + }, + { + "year": 1977, + "value": 34803045 + }, + { + "year": 1978, + "value": 35960805 + }, + { + "year": 1979, + "value": 37237137 + }, + { + "year": 1980, + "value": 38650246 + }, + { + "year": 1981, + "value": 40199906 + }, + { + "year": 1982, + "value": 41869236 + }, + { + "year": 1983, + "value": 43636837 + }, + { + "year": 1984, + "value": 45472791 + }, + { + "year": 1985, + "value": 47347186 + }, + { + "year": 1986, + "value": 49260255 + }, + { + "year": 1987, + "value": 51193782 + }, + { + "year": 1988, + "value": 53077313 + }, + { + "year": 1989, + "value": 54822003 + }, + { + "year": 1990, + "value": 56366217 + }, + { + "year": 1991, + "value": 57679034 + }, + { + "year": 1992, + "value": 58780370 + }, + { + "year": 1993, + "value": 59723764 + }, + { + "year": 1994, + "value": 60590614 + }, + { + "year": 1995, + "value": 61442664 + }, + { + "year": 1996, + "value": 62294920 + }, + { + "year": 1997, + "value": 63136312 + }, + { + "year": 1998, + "value": 63971836 + }, + { + "year": 1999, + "value": 64800880 + }, + { + "year": 2000, + "value": 65623405 + }, + { + "year": 2001, + "value": 66449112 + }, + { + "year": 2002, + "value": 67284796 + }, + { + "year": 2003, + "value": 68122938 + }, + { + "year": 2004, + "value": 68951281 + }, + { + "year": 2005, + "value": 69762347 + }, + { + "year": 2006, + "value": 70554760 + }, + { + "year": 2007, + "value": 71336475 + }, + { + "year": 2008, + "value": 72120604 + }, + { + "year": 2009, + "value": 72924837 + }, + { + "year": 2010, + "value": 73762519 + }, + { + "year": 2011, + "value": 74634956 + }, + { + "year": 2012, + "value": 75539862 + }, + { + "year": 2013, + "value": 76481943 + }, + { + "year": 2014, + "value": 77465753 + }, + { + "year": 2015, + "value": 78492215 + }, + { + "year": 2016, + "value": 79564016 + }, + { + "year": 2017, + "value": 80673951 + }, + { + "year": 2018, + "value": 81800269 + } + ] + }, + "Iraq": { + "population": [ + { + "year": 1960, + "value": 7289760 + }, + { + "year": 1961, + "value": 7475350 + }, + { + "year": 1962, + "value": 7674220 + }, + { + "year": 1963, + "value": 7888913 + }, + { + "year": 1964, + "value": 8122197 + }, + { + "year": 1965, + "value": 8375790 + }, + { + "year": 1966, + "value": 8651162 + }, + { + "year": 1967, + "value": 8947404 + }, + { + "year": 1968, + "value": 9260682 + }, + { + "year": 1969, + "value": 9585576 + }, + { + "year": 1970, + "value": 9917983 + }, + { + "year": 1971, + "value": 10255850 + }, + { + "year": 1972, + "value": 10599668 + }, + { + "year": 1973, + "value": 10950888 + }, + { + "year": 1974, + "value": 11312062 + }, + { + "year": 1975, + "value": 11684590 + }, + { + "year": 1976, + "value": 12068676 + }, + { + "year": 1977, + "value": 12462070 + }, + { + "year": 1978, + "value": 12860680 + }, + { + "year": 1979, + "value": 13259113 + }, + { + "year": 1980, + "value": 13653354 + }, + { + "year": 1981, + "value": 14044117 + }, + { + "year": 1982, + "value": 14432468 + }, + { + "year": 1983, + "value": 14815656 + }, + { + "year": 1984, + "value": 15190393 + }, + { + "year": 1985, + "value": 15555800 + }, + { + "year": 1986, + "value": 15909762 + }, + { + "year": 1987, + "value": 16257070 + }, + { + "year": 1988, + "value": 16612322 + }, + { + "year": 1989, + "value": 16994948 + }, + { + "year": 1990, + "value": 17419113 + }, + { + "year": 1991, + "value": 17889459 + }, + { + "year": 1992, + "value": 18402734 + }, + { + "year": 1993, + "value": 18955085 + }, + { + "year": 1994, + "value": 19539340 + }, + { + "year": 1995, + "value": 20149338 + }, + { + "year": 1996, + "value": 20783073 + }, + { + "year": 1997, + "value": 21439574 + }, + { + "year": 1998, + "value": 22114324 + }, + { + "year": 1999, + "value": 22802064 + }, + { + "year": 2000, + "value": 23497585 + }, + { + "year": 2001, + "value": 24208180 + }, + { + "year": 2002, + "value": 24931919 + }, + { + "year": 2003, + "value": 25644499 + }, + { + "year": 2004, + "value": 26313838 + }, + { + "year": 2005, + "value": 26922284 + }, + { + "year": 2006, + "value": 27448124 + }, + { + "year": 2007, + "value": 27911248 + }, + { + "year": 2008, + "value": 28385746 + }, + { + "year": 2009, + "value": 28973162 + }, + { + "year": 2010, + "value": 29741976 + }, + { + "year": 2011, + "value": 30725300 + }, + { + "year": 2012, + "value": 31890011 + }, + { + "year": 2013, + "value": 33157050 + }, + { + "year": 2014, + "value": 34411951 + }, + { + "year": 2015, + "value": 35572261 + }, + { + "year": 2016, + "value": 36610632 + }, + { + "year": 2017, + "value": 37552781 + }, + { + "year": 2018, + "value": 38433600 + } + ] + }, + "Ireland": { + "population": [ + { + "year": 1960, + "value": 2828600 + }, + { + "year": 1961, + "value": 2824400 + }, + { + "year": 1962, + "value": 2836050 + }, + { + "year": 1963, + "value": 2852650 + }, + { + "year": 1964, + "value": 2866550 + }, + { + "year": 1965, + "value": 2877300 + }, + { + "year": 1966, + "value": 2888800 + }, + { + "year": 1967, + "value": 2902450 + }, + { + "year": 1968, + "value": 2915550 + }, + { + "year": 1969, + "value": 2932650 + }, + { + "year": 1970, + "value": 2957250 + }, + { + "year": 1971, + "value": 2992050 + }, + { + "year": 1972, + "value": 3036850 + }, + { + "year": 1973, + "value": 3085950 + }, + { + "year": 1974, + "value": 3137500 + }, + { + "year": 1975, + "value": 3189550 + }, + { + "year": 1976, + "value": 3238050 + }, + { + "year": 1977, + "value": 3282200 + }, + { + "year": 1978, + "value": 3329100 + }, + { + "year": 1979, + "value": 3373750 + }, + { + "year": 1980, + "value": 3412800 + }, + { + "year": 1981, + "value": 3453000 + }, + { + "year": 1982, + "value": 3485800 + }, + { + "year": 1983, + "value": 3510600 + }, + { + "year": 1984, + "value": 3532423 + }, + { + "year": 1985, + "value": 3538082 + }, + { + "year": 1986, + "value": 3539690 + }, + { + "year": 1987, + "value": 3540057 + }, + { + "year": 1988, + "value": 3524949 + }, + { + "year": 1989, + "value": 3511009 + }, + { + "year": 1990, + "value": 3513974 + }, + { + "year": 1991, + "value": 3534235 + }, + { + "year": 1992, + "value": 3558430 + }, + { + "year": 1993, + "value": 3576261 + }, + { + "year": 1994, + "value": 3590386 + }, + { + "year": 1995, + "value": 3608841 + }, + { + "year": 1996, + "value": 3637510 + }, + { + "year": 1997, + "value": 3674171 + }, + { + "year": 1998, + "value": 3712696 + }, + { + "year": 1999, + "value": 3754786 + }, + { + "year": 2000, + "value": 3805174 + }, + { + "year": 2001, + "value": 3866243 + }, + { + "year": 2002, + "value": 3931947 + }, + { + "year": 2003, + "value": 3996521 + }, + { + "year": 2004, + "value": 4070262 + }, + { + "year": 2005, + "value": 4159914 + }, + { + "year": 2006, + "value": 4273591 + }, + { + "year": 2007, + "value": 4398942 + }, + { + "year": 2008, + "value": 4489544 + }, + { + "year": 2009, + "value": 4535375 + }, + { + "year": 2010, + "value": 4560155 + }, + { + "year": 2011, + "value": 4580084 + }, + { + "year": 2012, + "value": 4599533 + }, + { + "year": 2013, + "value": 4623816 + }, + { + "year": 2014, + "value": 4657740 + }, + { + "year": 2015, + "value": 4701957 + }, + { + "year": 2016, + "value": 4755335 + }, + { + "year": 2017, + "value": 4807388 + }, + { + "year": 2018, + "value": 4867309 + } + ] + }, + "Isle of Man": { + "population": [ + { + "year": 1960, + "value": 48442 + }, + { + "year": 1961, + "value": 48281 + }, + { + "year": 1962, + "value": 48418 + }, + { + "year": 1963, + "value": 48800 + }, + { + "year": 1964, + "value": 49391 + }, + { + "year": 1965, + "value": 50141 + }, + { + "year": 1966, + "value": 51049 + }, + { + "year": 1967, + "value": 52118 + }, + { + "year": 1968, + "value": 53254 + }, + { + "year": 1969, + "value": 54376 + }, + { + "year": 1970, + "value": 55425 + }, + { + "year": 1971, + "value": 56359 + }, + { + "year": 1972, + "value": 57166 + }, + { + "year": 1973, + "value": 57919 + }, + { + "year": 1974, + "value": 58677 + }, + { + "year": 1975, + "value": 59478 + }, + { + "year": 1976, + "value": 60380 + }, + { + "year": 1977, + "value": 61336 + }, + { + "year": 1978, + "value": 62262 + }, + { + "year": 1979, + "value": 63029 + }, + { + "year": 1980, + "value": 63551 + }, + { + "year": 1981, + "value": 63776 + }, + { + "year": 1982, + "value": 63772 + }, + { + "year": 1983, + "value": 63695 + }, + { + "year": 1984, + "value": 63807 + }, + { + "year": 1985, + "value": 64278 + }, + { + "year": 1986, + "value": 65198 + }, + { + "year": 1987, + "value": 66471 + }, + { + "year": 1988, + "value": 67926 + }, + { + "year": 1989, + "value": 69267 + }, + { + "year": 1990, + "value": 70298 + }, + { + "year": 1991, + "value": 70932 + }, + { + "year": 1992, + "value": 71254 + }, + { + "year": 1993, + "value": 71428 + }, + { + "year": 1994, + "value": 71661 + }, + { + "year": 1995, + "value": 72131 + }, + { + "year": 1996, + "value": 72878 + }, + { + "year": 1997, + "value": 73850 + }, + { + "year": 1998, + "value": 74943 + }, + { + "year": 1999, + "value": 76001 + }, + { + "year": 2000, + "value": 76941 + }, + { + "year": 2001, + "value": 77703 + }, + { + "year": 2002, + "value": 78318 + }, + { + "year": 2003, + "value": 78884 + }, + { + "year": 2004, + "value": 79520 + }, + { + "year": 2005, + "value": 80305 + }, + { + "year": 2006, + "value": 81285 + }, + { + "year": 2007, + "value": 82408 + }, + { + "year": 2008, + "value": 83508 + }, + { + "year": 2009, + "value": 84376 + }, + { + "year": 2010, + "value": 84857 + }, + { + "year": 2011, + "value": 84886 + }, + { + "year": 2012, + "value": 84533 + }, + { + "year": 2013, + "value": 83976 + }, + { + "year": 2014, + "value": 83488 + }, + { + "year": 2015, + "value": 83234 + }, + { + "year": 2016, + "value": 83287 + }, + { + "year": 2017, + "value": 83598 + }, + { + "year": 2018, + "value": 84077 + } + ] + }, + "Israel": { + "population": [ + { + "year": 1960, + "value": 2114020 + }, + { + "year": 1961, + "value": 2185000 + }, + { + "year": 1962, + "value": 2293000 + }, + { + "year": 1963, + "value": 2379000 + }, + { + "year": 1964, + "value": 2475000 + }, + { + "year": 1965, + "value": 2563000 + }, + { + "year": 1966, + "value": 2629000 + }, + { + "year": 1967, + "value": 2745000 + }, + { + "year": 1968, + "value": 2803000 + }, + { + "year": 1969, + "value": 2877000 + }, + { + "year": 1970, + "value": 2974000 + }, + { + "year": 1971, + "value": 3069000 + }, + { + "year": 1972, + "value": 3148000 + }, + { + "year": 1973, + "value": 3278000 + }, + { + "year": 1974, + "value": 3377000 + }, + { + "year": 1975, + "value": 3455000 + }, + { + "year": 1976, + "value": 3533000 + }, + { + "year": 1977, + "value": 3613000 + }, + { + "year": 1978, + "value": 3690000 + }, + { + "year": 1979, + "value": 3786000 + }, + { + "year": 1980, + "value": 3878000 + }, + { + "year": 1981, + "value": 3956000 + }, + { + "year": 1982, + "value": 4031000 + }, + { + "year": 1983, + "value": 4105000 + }, + { + "year": 1984, + "value": 4159000 + }, + { + "year": 1985, + "value": 4233000 + }, + { + "year": 1986, + "value": 4299000 + }, + { + "year": 1987, + "value": 4369000 + }, + { + "year": 1988, + "value": 4442000 + }, + { + "year": 1989, + "value": 4518000 + }, + { + "year": 1990, + "value": 4660000 + }, + { + "year": 1991, + "value": 4949000 + }, + { + "year": 1992, + "value": 5123000 + }, + { + "year": 1993, + "value": 5261000 + }, + { + "year": 1994, + "value": 5399000 + }, + { + "year": 1995, + "value": 5545000 + }, + { + "year": 1996, + "value": 5692000 + }, + { + "year": 1997, + "value": 5836000 + }, + { + "year": 1998, + "value": 5971000 + }, + { + "year": 1999, + "value": 6125000 + }, + { + "year": 2000, + "value": 6289000 + }, + { + "year": 2001, + "value": 6439000 + }, + { + "year": 2002, + "value": 6570000 + }, + { + "year": 2003, + "value": 6689700 + }, + { + "year": 2004, + "value": 6809000 + }, + { + "year": 2005, + "value": 6930100 + }, + { + "year": 2006, + "value": 7053700 + }, + { + "year": 2007, + "value": 7180100 + }, + { + "year": 2008, + "value": 7308800 + }, + { + "year": 2009, + "value": 7485600 + }, + { + "year": 2010, + "value": 7623600 + }, + { + "year": 2011, + "value": 7765800 + }, + { + "year": 2012, + "value": 7910500 + }, + { + "year": 2013, + "value": 8059500 + }, + { + "year": 2014, + "value": 8215700 + }, + { + "year": 2015, + "value": 8380100 + }, + { + "year": 2016, + "value": 8546000 + }, + { + "year": 2017, + "value": 8713300 + }, + { + "year": 2018, + "value": 8882800 + } + ] + }, + "Italy": { + "population": [ + { + "year": 1960, + "value": 50199700 + }, + { + "year": 1961, + "value": 50536350 + }, + { + "year": 1962, + "value": 50879450 + }, + { + "year": 1963, + "value": 51252000 + }, + { + "year": 1964, + "value": 51675350 + }, + { + "year": 1965, + "value": 52112350 + }, + { + "year": 1966, + "value": 52519000 + }, + { + "year": 1967, + "value": 52900500 + }, + { + "year": 1968, + "value": 53235750 + }, + { + "year": 1969, + "value": 53537950 + }, + { + "year": 1970, + "value": 53821850 + }, + { + "year": 1971, + "value": 54073490 + }, + { + "year": 1972, + "value": 54381345 + }, + { + "year": 1973, + "value": 54751406 + }, + { + "year": 1974, + "value": 55110868 + }, + { + "year": 1975, + "value": 55441001 + }, + { + "year": 1976, + "value": 55718260 + }, + { + "year": 1977, + "value": 55955411 + }, + { + "year": 1978, + "value": 56155143 + }, + { + "year": 1979, + "value": 56317749 + }, + { + "year": 1980, + "value": 56433883 + }, + { + "year": 1981, + "value": 56501675 + }, + { + "year": 1982, + "value": 56543548 + }, + { + "year": 1983, + "value": 56564074 + }, + { + "year": 1984, + "value": 56576718 + }, + { + "year": 1985, + "value": 56593071 + }, + { + "year": 1986, + "value": 56596155 + }, + { + "year": 1987, + "value": 56601931 + }, + { + "year": 1988, + "value": 56629288 + }, + { + "year": 1989, + "value": 56671781 + }, + { + "year": 1990, + "value": 56719240 + }, + { + "year": 1991, + "value": 56758521 + }, + { + "year": 1992, + "value": 56797087 + }, + { + "year": 1993, + "value": 56831821 + }, + { + "year": 1994, + "value": 56843400 + }, + { + "year": 1995, + "value": 56844303 + }, + { + "year": 1996, + "value": 56860281 + }, + { + "year": 1997, + "value": 56890372 + }, + { + "year": 1998, + "value": 56906744 + }, + { + "year": 1999, + "value": 56916317 + }, + { + "year": 2000, + "value": 56942108 + }, + { + "year": 2001, + "value": 56974100 + }, + { + "year": 2002, + "value": 57059007 + }, + { + "year": 2003, + "value": 57313203 + }, + { + "year": 2004, + "value": 57685327 + }, + { + "year": 2005, + "value": 57969484 + }, + { + "year": 2006, + "value": 58143979 + }, + { + "year": 2007, + "value": 58438310 + }, + { + "year": 2008, + "value": 58826731 + }, + { + "year": 2009, + "value": 59095365 + }, + { + "year": 2010, + "value": 59277417 + }, + { + "year": 2011, + "value": 59379449 + }, + { + "year": 2012, + "value": 59539717 + }, + { + "year": 2013, + "value": 60233948 + }, + { + "year": 2014, + "value": 60789140 + }, + { + "year": 2015, + "value": 60730582 + }, + { + "year": 2016, + "value": 60627498 + }, + { + "year": 2017, + "value": 60536709 + }, + { + "year": 2018, + "value": 60421760 + } + ] + }, + "Jamaica": { + "population": [ + { + "year": 1960, + "value": 1628520 + }, + { + "year": 1961, + "value": 1651073 + }, + { + "year": 1962, + "value": 1676501 + }, + { + "year": 1963, + "value": 1703651 + }, + { + "year": 1964, + "value": 1730738 + }, + { + "year": 1965, + "value": 1756511 + }, + { + "year": 1966, + "value": 1780518 + }, + { + "year": 1967, + "value": 1803319 + }, + { + "year": 1968, + "value": 1825879 + }, + { + "year": 1969, + "value": 1849662 + }, + { + "year": 1970, + "value": 1875642 + }, + { + "year": 1971, + "value": 1904276 + }, + { + "year": 1972, + "value": 1935100 + }, + { + "year": 1973, + "value": 1966974 + }, + { + "year": 1974, + "value": 1998309 + }, + { + "year": 1975, + "value": 2028016 + }, + { + "year": 1976, + "value": 2055365 + }, + { + "year": 1977, + "value": 2080831 + }, + { + "year": 1978, + "value": 2105907 + }, + { + "year": 1979, + "value": 2132785 + }, + { + "year": 1980, + "value": 2162846 + }, + { + "year": 1981, + "value": 2196921 + }, + { + "year": 1982, + "value": 2234057 + }, + { + "year": 1983, + "value": 2271736 + }, + { + "year": 1984, + "value": 2306366 + }, + { + "year": 1985, + "value": 2335510 + }, + { + "year": 1986, + "value": 2358161 + }, + { + "year": 1987, + "value": 2375393 + }, + { + "year": 1988, + "value": 2389411 + }, + { + "year": 1989, + "value": 2403464 + }, + { + "year": 1990, + "value": 2419906 + }, + { + "year": 1991, + "value": 2439334 + }, + { + "year": 1992, + "value": 2461049 + }, + { + "year": 1993, + "value": 2484581 + }, + { + "year": 1994, + "value": 2509043 + }, + { + "year": 1995, + "value": 2533711 + }, + { + "year": 1996, + "value": 2558637 + }, + { + "year": 1997, + "value": 2583916 + }, + { + "year": 1998, + "value": 2608873 + }, + { + "year": 1999, + "value": 2632675 + }, + { + "year": 2000, + "value": 2654701 + }, + { + "year": 2001, + "value": 2674702 + }, + { + "year": 2002, + "value": 2692845 + }, + { + "year": 2003, + "value": 2709437 + }, + { + "year": 2004, + "value": 2725015 + }, + { + "year": 2005, + "value": 2740003 + }, + { + "year": 2006, + "value": 2754407 + }, + { + "year": 2007, + "value": 2768227 + }, + { + "year": 2008, + "value": 2781876 + }, + { + "year": 2009, + "value": 2795837 + }, + { + "year": 2010, + "value": 2810460 + }, + { + "year": 2011, + "value": 2825929 + }, + { + "year": 2012, + "value": 2842132 + }, + { + "year": 2013, + "value": 2858709 + }, + { + "year": 2014, + "value": 2875136 + }, + { + "year": 2015, + "value": 2891021 + }, + { + "year": 2016, + "value": 2906238 + }, + { + "year": 2017, + "value": 2920853 + }, + { + "year": 2018, + "value": 2934855 + } + ] + }, + "Japan": { + "population": [ + { + "year": 1960, + "value": 92500572 + }, + { + "year": 1961, + "value": 94943000 + }, + { + "year": 1962, + "value": 95832000 + }, + { + "year": 1963, + "value": 96812000 + }, + { + "year": 1964, + "value": 97826000 + }, + { + "year": 1965, + "value": 98883000 + }, + { + "year": 1966, + "value": 99790000 + }, + { + "year": 1967, + "value": 100725000 + }, + { + "year": 1968, + "value": 101061000 + }, + { + "year": 1969, + "value": 103172000 + }, + { + "year": 1970, + "value": 104345000 + }, + { + "year": 1971, + "value": 105697000 + }, + { + "year": 1972, + "value": 107188000 + }, + { + "year": 1973, + "value": 108079000 + }, + { + "year": 1974, + "value": 110162000 + }, + { + "year": 1975, + "value": 111940000 + }, + { + "year": 1976, + "value": 112771000 + }, + { + "year": 1977, + "value": 113863000 + }, + { + "year": 1978, + "value": 114898000 + }, + { + "year": 1979, + "value": 115870000 + }, + { + "year": 1980, + "value": 116782000 + }, + { + "year": 1981, + "value": 117648000 + }, + { + "year": 1982, + "value": 118449000 + }, + { + "year": 1983, + "value": 119259000 + }, + { + "year": 1984, + "value": 120018000 + }, + { + "year": 1985, + "value": 120754000 + }, + { + "year": 1986, + "value": 121492000 + }, + { + "year": 1987, + "value": 122091000 + }, + { + "year": 1988, + "value": 122613000 + }, + { + "year": 1989, + "value": 123116000 + }, + { + "year": 1990, + "value": 123537000 + }, + { + "year": 1991, + "value": 123921000 + }, + { + "year": 1992, + "value": 124229000 + }, + { + "year": 1993, + "value": 124536000 + }, + { + "year": 1994, + "value": 124961000 + }, + { + "year": 1995, + "value": 125439000 + }, + { + "year": 1996, + "value": 125757000 + }, + { + "year": 1997, + "value": 126057000 + }, + { + "year": 1998, + "value": 126400000 + }, + { + "year": 1999, + "value": 126631000 + }, + { + "year": 2000, + "value": 126843000 + }, + { + "year": 2001, + "value": 127149000 + }, + { + "year": 2002, + "value": 127445000 + }, + { + "year": 2003, + "value": 127718000 + }, + { + "year": 2004, + "value": 127761000 + }, + { + "year": 2005, + "value": 127773000 + }, + { + "year": 2006, + "value": 127854000 + }, + { + "year": 2007, + "value": 128001000 + }, + { + "year": 2008, + "value": 128063000 + }, + { + "year": 2009, + "value": 128047000 + }, + { + "year": 2010, + "value": 128070000 + }, + { + "year": 2011, + "value": 127833000 + }, + { + "year": 2012, + "value": 127629000 + }, + { + "year": 2013, + "value": 127445000 + }, + { + "year": 2014, + "value": 127276000 + }, + { + "year": 2015, + "value": 127141000 + }, + { + "year": 2016, + "value": 126994511 + }, + { + "year": 2017, + "value": 126785797 + }, + { + "year": 2018, + "value": 126529100 + } + ] + }, + "Jordan": { + "population": [ + { + "year": 1960, + "value": 933102 + }, + { + "year": 1961, + "value": 973988 + }, + { + "year": 1962, + "value": 1010658 + }, + { + "year": 1963, + "value": 1050213 + }, + { + "year": 1964, + "value": 1102399 + }, + { + "year": 1965, + "value": 1173606 + }, + { + "year": 1966, + "value": 1267062 + }, + { + "year": 1967, + "value": 1378998 + }, + { + "year": 1968, + "value": 1500163 + }, + { + "year": 1969, + "value": 1617428 + }, + { + "year": 1970, + "value": 1721323 + }, + { + "year": 1971, + "value": 1809182 + }, + { + "year": 1972, + "value": 1883935 + }, + { + "year": 1973, + "value": 1948442 + }, + { + "year": 1974, + "value": 2007735 + }, + { + "year": 1975, + "value": 2065913 + }, + { + "year": 1976, + "value": 2123180 + }, + { + "year": 1977, + "value": 2179363 + }, + { + "year": 1978, + "value": 2237943 + }, + { + "year": 1979, + "value": 2303122 + }, + { + "year": 1980, + "value": 2377995 + }, + { + "year": 1981, + "value": 2464867 + }, + { + "year": 1982, + "value": 2563534 + }, + { + "year": 1983, + "value": 2671413 + }, + { + "year": 1984, + "value": 2784463 + }, + { + "year": 1985, + "value": 2900049 + }, + { + "year": 1986, + "value": 3015299 + }, + { + "year": 1987, + "value": 3131796 + }, + { + "year": 1988, + "value": 3256558 + }, + { + "year": 1989, + "value": 3399330 + }, + { + "year": 1990, + "value": 3565890 + }, + { + "year": 1991, + "value": 3760496 + }, + { + "year": 1992, + "value": 3977672 + }, + { + "year": 1993, + "value": 4201555 + }, + { + "year": 1994, + "value": 4410359 + }, + { + "year": 1995, + "value": 4588843 + }, + { + "year": 1996, + "value": 4732854 + }, + { + "year": 1997, + "value": 4848541 + }, + { + "year": 1998, + "value": 4943975 + }, + { + "year": 1999, + "value": 5031762 + }, + { + "year": 2000, + "value": 5122493 + }, + { + "year": 2001, + "value": 5217336 + }, + { + "year": 2002, + "value": 5317506 + }, + { + "year": 2003, + "value": 5434030 + }, + { + "year": 2004, + "value": 5580244 + }, + { + "year": 2005, + "value": 5765635 + }, + { + "year": 2006, + "value": 5991540 + }, + { + "year": 2007, + "value": 6255280 + }, + { + "year": 2008, + "value": 6556478 + }, + { + "year": 2009, + "value": 6893260 + }, + { + "year": 2010, + "value": 7261539 + }, + { + "year": 2011, + "value": 7663131 + }, + { + "year": 2012, + "value": 8090872 + }, + { + "year": 2013, + "value": 8520420 + }, + { + "year": 2014, + "value": 8920049 + }, + { + "year": 2015, + "value": 9266575 + }, + { + "year": 2016, + "value": 9551467 + }, + { + "year": 2017, + "value": 9779173 + }, + { + "year": 2018, + "value": 9956011 + } + ] + }, + "Kazakhstan": { + "population": [ + { + "year": 1960, + "value": 9934563 + }, + { + "year": 1961, + "value": 10349414 + }, + { + "year": 1962, + "value": 10756928 + }, + { + "year": 1963, + "value": 11147859 + }, + { + "year": 1964, + "value": 11511847 + }, + { + "year": 1965, + "value": 11841920 + }, + { + "year": 1966, + "value": 12132559 + }, + { + "year": 1967, + "value": 12385710 + }, + { + "year": 1968, + "value": 12611426 + }, + { + "year": 1969, + "value": 12824606 + }, + { + "year": 1970, + "value": 13036139 + }, + { + "year": 1971, + "value": 13250213 + }, + { + "year": 1972, + "value": 13463985 + }, + { + "year": 1973, + "value": 13673007 + }, + { + "year": 1974, + "value": 13869975 + }, + { + "year": 1975, + "value": 14050226 + }, + { + "year": 1976, + "value": 14212145 + }, + { + "year": 1977, + "value": 14359624 + }, + { + "year": 1978, + "value": 14499952 + }, + { + "year": 1979, + "value": 14643133 + }, + { + "year": 1980, + "value": 14796174 + }, + { + "year": 1981, + "value": 14958908 + }, + { + "year": 1982, + "value": 15128087 + }, + { + "year": 1983, + "value": 15303309 + }, + { + "year": 1984, + "value": 15483419 + }, + { + "year": 1985, + "value": 15665595 + }, + { + "year": 1986, + "value": 15852525 + }, + { + "year": 1987, + "value": 16039251 + }, + { + "year": 1988, + "value": 16206002 + }, + { + "year": 1989, + "value": 16249500 + }, + { + "year": 1990, + "value": 16348000 + }, + { + "year": 1991, + "value": 16450500 + }, + { + "year": 1992, + "value": 16439095 + }, + { + "year": 1993, + "value": 16330419 + }, + { + "year": 1994, + "value": 16095199 + }, + { + "year": 1995, + "value": 15815626 + }, + { + "year": 1996, + "value": 15577894 + }, + { + "year": 1997, + "value": 15333703 + }, + { + "year": 1998, + "value": 15071300 + }, + { + "year": 1999, + "value": 14928426 + }, + { + "year": 2000, + "value": 14883626 + }, + { + "year": 2001, + "value": 14858335 + }, + { + "year": 2002, + "value": 14858948 + }, + { + "year": 2003, + "value": 14909018 + }, + { + "year": 2004, + "value": 15012985 + }, + { + "year": 2005, + "value": 15147029 + }, + { + "year": 2006, + "value": 15308084 + }, + { + "year": 2007, + "value": 15484192 + }, + { + "year": 2008, + "value": 15674000 + }, + { + "year": 2009, + "value": 16092822 + }, + { + "year": 2010, + "value": 16321872 + }, + { + "year": 2011, + "value": 16557201 + }, + { + "year": 2012, + "value": 16792089 + }, + { + "year": 2013, + "value": 17035550 + }, + { + "year": 2014, + "value": 17288285 + }, + { + "year": 2015, + "value": 17542806 + }, + { + "year": 2016, + "value": 17794055 + }, + { + "year": 2017, + "value": 18037776 + }, + { + "year": 2018, + "value": 18272430 + } + ] + }, + "Kenya": { + "population": [ + { + "year": 1960, + "value": 8120080 + }, + { + "year": 1961, + "value": 8377696 + }, + { + "year": 1962, + "value": 8647011 + }, + { + "year": 1963, + "value": 8928511 + }, + { + "year": 1964, + "value": 9222692 + }, + { + "year": 1965, + "value": 9530173 + }, + { + "year": 1966, + "value": 9851444 + }, + { + "year": 1967, + "value": 10187478 + }, + { + "year": 1968, + "value": 10539894 + }, + { + "year": 1969, + "value": 10910675 + }, + { + "year": 1970, + "value": 11301394 + }, + { + "year": 1971, + "value": 11713048 + }, + { + "year": 1972, + "value": 12146068 + }, + { + "year": 1973, + "value": 12600797 + }, + { + "year": 1974, + "value": 13077341 + }, + { + "year": 1975, + "value": 13575907 + }, + { + "year": 1976, + "value": 14096263 + }, + { + "year": 1977, + "value": 14638890 + }, + { + "year": 1978, + "value": 15205374 + }, + { + "year": 1979, + "value": 15797776 + }, + { + "year": 1980, + "value": 16417197 + }, + { + "year": 1981, + "value": 17063876 + }, + { + "year": 1982, + "value": 17736326 + }, + { + "year": 1983, + "value": 18431761 + }, + { + "year": 1984, + "value": 19146400 + }, + { + "year": 1985, + "value": 19877083 + }, + { + "year": 1986, + "value": 20622560 + }, + { + "year": 1987, + "value": 21382112 + }, + { + "year": 1988, + "value": 22153676 + }, + { + "year": 1989, + "value": 22935092 + }, + { + "year": 1990, + "value": 23724579 + }, + { + "year": 1991, + "value": 24521703 + }, + { + "year": 1992, + "value": 25326078 + }, + { + "year": 1993, + "value": 26136216 + }, + { + "year": 1994, + "value": 26950513 + }, + { + "year": 1995, + "value": 27768296 + }, + { + "year": 1996, + "value": 28589451 + }, + { + "year": 1997, + "value": 29415659 + }, + { + "year": 1998, + "value": 30250488 + }, + { + "year": 1999, + "value": 31098757 + }, + { + "year": 2000, + "value": 31964557 + }, + { + "year": 2001, + "value": 32848564 + }, + { + "year": 2002, + "value": 33751739 + }, + { + "year": 2003, + "value": 34678779 + }, + { + "year": 2004, + "value": 35635271 + }, + { + "year": 2005, + "value": 36624895 + }, + { + "year": 2006, + "value": 37649033 + }, + { + "year": 2007, + "value": 38705932 + }, + { + "year": 2008, + "value": 39791981 + }, + { + "year": 2009, + "value": 40901792 + }, + { + "year": 2010, + "value": 42030676 + }, + { + "year": 2011, + "value": 43178257 + }, + { + "year": 2012, + "value": 44343410 + }, + { + "year": 2013, + "value": 45519889 + }, + { + "year": 2014, + "value": 46699981 + }, + { + "year": 2015, + "value": 47878336 + }, + { + "year": 2016, + "value": 49051686 + }, + { + "year": 2017, + "value": 50221473 + }, + { + "year": 2018, + "value": 51393010 + } + ] + }, + "Kiribati": { + "population": [ + { + "year": 1960, + "value": 41202 + }, + { + "year": 1961, + "value": 42229 + }, + { + "year": 1962, + "value": 43281 + }, + { + "year": 1963, + "value": 44338 + }, + { + "year": 1964, + "value": 45399 + }, + { + "year": 1965, + "value": 46429 + }, + { + "year": 1966, + "value": 47434 + }, + { + "year": 1967, + "value": 48417 + }, + { + "year": 1968, + "value": 49363 + }, + { + "year": 1969, + "value": 50267 + }, + { + "year": 1970, + "value": 51151 + }, + { + "year": 1971, + "value": 51980 + }, + { + "year": 1972, + "value": 52780 + }, + { + "year": 1973, + "value": 53553 + }, + { + "year": 1974, + "value": 54333 + }, + { + "year": 1975, + "value": 55114 + }, + { + "year": 1976, + "value": 55924 + }, + { + "year": 1977, + "value": 56764 + }, + { + "year": 1978, + "value": 57618 + }, + { + "year": 1979, + "value": 58461 + }, + { + "year": 1980, + "value": 59301 + }, + { + "year": 1981, + "value": 60104 + }, + { + "year": 1982, + "value": 60887 + }, + { + "year": 1983, + "value": 61733 + }, + { + "year": 1984, + "value": 62744 + }, + { + "year": 1985, + "value": 63986 + }, + { + "year": 1986, + "value": 65505 + }, + { + "year": 1987, + "value": 67248 + }, + { + "year": 1988, + "value": 69089 + }, + { + "year": 1989, + "value": 70853 + }, + { + "year": 1990, + "value": 72400 + }, + { + "year": 1991, + "value": 73692 + }, + { + "year": 1992, + "value": 74766 + }, + { + "year": 1993, + "value": 75716 + }, + { + "year": 1994, + "value": 76670 + }, + { + "year": 1995, + "value": 77723 + }, + { + "year": 1996, + "value": 78903 + }, + { + "year": 1997, + "value": 80187 + }, + { + "year": 1998, + "value": 81556 + }, + { + "year": 1999, + "value": 82972 + }, + { + "year": 2000, + "value": 84396 + }, + { + "year": 2001, + "value": 85849 + }, + { + "year": 2002, + "value": 87305 + }, + { + "year": 2003, + "value": 88835 + }, + { + "year": 2004, + "value": 90499 + }, + { + "year": 2005, + "value": 92325 + }, + { + "year": 2006, + "value": 94343 + }, + { + "year": 2007, + "value": 96527 + }, + { + "year": 2008, + "value": 98761 + }, + { + "year": 2009, + "value": 100930 + }, + { + "year": 2010, + "value": 102927 + }, + { + "year": 2011, + "value": 104728 + }, + { + "year": 2012, + "value": 106370 + }, + { + "year": 2013, + "value": 107890 + }, + { + "year": 2014, + "value": 109391 + }, + { + "year": 2015, + "value": 110930 + }, + { + "year": 2016, + "value": 112524 + }, + { + "year": 2017, + "value": 114158 + }, + { + "year": 2018, + "value": 115847 + } + ] + }, + "Korea, Dem. People\u2019s Rep.": { + "population": [ + { + "year": 1960, + "value": 11424176 + }, + { + "year": 1961, + "value": 11665595 + }, + { + "year": 1962, + "value": 11871712 + }, + { + "year": 1963, + "value": 12065468 + }, + { + "year": 1964, + "value": 12282419 + }, + { + "year": 1965, + "value": 12547525 + }, + { + "year": 1966, + "value": 12864954 + }, + { + "year": 1967, + "value": 13222694 + }, + { + "year": 1968, + "value": 13609982 + }, + { + "year": 1969, + "value": 14010339 + }, + { + "year": 1970, + "value": 14410400 + }, + { + "year": 1971, + "value": 14809521 + }, + { + "year": 1972, + "value": 15207771 + }, + { + "year": 1973, + "value": 15593351 + }, + { + "year": 1974, + "value": 15952078 + }, + { + "year": 1975, + "value": 16274740 + }, + { + "year": 1976, + "value": 16554746 + }, + { + "year": 1977, + "value": 16796578 + }, + { + "year": 1978, + "value": 17015983 + }, + { + "year": 1979, + "value": 17235666 + }, + { + "year": 1980, + "value": 17472140 + }, + { + "year": 1981, + "value": 17731230 + }, + { + "year": 1982, + "value": 18008564 + }, + { + "year": 1983, + "value": 18298214 + }, + { + "year": 1984, + "value": 18590138 + }, + { + "year": 1985, + "value": 18877238 + }, + { + "year": 1986, + "value": 19156795 + }, + { + "year": 1987, + "value": 19431986 + }, + { + "year": 1988, + "value": 19708323 + }, + { + "year": 1989, + "value": 19993755 + }, + { + "year": 1990, + "value": 20293054 + }, + { + "year": 1991, + "value": 20609150 + }, + { + "year": 1992, + "value": 20937404 + }, + { + "year": 1993, + "value": 21265834 + }, + { + "year": 1994, + "value": 21577982 + }, + { + "year": 1995, + "value": 21862299 + }, + { + "year": 1996, + "value": 22113438 + }, + { + "year": 1997, + "value": 22335267 + }, + { + "year": 1998, + "value": 22536753 + }, + { + "year": 1999, + "value": 22731482 + }, + { + "year": 2000, + "value": 22929075 + }, + { + "year": 2001, + "value": 23132980 + }, + { + "year": 2002, + "value": 23339453 + }, + { + "year": 2003, + "value": 23542426 + }, + { + "year": 2004, + "value": 23732731 + }, + { + "year": 2005, + "value": 23904167 + }, + { + "year": 2006, + "value": 24054864 + }, + { + "year": 2007, + "value": 24188331 + }, + { + "year": 2008, + "value": 24310142 + }, + { + "year": 2009, + "value": 24428341 + }, + { + "year": 2010, + "value": 24548836 + }, + { + "year": 2011, + "value": 24673385 + }, + { + "year": 2012, + "value": 24800612 + }, + { + "year": 2013, + "value": 24929452 + }, + { + "year": 2014, + "value": 25057752 + }, + { + "year": 2015, + "value": 25183833 + }, + { + "year": 2016, + "value": 25307744 + }, + { + "year": 2017, + "value": 25429985 + }, + { + "year": 2018, + "value": 25549819 + } + ] + }, + "Korea, Rep.": { + "population": [ + { + "year": 1960, + "value": 25012374 + }, + { + "year": 1961, + "value": 25765673 + }, + { + "year": 1962, + "value": 26513030 + }, + { + "year": 1963, + "value": 27261747 + }, + { + "year": 1964, + "value": 27984155 + }, + { + "year": 1965, + "value": 28704674 + }, + { + "year": 1966, + "value": 29435571 + }, + { + "year": 1967, + "value": 30130983 + }, + { + "year": 1968, + "value": 30838302 + }, + { + "year": 1969, + "value": 31544266 + }, + { + "year": 1970, + "value": 32240827 + }, + { + "year": 1971, + "value": 32882704 + }, + { + "year": 1972, + "value": 33505406 + }, + { + "year": 1973, + "value": 34103149 + }, + { + "year": 1974, + "value": 34692266 + }, + { + "year": 1975, + "value": 35280725 + }, + { + "year": 1976, + "value": 35848523 + }, + { + "year": 1977, + "value": 36411795 + }, + { + "year": 1978, + "value": 36969185 + }, + { + "year": 1979, + "value": 37534236 + }, + { + "year": 1980, + "value": 38123775 + }, + { + "year": 1981, + "value": 38723248 + }, + { + "year": 1982, + "value": 39326352 + }, + { + "year": 1983, + "value": 39910403 + }, + { + "year": 1984, + "value": 40405956 + }, + { + "year": 1985, + "value": 40805744 + }, + { + "year": 1986, + "value": 41213674 + }, + { + "year": 1987, + "value": 41621690 + }, + { + "year": 1988, + "value": 42031247 + }, + { + "year": 1989, + "value": 42449038 + }, + { + "year": 1990, + "value": 42869283 + }, + { + "year": 1991, + "value": 43295704 + }, + { + "year": 1992, + "value": 43747962 + }, + { + "year": 1993, + "value": 44194628 + }, + { + "year": 1994, + "value": 44641540 + }, + { + "year": 1995, + "value": 45092991 + }, + { + "year": 1996, + "value": 45524681 + }, + { + "year": 1997, + "value": 45953580 + }, + { + "year": 1998, + "value": 46286503 + }, + { + "year": 1999, + "value": 46616677 + }, + { + "year": 2000, + "value": 47008111 + }, + { + "year": 2001, + "value": 47370164 + }, + { + "year": 2002, + "value": 47644736 + }, + { + "year": 2003, + "value": 47892330 + }, + { + "year": 2004, + "value": 48082519 + }, + { + "year": 2005, + "value": 48184561 + }, + { + "year": 2006, + "value": 48438292 + }, + { + "year": 2007, + "value": 48683638 + }, + { + "year": 2008, + "value": 49054708 + }, + { + "year": 2009, + "value": 49307835 + }, + { + "year": 2010, + "value": 49554112 + }, + { + "year": 2011, + "value": 49936638 + }, + { + "year": 2012, + "value": 50199853 + }, + { + "year": 2013, + "value": 50428893 + }, + { + "year": 2014, + "value": 50746659 + }, + { + "year": 2015, + "value": 51014947 + }, + { + "year": 2016, + "value": 51217803 + }, + { + "year": 2017, + "value": 51361911 + }, + { + "year": 2018, + "value": 51606633 + } + ] + }, + "Kosovo": { + "population": [ + { + "year": 1960, + "value": 947000 + }, + { + "year": 1961, + "value": 966000 + }, + { + "year": 1962, + "value": 994000 + }, + { + "year": 1963, + "value": 1022000 + }, + { + "year": 1964, + "value": 1050000 + }, + { + "year": 1965, + "value": 1078000 + }, + { + "year": 1966, + "value": 1106000 + }, + { + "year": 1967, + "value": 1135000 + }, + { + "year": 1968, + "value": 1163000 + }, + { + "year": 1969, + "value": 1191000 + }, + { + "year": 1970, + "value": 1219000 + }, + { + "year": 1971, + "value": 1247000 + }, + { + "year": 1972, + "value": 1278000 + }, + { + "year": 1973, + "value": 1308000 + }, + { + "year": 1974, + "value": 1339000 + }, + { + "year": 1975, + "value": 1369000 + }, + { + "year": 1976, + "value": 1400000 + }, + { + "year": 1977, + "value": 1430000 + }, + { + "year": 1978, + "value": 1460000 + }, + { + "year": 1979, + "value": 1491000 + }, + { + "year": 1980, + "value": 1521000 + }, + { + "year": 1981, + "value": 1552000 + }, + { + "year": 1982, + "value": 1582000 + }, + { + "year": 1983, + "value": 1614000 + }, + { + "year": 1984, + "value": 1647000 + }, + { + "year": 1985, + "value": 1682000 + }, + { + "year": 1986, + "value": 1717000 + }, + { + "year": 1987, + "value": 1753000 + }, + { + "year": 1988, + "value": 1791000 + }, + { + "year": 1989, + "value": 1827000 + }, + { + "year": 1990, + "value": 1862000 + }, + { + "year": 1991, + "value": 1898000 + }, + { + "year": 1992, + "value": 1932000 + }, + { + "year": 1993, + "value": 1965000 + }, + { + "year": 1994, + "value": 1997000 + }, + { + "year": 1995, + "value": 2029000 + }, + { + "year": 1996, + "value": 2059000 + }, + { + "year": 1997, + "value": 2086000 + }, + { + "year": 1998, + "value": 1966000 + }, + { + "year": 1999, + "value": 1762000 + }, + { + "year": 2000, + "value": 1700000 + }, + { + "year": 2001, + "value": 1701154 + }, + { + "year": 2002, + "value": 1702310 + }, + { + "year": 2003, + "value": 1703466 + }, + { + "year": 2004, + "value": 1704622 + }, + { + "year": 2005, + "value": 1705780 + }, + { + "year": 2006, + "value": 1719536 + }, + { + "year": 2007, + "value": 1733404 + }, + { + "year": 2008, + "value": 1747383 + }, + { + "year": 2009, + "value": 1761474 + }, + { + "year": 2010, + "value": 1775680 + }, + { + "year": 2011, + "value": 1791000 + }, + { + "year": 2012, + "value": 1805200 + }, + { + "year": 2013, + "value": 1824100 + }, + { + "year": 2014, + "value": 1821800 + }, + { + "year": 2015, + "value": 1801800 + }, + { + "year": 2016, + "value": 1816200 + }, + { + "year": 2017, + "value": 1830700 + }, + { + "year": 2018, + "value": 1845300 + } + ] + }, + "Kuwait": { + "population": [ + { + "year": 1960, + "value": 269029 + }, + { + "year": 1961, + "value": 300576 + }, + { + "year": 1962, + "value": 337348 + }, + { + "year": 1963, + "value": 378746 + }, + { + "year": 1964, + "value": 423898 + }, + { + "year": 1965, + "value": 472037 + }, + { + "year": 1966, + "value": 523166 + }, + { + "year": 1967, + "value": 577164 + }, + { + "year": 1968, + "value": 632899 + }, + { + "year": 1969, + "value": 688979 + }, + { + "year": 1970, + "value": 744450 + }, + { + "year": 1971, + "value": 798642 + }, + { + "year": 1972, + "value": 851916 + }, + { + "year": 1973, + "value": 905635 + }, + { + "year": 1974, + "value": 961770 + }, + { + "year": 1975, + "value": 1021720 + }, + { + "year": 1976, + "value": 1085861 + }, + { + "year": 1977, + "value": 1153583 + }, + { + "year": 1978, + "value": 1224067 + }, + { + "year": 1979, + "value": 1296081 + }, + { + "year": 1980, + "value": 1368677 + }, + { + "year": 1981, + "value": 1439331 + }, + { + "year": 1982, + "value": 1507645 + }, + { + "year": 1983, + "value": 1576968 + }, + { + "year": 1984, + "value": 1652150 + }, + { + "year": 1985, + "value": 1735274 + }, + { + "year": 1986, + "value": 1832310 + }, + { + "year": 1987, + "value": 1938909 + }, + { + "year": 1988, + "value": 2034857 + }, + { + "year": 1989, + "value": 2092777 + }, + { + "year": 1990, + "value": 2095344 + }, + { + "year": 1991, + "value": 2031296 + }, + { + "year": 1995, + "value": 1605901 + }, + { + "year": 1996, + "value": 1626857 + }, + { + "year": 1997, + "value": 1710256 + }, + { + "year": 1998, + "value": 1831119 + }, + { + "year": 1999, + "value": 1951636 + }, + { + "year": 2000, + "value": 2045123 + }, + { + "year": 2001, + "value": 2103282 + }, + { + "year": 2002, + "value": 2136997 + }, + { + "year": 2003, + "value": 2161626 + }, + { + "year": 2004, + "value": 2200492 + }, + { + "year": 2005, + "value": 2270198 + }, + { + "year": 2006, + "value": 2373672 + }, + { + "year": 2007, + "value": 2504019 + }, + { + "year": 2008, + "value": 2656009 + }, + { + "year": 2009, + "value": 2821045 + }, + { + "year": 2010, + "value": 2991884 + }, + { + "year": 2011, + "value": 3168060 + }, + { + "year": 2012, + "value": 3348853 + }, + { + "year": 2013, + "value": 3526378 + }, + { + "year": 2014, + "value": 3690942 + }, + { + "year": 2015, + "value": 3835591 + }, + { + "year": 2016, + "value": 3956873 + }, + { + "year": 2017, + "value": 4056097 + }, + { + "year": 2018, + "value": 4137309 + } + ] + }, + "Kyrgyz Republic": { + "population": [ + { + "year": 1960, + "value": 2172300 + }, + { + "year": 1961, + "value": 2255900 + }, + { + "year": 1962, + "value": 2333400 + }, + { + "year": 1963, + "value": 2413700 + }, + { + "year": 1964, + "value": 2495300 + }, + { + "year": 1965, + "value": 2573300 + }, + { + "year": 1966, + "value": 2655300 + }, + { + "year": 1967, + "value": 2736500 + }, + { + "year": 1968, + "value": 2818300 + }, + { + "year": 1969, + "value": 2894800 + }, + { + "year": 1970, + "value": 2959900 + }, + { + "year": 1971, + "value": 3022300 + }, + { + "year": 1972, + "value": 3088200 + }, + { + "year": 1973, + "value": 3153800 + }, + { + "year": 1974, + "value": 3223900 + }, + { + "year": 1975, + "value": 3292400 + }, + { + "year": 1976, + "value": 3358700 + }, + { + "year": 1977, + "value": 3423900 + }, + { + "year": 1978, + "value": 3487100 + }, + { + "year": 1979, + "value": 3552000 + }, + { + "year": 1980, + "value": 3617400 + }, + { + "year": 1981, + "value": 3685800 + }, + { + "year": 1982, + "value": 3759300 + }, + { + "year": 1983, + "value": 3838300 + }, + { + "year": 1984, + "value": 3916400 + }, + { + "year": 1985, + "value": 3990300 + }, + { + "year": 1986, + "value": 4066500 + }, + { + "year": 1987, + "value": 4144600 + }, + { + "year": 1988, + "value": 4218400 + }, + { + "year": 1989, + "value": 4307500 + }, + { + "year": 1990, + "value": 4391200 + }, + { + "year": 1991, + "value": 4463600 + }, + { + "year": 1992, + "value": 4515400 + }, + { + "year": 1993, + "value": 4516700 + }, + { + "year": 1994, + "value": 4515100 + }, + { + "year": 1995, + "value": 4560400 + }, + { + "year": 1996, + "value": 4628400 + }, + { + "year": 1997, + "value": 4696400 + }, + { + "year": 1998, + "value": 4769000 + }, + { + "year": 1999, + "value": 4840400 + }, + { + "year": 2000, + "value": 4898400 + }, + { + "year": 2001, + "value": 4945100 + }, + { + "year": 2002, + "value": 4990700 + }, + { + "year": 2003, + "value": 5043300 + }, + { + "year": 2004, + "value": 5104700 + }, + { + "year": 2005, + "value": 5162600 + }, + { + "year": 2006, + "value": 5218400 + }, + { + "year": 2007, + "value": 5268400 + }, + { + "year": 2008, + "value": 5318700 + }, + { + "year": 2009, + "value": 5383300 + }, + { + "year": 2010, + "value": 5447900 + }, + { + "year": 2011, + "value": 5514600 + }, + { + "year": 2012, + "value": 5607200 + }, + { + "year": 2013, + "value": 5719600 + }, + { + "year": 2014, + "value": 5835500 + }, + { + "year": 2015, + "value": 5956900 + }, + { + "year": 2016, + "value": 6079500 + }, + { + "year": 2017, + "value": 6198200 + }, + { + "year": 2018, + "value": 6322800 + } + ] + }, + "Lao PDR": { + "population": [ + { + "year": 1960, + "value": 2120898 + }, + { + "year": 1961, + "value": 2170344 + }, + { + "year": 1962, + "value": 2221125 + }, + { + "year": 1963, + "value": 2273351 + }, + { + "year": 1964, + "value": 2327137 + }, + { + "year": 1965, + "value": 2382594 + }, + { + "year": 1966, + "value": 2439196 + }, + { + "year": 1967, + "value": 2496920 + }, + { + "year": 1968, + "value": 2556852 + }, + { + "year": 1969, + "value": 2620434 + }, + { + "year": 1970, + "value": 2688428 + }, + { + "year": 1971, + "value": 2762265 + }, + { + "year": 1972, + "value": 2840841 + }, + { + "year": 1973, + "value": 2919287 + }, + { + "year": 1974, + "value": 2990965 + }, + { + "year": 1975, + "value": 3051577 + }, + { + "year": 1976, + "value": 3098973 + }, + { + "year": 1977, + "value": 3135842 + }, + { + "year": 1978, + "value": 3168843 + }, + { + "year": 1979, + "value": 3207328 + }, + { + "year": 1980, + "value": 3258144 + }, + { + "year": 1981, + "value": 3323366 + }, + { + "year": 1982, + "value": 3401191 + }, + { + "year": 1983, + "value": 3489903 + }, + { + "year": 1984, + "value": 3586316 + }, + { + "year": 1985, + "value": 3687898 + }, + { + "year": 1986, + "value": 3794198 + }, + { + "year": 1987, + "value": 3905530 + }, + { + "year": 1988, + "value": 4020811 + }, + { + "year": 1989, + "value": 4138845 + }, + { + "year": 1990, + "value": 4258472 + }, + { + "year": 1991, + "value": 4379236 + }, + { + "year": 1992, + "value": 4500351 + }, + { + "year": 1993, + "value": 4619944 + }, + { + "year": 1994, + "value": 4735845 + }, + { + "year": 1995, + "value": 4846483 + }, + { + "year": 1996, + "value": 4951195 + }, + { + "year": 1997, + "value": 5050315 + }, + { + "year": 1998, + "value": 5144602 + }, + { + "year": 1999, + "value": 5235346 + }, + { + "year": 2000, + "value": 5323700 + }, + { + "year": 2001, + "value": 5409582 + }, + { + "year": 2002, + "value": 5493246 + }, + { + "year": 2003, + "value": 5576640 + }, + { + "year": 2004, + "value": 5662208 + }, + { + "year": 2005, + "value": 5751676 + }, + { + "year": 2006, + "value": 5846074 + }, + { + "year": 2007, + "value": 5944948 + }, + { + "year": 2008, + "value": 6046620 + }, + { + "year": 2009, + "value": 6148623 + }, + { + "year": 2010, + "value": 6249165 + }, + { + "year": 2011, + "value": 6347567 + }, + { + "year": 2012, + "value": 6444530 + }, + { + "year": 2013, + "value": 6541304 + }, + { + "year": 2014, + "value": 6639756 + }, + { + "year": 2015, + "value": 6741164 + }, + { + "year": 2016, + "value": 6845846 + }, + { + "year": 2017, + "value": 6953035 + }, + { + "year": 2018, + "value": 7061507 + } + ] + }, + "Latvia": { + "population": [ + { + "year": 1960, + "value": 2120979 + }, + { + "year": 1961, + "value": 2152681 + }, + { + "year": 1962, + "value": 2181586 + }, + { + "year": 1963, + "value": 2210919 + }, + { + "year": 1964, + "value": 2240623 + }, + { + "year": 1965, + "value": 2265919 + }, + { + "year": 1966, + "value": 2283217 + }, + { + "year": 1967, + "value": 2301220 + }, + { + "year": 1968, + "value": 2323619 + }, + { + "year": 1969, + "value": 2343173 + }, + { + "year": 1970, + "value": 2359164 + }, + { + "year": 1971, + "value": 2376389 + }, + { + "year": 1972, + "value": 2395674 + }, + { + "year": 1973, + "value": 2415819 + }, + { + "year": 1974, + "value": 2437186 + }, + { + "year": 1975, + "value": 2456130 + }, + { + "year": 1976, + "value": 2470989 + }, + { + "year": 1977, + "value": 2485073 + }, + { + "year": 1978, + "value": 2497921 + }, + { + "year": 1979, + "value": 2505953 + }, + { + "year": 1980, + "value": 2511701 + }, + { + "year": 1981, + "value": 2519421 + }, + { + "year": 1982, + "value": 2531080 + }, + { + "year": 1983, + "value": 2546011 + }, + { + "year": 1984, + "value": 2562047 + }, + { + "year": 1985, + "value": 2578873 + }, + { + "year": 1986, + "value": 2599892 + }, + { + "year": 1987, + "value": 2626583 + }, + { + "year": 1988, + "value": 2653434 + }, + { + "year": 1989, + "value": 2666955 + }, + { + "year": 1990, + "value": 2663151 + }, + { + "year": 1991, + "value": 2650581 + }, + { + "year": 1992, + "value": 2614338 + }, + { + "year": 1993, + "value": 2563290 + }, + { + "year": 1994, + "value": 2520742 + }, + { + "year": 1995, + "value": 2485056 + }, + { + "year": 1996, + "value": 2457222 + }, + { + "year": 1997, + "value": 2432851 + }, + { + "year": 1998, + "value": 2410019 + }, + { + "year": 1999, + "value": 2390482 + }, + { + "year": 2000, + "value": 2367550 + }, + { + "year": 2001, + "value": 2337170 + }, + { + "year": 2002, + "value": 2310173 + }, + { + "year": 2003, + "value": 2287955 + }, + { + "year": 2004, + "value": 2263122 + }, + { + "year": 2005, + "value": 2238799 + }, + { + "year": 2006, + "value": 2218357 + }, + { + "year": 2007, + "value": 2200325 + }, + { + "year": 2008, + "value": 2177322 + }, + { + "year": 2009, + "value": 2141669 + }, + { + "year": 2010, + "value": 2097555 + }, + { + "year": 2011, + "value": 2059709 + }, + { + "year": 2012, + "value": 2034319 + }, + { + "year": 2013, + "value": 2012647 + }, + { + "year": 2014, + "value": 1993782 + }, + { + "year": 2015, + "value": 1977527 + }, + { + "year": 2016, + "value": 1959537 + }, + { + "year": 2017, + "value": 1942248 + }, + { + "year": 2018, + "value": 1927174 + } + ] + }, + "Lebanon": { + "population": [ + { + "year": 1960, + "value": 1804941 + }, + { + "year": 1961, + "value": 1864619 + }, + { + "year": 1962, + "value": 1925297 + }, + { + "year": 1963, + "value": 1985001 + }, + { + "year": 1964, + "value": 2041229 + }, + { + "year": 1965, + "value": 2092375 + }, + { + "year": 1966, + "value": 2136617 + }, + { + "year": 1967, + "value": 2174738 + }, + { + "year": 1968, + "value": 2210772 + }, + { + "year": 1969, + "value": 2250447 + }, + { + "year": 1970, + "value": 2297434 + }, + { + "year": 1971, + "value": 2354047 + }, + { + "year": 1972, + "value": 2417836 + }, + { + "year": 1973, + "value": 2481943 + }, + { + "year": 1974, + "value": 2536778 + }, + { + "year": 1975, + "value": 2575749 + }, + { + "year": 1976, + "value": 2596406 + }, + { + "year": 1977, + "value": 2601740 + }, + { + "year": 1978, + "value": 2597205 + }, + { + "year": 1979, + "value": 2590902 + }, + { + "year": 1980, + "value": 2588929 + }, + { + "year": 1981, + "value": 2594302 + }, + { + "year": 1982, + "value": 2606139 + }, + { + "year": 1983, + "value": 2622072 + }, + { + "year": 1984, + "value": 2638054 + }, + { + "year": 1985, + "value": 2651995 + }, + { + "year": 1986, + "value": 2660872 + }, + { + "year": 1987, + "value": 2667960 + }, + { + "year": 1988, + "value": 2684675 + }, + { + "year": 1989, + "value": 2726440 + }, + { + "year": 1990, + "value": 2803044 + }, + { + "year": 1991, + "value": 2921706 + }, + { + "year": 1992, + "value": 3076132 + }, + { + "year": 1993, + "value": 3246126 + }, + { + "year": 1994, + "value": 3403357 + }, + { + "year": 1995, + "value": 3528380 + }, + { + "year": 1996, + "value": 3610665 + }, + { + "year": 1997, + "value": 3658424 + }, + { + "year": 1998, + "value": 3693520 + }, + { + "year": 1999, + "value": 3747766 + }, + { + "year": 2000, + "value": 3842778 + }, + { + "year": 2001, + "value": 3991001 + }, + { + "year": 2002, + "value": 4182205 + }, + { + "year": 2003, + "value": 4388375 + }, + { + "year": 2004, + "value": 4569378 + }, + { + "year": 2005, + "value": 4698763 + }, + { + "year": 2006, + "value": 4759753 + }, + { + "year": 2007, + "value": 4767344 + }, + { + "year": 2008, + "value": 4764741 + }, + { + "year": 2009, + "value": 4813026 + }, + { + "year": 2010, + "value": 4953061 + }, + { + "year": 2011, + "value": 5202343 + }, + { + "year": 2012, + "value": 5538634 + }, + { + "year": 2013, + "value": 5914621 + }, + { + "year": 2014, + "value": 6262410 + }, + { + "year": 2015, + "value": 6532678 + }, + { + "year": 2016, + "value": 6711121 + }, + { + "year": 2017, + "value": 6811873 + }, + { + "year": 2018, + "value": 6848925 + } + ] + }, + "Lesotho": { + "population": [ + { + "year": 1960, + "value": 837270 + }, + { + "year": 1961, + "value": 852890 + }, + { + "year": 1962, + "value": 869136 + }, + { + "year": 1963, + "value": 886057 + }, + { + "year": 1964, + "value": 903763 + }, + { + "year": 1965, + "value": 922306 + }, + { + "year": 1966, + "value": 941794 + }, + { + "year": 1967, + "value": 962273 + }, + { + "year": 1968, + "value": 983685 + }, + { + "year": 1969, + "value": 1005909 + }, + { + "year": 1970, + "value": 1028926 + }, + { + "year": 1971, + "value": 1052614 + }, + { + "year": 1972, + "value": 1077095 + }, + { + "year": 1973, + "value": 1102878 + }, + { + "year": 1974, + "value": 1130635 + }, + { + "year": 1975, + "value": 1160792 + }, + { + "year": 1976, + "value": 1193521 + }, + { + "year": 1977, + "value": 1228536 + }, + { + "year": 1978, + "value": 1265202 + }, + { + "year": 1979, + "value": 1302667 + }, + { + "year": 1980, + "value": 1340255 + }, + { + "year": 1981, + "value": 1377799 + }, + { + "year": 1982, + "value": 1415367 + }, + { + "year": 1983, + "value": 1452728 + }, + { + "year": 1984, + "value": 1489691 + }, + { + "year": 1985, + "value": 1526131 + }, + { + "year": 1986, + "value": 1561692 + }, + { + "year": 1987, + "value": 1596394 + }, + { + "year": 1988, + "value": 1630996 + }, + { + "year": 1989, + "value": 1666563 + }, + { + "year": 1990, + "value": 1703747 + }, + { + "year": 1991, + "value": 1742539 + }, + { + "year": 1992, + "value": 1782285 + }, + { + "year": 1993, + "value": 1822236 + }, + { + "year": 1994, + "value": 1861324 + }, + { + "year": 1995, + "value": 1898598 + }, + { + "year": 1996, + "value": 1934291 + }, + { + "year": 1997, + "value": 1968044 + }, + { + "year": 1998, + "value": 1997516 + }, + { + "year": 1999, + "value": 2019731 + }, + { + "year": 2000, + "value": 2032804 + }, + { + "year": 2001, + "value": 2035740 + }, + { + "year": 2002, + "value": 2029829 + }, + { + "year": 2003, + "value": 2018348 + }, + { + "year": 2004, + "value": 2005940 + }, + { + "year": 2005, + "value": 1996114 + }, + { + "year": 2006, + "value": 1989939 + }, + { + "year": 2007, + "value": 1986922 + }, + { + "year": 2008, + "value": 1987129 + }, + { + "year": 2009, + "value": 1990131 + }, + { + "year": 2010, + "value": 1995581 + }, + { + "year": 2011, + "value": 2003787 + }, + { + "year": 2012, + "value": 2014990 + }, + { + "year": 2013, + "value": 2028519 + }, + { + "year": 2014, + "value": 2043437 + }, + { + "year": 2015, + "value": 2059021 + }, + { + "year": 2016, + "value": 2075001 + }, + { + "year": 2017, + "value": 2091412 + }, + { + "year": 2018, + "value": 2108132 + } + ] + }, + "Liberia": { + "population": [ + { + "year": 1960, + "value": 1118657 + }, + { + "year": 1961, + "value": 1142302 + }, + { + "year": 1962, + "value": 1166648 + }, + { + "year": 1963, + "value": 1191802 + }, + { + "year": 1964, + "value": 1217901 + }, + { + "year": 1965, + "value": 1245102 + }, + { + "year": 1966, + "value": 1273464 + }, + { + "year": 1967, + "value": 1303035 + }, + { + "year": 1968, + "value": 1333978 + }, + { + "year": 1969, + "value": 1366502 + }, + { + "year": 1970, + "value": 1400730 + }, + { + "year": 1971, + "value": 1436738 + }, + { + "year": 1972, + "value": 1474567 + }, + { + "year": 1973, + "value": 1514366 + }, + { + "year": 1974, + "value": 1556290 + }, + { + "year": 1975, + "value": 1600452 + }, + { + "year": 1976, + "value": 1645836 + }, + { + "year": 1977, + "value": 1692140 + }, + { + "year": 1978, + "value": 1740914 + }, + { + "year": 1979, + "value": 1794248 + }, + { + "year": 1980, + "value": 1853001 + }, + { + "year": 1981, + "value": 1918826 + }, + { + "year": 1982, + "value": 1989483 + }, + { + "year": 1983, + "value": 2057227 + }, + { + "year": 1984, + "value": 2111671 + }, + { + "year": 1985, + "value": 2145754 + }, + { + "year": 1986, + "value": 2158429 + }, + { + "year": 1987, + "value": 2153316 + }, + { + "year": 1988, + "value": 2134097 + }, + { + "year": 1989, + "value": 2106431 + }, + { + "year": 1990, + "value": 2075912 + }, + { + "year": 1991, + "value": 2040139 + }, + { + "year": 1992, + "value": 2001624 + }, + { + "year": 1993, + "value": 1976699 + }, + { + "year": 1994, + "value": 1986493 + }, + { + "year": 1995, + "value": 2044661 + }, + { + "year": 1996, + "value": 2160478 + }, + { + "year": 1997, + "value": 2326202 + }, + { + "year": 1998, + "value": 2517481 + }, + { + "year": 1999, + "value": 2699712 + }, + { + "year": 2000, + "value": 2848456 + }, + { + "year": 2001, + "value": 2953927 + }, + { + "year": 2002, + "value": 3024729 + }, + { + "year": 2003, + "value": 3077058 + }, + { + "year": 2004, + "value": 3135651 + }, + { + "year": 2005, + "value": 3218116 + }, + { + "year": 2006, + "value": 3329211 + }, + { + "year": 2007, + "value": 3461911 + }, + { + "year": 2008, + "value": 3607860 + }, + { + "year": 2009, + "value": 3754133 + }, + { + "year": 2010, + "value": 3891356 + }, + { + "year": 2011, + "value": 4017443 + }, + { + "year": 2012, + "value": 4135659 + }, + { + "year": 2013, + "value": 4248334 + }, + { + "year": 2014, + "value": 4359505 + }, + { + "year": 2015, + "value": 4472230 + }, + { + "year": 2016, + "value": 4586788 + }, + { + "year": 2017, + "value": 4702228 + }, + { + "year": 2018, + "value": 4818977 + } + ] + }, + "Libya": { + "population": [ + { + "year": 1960, + "value": 1448417 + }, + { + "year": 1961, + "value": 1498071 + }, + { + "year": 1962, + "value": 1550813 + }, + { + "year": 1963, + "value": 1607171 + }, + { + "year": 1964, + "value": 1667825 + }, + { + "year": 1965, + "value": 1733306 + }, + { + "year": 1966, + "value": 1803683 + }, + { + "year": 1967, + "value": 1878877 + }, + { + "year": 1968, + "value": 1958914 + }, + { + "year": 1969, + "value": 2043818 + }, + { + "year": 1970, + "value": 2133526 + }, + { + "year": 1971, + "value": 2228146 + }, + { + "year": 1972, + "value": 2327490 + }, + { + "year": 1973, + "value": 2430755 + }, + { + "year": 1974, + "value": 2536888 + }, + { + "year": 1975, + "value": 2645139 + }, + { + "year": 1976, + "value": 2754696 + }, + { + "year": 1977, + "value": 2865637 + }, + { + "year": 1978, + "value": 2979093 + }, + { + "year": 1979, + "value": 3096729 + }, + { + "year": 1980, + "value": 3219466 + }, + { + "year": 1981, + "value": 3347781 + }, + { + "year": 1982, + "value": 3480454 + }, + { + "year": 1983, + "value": 3614689 + }, + { + "year": 1984, + "value": 3746715 + }, + { + "year": 1985, + "value": 3873781 + }, + { + "year": 1986, + "value": 3994597 + }, + { + "year": 1987, + "value": 4109725 + }, + { + "year": 1988, + "value": 4220450 + }, + { + "year": 1989, + "value": 4328939 + }, + { + "year": 1990, + "value": 4436661 + }, + { + "year": 1991, + "value": 4544242 + }, + { + "year": 1992, + "value": 4650885 + }, + { + "year": 1993, + "value": 4755133 + }, + { + "year": 1994, + "value": 4854875 + }, + { + "year": 1995, + "value": 4948798 + }, + { + "year": 1996, + "value": 5036171 + }, + { + "year": 1997, + "value": 5118007 + }, + { + "year": 1998, + "value": 5196780 + }, + { + "year": 1999, + "value": 5275926 + }, + { + "year": 2000, + "value": 5357891 + }, + { + "year": 2001, + "value": 5443248 + }, + { + "year": 2002, + "value": 5531089 + }, + { + "year": 2003, + "value": 5620547 + }, + { + "year": 2004, + "value": 5710154 + }, + { + "year": 2005, + "value": 5798614 + }, + { + "year": 2006, + "value": 5886872 + }, + { + "year": 2007, + "value": 5974787 + }, + { + "year": 2008, + "value": 6058748 + }, + { + "year": 2009, + "value": 6133984 + }, + { + "year": 2010, + "value": 6197663 + }, + { + "year": 2011, + "value": 6247439 + }, + { + "year": 2012, + "value": 6285750 + }, + { + "year": 2013, + "value": 6320359 + }, + { + "year": 2014, + "value": 6362037 + }, + { + "year": 2015, + "value": 6418315 + }, + { + "year": 2016, + "value": 6492164 + }, + { + "year": 2017, + "value": 6580724 + }, + { + "year": 2018, + "value": 6678567 + } + ] + }, + "Liechtenstein": { + "population": [ + { + "year": 1960, + "value": 16493 + }, + { + "year": 1961, + "value": 16893 + }, + { + "year": 1962, + "value": 17289 + }, + { + "year": 1963, + "value": 17719 + }, + { + "year": 1964, + "value": 18168 + }, + { + "year": 1965, + "value": 18649 + }, + { + "year": 1966, + "value": 19152 + }, + { + "year": 1967, + "value": 19691 + }, + { + "year": 1968, + "value": 20235 + }, + { + "year": 1969, + "value": 20766 + }, + { + "year": 1970, + "value": 21266 + }, + { + "year": 1971, + "value": 21728 + }, + { + "year": 1972, + "value": 22151 + }, + { + "year": 1973, + "value": 22563 + }, + { + "year": 1974, + "value": 22983 + }, + { + "year": 1975, + "value": 23438 + }, + { + "year": 1976, + "value": 23931 + }, + { + "year": 1977, + "value": 24448 + }, + { + "year": 1978, + "value": 24975 + }, + { + "year": 1979, + "value": 25459 + }, + { + "year": 1980, + "value": 25879 + }, + { + "year": 1981, + "value": 26238 + }, + { + "year": 1982, + "value": 26536 + }, + { + "year": 1983, + "value": 26789 + }, + { + "year": 1984, + "value": 27036 + }, + { + "year": 1985, + "value": 27288 + }, + { + "year": 1986, + "value": 27559 + }, + { + "year": 1987, + "value": 27837 + }, + { + "year": 1988, + "value": 28129 + }, + { + "year": 1989, + "value": 28449 + }, + { + "year": 1990, + "value": 28789 + }, + { + "year": 1991, + "value": 29159 + }, + { + "year": 1992, + "value": 29553 + }, + { + "year": 1993, + "value": 29975 + }, + { + "year": 1994, + "value": 30426 + }, + { + "year": 1995, + "value": 30880 + }, + { + "year": 1996, + "value": 31348 + }, + { + "year": 1997, + "value": 31830 + }, + { + "year": 1998, + "value": 32311 + }, + { + "year": 1999, + "value": 32769 + }, + { + "year": 2000, + "value": 33184 + }, + { + "year": 2001, + "value": 33552 + }, + { + "year": 2002, + "value": 33879 + }, + { + "year": 2003, + "value": 34175 + }, + { + "year": 2004, + "value": 34452 + }, + { + "year": 2005, + "value": 34713 + }, + { + "year": 2006, + "value": 34970 + }, + { + "year": 2007, + "value": 35217 + }, + { + "year": 2008, + "value": 35471 + }, + { + "year": 2009, + "value": 35727 + }, + { + "year": 2010, + "value": 35994 + }, + { + "year": 2011, + "value": 36293 + }, + { + "year": 2012, + "value": 36615 + }, + { + "year": 2013, + "value": 36934 + }, + { + "year": 2014, + "value": 37223 + }, + { + "year": 2015, + "value": 37470 + }, + { + "year": 2016, + "value": 37658 + }, + { + "year": 2017, + "value": 37800 + }, + { + "year": 2018, + "value": 37910 + } + ] + }, + "Lithuania": { + "population": [ + { + "year": 1960, + "value": 2778550 + }, + { + "year": 1961, + "value": 2823550 + }, + { + "year": 1962, + "value": 2863350 + }, + { + "year": 1963, + "value": 2898950 + }, + { + "year": 1964, + "value": 2935200 + }, + { + "year": 1965, + "value": 2971450 + }, + { + "year": 1966, + "value": 3008050 + }, + { + "year": 1967, + "value": 3044400 + }, + { + "year": 1968, + "value": 3078850 + }, + { + "year": 1969, + "value": 3107321 + }, + { + "year": 1970, + "value": 3139689 + }, + { + "year": 1971, + "value": 3179041 + }, + { + "year": 1972, + "value": 3213622 + }, + { + "year": 1973, + "value": 3244438 + }, + { + "year": 1974, + "value": 3273894 + }, + { + "year": 1975, + "value": 3301652 + }, + { + "year": 1976, + "value": 3328664 + }, + { + "year": 1977, + "value": 3355036 + }, + { + "year": 1978, + "value": 3379514 + }, + { + "year": 1979, + "value": 3397842 + }, + { + "year": 1980, + "value": 3413202 + }, + { + "year": 1981, + "value": 3432947 + }, + { + "year": 1982, + "value": 3457179 + }, + { + "year": 1983, + "value": 3485192 + }, + { + "year": 1984, + "value": 3514205 + }, + { + "year": 1985, + "value": 3544543 + }, + { + "year": 1986, + "value": 3578914 + }, + { + "year": 1987, + "value": 3616367 + }, + { + "year": 1988, + "value": 3655049 + }, + { + "year": 1989, + "value": 3684255 + }, + { + "year": 1990, + "value": 3697838 + }, + { + "year": 1991, + "value": 3704134 + }, + { + "year": 1992, + "value": 3700114 + }, + { + "year": 1993, + "value": 3682613 + }, + { + "year": 1994, + "value": 3657144 + }, + { + "year": 1995, + "value": 3629102 + }, + { + "year": 1996, + "value": 3601613 + }, + { + "year": 1997, + "value": 3575137 + }, + { + "year": 1998, + "value": 3549331 + }, + { + "year": 1999, + "value": 3524238 + }, + { + "year": 2000, + "value": 3499536 + }, + { + "year": 2001, + "value": 3470818 + }, + { + "year": 2002, + "value": 3443067 + }, + { + "year": 2003, + "value": 3415213 + }, + { + "year": 2004, + "value": 3377075 + }, + { + "year": 2005, + "value": 3322528 + }, + { + "year": 2006, + "value": 3269909 + }, + { + "year": 2007, + "value": 3231294 + }, + { + "year": 2008, + "value": 3198231 + }, + { + "year": 2009, + "value": 3162916 + }, + { + "year": 2010, + "value": 3097282 + }, + { + "year": 2011, + "value": 3028115 + }, + { + "year": 2012, + "value": 2987773 + }, + { + "year": 2013, + "value": 2957689 + }, + { + "year": 2014, + "value": 2932367 + }, + { + "year": 2015, + "value": 2904910 + }, + { + "year": 2016, + "value": 2868231 + }, + { + "year": 2017, + "value": 2828403 + }, + { + "year": 2018, + "value": 2801543 + } + ] + }, + "Luxembourg": { + "population": [ + { + "year": 1960, + "value": 313970 + }, + { + "year": 1961, + "value": 316845 + }, + { + "year": 1962, + "value": 320750 + }, + { + "year": 1963, + "value": 324100 + }, + { + "year": 1964, + "value": 327750 + }, + { + "year": 1965, + "value": 331500 + }, + { + "year": 1966, + "value": 333895 + }, + { + "year": 1967, + "value": 334995 + }, + { + "year": 1968, + "value": 335850 + }, + { + "year": 1969, + "value": 337500 + }, + { + "year": 1970, + "value": 339171 + }, + { + "year": 1971, + "value": 342421 + }, + { + "year": 1972, + "value": 346600 + }, + { + "year": 1973, + "value": 350450 + }, + { + "year": 1974, + "value": 355050 + }, + { + "year": 1975, + "value": 358950 + }, + { + "year": 1976, + "value": 360731 + }, + { + "year": 1977, + "value": 361358 + }, + { + "year": 1978, + "value": 362007 + }, + { + "year": 1979, + "value": 362856 + }, + { + "year": 1980, + "value": 364150 + }, + { + "year": 1981, + "value": 365225 + }, + { + "year": 1982, + "value": 365525 + }, + { + "year": 1983, + "value": 365622 + }, + { + "year": 1984, + "value": 365998 + }, + { + "year": 1985, + "value": 366706 + }, + { + "year": 1986, + "value": 368355 + }, + { + "year": 1987, + "value": 370750 + }, + { + "year": 1988, + "value": 373450 + }, + { + "year": 1989, + "value": 377100 + }, + { + "year": 1990, + "value": 381850 + }, + { + "year": 1991, + "value": 387000 + }, + { + "year": 1992, + "value": 392175 + }, + { + "year": 1993, + "value": 397475 + }, + { + "year": 1994, + "value": 402925 + }, + { + "year": 1995, + "value": 408625 + }, + { + "year": 1996, + "value": 414225 + }, + { + "year": 1997, + "value": 419450 + }, + { + "year": 1998, + "value": 424700 + }, + { + "year": 1999, + "value": 430475 + }, + { + "year": 2000, + "value": 436300 + }, + { + "year": 2001, + "value": 441525 + }, + { + "year": 2002, + "value": 446175 + }, + { + "year": 2003, + "value": 451630 + }, + { + "year": 2004, + "value": 458095 + }, + { + "year": 2005, + "value": 465158 + }, + { + "year": 2006, + "value": 472637 + }, + { + "year": 2007, + "value": 479993 + }, + { + "year": 2008, + "value": 488650 + }, + { + "year": 2009, + "value": 497783 + }, + { + "year": 2010, + "value": 506953 + }, + { + "year": 2011, + "value": 518347 + }, + { + "year": 2012, + "value": 530946 + }, + { + "year": 2013, + "value": 543360 + }, + { + "year": 2014, + "value": 556319 + }, + { + "year": 2015, + "value": 569604 + }, + { + "year": 2016, + "value": 582014 + }, + { + "year": 2017, + "value": 596336 + }, + { + "year": 2018, + "value": 607950 + } + ] + }, + "Macao SAR, China": { + "population": [ + { + "year": 1960, + "value": 167791 + }, + { + "year": 1961, + "value": 170462 + }, + { + "year": 1962, + "value": 176183 + }, + { + "year": 1963, + "value": 184245 + }, + { + "year": 1964, + "value": 193561 + }, + { + "year": 1965, + "value": 203228 + }, + { + "year": 1966, + "value": 213192 + }, + { + "year": 1967, + "value": 223418 + }, + { + "year": 1968, + "value": 233000 + }, + { + "year": 1969, + "value": 240839 + }, + { + "year": 1970, + "value": 246194 + }, + { + "year": 1971, + "value": 248738 + }, + { + "year": 1972, + "value": 248767 + }, + { + "year": 1973, + "value": 246947 + }, + { + "year": 1974, + "value": 244285 + }, + { + "year": 1975, + "value": 241628 + }, + { + "year": 1976, + "value": 239075 + }, + { + "year": 1977, + "value": 236678 + }, + { + "year": 1978, + "value": 235171 + }, + { + "year": 1979, + "value": 235440 + }, + { + "year": 1980, + "value": 238071 + }, + { + "year": 1981, + "value": 243373 + }, + { + "year": 1982, + "value": 251158 + }, + { + "year": 1983, + "value": 260931 + }, + { + "year": 1984, + "value": 271918 + }, + { + "year": 1985, + "value": 283503 + }, + { + "year": 1986, + "value": 295591 + }, + { + "year": 1987, + "value": 308180 + }, + { + "year": 1988, + "value": 320773 + }, + { + "year": 1989, + "value": 332783 + }, + { + "year": 1990, + "value": 343808 + }, + { + "year": 1991, + "value": 353626 + }, + { + "year": 1992, + "value": 362311 + }, + { + "year": 1993, + "value": 370199 + }, + { + "year": 1994, + "value": 377798 + }, + { + "year": 1995, + "value": 385513 + }, + { + "year": 1996, + "value": 393373 + }, + { + "year": 1997, + "value": 401352 + }, + { + "year": 1998, + "value": 409616 + }, + { + "year": 1999, + "value": 418383 + }, + { + "year": 2000, + "value": 427782 + }, + { + "year": 2001, + "value": 437938 + }, + { + "year": 2002, + "value": 448821 + }, + { + "year": 2003, + "value": 460165 + }, + { + "year": 2004, + "value": 471597 + }, + { + "year": 2005, + "value": 482858 + }, + { + "year": 2006, + "value": 493799 + }, + { + "year": 2007, + "value": 504511 + }, + { + "year": 2008, + "value": 515239 + }, + { + "year": 2009, + "value": 526400 + }, + { + "year": 2010, + "value": 538219 + }, + { + "year": 2011, + "value": 550832 + }, + { + "year": 2012, + "value": 564039 + }, + { + "year": 2013, + "value": 577372 + }, + { + "year": 2014, + "value": 590208 + }, + { + "year": 2015, + "value": 602085 + }, + { + "year": 2016, + "value": 612836 + }, + { + "year": 2017, + "value": 622585 + }, + { + "year": 2018, + "value": 631636 + } + ] + }, + "Madagascar": { + "population": [ + { + "year": 1960, + "value": 5099373 + }, + { + "year": 1961, + "value": 5223568 + }, + { + "year": 1962, + "value": 5352503 + }, + { + "year": 1963, + "value": 5486319 + }, + { + "year": 1964, + "value": 5625164 + }, + { + "year": 1965, + "value": 5769218 + }, + { + "year": 1966, + "value": 5918595 + }, + { + "year": 1967, + "value": 6073526 + }, + { + "year": 1968, + "value": 6234465 + }, + { + "year": 1969, + "value": 6401921 + }, + { + "year": 1970, + "value": 6576305 + }, + { + "year": 1971, + "value": 6757850 + }, + { + "year": 1972, + "value": 6946620 + }, + { + "year": 1973, + "value": 7142627 + }, + { + "year": 1974, + "value": 7345780 + }, + { + "year": 1975, + "value": 7556026 + }, + { + "year": 1976, + "value": 7773449 + }, + { + "year": 1977, + "value": 7998164 + }, + { + "year": 1978, + "value": 8230218 + }, + { + "year": 1979, + "value": 8469672 + }, + { + "year": 1980, + "value": 8716553 + }, + { + "year": 1981, + "value": 8971345 + }, + { + "year": 1982, + "value": 9234129 + }, + { + "year": 1983, + "value": 9504281 + }, + { + "year": 1984, + "value": 9780872 + }, + { + "year": 1985, + "value": 10063495 + }, + { + "year": 1986, + "value": 10352120 + }, + { + "year": 1987, + "value": 10647754 + }, + { + "year": 1988, + "value": 10952395 + }, + { + "year": 1989, + "value": 11268658 + }, + { + "year": 1990, + "value": 11598633 + }, + { + "year": 1991, + "value": 11942819 + }, + { + "year": 1992, + "value": 12301336 + }, + { + "year": 1993, + "value": 12675460 + }, + { + "year": 1994, + "value": 13066543 + }, + { + "year": 1995, + "value": 13475400 + }, + { + "year": 1996, + "value": 13902688 + }, + { + "year": 1997, + "value": 14347854 + }, + { + "year": 1998, + "value": 14808791 + }, + { + "year": 1999, + "value": 15282521 + }, + { + "year": 2000, + "value": 15766806 + }, + { + "year": 2001, + "value": 16260932 + }, + { + "year": 2002, + "value": 16765117 + }, + { + "year": 2003, + "value": 17279141 + }, + { + "year": 2004, + "value": 17802997 + }, + { + "year": 2005, + "value": 18336724 + }, + { + "year": 2006, + "value": 18880269 + }, + { + "year": 2007, + "value": 19433530 + }, + { + "year": 2008, + "value": 19996473 + }, + { + "year": 2009, + "value": 20569117 + }, + { + "year": 2010, + "value": 21151640 + }, + { + "year": 2011, + "value": 21743967 + }, + { + "year": 2012, + "value": 22346641 + }, + { + "year": 2013, + "value": 22961253 + }, + { + "year": 2014, + "value": 23589887 + }, + { + "year": 2015, + "value": 24234088 + }, + { + "year": 2016, + "value": 24894380 + }, + { + "year": 2017, + "value": 25570540 + }, + { + "year": 2018, + "value": 26262368 + } + ] + }, + "Malawi": { + "population": [ + { + "year": 1960, + "value": 3659984 + }, + { + "year": 1961, + "value": 3747753 + }, + { + "year": 1962, + "value": 3839043 + }, + { + "year": 1963, + "value": 3933908 + }, + { + "year": 1964, + "value": 4032371 + }, + { + "year": 1965, + "value": 4134460 + }, + { + "year": 1966, + "value": 4240429 + }, + { + "year": 1967, + "value": 4350452 + }, + { + "year": 1968, + "value": 4464423 + }, + { + "year": 1969, + "value": 4582198 + }, + { + "year": 1970, + "value": 4703782 + }, + { + "year": 1971, + "value": 4829090 + }, + { + "year": 1972, + "value": 4958549 + }, + { + "year": 1973, + "value": 5093363 + }, + { + "year": 1974, + "value": 5235073 + }, + { + "year": 1975, + "value": 5384795 + }, + { + "year": 1976, + "value": 5545651 + }, + { + "year": 1977, + "value": 5717953 + }, + { + "year": 1978, + "value": 5896865 + }, + { + "year": 1979, + "value": 6075495 + }, + { + "year": 1980, + "value": 6250440 + }, + { + "year": 1981, + "value": 6412384 + }, + { + "year": 1982, + "value": 6565985 + }, + { + "year": 1983, + "value": 6737924 + }, + { + "year": 1984, + "value": 6964607 + }, + { + "year": 1985, + "value": 7268267 + }, + { + "year": 1986, + "value": 7666391 + }, + { + "year": 1987, + "value": 8141146 + }, + { + "year": 1988, + "value": 8636690 + }, + { + "year": 1989, + "value": 9075572 + }, + { + "year": 1990, + "value": 9404500 + }, + { + "year": 1991, + "value": 9600355 + }, + { + "year": 1992, + "value": 9685973 + }, + { + "year": 1993, + "value": 9710331 + }, + { + "year": 1994, + "value": 9745690 + }, + { + "year": 1995, + "value": 9844415 + }, + { + "year": 1996, + "value": 10022789 + }, + { + "year": 1997, + "value": 10264906 + }, + { + "year": 1998, + "value": 10552338 + }, + { + "year": 1999, + "value": 10854322 + }, + { + "year": 2000, + "value": 11148758 + }, + { + "year": 2001, + "value": 11432000 + }, + { + "year": 2002, + "value": 11713664 + }, + { + "year": 2003, + "value": 12000181 + }, + { + "year": 2004, + "value": 12301838 + }, + { + "year": 2005, + "value": 12625952 + }, + { + "year": 2006, + "value": 12973699 + }, + { + "year": 2007, + "value": 13341806 + }, + { + "year": 2008, + "value": 13727890 + }, + { + "year": 2009, + "value": 14128155 + }, + { + "year": 2010, + "value": 14539612 + }, + { + "year": 2011, + "value": 14962112 + }, + { + "year": 2012, + "value": 15396005 + }, + { + "year": 2013, + "value": 15839269 + }, + { + "year": 2014, + "value": 16289540 + }, + { + "year": 2015, + "value": 16745303 + }, + { + "year": 2016, + "value": 17205289 + }, + { + "year": 2017, + "value": 17670260 + }, + { + "year": 2018, + "value": 18143315 + } + ] + }, + "Malaysia": { + "population": [ + { + "year": 1960, + "value": 8156347 + }, + { + "year": 1961, + "value": 8417824 + }, + { + "year": 1962, + "value": 8692342 + }, + { + "year": 1963, + "value": 8973788 + }, + { + "year": 1964, + "value": 9253842 + }, + { + "year": 1965, + "value": 9526558 + }, + { + "year": 1966, + "value": 9790084 + }, + { + "year": 1967, + "value": 10046325 + }, + { + "year": 1968, + "value": 10297983 + }, + { + "year": 1969, + "value": 10549399 + }, + { + "year": 1970, + "value": 10804131 + }, + { + "year": 1971, + "value": 11062433 + }, + { + "year": 1972, + "value": 11324277 + }, + { + "year": 1973, + "value": 11592638 + }, + { + "year": 1974, + "value": 11871104 + }, + { + "year": 1975, + "value": 12162187 + }, + { + "year": 1976, + "value": 12468689 + }, + { + "year": 1977, + "value": 12790312 + }, + { + "year": 1978, + "value": 13122839 + }, + { + "year": 1979, + "value": 13460031 + }, + { + "year": 1980, + "value": 13798085 + }, + { + "year": 1981, + "value": 14134058 + }, + { + "year": 1982, + "value": 14471211 + }, + { + "year": 1983, + "value": 14819424 + }, + { + "year": 1984, + "value": 15192298 + }, + { + "year": 1985, + "value": 15598927 + }, + { + "year": 1986, + "value": 16043731 + }, + { + "year": 1987, + "value": 16522000 + }, + { + "year": 1988, + "value": 17022465 + }, + { + "year": 1989, + "value": 17528961 + }, + { + "year": 1990, + "value": 18029824 + }, + { + "year": 1991, + "value": 18519937 + }, + { + "year": 1992, + "value": 19002656 + }, + { + "year": 1993, + "value": 19484898 + }, + { + "year": 1994, + "value": 19977500 + }, + { + "year": 1995, + "value": 20487607 + }, + { + "year": 1996, + "value": 21017613 + }, + { + "year": 1997, + "value": 21562793 + }, + { + "year": 1998, + "value": 22114654 + }, + { + "year": 1999, + "value": 22661298 + }, + { + "year": 2000, + "value": 23194257 + }, + { + "year": 2001, + "value": 23709119 + }, + { + "year": 2002, + "value": 24208391 + }, + { + "year": 2003, + "value": 24698819 + }, + { + "year": 2004, + "value": 25190652 + }, + { + "year": 2005, + "value": 25690611 + }, + { + "year": 2006, + "value": 26201961 + }, + { + "year": 2007, + "value": 26720370 + }, + { + "year": 2008, + "value": 27236006 + }, + { + "year": 2009, + "value": 27735040 + }, + { + "year": 2010, + "value": 28208035 + }, + { + "year": 2011, + "value": 28650955 + }, + { + "year": 2012, + "value": 29068159 + }, + { + "year": 2013, + "value": 29468872 + }, + { + "year": 2014, + "value": 29866559 + }, + { + "year": 2015, + "value": 30270962 + }, + { + "year": 2016, + "value": 30684804 + }, + { + "year": 2017, + "value": 31105028 + }, + { + "year": 2018, + "value": 31528585 + } + ] + }, + "Maldives": { + "population": [ + { + "year": 1960, + "value": 89863 + }, + { + "year": 1961, + "value": 92325 + }, + { + "year": 1962, + "value": 94905 + }, + { + "year": 1963, + "value": 97551 + }, + { + "year": 1964, + "value": 100171 + }, + { + "year": 1965, + "value": 102718 + }, + { + "year": 1966, + "value": 105136 + }, + { + "year": 1967, + "value": 107478 + }, + { + "year": 1968, + "value": 109891 + }, + { + "year": 1969, + "value": 112582 + }, + { + "year": 1970, + "value": 115691 + }, + { + "year": 1971, + "value": 119302 + }, + { + "year": 1972, + "value": 123354 + }, + { + "year": 1973, + "value": 127701 + }, + { + "year": 1974, + "value": 132104 + }, + { + "year": 1975, + "value": 136417 + }, + { + "year": 1976, + "value": 140563 + }, + { + "year": 1977, + "value": 144631 + }, + { + "year": 1978, + "value": 148780 + }, + { + "year": 1979, + "value": 153276 + }, + { + "year": 1980, + "value": 158272 + }, + { + "year": 1981, + "value": 163824 + }, + { + "year": 1982, + "value": 169851 + }, + { + "year": 1983, + "value": 176244 + }, + { + "year": 1984, + "value": 182850 + }, + { + "year": 1985, + "value": 189537 + }, + { + "year": 1986, + "value": 196264 + }, + { + "year": 1987, + "value": 203028 + }, + { + "year": 1988, + "value": 209785 + }, + { + "year": 1989, + "value": 216510 + }, + { + "year": 1990, + "value": 223158 + }, + { + "year": 1991, + "value": 229751 + }, + { + "year": 1992, + "value": 236265 + }, + { + "year": 1993, + "value": 242605 + }, + { + "year": 1994, + "value": 248588 + }, + { + "year": 1995, + "value": 254139 + }, + { + "year": 1996, + "value": 259183 + }, + { + "year": 1997, + "value": 263842 + }, + { + "year": 1998, + "value": 268455 + }, + { + "year": 1999, + "value": 273527 + }, + { + "year": 2000, + "value": 279398 + }, + { + "year": 2001, + "value": 286306 + }, + { + "year": 2002, + "value": 294186 + }, + { + "year": 2003, + "value": 302683 + }, + { + "year": 2004, + "value": 311265 + }, + { + "year": 2005, + "value": 319608 + }, + { + "year": 2006, + "value": 327487 + }, + { + "year": 2007, + "value": 335169 + }, + { + "year": 2008, + "value": 343452 + }, + { + "year": 2009, + "value": 353398 + }, + { + "year": 2010, + "value": 365734 + }, + { + "year": 2011, + "value": 380495 + }, + { + "year": 2012, + "value": 397237 + }, + { + "year": 2013, + "value": 415593 + }, + { + "year": 2014, + "value": 435015 + }, + { + "year": 2015, + "value": 454915 + }, + { + "year": 2016, + "value": 475513 + }, + { + "year": 2017, + "value": 496402 + }, + { + "year": 2018, + "value": 515696 + } + ] + }, + "Mali": { + "population": [ + { + "year": 1960, + "value": 5263733 + }, + { + "year": 1961, + "value": 5322266 + }, + { + "year": 1962, + "value": 5381368 + }, + { + "year": 1963, + "value": 5441613 + }, + { + "year": 1964, + "value": 5503752 + }, + { + "year": 1965, + "value": 5568484 + }, + { + "year": 1966, + "value": 5635859 + }, + { + "year": 1967, + "value": 5706199 + }, + { + "year": 1968, + "value": 5780835 + }, + { + "year": 1969, + "value": 5861412 + }, + { + "year": 1970, + "value": 5949045 + }, + { + "year": 1971, + "value": 6044530 + }, + { + "year": 1972, + "value": 6147458 + }, + { + "year": 1973, + "value": 6256187 + }, + { + "year": 1974, + "value": 6368348 + }, + { + "year": 1975, + "value": 6482278 + }, + { + "year": 1976, + "value": 6596728 + }, + { + "year": 1977, + "value": 6712267 + }, + { + "year": 1978, + "value": 6831085 + }, + { + "year": 1979, + "value": 6956402 + }, + { + "year": 1980, + "value": 7090126 + }, + { + "year": 1981, + "value": 7234728 + }, + { + "year": 1982, + "value": 7388668 + }, + { + "year": 1983, + "value": 7545166 + }, + { + "year": 1984, + "value": 7694855 + }, + { + "year": 1985, + "value": 7831889 + }, + { + "year": 1986, + "value": 7952865 + }, + { + "year": 1987, + "value": 8062219 + }, + { + "year": 1988, + "value": 8171522 + }, + { + "year": 1989, + "value": 8296915 + }, + { + "year": 1990, + "value": 8449913 + }, + { + "year": 1991, + "value": 8635527 + }, + { + "year": 1992, + "value": 8850334 + }, + { + "year": 1993, + "value": 9087176 + }, + { + "year": 1994, + "value": 9334880 + }, + { + "year": 1995, + "value": 9585653 + }, + { + "year": 1996, + "value": 9837571 + }, + { + "year": 1997, + "value": 10094368 + }, + { + "year": 1998, + "value": 10360561 + }, + { + "year": 1999, + "value": 10642936 + }, + { + "year": 2000, + "value": 10946445 + }, + { + "year": 2001, + "value": 11271600 + }, + { + "year": 2002, + "value": 11616887 + }, + { + "year": 2003, + "value": 11982695 + }, + { + "year": 2004, + "value": 12369070 + }, + { + "year": 2005, + "value": 12775516 + }, + { + "year": 2006, + "value": 13203378 + }, + { + "year": 2007, + "value": 13651464 + }, + { + "year": 2008, + "value": 14113577 + }, + { + "year": 2009, + "value": 14581429 + }, + { + "year": 2010, + "value": 15049353 + }, + { + "year": 2011, + "value": 15514591 + }, + { + "year": 2012, + "value": 15979499 + }, + { + "year": 2013, + "value": 16449864 + }, + { + "year": 2014, + "value": 16934220 + }, + { + "year": 2015, + "value": 17438778 + }, + { + "year": 2016, + "value": 17965429 + }, + { + "year": 2017, + "value": 18512394 + }, + { + "year": 2018, + "value": 19077690 + } + ] + }, + "Malta": { + "population": [ + { + "year": 1960, + "value": 326550 + }, + { + "year": 1961, + "value": 325250 + }, + { + "year": 1962, + "value": 323900 + }, + { + "year": 1963, + "value": 322550 + }, + { + "year": 1964, + "value": 321250 + }, + { + "year": 1965, + "value": 318800 + }, + { + "year": 1966, + "value": 315200 + }, + { + "year": 1967, + "value": 311550 + }, + { + "year": 1968, + "value": 307900 + }, + { + "year": 1969, + "value": 304300 + }, + { + "year": 1970, + "value": 302650 + }, + { + "year": 1971, + "value": 302700 + }, + { + "year": 1972, + "value": 302450 + }, + { + "year": 1973, + "value": 302200 + }, + { + "year": 1974, + "value": 301996 + }, + { + "year": 1975, + "value": 304222 + }, + { + "year": 1976, + "value": 305774 + }, + { + "year": 1977, + "value": 306970 + }, + { + "year": 1978, + "value": 310182 + }, + { + "year": 1979, + "value": 313342 + }, + { + "year": 1980, + "value": 316645 + }, + { + "year": 1981, + "value": 318982 + }, + { + "year": 1982, + "value": 325898 + }, + { + "year": 1983, + "value": 330524 + }, + { + "year": 1984, + "value": 330593 + }, + { + "year": 1985, + "value": 336452 + }, + { + "year": 1986, + "value": 342121 + }, + { + "year": 1987, + "value": 344485 + }, + { + "year": 1988, + "value": 347325 + }, + { + "year": 1989, + "value": 350722 + }, + { + "year": 1990, + "value": 354170 + }, + { + "year": 1991, + "value": 363845 + }, + { + "year": 1992, + "value": 367618 + }, + { + "year": 1993, + "value": 371308 + }, + { + "year": 1994, + "value": 374797 + }, + { + "year": 1995, + "value": 377419 + }, + { + "year": 1996, + "value": 379905 + }, + { + "year": 1997, + "value": 382791 + }, + { + "year": 1998, + "value": 385287 + }, + { + "year": 1999, + "value": 387578 + }, + { + "year": 2000, + "value": 390087 + }, + { + "year": 2001, + "value": 393028 + }, + { + "year": 2002, + "value": 395969 + }, + { + "year": 2003, + "value": 398582 + }, + { + "year": 2004, + "value": 401268 + }, + { + "year": 2005, + "value": 403834 + }, + { + "year": 2006, + "value": 405308 + }, + { + "year": 2007, + "value": 406724 + }, + { + "year": 2008, + "value": 409379 + }, + { + "year": 2009, + "value": 412477 + }, + { + "year": 2010, + "value": 414508 + }, + { + "year": 2011, + "value": 416268 + }, + { + "year": 2012, + "value": 420028 + }, + { + "year": 2013, + "value": 425967 + }, + { + "year": 2014, + "value": 434558 + }, + { + "year": 2015, + "value": 445053 + }, + { + "year": 2016, + "value": 455356 + }, + { + "year": 2017, + "value": 467999 + }, + { + "year": 2018, + "value": 484630 + } + ] + }, + "Marshall Islands": { + "population": [ + { + "year": 1960, + "value": 14662 + }, + { + "year": 1961, + "value": 15051 + }, + { + "year": 1962, + "value": 15547 + }, + { + "year": 1963, + "value": 16114 + }, + { + "year": 1964, + "value": 16710 + }, + { + "year": 1965, + "value": 17284 + }, + { + "year": 1966, + "value": 17842 + }, + { + "year": 1967, + "value": 18388 + }, + { + "year": 1968, + "value": 18961 + }, + { + "year": 1969, + "value": 19622 + }, + { + "year": 1970, + "value": 20395 + }, + { + "year": 1971, + "value": 21313 + }, + { + "year": 1972, + "value": 22341 + }, + { + "year": 1973, + "value": 23439 + }, + { + "year": 1974, + "value": 24531 + }, + { + "year": 1975, + "value": 25576 + }, + { + "year": 1976, + "value": 26552 + }, + { + "year": 1977, + "value": 27470 + }, + { + "year": 1978, + "value": 28406 + }, + { + "year": 1979, + "value": 29416 + }, + { + "year": 1980, + "value": 30576 + }, + { + "year": 1981, + "value": 31893 + }, + { + "year": 1982, + "value": 33328 + }, + { + "year": 1983, + "value": 34889 + }, + { + "year": 1984, + "value": 36557 + }, + { + "year": 1985, + "value": 38333 + }, + { + "year": 1986, + "value": 40211 + }, + { + "year": 1987, + "value": 42173 + }, + { + "year": 1988, + "value": 44083 + }, + { + "year": 1989, + "value": 45820 + }, + { + "year": 1990, + "value": 47271 + }, + { + "year": 1991, + "value": 48404 + }, + { + "year": 1992, + "value": 49245 + }, + { + "year": 1993, + "value": 49831 + }, + { + "year": 1994, + "value": 50215 + }, + { + "year": 1995, + "value": 50457 + }, + { + "year": 1996, + "value": 50533 + }, + { + "year": 1997, + "value": 50450 + }, + { + "year": 1998, + "value": 50356 + }, + { + "year": 1999, + "value": 50423 + }, + { + "year": 2000, + "value": 50753 + }, + { + "year": 2001, + "value": 51422 + }, + { + "year": 2002, + "value": 52370 + }, + { + "year": 2003, + "value": 53456 + }, + { + "year": 2004, + "value": 54476 + }, + { + "year": 2005, + "value": 55258 + }, + { + "year": 2006, + "value": 55767 + }, + { + "year": 2007, + "value": 56051 + }, + { + "year": 2008, + "value": 56174 + }, + { + "year": 2009, + "value": 56250 + }, + { + "year": 2010, + "value": 56366 + }, + { + "year": 2011, + "value": 56531 + }, + { + "year": 2012, + "value": 56717 + }, + { + "year": 2013, + "value": 56938 + }, + { + "year": 2014, + "value": 57179 + }, + { + "year": 2015, + "value": 57439 + }, + { + "year": 2016, + "value": 57735 + }, + { + "year": 2017, + "value": 58058 + }, + { + "year": 2018, + "value": 58413 + } + ] + }, + "Mauritania": { + "population": [ + { + "year": 1960, + "value": 850384 + }, + { + "year": 1961, + "value": 875581 + }, + { + "year": 1962, + "value": 901686 + }, + { + "year": 1963, + "value": 928734 + }, + { + "year": 1964, + "value": 956799 + }, + { + "year": 1965, + "value": 985910 + }, + { + "year": 1966, + "value": 1016100 + }, + { + "year": 1967, + "value": 1047344 + }, + { + "year": 1968, + "value": 1079580 + }, + { + "year": 1969, + "value": 1112745 + }, + { + "year": 1970, + "value": 1146780 + }, + { + "year": 1971, + "value": 1181674 + }, + { + "year": 1972, + "value": 1217446 + }, + { + "year": 1973, + "value": 1254157 + }, + { + "year": 1974, + "value": 1291855 + }, + { + "year": 1975, + "value": 1330598 + }, + { + "year": 1976, + "value": 1370357 + }, + { + "year": 1977, + "value": 1411140 + }, + { + "year": 1978, + "value": 1453032 + }, + { + "year": 1979, + "value": 1496185 + }, + { + "year": 1980, + "value": 1540640 + }, + { + "year": 1981, + "value": 1586493 + }, + { + "year": 1982, + "value": 1633652 + }, + { + "year": 1983, + "value": 1681863 + }, + { + "year": 1984, + "value": 1730738 + }, + { + "year": 1985, + "value": 1780030 + }, + { + "year": 1986, + "value": 1829675 + }, + { + "year": 1987, + "value": 1879763 + }, + { + "year": 1988, + "value": 1930433 + }, + { + "year": 1989, + "value": 1981899 + }, + { + "year": 1990, + "value": 2034346 + }, + { + "year": 1991, + "value": 2087912 + }, + { + "year": 1992, + "value": 2142645 + }, + { + "year": 1993, + "value": 2198532 + }, + { + "year": 1994, + "value": 2255516 + }, + { + "year": 1995, + "value": 2313630 + }, + { + "year": 1996, + "value": 2372901 + }, + { + "year": 1997, + "value": 2433563 + }, + { + "year": 1998, + "value": 2496216 + }, + { + "year": 1999, + "value": 2561585 + }, + { + "year": 2000, + "value": 2630219 + }, + { + "year": 2001, + "value": 2702400 + }, + { + "year": 2002, + "value": 2778099 + }, + { + "year": 2003, + "value": 2857148 + }, + { + "year": 2004, + "value": 2939247 + }, + { + "year": 2005, + "value": 3024194 + }, + { + "year": 2006, + "value": 3111906 + }, + { + "year": 2007, + "value": 3202517 + }, + { + "year": 2008, + "value": 3296238 + }, + { + "year": 2009, + "value": 3393409 + }, + { + "year": 2010, + "value": 3494195 + }, + { + "year": 2011, + "value": 3598648 + }, + { + "year": 2012, + "value": 3706554 + }, + { + "year": 2013, + "value": 3817494 + }, + { + "year": 2014, + "value": 3930896 + }, + { + "year": 2015, + "value": 4046301 + }, + { + "year": 2016, + "value": 4163534 + }, + { + "year": 2017, + "value": 4282574 + }, + { + "year": 2018, + "value": 4403319 + } + ] + }, + "Mauritius": { + "population": [ + { + "year": 1960, + "value": 659351 + }, + { + "year": 1961, + "value": 680757 + }, + { + "year": 1962, + "value": 700349 + }, + { + "year": 1963, + "value": 718861 + }, + { + "year": 1964, + "value": 736381 + }, + { + "year": 1965, + "value": 753000 + }, + { + "year": 1966, + "value": 768813 + }, + { + "year": 1967, + "value": 783917 + }, + { + "year": 1968, + "value": 798413 + }, + { + "year": 1969, + "value": 812405 + }, + { + "year": 1970, + "value": 826000 + }, + { + "year": 1971, + "value": 839230 + }, + { + "year": 1972, + "value": 852053 + }, + { + "year": 1973, + "value": 864819 + }, + { + "year": 1974, + "value": 878042 + }, + { + "year": 1975, + "value": 892000 + }, + { + "year": 1976, + "value": 906507 + }, + { + "year": 1977, + "value": 921379 + }, + { + "year": 1978, + "value": 933499 + }, + { + "year": 1979, + "value": 949888 + }, + { + "year": 1980, + "value": 966039 + }, + { + "year": 1981, + "value": 980462 + }, + { + "year": 1982, + "value": 992521 + }, + { + "year": 1983, + "value": 1001691 + }, + { + "year": 1984, + "value": 1012221 + }, + { + "year": 1985, + "value": 1020528 + }, + { + "year": 1986, + "value": 1028360 + }, + { + "year": 1987, + "value": 1036082 + }, + { + "year": 1988, + "value": 1043239 + }, + { + "year": 1989, + "value": 1051260 + }, + { + "year": 1990, + "value": 1058775 + }, + { + "year": 1991, + "value": 1070266 + }, + { + "year": 1992, + "value": 1084441 + }, + { + "year": 1993, + "value": 1097374 + }, + { + "year": 1994, + "value": 1112846 + }, + { + "year": 1995, + "value": 1122457 + }, + { + "year": 1996, + "value": 1133996 + }, + { + "year": 1997, + "value": 1148284 + }, + { + "year": 1998, + "value": 1160421 + }, + { + "year": 1999, + "value": 1175267 + }, + { + "year": 2000, + "value": 1186873 + }, + { + "year": 2001, + "value": 1196287 + }, + { + "year": 2002, + "value": 1204621 + }, + { + "year": 2003, + "value": 1213370 + }, + { + "year": 2004, + "value": 1221003 + }, + { + "year": 2005, + "value": 1228254 + }, + { + "year": 2006, + "value": 1233996 + }, + { + "year": 2007, + "value": 1239630 + }, + { + "year": 2008, + "value": 1244121 + }, + { + "year": 2009, + "value": 1247429 + }, + { + "year": 2010, + "value": 1250400 + }, + { + "year": 2011, + "value": 1252404 + }, + { + "year": 2012, + "value": 1255882 + }, + { + "year": 2013, + "value": 1258653 + }, + { + "year": 2014, + "value": 1260934 + }, + { + "year": 2015, + "value": 1262605 + }, + { + "year": 2016, + "value": 1263473 + }, + { + "year": 2017, + "value": 1264613 + }, + { + "year": 2018, + "value": 1265303 + } + ] + }, + "Mexico": { + "population": [ + { + "year": 1960, + "value": 37771859 + }, + { + "year": 1961, + "value": 38966056 + }, + { + "year": 1962, + "value": 40195319 + }, + { + "year": 1963, + "value": 41462369 + }, + { + "year": 1964, + "value": 42771079 + }, + { + "year": 1965, + "value": 44123853 + }, + { + "year": 1966, + "value": 45519737 + }, + { + "year": 1967, + "value": 46956208 + }, + { + "year": 1968, + "value": 48431972 + }, + { + "year": 1969, + "value": 49945279 + }, + { + "year": 1970, + "value": 51493565 + }, + { + "year": 1971, + "value": 53076373 + }, + { + "year": 1972, + "value": 54689943 + }, + { + "year": 1973, + "value": 56324303 + }, + { + "year": 1974, + "value": 57966804 + }, + { + "year": 1975, + "value": 59607953 + }, + { + "year": 1976, + "value": 61242190 + }, + { + "year": 1977, + "value": 62869903 + }, + { + "year": 1978, + "value": 64494869 + }, + { + "year": 1979, + "value": 66123897 + }, + { + "year": 1980, + "value": 67761372 + }, + { + "year": 1981, + "value": 69407624 + }, + { + "year": 1982, + "value": 71058654 + }, + { + "year": 1983, + "value": 72709299 + }, + { + "year": 1984, + "value": 74352631 + }, + { + "year": 1985, + "value": 75983485 + }, + { + "year": 1986, + "value": 77599098 + }, + { + "year": 1987, + "value": 79200081 + }, + { + "year": 1988, + "value": 80788721 + }, + { + "year": 1989, + "value": 82368931 + }, + { + "year": 1990, + "value": 83943132 + }, + { + "year": 1991, + "value": 85512623 + }, + { + "year": 1992, + "value": 87075138 + }, + { + "year": 1993, + "value": 88625440 + }, + { + "year": 1994, + "value": 90156400 + }, + { + "year": 1995, + "value": 91663285 + }, + { + "year": 1996, + "value": 93147044 + }, + { + "year": 1997, + "value": 94611002 + }, + { + "year": 1998, + "value": 96056321 + }, + { + "year": 1999, + "value": 97484832 + }, + { + "year": 2000, + "value": 98899845 + }, + { + "year": 2001, + "value": 100298153 + }, + { + "year": 2002, + "value": 101684758 + }, + { + "year": 2003, + "value": 103081020 + }, + { + "year": 2004, + "value": 104514932 + }, + { + "year": 2005, + "value": 106005203 + }, + { + "year": 2006, + "value": 107560153 + }, + { + "year": 2007, + "value": 109170502 + }, + { + "year": 2008, + "value": 110815271 + }, + { + "year": 2009, + "value": 112463887 + }, + { + "year": 2010, + "value": 114092963 + }, + { + "year": 2011, + "value": 115695473 + }, + { + "year": 2012, + "value": 117274155 + }, + { + "year": 2013, + "value": 118827161 + }, + { + "year": 2014, + "value": 120355128 + }, + { + "year": 2015, + "value": 121858258 + }, + { + "year": 2016, + "value": 123333376 + }, + { + "year": 2017, + "value": 124777324 + }, + { + "year": 2018, + "value": 126190788 + } + ] + }, + "Micronesia, Fed. Sts.": { + "population": [ + { + "year": 1960, + "value": 44514 + }, + { + "year": 1961, + "value": 45932 + }, + { + "year": 1962, + "value": 47367 + }, + { + "year": 1963, + "value": 48855 + }, + { + "year": 1964, + "value": 50468 + }, + { + "year": 1965, + "value": 52227 + }, + { + "year": 1966, + "value": 54192 + }, + { + "year": 1967, + "value": 56307 + }, + { + "year": 1968, + "value": 58388 + }, + { + "year": 1969, + "value": 60145 + }, + { + "year": 1970, + "value": 61417 + }, + { + "year": 1971, + "value": 62082 + }, + { + "year": 1972, + "value": 62279 + }, + { + "year": 1973, + "value": 62270 + }, + { + "year": 1974, + "value": 62455 + }, + { + "year": 1975, + "value": 63128 + }, + { + "year": 1976, + "value": 64361 + }, + { + "year": 1977, + "value": 66082 + }, + { + "year": 1978, + "value": 68194 + }, + { + "year": 1979, + "value": 70517 + }, + { + "year": 1980, + "value": 72930 + }, + { + "year": 1981, + "value": 75423 + }, + { + "year": 1982, + "value": 78012 + }, + { + "year": 1983, + "value": 80629 + }, + { + "year": 1984, + "value": 83195 + }, + { + "year": 1985, + "value": 85640 + }, + { + "year": 1986, + "value": 87905 + }, + { + "year": 1987, + "value": 89979 + }, + { + "year": 1988, + "value": 91985 + }, + { + "year": 1989, + "value": 94057 + }, + { + "year": 1990, + "value": 96301 + }, + { + "year": 1991, + "value": 98770 + }, + { + "year": 1992, + "value": 101389 + }, + { + "year": 1993, + "value": 103915 + }, + { + "year": 1994, + "value": 106030 + }, + { + "year": 1995, + "value": 107529 + }, + { + "year": 1996, + "value": 108321 + }, + { + "year": 1997, + "value": 108480 + }, + { + "year": 1998, + "value": 108208 + }, + { + "year": 1999, + "value": 107781 + }, + { + "year": 2000, + "value": 107402 + }, + { + "year": 2001, + "value": 107173 + }, + { + "year": 2002, + "value": 107030 + }, + { + "year": 2003, + "value": 106901 + }, + { + "year": 2004, + "value": 106625 + }, + { + "year": 2005, + "value": 106129 + }, + { + "year": 2006, + "value": 105371 + }, + { + "year": 2007, + "value": 104444 + }, + { + "year": 2008, + "value": 103543 + }, + { + "year": 2009, + "value": 102975 + }, + { + "year": 2010, + "value": 102911 + }, + { + "year": 2011, + "value": 103450 + }, + { + "year": 2012, + "value": 104506 + }, + { + "year": 2013, + "value": 105926 + }, + { + "year": 2014, + "value": 107446 + }, + { + "year": 2015, + "value": 108895 + }, + { + "year": 2016, + "value": 110215 + }, + { + "year": 2017, + "value": 111459 + }, + { + "year": 2018, + "value": 112640 + } + ] + }, + "Moldova": { + "population": [ + { + "year": 1960, + "value": 2043664 + }, + { + "year": 1961, + "value": 2092667 + }, + { + "year": 1962, + "value": 2140063 + }, + { + "year": 1963, + "value": 2185050 + }, + { + "year": 1964, + "value": 2228429 + }, + { + "year": 1965, + "value": 2269399 + }, + { + "year": 1966, + "value": 2307959 + }, + { + "year": 1967, + "value": 2344108 + }, + { + "year": 1968, + "value": 2377848 + }, + { + "year": 1969, + "value": 2411588 + }, + { + "year": 1970, + "value": 2445328 + }, + { + "year": 1971, + "value": 2479871 + }, + { + "year": 1972, + "value": 2515217 + }, + { + "year": 1973, + "value": 2549760 + }, + { + "year": 1974, + "value": 2582697 + }, + { + "year": 1975, + "value": 2611616 + }, + { + "year": 1976, + "value": 2638126 + }, + { + "year": 1977, + "value": 2660619 + }, + { + "year": 1978, + "value": 2682309 + }, + { + "year": 1979, + "value": 2703999 + }, + { + "year": 1980, + "value": 2728099 + }, + { + "year": 1981, + "value": 2754609 + }, + { + "year": 1982, + "value": 2782725 + }, + { + "year": 1983, + "value": 2811645 + }, + { + "year": 1984, + "value": 2840565 + }, + { + "year": 1985, + "value": 2867878 + }, + { + "year": 1986, + "value": 2893584 + }, + { + "year": 1987, + "value": 2918487 + }, + { + "year": 1988, + "value": 2940177 + }, + { + "year": 1989, + "value": 2957047 + }, + { + "year": 1990, + "value": 2969097 + }, + { + "year": 1991, + "value": 2975523 + }, + { + "year": 1992, + "value": 2977130 + }, + { + "year": 1993, + "value": 2973114 + }, + { + "year": 1994, + "value": 2964277 + }, + { + "year": 1995, + "value": 2952307 + }, + { + "year": 1996, + "value": 2946401 + }, + { + "year": 1997, + "value": 2935524 + }, + { + "year": 1998, + "value": 2934339 + }, + { + "year": 1999, + "value": 2929735 + }, + { + "year": 2000, + "value": 2923783 + }, + { + "year": 2001, + "value": 2917252 + }, + { + "year": 2002, + "value": 2910504 + }, + { + "year": 2003, + "value": 2902320 + }, + { + "year": 2004, + "value": 2895147 + }, + { + "year": 2005, + "value": 2888111 + }, + { + "year": 2006, + "value": 2880095 + }, + { + "year": 2007, + "value": 2873429 + }, + { + "year": 2008, + "value": 2867964 + }, + { + "year": 2009, + "value": 2864346 + }, + { + "year": 2010, + "value": 2861487 + }, + { + "year": 2011, + "value": 2859833 + }, + { + "year": 2012, + "value": 2859458 + }, + { + "year": 2013, + "value": 2858692 + }, + { + "year": 2014, + "value": 2856950 + }, + { + "year": 2015, + "value": 2834530 + }, + { + "year": 2016, + "value": 2802170 + }, + { + "year": 2017, + "value": 2755158 + }, + { + "year": 2018, + "value": 2706049 + } + ] + }, + "Monaco": { + "population": [ + { + "year": 1960, + "value": 22452 + }, + { + "year": 1961, + "value": 22808 + }, + { + "year": 1962, + "value": 23039 + }, + { + "year": 1963, + "value": 23168 + }, + { + "year": 1964, + "value": 23236 + }, + { + "year": 1965, + "value": 23282 + }, + { + "year": 1966, + "value": 23305 + }, + { + "year": 1967, + "value": 23292 + }, + { + "year": 1968, + "value": 23304 + }, + { + "year": 1969, + "value": 23346 + }, + { + "year": 1970, + "value": 23484 + }, + { + "year": 1971, + "value": 23721 + }, + { + "year": 1972, + "value": 24051 + }, + { + "year": 1973, + "value": 24439 + }, + { + "year": 1974, + "value": 24836 + }, + { + "year": 1975, + "value": 25198 + }, + { + "year": 1976, + "value": 25524 + }, + { + "year": 1977, + "value": 25809 + }, + { + "year": 1978, + "value": 26087 + }, + { + "year": 1979, + "value": 26394 + }, + { + "year": 1980, + "value": 26745 + }, + { + "year": 1981, + "value": 27162 + }, + { + "year": 1982, + "value": 27627 + }, + { + "year": 1983, + "value": 28097 + }, + { + "year": 1984, + "value": 28510 + }, + { + "year": 1985, + "value": 28832 + }, + { + "year": 1986, + "value": 29041 + }, + { + "year": 1987, + "value": 29168 + }, + { + "year": 1988, + "value": 29229 + }, + { + "year": 1989, + "value": 29305 + }, + { + "year": 1990, + "value": 29438 + }, + { + "year": 1991, + "value": 29622 + }, + { + "year": 1992, + "value": 29865 + }, + { + "year": 1993, + "value": 30146 + }, + { + "year": 1994, + "value": 30435 + }, + { + "year": 1995, + "value": 30716 + }, + { + "year": 1996, + "value": 30995 + }, + { + "year": 1997, + "value": 31280 + }, + { + "year": 1998, + "value": 31556 + }, + { + "year": 1999, + "value": 31844 + }, + { + "year": 2000, + "value": 32147 + }, + { + "year": 2001, + "value": 32470 + }, + { + "year": 2002, + "value": 32806 + }, + { + "year": 2003, + "value": 33153 + }, + { + "year": 2004, + "value": 33500 + }, + { + "year": 2005, + "value": 33843 + }, + { + "year": 2006, + "value": 34190 + }, + { + "year": 2007, + "value": 34525 + }, + { + "year": 2008, + "value": 34872 + }, + { + "year": 2009, + "value": 35226 + }, + { + "year": 2010, + "value": 35612 + }, + { + "year": 2011, + "value": 36024 + }, + { + "year": 2012, + "value": 36460 + }, + { + "year": 2013, + "value": 36901 + }, + { + "year": 2014, + "value": 37322 + }, + { + "year": 2015, + "value": 37718 + }, + { + "year": 2016, + "value": 38070 + }, + { + "year": 2017, + "value": 38392 + }, + { + "year": 2018, + "value": 38682 + } + ] + }, + "Mongolia": { + "population": [ + { + "year": 1960, + "value": 955505 + }, + { + "year": 1961, + "value": 982178 + }, + { + "year": 1962, + "value": 1011324 + }, + { + "year": 1963, + "value": 1042383 + }, + { + "year": 1964, + "value": 1074514 + }, + { + "year": 1965, + "value": 1107124 + }, + { + "year": 1966, + "value": 1139961 + }, + { + "year": 1967, + "value": 1173191 + }, + { + "year": 1968, + "value": 1207104 + }, + { + "year": 1969, + "value": 1242214 + }, + { + "year": 1970, + "value": 1278825 + }, + { + "year": 1971, + "value": 1317050 + }, + { + "year": 1972, + "value": 1356670 + }, + { + "year": 1973, + "value": 1397304 + }, + { + "year": 1974, + "value": 1438425 + }, + { + "year": 1975, + "value": 1479651 + }, + { + "year": 1976, + "value": 1520865 + }, + { + "year": 1977, + "value": 1562209 + }, + { + "year": 1978, + "value": 1603906 + }, + { + "year": 1979, + "value": 1646291 + }, + { + "year": 1980, + "value": 1689622 + }, + { + "year": 1981, + "value": 1733475 + }, + { + "year": 1982, + "value": 1777727 + }, + { + "year": 1983, + "value": 1823216 + }, + { + "year": 1984, + "value": 1871090 + }, + { + "year": 1985, + "value": 1921881 + }, + { + "year": 1986, + "value": 1976310 + }, + { + "year": 1987, + "value": 2033344 + }, + { + "year": 1988, + "value": 2089715 + }, + { + "year": 1989, + "value": 2141011 + }, + { + "year": 1990, + "value": 2184145 + }, + { + "year": 1991, + "value": 2217917 + }, + { + "year": 1992, + "value": 2243495 + }, + { + "year": 1993, + "value": 2263186 + }, + { + "year": 1994, + "value": 2280479 + }, + { + "year": 1995, + "value": 2298020 + }, + { + "year": 1996, + "value": 2316568 + }, + { + "year": 1997, + "value": 2335734 + }, + { + "year": 1998, + "value": 2355664 + }, + { + "year": 1999, + "value": 2376225 + }, + { + "year": 2000, + "value": 2397418 + }, + { + "year": 2001, + "value": 2419588 + }, + { + "year": 2002, + "value": 2443271 + }, + { + "year": 2003, + "value": 2468762 + }, + { + "year": 2004, + "value": 2496391 + }, + { + "year": 2005, + "value": 2526424 + }, + { + "year": 2006, + "value": 2558856 + }, + { + "year": 2007, + "value": 2593820 + }, + { + "year": 2008, + "value": 2631898 + }, + { + "year": 2009, + "value": 2673796 + }, + { + "year": 2010, + "value": 2719896 + }, + { + "year": 2011, + "value": 2770362 + }, + { + "year": 2012, + "value": 2824699 + }, + { + "year": 2013, + "value": 2881792 + }, + { + "year": 2014, + "value": 2940108 + }, + { + "year": 2015, + "value": 2998439 + }, + { + "year": 2016, + "value": 3056359 + }, + { + "year": 2017, + "value": 3113779 + }, + { + "year": 2018, + "value": 3170208 + } + ] + }, + "Montenegro": { + "population": [ + { + "year": 1960, + "value": 480579 + }, + { + "year": 1961, + "value": 491140 + }, + { + "year": 1962, + "value": 502558 + }, + { + "year": 1963, + "value": 513409 + }, + { + "year": 1964, + "value": 521753 + }, + { + "year": 1965, + "value": 526327 + }, + { + "year": 1966, + "value": 526419 + }, + { + "year": 1967, + "value": 522796 + }, + { + "year": 1968, + "value": 517481 + }, + { + "year": 1969, + "value": 513340 + }, + { + "year": 1970, + "value": 512407 + }, + { + "year": 1971, + "value": 515449 + }, + { + "year": 1972, + "value": 521785 + }, + { + "year": 1973, + "value": 530220 + }, + { + "year": 1974, + "value": 538902 + }, + { + "year": 1975, + "value": 546487 + }, + { + "year": 1976, + "value": 552562 + }, + { + "year": 1977, + "value": 557576 + }, + { + "year": 1978, + "value": 562065 + }, + { + "year": 1979, + "value": 566888 + }, + { + "year": 1980, + "value": 572608 + }, + { + "year": 1981, + "value": 579445 + }, + { + "year": 1982, + "value": 587001 + }, + { + "year": 1983, + "value": 594506 + }, + { + "year": 1984, + "value": 600884 + }, + { + "year": 1985, + "value": 605398 + }, + { + "year": 1986, + "value": 607711 + }, + { + "year": 1987, + "value": 608144 + }, + { + "year": 1988, + "value": 607413 + }, + { + "year": 1989, + "value": 606571 + }, + { + "year": 1990, + "value": 606372 + }, + { + "year": 1991, + "value": 607105 + }, + { + "year": 1992, + "value": 608516 + }, + { + "year": 1993, + "value": 610170 + }, + { + "year": 1994, + "value": 611389 + }, + { + "year": 1995, + "value": 611712 + }, + { + "year": 1996, + "value": 611003 + }, + { + "year": 1997, + "value": 609520 + }, + { + "year": 1998, + "value": 607662 + }, + { + "year": 1999, + "value": 606001 + }, + { + "year": 2000, + "value": 604950 + }, + { + "year": 2001, + "value": 607389 + }, + { + "year": 2002, + "value": 609828 + }, + { + "year": 2003, + "value": 612267 + }, + { + "year": 2004, + "value": 613353 + }, + { + "year": 2005, + "value": 614261 + }, + { + "year": 2006, + "value": 615025 + }, + { + "year": 2007, + "value": 615875 + }, + { + "year": 2008, + "value": 616969 + }, + { + "year": 2009, + "value": 618294 + }, + { + "year": 2010, + "value": 619428 + }, + { + "year": 2011, + "value": 620079 + }, + { + "year": 2012, + "value": 620601 + }, + { + "year": 2013, + "value": 621207 + }, + { + "year": 2014, + "value": 621810 + }, + { + "year": 2015, + "value": 622159 + }, + { + "year": 2016, + "value": 622303 + }, + { + "year": 2017, + "value": 622373 + }, + { + "year": 2018, + "value": 622227 + } + ] + }, + "Morocco": { + "population": [ + { + "year": 1960, + "value": 12328532 + }, + { + "year": 1961, + "value": 12710581 + }, + { + "year": 1962, + "value": 13094888 + }, + { + "year": 1963, + "value": 13478423 + }, + { + "year": 1964, + "value": 13857649 + }, + { + "year": 1965, + "value": 14230163 + }, + { + "year": 1966, + "value": 14595350 + }, + { + "year": 1967, + "value": 14954031 + }, + { + "year": 1968, + "value": 15307273 + }, + { + "year": 1969, + "value": 15656843 + }, + { + "year": 1970, + "value": 16004731 + }, + { + "year": 1971, + "value": 16350881 + }, + { + "year": 1972, + "value": 16696891 + }, + { + "year": 1973, + "value": 17048518 + }, + { + "year": 1974, + "value": 17413144 + }, + { + "year": 1975, + "value": 17796164 + }, + { + "year": 1976, + "value": 18198844 + }, + { + "year": 1977, + "value": 18620093 + }, + { + "year": 1978, + "value": 19059770 + }, + { + "year": 1979, + "value": 19516942 + }, + { + "year": 1980, + "value": 19990012 + }, + { + "year": 1981, + "value": 20479715 + }, + { + "year": 1982, + "value": 20984009 + }, + { + "year": 1983, + "value": 21495086 + }, + { + "year": 1984, + "value": 22002643 + }, + { + "year": 1985, + "value": 22499110 + }, + { + "year": 1986, + "value": 22980335 + }, + { + "year": 1987, + "value": 23447252 + }, + { + "year": 1988, + "value": 23903592 + }, + { + "year": 1989, + "value": 24355619 + }, + { + "year": 1990, + "value": 24807462 + }, + { + "year": 1991, + "value": 25260404 + }, + { + "year": 1992, + "value": 25711406 + }, + { + "year": 1993, + "value": 26155203 + }, + { + "year": 1994, + "value": 26584478 + }, + { + "year": 1995, + "value": 26994250 + }, + { + "year": 1996, + "value": 27383473 + }, + { + "year": 1997, + "value": 27754571 + }, + { + "year": 1998, + "value": 28110443 + }, + { + "year": 1999, + "value": 28455509 + }, + { + "year": 2000, + "value": 28793679 + }, + { + "year": 2001, + "value": 29126330 + }, + { + "year": 2002, + "value": 29454768 + }, + { + "year": 2003, + "value": 29782884 + }, + { + "year": 2004, + "value": 30115214 + }, + { + "year": 2005, + "value": 30455561 + }, + { + "year": 2006, + "value": 30804683 + }, + { + "year": 2007, + "value": 31163673 + }, + { + "year": 2008, + "value": 31536811 + }, + { + "year": 2009, + "value": 31929087 + }, + { + "year": 2010, + "value": 32343389 + }, + { + "year": 2011, + "value": 32781850 + }, + { + "year": 2012, + "value": 33241898 + }, + { + "year": 2013, + "value": 33715693 + }, + { + "year": 2014, + "value": 34192347 + }, + { + "year": 2015, + "value": 34663603 + }, + { + "year": 2016, + "value": 35126296 + }, + { + "year": 2017, + "value": 35581294 + }, + { + "year": 2018, + "value": 36029138 + } + ] + }, + "Mozambique": { + "population": [ + { + "year": 1960, + "value": 7184869 + }, + { + "year": 1961, + "value": 7342111 + }, + { + "year": 1962, + "value": 7507303 + }, + { + "year": 1963, + "value": 7679458 + }, + { + "year": 1964, + "value": 7857104 + }, + { + "year": 1965, + "value": 8039215 + }, + { + "year": 1966, + "value": 8225921 + }, + { + "year": 1967, + "value": 8417702 + }, + { + "year": 1968, + "value": 8614447 + }, + { + "year": 1969, + "value": 8816057 + }, + { + "year": 1970, + "value": 9022741 + }, + { + "year": 1971, + "value": 9232655 + }, + { + "year": 1972, + "value": 9446240 + }, + { + "year": 1973, + "value": 9668657 + }, + { + "year": 1974, + "value": 9906965 + }, + { + "year": 1975, + "value": 10165215 + }, + { + "year": 1976, + "value": 10443953 + }, + { + "year": 1977, + "value": 10738533 + }, + { + "year": 1978, + "value": 11041204 + }, + { + "year": 1979, + "value": 11341402 + }, + { + "year": 1980, + "value": 11630194 + }, + { + "year": 1981, + "value": 11913088 + }, + { + "year": 1982, + "value": 12189824 + }, + { + "year": 1983, + "value": 12439762 + }, + { + "year": 1984, + "value": 12636116 + }, + { + "year": 1985, + "value": 12764387 + }, + { + "year": 1986, + "value": 12808558 + }, + { + "year": 1987, + "value": 12786349 + }, + { + "year": 1988, + "value": 12758008 + }, + { + "year": 1989, + "value": 12805946 + }, + { + "year": 1990, + "value": 12987292 + }, + { + "year": 1991, + "value": 13328032 + }, + { + "year": 1992, + "value": 13806001 + }, + { + "year": 1993, + "value": 14370946 + }, + { + "year": 1994, + "value": 14948048 + }, + { + "year": 1995, + "value": 15483286 + }, + { + "year": 1996, + "value": 15960442 + }, + { + "year": 1997, + "value": 16397183 + }, + { + "year": 1998, + "value": 16813949 + }, + { + "year": 1999, + "value": 17244188 + }, + { + "year": 2000, + "value": 17711927 + }, + { + "year": 2001, + "value": 18221888 + }, + { + "year": 2002, + "value": 18764155 + }, + { + "year": 2003, + "value": 19331100 + }, + { + "year": 2004, + "value": 19910552 + }, + { + "year": 2005, + "value": 20493925 + }, + { + "year": 2006, + "value": 21080110 + }, + { + "year": 2007, + "value": 21673316 + }, + { + "year": 2008, + "value": 22276596 + }, + { + "year": 2009, + "value": 22894710 + }, + { + "year": 2010, + "value": 23531574 + }, + { + "year": 2011, + "value": 24187487 + }, + { + "year": 2012, + "value": 24862648 + }, + { + "year": 2013, + "value": 25560725 + }, + { + "year": 2014, + "value": 26286163 + }, + { + "year": 2015, + "value": 27042002 + }, + { + "year": 2016, + "value": 27829942 + }, + { + "year": 2017, + "value": 28649007 + }, + { + "year": 2018, + "value": 29495962 + } + ] + }, + "Myanmar": { + "population": [ + { + "year": 1960, + "value": 21736942 + }, + { + "year": 1961, + "value": 22211624 + }, + { + "year": 1962, + "value": 22697667 + }, + { + "year": 1963, + "value": 23198241 + }, + { + "year": 1964, + "value": 23717788 + }, + { + "year": 1965, + "value": 24259359 + }, + { + "year": 1966, + "value": 24823940 + }, + { + "year": 1967, + "value": 25410060 + }, + { + "year": 1968, + "value": 26015248 + }, + { + "year": 1969, + "value": 26635849 + }, + { + "year": 1970, + "value": 27269069 + }, + { + "year": 1971, + "value": 27913750 + }, + { + "year": 1972, + "value": 28570097 + }, + { + "year": 1973, + "value": 29238168 + }, + { + "year": 1974, + "value": 29918461 + }, + { + "year": 1975, + "value": 30611095 + }, + { + "year": 1976, + "value": 31314341 + }, + { + "year": 1977, + "value": 32026742 + }, + { + "year": 1978, + "value": 32748784 + }, + { + "year": 1979, + "value": 33481396 + }, + { + "year": 1980, + "value": 34224313 + }, + { + "year": 1981, + "value": 34976462 + }, + { + "year": 1982, + "value": 35734272 + }, + { + "year": 1983, + "value": 36491800 + }, + { + "year": 1984, + "value": 37241527 + }, + { + "year": 1985, + "value": 37977086 + }, + { + "year": 1986, + "value": 38698482 + }, + { + "year": 1987, + "value": 39404335 + }, + { + "year": 1988, + "value": 40085651 + }, + { + "year": 1989, + "value": 40731426 + }, + { + "year": 1990, + "value": 41335199 + }, + { + "year": 1991, + "value": 41890197 + }, + { + "year": 1992, + "value": 42401684 + }, + { + "year": 1993, + "value": 42890002 + }, + { + "year": 1994, + "value": 43383428 + }, + { + "year": 1995, + "value": 43901598 + }, + { + "year": 1996, + "value": 44452206 + }, + { + "year": 1997, + "value": 45027233 + }, + { + "year": 1998, + "value": 45611220 + }, + { + "year": 1999, + "value": 46181077 + }, + { + "year": 2000, + "value": 46719701 + }, + { + "year": 2001, + "value": 47225120 + }, + { + "year": 2002, + "value": 47702171 + }, + { + "year": 2003, + "value": 48148902 + }, + { + "year": 2004, + "value": 48564484 + }, + { + "year": 2005, + "value": 48949924 + }, + { + "year": 2006, + "value": 49301050 + }, + { + "year": 2007, + "value": 49621475 + }, + { + "year": 2008, + "value": 49929642 + }, + { + "year": 2009, + "value": 50250367 + }, + { + "year": 2010, + "value": 50600818 + }, + { + "year": 2011, + "value": 50990615 + }, + { + "year": 2012, + "value": 51413698 + }, + { + "year": 2013, + "value": 51852451 + }, + { + "year": 2014, + "value": 52280807 + }, + { + "year": 2015, + "value": 52680726 + }, + { + "year": 2016, + "value": 53045226 + }, + { + "year": 2017, + "value": 53382581 + }, + { + "year": 2018, + "value": 53708395 + } + ] + }, + "Namibia": { + "population": [ + { + "year": 1960, + "value": 634142 + }, + { + "year": 1961, + "value": 649279 + }, + { + "year": 1962, + "value": 665115 + }, + { + "year": 1963, + "value": 681637 + }, + { + "year": 1964, + "value": 698796 + }, + { + "year": 1965, + "value": 716584 + }, + { + "year": 1966, + "value": 734867 + }, + { + "year": 1967, + "value": 753688 + }, + { + "year": 1968, + "value": 773422 + }, + { + "year": 1969, + "value": 794588 + }, + { + "year": 1970, + "value": 817469 + }, + { + "year": 1971, + "value": 842354 + }, + { + "year": 1972, + "value": 868958 + }, + { + "year": 1973, + "value": 896266 + }, + { + "year": 1974, + "value": 922903 + }, + { + "year": 1975, + "value": 947921 + }, + { + "year": 1976, + "value": 971121 + }, + { + "year": 1977, + "value": 992956 + }, + { + "year": 1978, + "value": 1014057 + }, + { + "year": 1979, + "value": 1035381 + }, + { + "year": 1980, + "value": 1057727 + }, + { + "year": 1981, + "value": 1080941 + }, + { + "year": 1982, + "value": 1105104 + }, + { + "year": 1983, + "value": 1131632 + }, + { + "year": 1984, + "value": 1162279 + }, + { + "year": 1985, + "value": 1198148 + }, + { + "year": 1986, + "value": 1239928 + }, + { + "year": 1987, + "value": 1286797 + }, + { + "year": 1988, + "value": 1336536 + }, + { + "year": 1989, + "value": 1386010 + }, + { + "year": 1990, + "value": 1432905 + }, + { + "year": 1991, + "value": 1476388 + }, + { + "year": 1992, + "value": 1516958 + }, + { + "year": 1993, + "value": 1555101 + }, + { + "year": 1994, + "value": 1591822 + }, + { + "year": 1995, + "value": 1627865 + }, + { + "year": 1996, + "value": 1663378 + }, + { + "year": 1997, + "value": 1698032 + }, + { + "year": 1998, + "value": 1731639 + }, + { + "year": 1999, + "value": 1763859 + }, + { + "year": 2000, + "value": 1794571 + }, + { + "year": 2001, + "value": 1823672 + }, + { + "year": 2002, + "value": 1851523 + }, + { + "year": 2003, + "value": 1879117 + }, + { + "year": 2004, + "value": 1907745 + }, + { + "year": 2005, + "value": 1938320 + }, + { + "year": 2006, + "value": 1971317 + }, + { + "year": 2007, + "value": 2006514 + }, + { + "year": 2008, + "value": 2043394 + }, + { + "year": 2009, + "value": 2081044 + }, + { + "year": 2010, + "value": 2118874 + }, + { + "year": 2011, + "value": 2156701 + }, + { + "year": 2012, + "value": 2194784 + }, + { + "year": 2013, + "value": 2233510 + }, + { + "year": 2014, + "value": 2273430 + }, + { + "year": 2015, + "value": 2314904 + }, + { + "year": 2016, + "value": 2358041 + }, + { + "year": 2017, + "value": 2402603 + }, + { + "year": 2018, + "value": 2448255 + } + ] + }, + "Nauru": { + "population": [ + { + "year": 1960, + "value": 4375 + }, + { + "year": 1961, + "value": 4632 + }, + { + "year": 1962, + "value": 4944 + }, + { + "year": 1963, + "value": 5275 + }, + { + "year": 1964, + "value": 5592 + }, + { + "year": 1965, + "value": 5856 + }, + { + "year": 1966, + "value": 6067 + }, + { + "year": 1967, + "value": 6223 + }, + { + "year": 1968, + "value": 6337 + }, + { + "year": 1969, + "value": 6441 + }, + { + "year": 1970, + "value": 6552 + }, + { + "year": 1971, + "value": 6678 + }, + { + "year": 1972, + "value": 6803 + }, + { + "year": 1973, + "value": 6928 + }, + { + "year": 1974, + "value": 7058 + }, + { + "year": 1975, + "value": 7175 + }, + { + "year": 1976, + "value": 7286 + }, + { + "year": 1977, + "value": 7399 + }, + { + "year": 1978, + "value": 7503 + }, + { + "year": 1979, + "value": 7616 + }, + { + "year": 1980, + "value": 7741 + }, + { + "year": 1981, + "value": 7875 + }, + { + "year": 1982, + "value": 8018 + }, + { + "year": 1983, + "value": 8171 + }, + { + "year": 1984, + "value": 8328 + }, + { + "year": 1985, + "value": 8501 + }, + { + "year": 1986, + "value": 8683 + }, + { + "year": 1987, + "value": 8865 + }, + { + "year": 1988, + "value": 9062 + }, + { + "year": 1989, + "value": 9278 + }, + { + "year": 1990, + "value": 9505 + }, + { + "year": 1991, + "value": 9764 + }, + { + "year": 1992, + "value": 10030 + }, + { + "year": 1993, + "value": 10287 + }, + { + "year": 1994, + "value": 10498 + }, + { + "year": 1995, + "value": 10628 + }, + { + "year": 1996, + "value": 10672 + }, + { + "year": 1997, + "value": 10647 + }, + { + "year": 1998, + "value": 10565 + }, + { + "year": 1999, + "value": 10449 + }, + { + "year": 2000, + "value": 10337 + }, + { + "year": 2001, + "value": 10215 + }, + { + "year": 2002, + "value": 10102 + }, + { + "year": 2003, + "value": 9994 + }, + { + "year": 2004, + "value": 9902 + }, + { + "year": 2005, + "value": 9849 + }, + { + "year": 2006, + "value": 9828 + }, + { + "year": 2007, + "value": 9842 + }, + { + "year": 2008, + "value": 9891 + }, + { + "year": 2009, + "value": 9939 + }, + { + "year": 2010, + "value": 10005 + }, + { + "year": 2011, + "value": 10057 + }, + { + "year": 2012, + "value": 10279 + }, + { + "year": 2013, + "value": 10821 + }, + { + "year": 2014, + "value": 11853 + }, + { + "year": 2015, + "value": 12475 + }, + { + "year": 2016, + "value": 13049 + }, + { + "year": 2017, + "value": 12876 + }, + { + "year": 2018, + "value": 12704 + } + ] + }, + "Nepal": { + "population": [ + { + "year": 1960, + "value": 10105050 + }, + { + "year": 1961, + "value": 10267264 + }, + { + "year": 1962, + "value": 10433145 + }, + { + "year": 1963, + "value": 10604621 + }, + { + "year": 1964, + "value": 10783967 + }, + { + "year": 1965, + "value": 10972912 + }, + { + "year": 1966, + "value": 11172529 + }, + { + "year": 1967, + "value": 11382967 + }, + { + "year": 1968, + "value": 11603928 + }, + { + "year": 1969, + "value": 11834654 + }, + { + "year": 1970, + "value": 12074626 + }, + { + "year": 1971, + "value": 12323982 + }, + { + "year": 1972, + "value": 12583140 + }, + { + "year": 1973, + "value": 12852206 + }, + { + "year": 1974, + "value": 13131260 + }, + { + "year": 1975, + "value": 13420369 + }, + { + "year": 1976, + "value": 13719471 + }, + { + "year": 1977, + "value": 14028536 + }, + { + "year": 1978, + "value": 14347641 + }, + { + "year": 1979, + "value": 14676929 + }, + { + "year": 1980, + "value": 15016402 + }, + { + "year": 1981, + "value": 15367230 + }, + { + "year": 1982, + "value": 15729431 + }, + { + "year": 1983, + "value": 16100617 + }, + { + "year": 1984, + "value": 16477473 + }, + { + "year": 1985, + "value": 16858310 + }, + { + "year": 1986, + "value": 17239673 + }, + { + "year": 1987, + "value": 17623693 + }, + { + "year": 1988, + "value": 18020753 + }, + { + "year": 1989, + "value": 18445028 + }, + { + "year": 1990, + "value": 18905478 + }, + { + "year": 1991, + "value": 19405504 + }, + { + "year": 1992, + "value": 19938320 + }, + { + "year": 1993, + "value": 20489975 + }, + { + "year": 1994, + "value": 21040904 + }, + { + "year": 1995, + "value": 21576071 + }, + { + "year": 1996, + "value": 22090352 + }, + { + "year": 1997, + "value": 22584775 + }, + { + "year": 1998, + "value": 23057883 + }, + { + "year": 1999, + "value": 23509964 + }, + { + "year": 2000, + "value": 23941110 + }, + { + "year": 2001, + "value": 24347106 + }, + { + "year": 2002, + "value": 24725627 + }, + { + "year": 2003, + "value": 25080872 + }, + { + "year": 2004, + "value": 25419344 + }, + { + "year": 2005, + "value": 25744500 + }, + { + "year": 2006, + "value": 26066693 + }, + { + "year": 2007, + "value": 26382581 + }, + { + "year": 2008, + "value": 26666576 + }, + { + "year": 2009, + "value": 26883535 + }, + { + "year": 2010, + "value": 27013212 + }, + { + "year": 2011, + "value": 27041437 + }, + { + "year": 2012, + "value": 26989862 + }, + { + "year": 2013, + "value": 26917906 + }, + { + "year": 2014, + "value": 26906926 + }, + { + "year": 2015, + "value": 27015031 + }, + { + "year": 2016, + "value": 27261131 + }, + { + "year": 2017, + "value": 27627124 + }, + { + "year": 2018, + "value": 28087871 + } + ] + }, + "Netherlands": { + "population": [ + { + "year": 1960, + "value": 11486631 + }, + { + "year": 1961, + "value": 11638712 + }, + { + "year": 1962, + "value": 11805689 + }, + { + "year": 1963, + "value": 11965966 + }, + { + "year": 1964, + "value": 12127120 + }, + { + "year": 1965, + "value": 12294732 + }, + { + "year": 1966, + "value": 12456251 + }, + { + "year": 1967, + "value": 12598201 + }, + { + "year": 1968, + "value": 12729721 + }, + { + "year": 1969, + "value": 12877984 + }, + { + "year": 1970, + "value": 13038526 + }, + { + "year": 1971, + "value": 13194497 + }, + { + "year": 1972, + "value": 13328593 + }, + { + "year": 1973, + "value": 13439322 + }, + { + "year": 1974, + "value": 13545056 + }, + { + "year": 1975, + "value": 13666335 + }, + { + "year": 1976, + "value": 13774037 + }, + { + "year": 1977, + "value": 13856185 + }, + { + "year": 1978, + "value": 13941700 + }, + { + "year": 1979, + "value": 14038270 + }, + { + "year": 1980, + "value": 14149800 + }, + { + "year": 1981, + "value": 14247208 + }, + { + "year": 1982, + "value": 14312690 + }, + { + "year": 1983, + "value": 14367070 + }, + { + "year": 1984, + "value": 14424211 + }, + { + "year": 1985, + "value": 14491632 + }, + { + "year": 1986, + "value": 14572278 + }, + { + "year": 1987, + "value": 14665037 + }, + { + "year": 1988, + "value": 14760094 + }, + { + "year": 1989, + "value": 14848907 + }, + { + "year": 1990, + "value": 14951510 + }, + { + "year": 1991, + "value": 15069798 + }, + { + "year": 1992, + "value": 15184166 + }, + { + "year": 1993, + "value": 15290368 + }, + { + "year": 1994, + "value": 15382838 + }, + { + "year": 1995, + "value": 15459006 + }, + { + "year": 1996, + "value": 15530498 + }, + { + "year": 1997, + "value": 15610650 + }, + { + "year": 1998, + "value": 15707209 + }, + { + "year": 1999, + "value": 15812088 + }, + { + "year": 2000, + "value": 15925513 + }, + { + "year": 2001, + "value": 16046180 + }, + { + "year": 2002, + "value": 16148929 + }, + { + "year": 2003, + "value": 16225302 + }, + { + "year": 2004, + "value": 16281779 + }, + { + "year": 2005, + "value": 16319868 + }, + { + "year": 2006, + "value": 16346101 + }, + { + "year": 2007, + "value": 16381696 + }, + { + "year": 2008, + "value": 16445593 + }, + { + "year": 2009, + "value": 16530388 + }, + { + "year": 2010, + "value": 16615394 + }, + { + "year": 2011, + "value": 16693074 + }, + { + "year": 2012, + "value": 16754962 + }, + { + "year": 2013, + "value": 16804432 + }, + { + "year": 2014, + "value": 16865008 + }, + { + "year": 2015, + "value": 16939923 + }, + { + "year": 2016, + "value": 17030314 + }, + { + "year": 2017, + "value": 17131296 + }, + { + "year": 2018, + "value": 17231624 + } + ] + }, + "New Caledonia": { + "population": [ + { + "year": 1960, + "value": 79000 + }, + { + "year": 1961, + "value": 81200 + }, + { + "year": 1962, + "value": 83400 + }, + { + "year": 1963, + "value": 85700 + }, + { + "year": 1964, + "value": 88100 + }, + { + "year": 1965, + "value": 90500 + }, + { + "year": 1966, + "value": 93500 + }, + { + "year": 1967, + "value": 96500 + }, + { + "year": 1968, + "value": 99500 + }, + { + "year": 1969, + "value": 104000 + }, + { + "year": 1970, + "value": 112000 + }, + { + "year": 1971, + "value": 120000 + }, + { + "year": 1972, + "value": 125500 + }, + { + "year": 1973, + "value": 128500 + }, + { + "year": 1974, + "value": 131000 + }, + { + "year": 1975, + "value": 132500 + }, + { + "year": 1976, + "value": 134000 + }, + { + "year": 1977, + "value": 136000 + }, + { + "year": 1978, + "value": 137500 + }, + { + "year": 1979, + "value": 138500 + }, + { + "year": 1980, + "value": 140050 + }, + { + "year": 1981, + "value": 142650 + }, + { + "year": 1982, + "value": 145700 + }, + { + "year": 1983, + "value": 148700 + }, + { + "year": 1984, + "value": 151650 + }, + { + "year": 1985, + "value": 154450 + }, + { + "year": 1986, + "value": 157350 + }, + { + "year": 1987, + "value": 160500 + }, + { + "year": 1988, + "value": 163650 + }, + { + "year": 1989, + "value": 166898 + }, + { + "year": 1990, + "value": 170899 + }, + { + "year": 1991, + "value": 175362 + }, + { + "year": 1992, + "value": 179799 + }, + { + "year": 1993, + "value": 184496 + }, + { + "year": 1994, + "value": 189482 + }, + { + "year": 1995, + "value": 193816 + }, + { + "year": 1996, + "value": 197564 + }, + { + "year": 1997, + "value": 201418 + }, + { + "year": 1998, + "value": 205279 + }, + { + "year": 1999, + "value": 209214 + }, + { + "year": 2000, + "value": 213230 + }, + { + "year": 2001, + "value": 217324 + }, + { + "year": 2002, + "value": 221490 + }, + { + "year": 2003, + "value": 225296 + }, + { + "year": 2004, + "value": 228750 + }, + { + "year": 2005, + "value": 232250 + }, + { + "year": 2006, + "value": 235750 + }, + { + "year": 2007, + "value": 239250 + }, + { + "year": 2008, + "value": 242750 + }, + { + "year": 2009, + "value": 245950 + }, + { + "year": 2010, + "value": 249750 + }, + { + "year": 2011, + "value": 254350 + }, + { + "year": 2012, + "value": 259000 + }, + { + "year": 2013, + "value": 263650 + }, + { + "year": 2014, + "value": 268050 + }, + { + "year": 2015, + "value": 272400 + }, + { + "year": 2016, + "value": 276550 + }, + { + "year": 2017, + "value": 280350 + }, + { + "year": 2018, + "value": 284060 + } + ] + }, + "New Zealand": { + "population": [ + { + "year": 1960, + "value": 2371800 + }, + { + "year": 1961, + "value": 2419700 + }, + { + "year": 1962, + "value": 2482000 + }, + { + "year": 1963, + "value": 2531800 + }, + { + "year": 1964, + "value": 2585400 + }, + { + "year": 1965, + "value": 2628400 + }, + { + "year": 1966, + "value": 2675900 + }, + { + "year": 1967, + "value": 2724100 + }, + { + "year": 1968, + "value": 2748100 + }, + { + "year": 1969, + "value": 2772800 + }, + { + "year": 1970, + "value": 2810700 + }, + { + "year": 1971, + "value": 2853000 + }, + { + "year": 1972, + "value": 2903900 + }, + { + "year": 1973, + "value": 2961300 + }, + { + "year": 1974, + "value": 3023700 + }, + { + "year": 1975, + "value": 3083100 + }, + { + "year": 1976, + "value": 3110500 + }, + { + "year": 1977, + "value": 3120200 + }, + { + "year": 1978, + "value": 3121200 + }, + { + "year": 1979, + "value": 3109000 + }, + { + "year": 1980, + "value": 3112900 + }, + { + "year": 1981, + "value": 3124900 + }, + { + "year": 1982, + "value": 3156100 + }, + { + "year": 1983, + "value": 3199300 + }, + { + "year": 1984, + "value": 3227100 + }, + { + "year": 1985, + "value": 3247100 + }, + { + "year": 1986, + "value": 3246300 + }, + { + "year": 1987, + "value": 3274400 + }, + { + "year": 1988, + "value": 3283400 + }, + { + "year": 1989, + "value": 3299200 + }, + { + "year": 1990, + "value": 3329800 + }, + { + "year": 1991, + "value": 3495100 + }, + { + "year": 1992, + "value": 3531700 + }, + { + "year": 1993, + "value": 3572200 + }, + { + "year": 1994, + "value": 3620000 + }, + { + "year": 1995, + "value": 3673400 + }, + { + "year": 1996, + "value": 3732000 + }, + { + "year": 1997, + "value": 3781300 + }, + { + "year": 1998, + "value": 3815000 + }, + { + "year": 1999, + "value": 3835100 + }, + { + "year": 2000, + "value": 3857700 + }, + { + "year": 2001, + "value": 3880500 + }, + { + "year": 2002, + "value": 3948500 + }, + { + "year": 2003, + "value": 4027200 + }, + { + "year": 2004, + "value": 4087500 + }, + { + "year": 2005, + "value": 4133900 + }, + { + "year": 2006, + "value": 4184600 + }, + { + "year": 2007, + "value": 4223800 + }, + { + "year": 2008, + "value": 4259800 + }, + { + "year": 2009, + "value": 4302600 + }, + { + "year": 2010, + "value": 4350700 + }, + { + "year": 2011, + "value": 4384000 + }, + { + "year": 2012, + "value": 4408100 + }, + { + "year": 2013, + "value": 4442100 + }, + { + "year": 2014, + "value": 4509700 + }, + { + "year": 2015, + "value": 4595700 + }, + { + "year": 2016, + "value": 4693200 + }, + { + "year": 2017, + "value": 4793900 + }, + { + "year": 2018, + "value": 4841000 + } + ] + }, + "Nicaragua": { + "population": [ + { + "year": 1960, + "value": 1773129 + }, + { + "year": 1961, + "value": 1829778 + }, + { + "year": 1962, + "value": 1887425 + }, + { + "year": 1963, + "value": 1946234 + }, + { + "year": 1964, + "value": 2006481 + }, + { + "year": 1965, + "value": 2068381 + }, + { + "year": 1966, + "value": 2131976 + }, + { + "year": 1967, + "value": 2197298 + }, + { + "year": 1968, + "value": 2264623 + }, + { + "year": 1969, + "value": 2334279 + }, + { + "year": 1970, + "value": 2406513 + }, + { + "year": 1971, + "value": 2481341 + }, + { + "year": 1972, + "value": 2558699 + }, + { + "year": 1973, + "value": 2638699 + }, + { + "year": 1974, + "value": 2721415 + }, + { + "year": 1975, + "value": 2806857 + }, + { + "year": 1976, + "value": 2894972 + }, + { + "year": 1977, + "value": 2985489 + }, + { + "year": 1978, + "value": 3077866 + }, + { + "year": 1979, + "value": 3171408 + }, + { + "year": 1980, + "value": 3265519 + }, + { + "year": 1981, + "value": 3360140 + }, + { + "year": 1982, + "value": 3455123 + }, + { + "year": 1983, + "value": 3549711 + }, + { + "year": 1984, + "value": 3642976 + }, + { + "year": 1985, + "value": 3734341 + }, + { + "year": 1986, + "value": 3823130 + }, + { + "year": 1987, + "value": 3909671 + }, + { + "year": 1988, + "value": 3995533 + }, + { + "year": 1989, + "value": 4082958 + }, + { + "year": 1990, + "value": 4173434 + }, + { + "year": 1991, + "value": 4267568 + }, + { + "year": 1992, + "value": 4364512 + }, + { + "year": 1993, + "value": 4462497 + }, + { + "year": 1994, + "value": 4559006 + }, + { + "year": 1995, + "value": 4652185 + }, + { + "year": 1996, + "value": 4741578 + }, + { + "year": 1997, + "value": 4827661 + }, + { + "year": 1998, + "value": 4910647 + }, + { + "year": 1999, + "value": 4991040 + }, + { + "year": 2000, + "value": 5069302 + }, + { + "year": 2001, + "value": 5145366 + }, + { + "year": 2002, + "value": 5219328 + }, + { + "year": 2003, + "value": 5292118 + }, + { + "year": 2004, + "value": 5364935 + }, + { + "year": 2005, + "value": 5438690 + }, + { + "year": 2006, + "value": 5513763 + }, + { + "year": 2007, + "value": 5590055 + }, + { + "year": 2008, + "value": 5667432 + }, + { + "year": 2009, + "value": 5745526 + }, + { + "year": 2010, + "value": 5824065 + }, + { + "year": 2011, + "value": 5903039 + }, + { + "year": 2012, + "value": 5982526 + }, + { + "year": 2013, + "value": 6062454 + }, + { + "year": 2014, + "value": 6142733 + }, + { + "year": 2015, + "value": 6223240 + }, + { + "year": 2016, + "value": 6303974 + }, + { + "year": 2017, + "value": 6384855 + }, + { + "year": 2018, + "value": 6465513 + } + ] + }, + "Niger": { + "population": [ + { + "year": 1960, + "value": 3388764 + }, + { + "year": 1961, + "value": 3486326 + }, + { + "year": 1962, + "value": 3588228 + }, + { + "year": 1963, + "value": 3693980 + }, + { + "year": 1964, + "value": 3802803 + }, + { + "year": 1965, + "value": 3914117 + }, + { + "year": 1966, + "value": 4027963 + }, + { + "year": 1967, + "value": 4144592 + }, + { + "year": 1968, + "value": 4263927 + }, + { + "year": 1969, + "value": 4385927 + }, + { + "year": 1970, + "value": 4510644 + }, + { + "year": 1971, + "value": 4637988 + }, + { + "year": 1972, + "value": 4768227 + }, + { + "year": 1973, + "value": 4902151 + }, + { + "year": 1974, + "value": 5040798 + }, + { + "year": 1975, + "value": 5184941 + }, + { + "year": 1976, + "value": 5335085 + }, + { + "year": 1977, + "value": 5491153 + }, + { + "year": 1978, + "value": 5652652 + }, + { + "year": 1979, + "value": 5818763 + }, + { + "year": 1980, + "value": 5989004 + }, + { + "year": 1981, + "value": 6163705 + }, + { + "year": 1982, + "value": 6343523 + }, + { + "year": 1983, + "value": 6528641 + }, + { + "year": 1984, + "value": 6719309 + }, + { + "year": 1985, + "value": 6915997 + }, + { + "year": 1986, + "value": 7118883 + }, + { + "year": 1987, + "value": 7328943 + }, + { + "year": 1988, + "value": 7548433 + }, + { + "year": 1989, + "value": 7780245 + }, + { + "year": 1990, + "value": 8026591 + }, + { + "year": 1991, + "value": 8288735 + }, + { + "year": 1992, + "value": 8566770 + }, + { + "year": 1993, + "value": 8860287 + }, + { + "year": 1994, + "value": 9168312 + }, + { + "year": 1995, + "value": 9490288 + }, + { + "year": 1996, + "value": 9826598 + }, + { + "year": 1997, + "value": 10178201 + }, + { + "year": 1998, + "value": 10545716 + }, + { + "year": 1999, + "value": 10929918 + }, + { + "year": 2000, + "value": 11331557 + }, + { + "year": 2001, + "value": 11751365 + }, + { + "year": 2002, + "value": 12189983 + }, + { + "year": 2003, + "value": 12647984 + }, + { + "year": 2004, + "value": 13125916 + }, + { + "year": 2005, + "value": 13624467 + }, + { + "year": 2006, + "value": 14143971 + }, + { + "year": 2007, + "value": 14685399 + }, + { + "year": 2008, + "value": 15250908 + }, + { + "year": 2009, + "value": 15843133 + }, + { + "year": 2010, + "value": 16464025 + }, + { + "year": 2011, + "value": 17114761 + }, + { + "year": 2012, + "value": 17795191 + }, + { + "year": 2013, + "value": 18504255 + }, + { + "year": 2014, + "value": 19240157 + }, + { + "year": 2015, + "value": 20001663 + }, + { + "year": 2016, + "value": 20788838 + }, + { + "year": 2017, + "value": 21602472 + }, + { + "year": 2018, + "value": 22442948 + } + ] + }, + "Nigeria": { + "population": [ + { + "year": 1960, + "value": 45138458 + }, + { + "year": 1961, + "value": 46063563 + }, + { + "year": 1962, + "value": 47029822 + }, + { + "year": 1963, + "value": 48032934 + }, + { + "year": 1964, + "value": 49066760 + }, + { + "year": 1965, + "value": 50127921 + }, + { + "year": 1966, + "value": 51217973 + }, + { + "year": 1967, + "value": 52342233 + }, + { + "year": 1968, + "value": 53506196 + }, + { + "year": 1969, + "value": 54717039 + }, + { + "year": 1970, + "value": 55982144 + }, + { + "year": 1971, + "value": 57296983 + }, + { + "year": 1972, + "value": 58665808 + }, + { + "year": 1973, + "value": 60114625 + }, + { + "year": 1974, + "value": 61677177 + }, + { + "year": 1975, + "value": 63374298 + }, + { + "year": 1976, + "value": 65221378 + }, + { + "year": 1977, + "value": 67203128 + }, + { + "year": 1978, + "value": 69271917 + }, + { + "year": 1979, + "value": 71361131 + }, + { + "year": 1980, + "value": 73423633 + }, + { + "year": 1981, + "value": 75440502 + }, + { + "year": 1982, + "value": 77427546 + }, + { + "year": 1983, + "value": 79414840 + }, + { + "year": 1984, + "value": 81448755 + }, + { + "year": 1985, + "value": 83562785 + }, + { + "year": 1986, + "value": 85766399 + }, + { + "year": 1987, + "value": 88048032 + }, + { + "year": 1988, + "value": 90395271 + }, + { + "year": 1989, + "value": 92788027 + }, + { + "year": 1990, + "value": 95212450 + }, + { + "year": 1991, + "value": 97667632 + }, + { + "year": 1992, + "value": 100161710 + }, + { + "year": 1993, + "value": 102700753 + }, + { + "year": 1994, + "value": 105293700 + }, + { + "year": 1995, + "value": 107948335 + }, + { + "year": 1996, + "value": 110668794 + }, + { + "year": 1997, + "value": 113457663 + }, + { + "year": 1998, + "value": 116319759 + }, + { + "year": 1999, + "value": 119260063 + }, + { + "year": 2000, + "value": 122283850 + }, + { + "year": 2001, + "value": 125394046 + }, + { + "year": 2002, + "value": 128596076 + }, + { + "year": 2003, + "value": 131900631 + }, + { + "year": 2004, + "value": 135320422 + }, + { + "year": 2005, + "value": 138865016 + }, + { + "year": 2006, + "value": 142538308 + }, + { + "year": 2007, + "value": 146339977 + }, + { + "year": 2008, + "value": 150269623 + }, + { + "year": 2009, + "value": 154324933 + }, + { + "year": 2010, + "value": 158503197 + }, + { + "year": 2011, + "value": 162805071 + }, + { + "year": 2012, + "value": 167228767 + }, + { + "year": 2013, + "value": 171765769 + }, + { + "year": 2014, + "value": 176404902 + }, + { + "year": 2015, + "value": 181137448 + }, + { + "year": 2016, + "value": 185960289 + }, + { + "year": 2017, + "value": 190873311 + }, + { + "year": 2018, + "value": 195874740 + } + ] + }, + "North Macedonia": { + "population": [ + { + "year": 1960, + "value": 1488667 + }, + { + "year": 1961, + "value": 1507654 + }, + { + "year": 1962, + "value": 1527111 + }, + { + "year": 1963, + "value": 1547450 + }, + { + "year": 1964, + "value": 1569142 + }, + { + "year": 1965, + "value": 1592433 + }, + { + "year": 1966, + "value": 1617795 + }, + { + "year": 1967, + "value": 1644943 + }, + { + "year": 1968, + "value": 1672399 + }, + { + "year": 1969, + "value": 1698144 + }, + { + "year": 1970, + "value": 1720800 + }, + { + "year": 1971, + "value": 1739521 + }, + { + "year": 1972, + "value": 1754956 + }, + { + "year": 1973, + "value": 1768991 + }, + { + "year": 1974, + "value": 1784398 + }, + { + "year": 1975, + "value": 1803010 + }, + { + "year": 1976, + "value": 1825552 + }, + { + "year": 1977, + "value": 1851069 + }, + { + "year": 1978, + "value": 1877688 + }, + { + "year": 1979, + "value": 1902719 + }, + { + "year": 1980, + "value": 1924197 + }, + { + "year": 1981, + "value": 1941530 + }, + { + "year": 1982, + "value": 1955243 + }, + { + "year": 1983, + "value": 1965895 + }, + { + "year": 1984, + "value": 1974415 + }, + { + "year": 1985, + "value": 1981534 + }, + { + "year": 1986, + "value": 1987538 + }, + { + "year": 1987, + "value": 1992274 + }, + { + "year": 1988, + "value": 1995513 + }, + { + "year": 1989, + "value": 1996870 + }, + { + "year": 1990, + "value": 1996228 + }, + { + "year": 1991, + "value": 1993302 + }, + { + "year": 1992, + "value": 1988659 + }, + { + "year": 1993, + "value": 1984028 + }, + { + "year": 1994, + "value": 1981703 + }, + { + "year": 1995, + "value": 1983252 + }, + { + "year": 1996, + "value": 1989443 + }, + { + "year": 1997, + "value": 1999598 + }, + { + "year": 1998, + "value": 2012057 + }, + { + "year": 1999, + "value": 2024394 + }, + { + "year": 2000, + "value": 2034819 + }, + { + "year": 2001, + "value": 2042842 + }, + { + "year": 2002, + "value": 2048928 + }, + { + "year": 2003, + "value": 2053426 + }, + { + "year": 2004, + "value": 2057048 + }, + { + "year": 2005, + "value": 2060273 + }, + { + "year": 2006, + "value": 2063131 + }, + { + "year": 2007, + "value": 2065426 + }, + { + "year": 2008, + "value": 2067313 + }, + { + "year": 2009, + "value": 2069039 + }, + { + "year": 2010, + "value": 2070741 + }, + { + "year": 2011, + "value": 2072487 + }, + { + "year": 2012, + "value": 2074278 + }, + { + "year": 2013, + "value": 2076067 + }, + { + "year": 2014, + "value": 2077775 + }, + { + "year": 2015, + "value": 2079328 + }, + { + "year": 2016, + "value": 2080745 + }, + { + "year": 2017, + "value": 2081996 + }, + { + "year": 2018, + "value": 2082958 + } + ] + }, + "Northern Mariana Islands": { + "population": [ + { + "year": 1960, + "value": 9979 + }, + { + "year": 1961, + "value": 10245 + }, + { + "year": 1962, + "value": 10436 + }, + { + "year": 1963, + "value": 10590 + }, + { + "year": 1964, + "value": 10783 + }, + { + "year": 1965, + "value": 11022 + }, + { + "year": 1966, + "value": 11344 + }, + { + "year": 1967, + "value": 11721 + }, + { + "year": 1968, + "value": 12140 + }, + { + "year": 1969, + "value": 12574 + }, + { + "year": 1970, + "value": 12994 + }, + { + "year": 1971, + "value": 13429 + }, + { + "year": 1972, + "value": 13882 + }, + { + "year": 1973, + "value": 14325 + }, + { + "year": 1974, + "value": 14677 + }, + { + "year": 1975, + "value": 14924 + }, + { + "year": 1976, + "value": 15026 + }, + { + "year": 1977, + "value": 15048 + }, + { + "year": 1978, + "value": 15170 + }, + { + "year": 1979, + "value": 15638 + }, + { + "year": 1980, + "value": 16633 + }, + { + "year": 1981, + "value": 18158 + }, + { + "year": 1982, + "value": 20167 + }, + { + "year": 1983, + "value": 22622 + }, + { + "year": 1984, + "value": 25500 + }, + { + "year": 1985, + "value": 28720 + }, + { + "year": 1986, + "value": 32370 + }, + { + "year": 1987, + "value": 36377 + }, + { + "year": 1988, + "value": 40288 + }, + { + "year": 1989, + "value": 43540 + }, + { + "year": 1990, + "value": 45752 + }, + { + "year": 1991, + "value": 46666 + }, + { + "year": 1992, + "value": 46476 + }, + { + "year": 1993, + "value": 45758 + }, + { + "year": 1994, + "value": 45364 + }, + { + "year": 1995, + "value": 45870 + }, + { + "year": 1996, + "value": 47521 + }, + { + "year": 1997, + "value": 50056 + }, + { + "year": 1998, + "value": 52997 + }, + { + "year": 1999, + "value": 55636 + }, + { + "year": 2000, + "value": 57453 + }, + { + "year": 2001, + "value": 58321 + }, + { + "year": 2002, + "value": 58420 + }, + { + "year": 2003, + "value": 57947 + }, + { + "year": 2004, + "value": 57246 + }, + { + "year": 2005, + "value": 56542 + }, + { + "year": 2006, + "value": 55882 + }, + { + "year": 2007, + "value": 55219 + }, + { + "year": 2008, + "value": 54625 + }, + { + "year": 2009, + "value": 54193 + }, + { + "year": 2010, + "value": 53971 + }, + { + "year": 2011, + "value": 54012 + }, + { + "year": 2012, + "value": 54311 + }, + { + "year": 2013, + "value": 54784 + }, + { + "year": 2014, + "value": 55305 + }, + { + "year": 2015, + "value": 55780 + }, + { + "year": 2016, + "value": 56188 + }, + { + "year": 2017, + "value": 56562 + }, + { + "year": 2018, + "value": 56882 + } + ] + }, + "Norway": { + "population": [ + { + "year": 1960, + "value": 3581239 + }, + { + "year": 1961, + "value": 3609800 + }, + { + "year": 1962, + "value": 3638918 + }, + { + "year": 1963, + "value": 3666537 + }, + { + "year": 1964, + "value": 3694339 + }, + { + "year": 1965, + "value": 3723168 + }, + { + "year": 1966, + "value": 3753012 + }, + { + "year": 1967, + "value": 3784539 + }, + { + "year": 1968, + "value": 3816486 + }, + { + "year": 1969, + "value": 3847707 + }, + { + "year": 1970, + "value": 3875763 + }, + { + "year": 1971, + "value": 3903039 + }, + { + "year": 1972, + "value": 3933004 + }, + { + "year": 1973, + "value": 3960612 + }, + { + "year": 1974, + "value": 3985258 + }, + { + "year": 1975, + "value": 4007313 + }, + { + "year": 1976, + "value": 4026152 + }, + { + "year": 1977, + "value": 4043205 + }, + { + "year": 1978, + "value": 4058671 + }, + { + "year": 1979, + "value": 4072517 + }, + { + "year": 1980, + "value": 4085620 + }, + { + "year": 1981, + "value": 4099702 + }, + { + "year": 1982, + "value": 4114787 + }, + { + "year": 1983, + "value": 4128432 + }, + { + "year": 1984, + "value": 4140099 + }, + { + "year": 1985, + "value": 4152516 + }, + { + "year": 1986, + "value": 4167354 + }, + { + "year": 1987, + "value": 4186905 + }, + { + "year": 1988, + "value": 4209488 + }, + { + "year": 1989, + "value": 4226901 + }, + { + "year": 1990, + "value": 4241473 + }, + { + "year": 1991, + "value": 4261732 + }, + { + "year": 1992, + "value": 4286401 + }, + { + "year": 1993, + "value": 4311991 + }, + { + "year": 1994, + "value": 4336613 + }, + { + "year": 1995, + "value": 4359184 + }, + { + "year": 1996, + "value": 4381336 + }, + { + "year": 1997, + "value": 4405157 + }, + { + "year": 1998, + "value": 4431464 + }, + { + "year": 1999, + "value": 4461913 + }, + { + "year": 2000, + "value": 4490967 + }, + { + "year": 2001, + "value": 4513751 + }, + { + "year": 2002, + "value": 4538159 + }, + { + "year": 2003, + "value": 4564855 + }, + { + "year": 2004, + "value": 4591910 + }, + { + "year": 2005, + "value": 4623291 + }, + { + "year": 2006, + "value": 4660677 + }, + { + "year": 2007, + "value": 4709153 + }, + { + "year": 2008, + "value": 4768212 + }, + { + "year": 2009, + "value": 4828726 + }, + { + "year": 2010, + "value": 4889252 + }, + { + "year": 2011, + "value": 4953088 + }, + { + "year": 2012, + "value": 5018573 + }, + { + "year": 2013, + "value": 5079623 + }, + { + "year": 2014, + "value": 5137232 + }, + { + "year": 2015, + "value": 5188607 + }, + { + "year": 2016, + "value": 5234519 + }, + { + "year": 2017, + "value": 5276968 + }, + { + "year": 2018, + "value": 5311916 + } + ] + }, + "Oman": { + "population": [ + { + "year": 1960, + "value": 551740 + }, + { + "year": 1961, + "value": 564893 + }, + { + "year": 1962, + "value": 578823 + }, + { + "year": 1963, + "value": 593504 + }, + { + "year": 1964, + "value": 608889 + }, + { + "year": 1965, + "value": 625009 + }, + { + "year": 1966, + "value": 642001 + }, + { + "year": 1967, + "value": 660114 + }, + { + "year": 1968, + "value": 679595 + }, + { + "year": 1969, + "value": 700729 + }, + { + "year": 1970, + "value": 723851 + }, + { + "year": 1971, + "value": 748968 + }, + { + "year": 1972, + "value": 776380 + }, + { + "year": 1973, + "value": 806986 + }, + { + "year": 1974, + "value": 841950 + }, + { + "year": 1975, + "value": 882047 + }, + { + "year": 1976, + "value": 927436 + }, + { + "year": 1977, + "value": 977804 + }, + { + "year": 1978, + "value": 1032799 + }, + { + "year": 1979, + "value": 1091852 + }, + { + "year": 1980, + "value": 1154377 + }, + { + "year": 1981, + "value": 1220585 + }, + { + "year": 1982, + "value": 1290111 + }, + { + "year": 1983, + "value": 1361087 + }, + { + "year": 1984, + "value": 1431070 + }, + { + "year": 1985, + "value": 1498418 + }, + { + "year": 1986, + "value": 1561185 + }, + { + "year": 1987, + "value": 1619863 + }, + { + "year": 1988, + "value": 1678110 + }, + { + "year": 1989, + "value": 1741156 + }, + { + "year": 1990, + "value": 1812161 + }, + { + "year": 1991, + "value": 1893768 + }, + { + "year": 1992, + "value": 1983275 + }, + { + "year": 1993, + "value": 2072104 + }, + { + "year": 1994, + "value": 2148419 + }, + { + "year": 1995, + "value": 2204277 + }, + { + "year": 1996, + "value": 2236654 + }, + { + "year": 1997, + "value": 2249762 + }, + { + "year": 1998, + "value": 2251864 + }, + { + "year": 1999, + "value": 2254904 + }, + { + "year": 2000, + "value": 2267973 + }, + { + "year": 2001, + "value": 2294962 + }, + { + "year": 2002, + "value": 2334858 + }, + { + "year": 2003, + "value": 2386166 + }, + { + "year": 2004, + "value": 2445517 + }, + { + "year": 2005, + "value": 2511251 + }, + { + "year": 2006, + "value": 2580758 + }, + { + "year": 2007, + "value": 2657158 + }, + { + "year": 2008, + "value": 2750963 + }, + { + "year": 2009, + "value": 2876186 + }, + { + "year": 2010, + "value": 3041434 + }, + { + "year": 2011, + "value": 3251108 + }, + { + "year": 2012, + "value": 3498029 + }, + { + "year": 2013, + "value": 3764805 + }, + { + "year": 2014, + "value": 4027260 + }, + { + "year": 2015, + "value": 4267348 + }, + { + "year": 2016, + "value": 4479219 + }, + { + "year": 2017, + "value": 4665935 + }, + { + "year": 2018, + "value": 4829483 + } + ] + }, + "Pakistan": { + "population": [ + { + "year": 1960, + "value": 44988690 + }, + { + "year": 1961, + "value": 46065231 + }, + { + "year": 1962, + "value": 47198878 + }, + { + "year": 1963, + "value": 48387301 + }, + { + "year": 1964, + "value": 49627623 + }, + { + "year": 1965, + "value": 50917975 + }, + { + "year": 1966, + "value": 52260189 + }, + { + "year": 1967, + "value": 53655789 + }, + { + "year": 1968, + "value": 55102684 + }, + { + "year": 1969, + "value": 56598144 + }, + { + "year": 1970, + "value": 58142060 + }, + { + "year": 1971, + "value": 59734481 + }, + { + "year": 1972, + "value": 61381987 + }, + { + "year": 1973, + "value": 63099406 + }, + { + "year": 1974, + "value": 64905998 + }, + { + "year": 1975, + "value": 66816877 + }, + { + "year": 1976, + "value": 68834326 + }, + { + "year": 1977, + "value": 70958169 + }, + { + "year": 1978, + "value": 73197258 + }, + { + "year": 1979, + "value": 75561131 + }, + { + "year": 1980, + "value": 78054343 + }, + { + "year": 1981, + "value": 80680459 + }, + { + "year": 1982, + "value": 83431605 + }, + { + "year": 1983, + "value": 86285935 + }, + { + "year": 1984, + "value": 89213706 + }, + { + "year": 1985, + "value": 92191510 + }, + { + "year": 1986, + "value": 95215378 + }, + { + "year": 1987, + "value": 98285755 + }, + { + "year": 1988, + "value": 101389603 + }, + { + "year": 1989, + "value": 104512881 + }, + { + "year": 1990, + "value": 107647921 + }, + { + "year": 1991, + "value": 110778648 + }, + { + "year": 1992, + "value": 113911126 + }, + { + "year": 1993, + "value": 117086685 + }, + { + "year": 1994, + "value": 120362762 + }, + { + "year": 1995, + "value": 123776839 + }, + { + "year": 1996, + "value": 127349290 + }, + { + "year": 1997, + "value": 131057431 + }, + { + "year": 1998, + "value": 134843233 + }, + { + "year": 1999, + "value": 138624621 + }, + { + "year": 2000, + "value": 142343578 + }, + { + "year": 2001, + "value": 145978402 + }, + { + "year": 2002, + "value": 149549700 + }, + { + "year": 2003, + "value": 153093373 + }, + { + "year": 2004, + "value": 156664697 + }, + { + "year": 2005, + "value": 160304008 + }, + { + "year": 2006, + "value": 164022627 + }, + { + "year": 2007, + "value": 167808105 + }, + { + "year": 2008, + "value": 171648986 + }, + { + "year": 2009, + "value": 175525609 + }, + { + "year": 2010, + "value": 179424641 + }, + { + "year": 2011, + "value": 183340592 + }, + { + "year": 2012, + "value": 187281475 + }, + { + "year": 2013, + "value": 191262919 + }, + { + "year": 2014, + "value": 195306825 + }, + { + "year": 2015, + "value": 199426964 + }, + { + "year": 2016, + "value": 203627284 + }, + { + "year": 2017, + "value": 207896686 + }, + { + "year": 2018, + "value": 212215030 + } + ] + }, + "Palau": { + "population": [ + { + "year": 1960, + "value": 9771 + }, + { + "year": 1961, + "value": 10049 + }, + { + "year": 1962, + "value": 10317 + }, + { + "year": 1963, + "value": 10569 + }, + { + "year": 1964, + "value": 10799 + }, + { + "year": 1965, + "value": 11003 + }, + { + "year": 1966, + "value": 11179 + }, + { + "year": 1967, + "value": 11326 + }, + { + "year": 1968, + "value": 11464 + }, + { + "year": 1969, + "value": 11618 + }, + { + "year": 1970, + "value": 11811 + }, + { + "year": 1971, + "value": 12053 + }, + { + "year": 1972, + "value": 12340 + }, + { + "year": 1973, + "value": 12628 + }, + { + "year": 1974, + "value": 12831 + }, + { + "year": 1975, + "value": 12904 + }, + { + "year": 1976, + "value": 12837 + }, + { + "year": 1977, + "value": 12646 + }, + { + "year": 1978, + "value": 12403 + }, + { + "year": 1979, + "value": 12229 + }, + { + "year": 1980, + "value": 12179 + }, + { + "year": 1981, + "value": 12279 + }, + { + "year": 1982, + "value": 12516 + }, + { + "year": 1983, + "value": 12843 + }, + { + "year": 1984, + "value": 13195 + }, + { + "year": 1985, + "value": 13528 + }, + { + "year": 1986, + "value": 13831 + }, + { + "year": 1987, + "value": 14123 + }, + { + "year": 1988, + "value": 14402 + }, + { + "year": 1989, + "value": 14709 + }, + { + "year": 1990, + "value": 15058 + }, + { + "year": 1991, + "value": 15441 + }, + { + "year": 1992, + "value": 15856 + }, + { + "year": 1993, + "value": 16290 + }, + { + "year": 1994, + "value": 16717 + }, + { + "year": 1995, + "value": 17164 + }, + { + "year": 1996, + "value": 17593 + }, + { + "year": 1997, + "value": 18014 + }, + { + "year": 1998, + "value": 18410 + }, + { + "year": 1999, + "value": 18776 + }, + { + "year": 2000, + "value": 19105 + }, + { + "year": 2001, + "value": 19386 + }, + { + "year": 2002, + "value": 19637 + }, + { + "year": 2003, + "value": 19809 + }, + { + "year": 2004, + "value": 19867 + }, + { + "year": 2005, + "value": 19781 + }, + { + "year": 2006, + "value": 19540 + }, + { + "year": 2007, + "value": 19158 + }, + { + "year": 2008, + "value": 18704 + }, + { + "year": 2009, + "value": 18285 + }, + { + "year": 2010, + "value": 17955 + }, + { + "year": 2011, + "value": 17745 + }, + { + "year": 2012, + "value": 17640 + }, + { + "year": 2013, + "value": 17606 + }, + { + "year": 2014, + "value": 17626 + }, + { + "year": 2015, + "value": 17665 + }, + { + "year": 2016, + "value": 17725 + }, + { + "year": 2017, + "value": 17808 + }, + { + "year": 2018, + "value": 17907 + } + ] + }, + "Panama": { + "population": [ + { + "year": 1960, + "value": 1132997 + }, + { + "year": 1961, + "value": 1167113 + }, + { + "year": 1962, + "value": 1202449 + }, + { + "year": 1963, + "value": 1238889 + }, + { + "year": 1964, + "value": 1276331 + }, + { + "year": 1965, + "value": 1314677 + }, + { + "year": 1966, + "value": 1353842 + }, + { + "year": 1967, + "value": 1393825 + }, + { + "year": 1968, + "value": 1434669 + }, + { + "year": 1969, + "value": 1476481 + }, + { + "year": 1970, + "value": 1519285 + }, + { + "year": 1971, + "value": 1563093 + }, + { + "year": 1972, + "value": 1607796 + }, + { + "year": 1973, + "value": 1653212 + }, + { + "year": 1974, + "value": 1699054 + }, + { + "year": 1975, + "value": 1745138 + }, + { + "year": 1976, + "value": 1791380 + }, + { + "year": 1977, + "value": 1837800 + }, + { + "year": 1978, + "value": 1884424 + }, + { + "year": 1979, + "value": 1931304 + }, + { + "year": 1980, + "value": 1978487 + }, + { + "year": 1981, + "value": 2025971 + }, + { + "year": 1982, + "value": 2073757 + }, + { + "year": 1983, + "value": 2121860 + }, + { + "year": 1984, + "value": 2170325 + }, + { + "year": 1985, + "value": 2219201 + }, + { + "year": 1986, + "value": 2268500 + }, + { + "year": 1987, + "value": 2318264 + }, + { + "year": 1988, + "value": 2368551 + }, + { + "year": 1989, + "value": 2419426 + }, + { + "year": 1990, + "value": 2470947 + }, + { + "year": 1991, + "value": 2523118 + }, + { + "year": 1992, + "value": 2575954 + }, + { + "year": 1993, + "value": 2629580 + }, + { + "year": 1994, + "value": 2684116 + }, + { + "year": 1995, + "value": 2739668 + }, + { + "year": 1996, + "value": 2796291 + }, + { + "year": 1997, + "value": 2853913 + }, + { + "year": 1998, + "value": 2912316 + }, + { + "year": 1999, + "value": 2971196 + }, + { + "year": 2000, + "value": 3030328 + }, + { + "year": 2001, + "value": 3089648 + }, + { + "year": 2002, + "value": 3149188 + }, + { + "year": 2003, + "value": 3209048 + }, + { + "year": 2004, + "value": 3269356 + }, + { + "year": 2005, + "value": 3330217 + }, + { + "year": 2006, + "value": 3391666 + }, + { + "year": 2007, + "value": 3453675 + }, + { + "year": 2008, + "value": 3516204 + }, + { + "year": 2009, + "value": 3579215 + }, + { + "year": 2010, + "value": 3642687 + }, + { + "year": 2011, + "value": 3706483 + }, + { + "year": 2012, + "value": 3770624 + }, + { + "year": 2013, + "value": 3835437 + }, + { + "year": 2014, + "value": 3901315 + }, + { + "year": 2015, + "value": 3968487 + }, + { + "year": 2016, + "value": 4037078 + }, + { + "year": 2017, + "value": 4106771 + }, + { + "year": 2018, + "value": 4176873 + } + ] + }, + "Papua New Guinea": { + "population": [ + { + "year": 1960, + "value": 2255859 + }, + { + "year": 1961, + "value": 2297059 + }, + { + "year": 1962, + "value": 2340352 + }, + { + "year": 1963, + "value": 2385946 + }, + { + "year": 1964, + "value": 2434223 + }, + { + "year": 1965, + "value": 2485437 + }, + { + "year": 1966, + "value": 2539674 + }, + { + "year": 1967, + "value": 2596820 + }, + { + "year": 1968, + "value": 2656633 + }, + { + "year": 1969, + "value": 2718811 + }, + { + "year": 1970, + "value": 2783121 + }, + { + "year": 1971, + "value": 2849532 + }, + { + "year": 1972, + "value": 2918139 + }, + { + "year": 1973, + "value": 2989202 + }, + { + "year": 1974, + "value": 3063049 + }, + { + "year": 1975, + "value": 3139945 + }, + { + "year": 1976, + "value": 3219829 + }, + { + "year": 1977, + "value": 3302633 + }, + { + "year": 1978, + "value": 3388618 + }, + { + "year": 1979, + "value": 3478100 + }, + { + "year": 1980, + "value": 3571205 + }, + { + "year": 1981, + "value": 3668104 + }, + { + "year": 1982, + "value": 3768483 + }, + { + "year": 1983, + "value": 3871492 + }, + { + "year": 1984, + "value": 3975956 + }, + { + "year": 1985, + "value": 4081030 + }, + { + "year": 1986, + "value": 4186499 + }, + { + "year": 1987, + "value": 4292563 + }, + { + "year": 1988, + "value": 4399324 + }, + { + "year": 1989, + "value": 4506991 + }, + { + "year": 1990, + "value": 4615839 + }, + { + "year": 1991, + "value": 4725547 + }, + { + "year": 1992, + "value": 4836217 + }, + { + "year": 1993, + "value": 4949051 + }, + { + "year": 1994, + "value": 5065661 + }, + { + "year": 1995, + "value": 5187060 + }, + { + "year": 1996, + "value": 5314248 + }, + { + "year": 1997, + "value": 5446641 + }, + { + "year": 1998, + "value": 5581762 + }, + { + "year": 1999, + "value": 5716161 + }, + { + "year": 2000, + "value": 5847586 + }, + { + "year": 2001, + "value": 5974629 + }, + { + "year": 2002, + "value": 6098621 + }, + { + "year": 2003, + "value": 6223377 + }, + { + "year": 2004, + "value": 6354245 + }, + { + "year": 2005, + "value": 6494903 + }, + { + "year": 2006, + "value": 6646895 + }, + { + "year": 2007, + "value": 6808514 + }, + { + "year": 2008, + "value": 6976201 + }, + { + "year": 2009, + "value": 7144776 + }, + { + "year": 2010, + "value": 7310507 + }, + { + "year": 2011, + "value": 7472200 + }, + { + "year": 2012, + "value": 7631002 + }, + { + "year": 2013, + "value": 7788379 + }, + { + "year": 2014, + "value": 7946731 + }, + { + "year": 2015, + "value": 8107775 + }, + { + "year": 2016, + "value": 8271760 + }, + { + "year": 2017, + "value": 8438029 + }, + { + "year": 2018, + "value": 8606316 + } + ] + }, + "Paraguay": { + "population": [ + { + "year": 1960, + "value": 1903982 + }, + { + "year": 1961, + "value": 1954548 + }, + { + "year": 1962, + "value": 2006670 + }, + { + "year": 1963, + "value": 2060339 + }, + { + "year": 1964, + "value": 2115567 + }, + { + "year": 1965, + "value": 2172306 + }, + { + "year": 1966, + "value": 2230741 + }, + { + "year": 1967, + "value": 2290798 + }, + { + "year": 1968, + "value": 2351925 + }, + { + "year": 1969, + "value": 2413396 + }, + { + "year": 1970, + "value": 2474763 + }, + { + "year": 1971, + "value": 2535873 + }, + { + "year": 1972, + "value": 2597154 + }, + { + "year": 1973, + "value": 2659421 + }, + { + "year": 1974, + "value": 2723812 + }, + { + "year": 1975, + "value": 2791241 + }, + { + "year": 1976, + "value": 2861867 + }, + { + "year": 1977, + "value": 2935712 + }, + { + "year": 1978, + "value": 3013282 + }, + { + "year": 1979, + "value": 3095145 + }, + { + "year": 1980, + "value": 3181625 + }, + { + "year": 1981, + "value": 3272912 + }, + { + "year": 1982, + "value": 3368773 + }, + { + "year": 1983, + "value": 3468535 + }, + { + "year": 1984, + "value": 3571272 + }, + { + "year": 1985, + "value": 3676210 + }, + { + "year": 1986, + "value": 3783074 + }, + { + "year": 1987, + "value": 3891734 + }, + { + "year": 1988, + "value": 4001681 + }, + { + "year": 1989, + "value": 4112386 + }, + { + "year": 1990, + "value": 4223415 + }, + { + "year": 1991, + "value": 4334345 + }, + { + "year": 1992, + "value": 4445016 + }, + { + "year": 1993, + "value": 4555521 + }, + { + "year": 1994, + "value": 4666094 + }, + { + "year": 1995, + "value": 4776843 + }, + { + "year": 1996, + "value": 4887632 + }, + { + "year": 1997, + "value": 4998100 + }, + { + "year": 1998, + "value": 5107839 + }, + { + "year": 1999, + "value": 5216349 + }, + { + "year": 2000, + "value": 5323201 + }, + { + "year": 2001, + "value": 5428444 + }, + { + "year": 2002, + "value": 5531962 + }, + { + "year": 2003, + "value": 5632983 + }, + { + "year": 2004, + "value": 5730549 + }, + { + "year": 2005, + "value": 5824096 + }, + { + "year": 2006, + "value": 5913209 + }, + { + "year": 2007, + "value": 5998427 + }, + { + "year": 2008, + "value": 6081296 + }, + { + "year": 2009, + "value": 6163972 + }, + { + "year": 2010, + "value": 6248020 + }, + { + "year": 2011, + "value": 6333976 + }, + { + "year": 2012, + "value": 6421512 + }, + { + "year": 2013, + "value": 6510276 + }, + { + "year": 2014, + "value": 6599526 + }, + { + "year": 2015, + "value": 6688746 + }, + { + "year": 2016, + "value": 6777872 + }, + { + "year": 2017, + "value": 6867062 + }, + { + "year": 2018, + "value": 6956071 + } + ] + }, + "Peru": { + "population": [ + { + "year": 1960, + "value": 10155015 + }, + { + "year": 1961, + "value": 10446620 + }, + { + "year": 1962, + "value": 10749466 + }, + { + "year": 1963, + "value": 11062300 + }, + { + "year": 1964, + "value": 11383373 + }, + { + "year": 1965, + "value": 11711392 + }, + { + "year": 1966, + "value": 12045787 + }, + { + "year": 1967, + "value": 12386879 + }, + { + "year": 1968, + "value": 12735486 + }, + { + "year": 1969, + "value": 13092852 + }, + { + "year": 1970, + "value": 13459794 + }, + { + "year": 1971, + "value": 13836367 + }, + { + "year": 1972, + "value": 14221961 + }, + { + "year": 1973, + "value": 14615845 + }, + { + "year": 1974, + "value": 15017055 + }, + { + "year": 1975, + "value": 15424744 + }, + { + "year": 1976, + "value": 15838572 + }, + { + "year": 1977, + "value": 16258321 + }, + { + "year": 1978, + "value": 16683456 + }, + { + "year": 1979, + "value": 17113388 + }, + { + "year": 1980, + "value": 17547610 + }, + { + "year": 1981, + "value": 17985393 + }, + { + "year": 1982, + "value": 18426415 + }, + { + "year": 1983, + "value": 18870993 + }, + { + "year": 1984, + "value": 19319746 + }, + { + "year": 1985, + "value": 19772872 + }, + { + "year": 1986, + "value": 20230384 + }, + { + "year": 1987, + "value": 20691283 + }, + { + "year": 1988, + "value": 21153459 + }, + { + "year": 1989, + "value": 21614193 + }, + { + "year": 1990, + "value": 22071433 + }, + { + "year": 1991, + "value": 22522378 + }, + { + "year": 1992, + "value": 22966818 + }, + { + "year": 1993, + "value": 23408131 + }, + { + "year": 1994, + "value": 23851408 + }, + { + "year": 1995, + "value": 24299160 + }, + { + "year": 1996, + "value": 24753824 + }, + { + "year": 1997, + "value": 25210954 + }, + { + "year": 1998, + "value": 25658062 + }, + { + "year": 1999, + "value": 26078293 + }, + { + "year": 2000, + "value": 26459944 + }, + { + "year": 2001, + "value": 26799285 + }, + { + "year": 2002, + "value": 27100968 + }, + { + "year": 2003, + "value": 27372226 + }, + { + "year": 2004, + "value": 27624213 + }, + { + "year": 2005, + "value": 27866145 + }, + { + "year": 2006, + "value": 28102056 + }, + { + "year": 2007, + "value": 28333052 + }, + { + "year": 2008, + "value": 28562317 + }, + { + "year": 2009, + "value": 28792655 + }, + { + "year": 2010, + "value": 29027674 + }, + { + "year": 2011, + "value": 29264318 + }, + { + "year": 2012, + "value": 29506788 + }, + { + "year": 2013, + "value": 29773987 + }, + { + "year": 2014, + "value": 30090359 + }, + { + "year": 2015, + "value": 30470734 + }, + { + "year": 2016, + "value": 30926032 + }, + { + "year": 2017, + "value": 31444297 + }, + { + "year": 2018, + "value": 31989256 + } + ] + }, + "Philippines": { + "population": [ + { + "year": 1960, + "value": 26269734 + }, + { + "year": 1961, + "value": 27161047 + }, + { + "year": 1962, + "value": 28077339 + }, + { + "year": 1963, + "value": 29012625 + }, + { + "year": 1964, + "value": 29958688 + }, + { + "year": 1965, + "value": 30909988 + }, + { + "year": 1966, + "value": 31864182 + }, + { + "year": 1967, + "value": 32823968 + }, + { + "year": 1968, + "value": 33795194 + }, + { + "year": 1969, + "value": 34786305 + }, + { + "year": 1970, + "value": 35803594 + }, + { + "year": 1971, + "value": 36849675 + }, + { + "year": 1972, + "value": 37923396 + }, + { + "year": 1973, + "value": 39022767 + }, + { + "year": 1974, + "value": 40144248 + }, + { + "year": 1975, + "value": 41285742 + }, + { + "year": 1976, + "value": 42446653 + }, + { + "year": 1977, + "value": 43629412 + }, + { + "year": 1978, + "value": 44838483 + }, + { + "year": 1979, + "value": 46079850 + }, + { + "year": 1980, + "value": 47357743 + }, + { + "year": 1981, + "value": 48672838 + }, + { + "year": 1982, + "value": 50023563 + }, + { + "year": 1983, + "value": 51408912 + }, + { + "year": 1984, + "value": 52827040 + }, + { + "year": 1985, + "value": 54275822 + }, + { + "year": 1986, + "value": 55755355 + }, + { + "year": 1987, + "value": 57263836 + }, + { + "year": 1988, + "value": 58795001 + }, + { + "year": 1989, + "value": 60340767 + }, + { + "year": 1990, + "value": 61895160 + }, + { + "year": 1991, + "value": 63454786 + }, + { + "year": 1992, + "value": 65020116 + }, + { + "year": 1993, + "value": 66593904 + }, + { + "year": 1994, + "value": 68180859 + }, + { + "year": 1995, + "value": 69784088 + }, + { + "year": 1996, + "value": 71401749 + }, + { + "year": 1997, + "value": 73030884 + }, + { + "year": 1998, + "value": 74672014 + }, + { + "year": 1999, + "value": 76325927 + }, + { + "year": 2000, + "value": 77991755 + }, + { + "year": 2001, + "value": 79672873 + }, + { + "year": 2002, + "value": 81365258 + }, + { + "year": 2003, + "value": 83051971 + }, + { + "year": 2004, + "value": 84710542 + }, + { + "year": 2005, + "value": 86326250 + }, + { + "year": 2006, + "value": 87888675 + }, + { + "year": 2007, + "value": 89405482 + }, + { + "year": 2008, + "value": 90901965 + }, + { + "year": 2009, + "value": 92414158 + }, + { + "year": 2010, + "value": 93966780 + }, + { + "year": 2011, + "value": 95570047 + }, + { + "year": 2012, + "value": 97212638 + }, + { + "year": 2013, + "value": 98871552 + }, + { + "year": 2014, + "value": 100513138 + }, + { + "year": 2015, + "value": 102113212 + }, + { + "year": 2016, + "value": 103663927 + }, + { + "year": 2017, + "value": 105173264 + }, + { + "year": 2018, + "value": 106651922 + } + ] + }, + "Poland": { + "population": [ + { + "year": 1960, + "value": 29637450 + }, + { + "year": 1961, + "value": 29964000 + }, + { + "year": 1962, + "value": 30308500 + }, + { + "year": 1963, + "value": 30712000 + }, + { + "year": 1964, + "value": 31139450 + }, + { + "year": 1965, + "value": 31444950 + }, + { + "year": 1966, + "value": 31681000 + }, + { + "year": 1967, + "value": 31987155 + }, + { + "year": 1968, + "value": 32294655 + }, + { + "year": 1969, + "value": 32548300 + }, + { + "year": 1970, + "value": 32664300 + }, + { + "year": 1971, + "value": 32783500 + }, + { + "year": 1972, + "value": 33055650 + }, + { + "year": 1973, + "value": 33357200 + }, + { + "year": 1974, + "value": 33678899 + }, + { + "year": 1975, + "value": 34015199 + }, + { + "year": 1976, + "value": 34356300 + }, + { + "year": 1977, + "value": 34689050 + }, + { + "year": 1978, + "value": 34965600 + }, + { + "year": 1979, + "value": 35247217 + }, + { + "year": 1980, + "value": 35574150 + }, + { + "year": 1981, + "value": 35898587 + }, + { + "year": 1982, + "value": 36230481 + }, + { + "year": 1983, + "value": 36571808 + }, + { + "year": 1984, + "value": 36904134 + }, + { + "year": 1985, + "value": 37201885 + }, + { + "year": 1986, + "value": 37456119 + }, + { + "year": 1987, + "value": 37668045 + }, + { + "year": 1988, + "value": 37824487 + }, + { + "year": 1989, + "value": 37961529 + }, + { + "year": 1990, + "value": 38110782 + }, + { + "year": 1991, + "value": 38246193 + }, + { + "year": 1992, + "value": 38363667 + }, + { + "year": 1993, + "value": 38461408 + }, + { + "year": 1994, + "value": 38542652 + }, + { + "year": 1995, + "value": 38594998 + }, + { + "year": 1996, + "value": 38624370 + }, + { + "year": 1997, + "value": 38649660 + }, + { + "year": 1998, + "value": 38663481 + }, + { + "year": 1999, + "value": 38660271 + }, + { + "year": 2000, + "value": 38258629 + }, + { + "year": 2001, + "value": 38248076 + }, + { + "year": 2002, + "value": 38230364 + }, + { + "year": 2003, + "value": 38204570 + }, + { + "year": 2004, + "value": 38182222 + }, + { + "year": 2005, + "value": 38165445 + }, + { + "year": 2006, + "value": 38141267 + }, + { + "year": 2007, + "value": 38120560 + }, + { + "year": 2008, + "value": 38125759 + }, + { + "year": 2009, + "value": 38151603 + }, + { + "year": 2010, + "value": 38042794 + }, + { + "year": 2011, + "value": 38063255 + }, + { + "year": 2012, + "value": 38063164 + }, + { + "year": 2013, + "value": 38040196 + }, + { + "year": 2014, + "value": 38011735 + }, + { + "year": 2015, + "value": 37986412 + }, + { + "year": 2016, + "value": 37970087 + }, + { + "year": 2017, + "value": 37974826 + }, + { + "year": 2018, + "value": 37974750 + } + ] + }, + "Portugal": { + "population": [ + { + "year": 1960, + "value": 8857716 + }, + { + "year": 1961, + "value": 8929316 + }, + { + "year": 1962, + "value": 8993985 + }, + { + "year": 1963, + "value": 9030355 + }, + { + "year": 1964, + "value": 9035365 + }, + { + "year": 1965, + "value": 8998595 + }, + { + "year": 1966, + "value": 8930990 + }, + { + "year": 1967, + "value": 8874520 + }, + { + "year": 1968, + "value": 8836650 + }, + { + "year": 1969, + "value": 8757705 + }, + { + "year": 1970, + "value": 8680431 + }, + { + "year": 1971, + "value": 8643756 + }, + { + "year": 1972, + "value": 8630430 + }, + { + "year": 1973, + "value": 8633100 + }, + { + "year": 1974, + "value": 8754365 + }, + { + "year": 1975, + "value": 9093470 + }, + { + "year": 1976, + "value": 9355810 + }, + { + "year": 1977, + "value": 9455675 + }, + { + "year": 1978, + "value": 9558250 + }, + { + "year": 1979, + "value": 9661265 + }, + { + "year": 1980, + "value": 9766312 + }, + { + "year": 1981, + "value": 9851362 + }, + { + "year": 1982, + "value": 9911771 + }, + { + "year": 1983, + "value": 9957865 + }, + { + "year": 1984, + "value": 9996232 + }, + { + "year": 1985, + "value": 10023613 + }, + { + "year": 1986, + "value": 10032734 + }, + { + "year": 1987, + "value": 10030031 + }, + { + "year": 1988, + "value": 10019610 + }, + { + "year": 1989, + "value": 10005000 + }, + { + "year": 1990, + "value": 9983218 + }, + { + "year": 1991, + "value": 9960235 + }, + { + "year": 1992, + "value": 9952494 + }, + { + "year": 1993, + "value": 9964675 + }, + { + "year": 1994, + "value": 9991525 + }, + { + "year": 1995, + "value": 10026176 + }, + { + "year": 1996, + "value": 10063945 + }, + { + "year": 1997, + "value": 10108977 + }, + { + "year": 1998, + "value": 10160196 + }, + { + "year": 1999, + "value": 10217828 + }, + { + "year": 2000, + "value": 10289898 + }, + { + "year": 2001, + "value": 10362722 + }, + { + "year": 2002, + "value": 10419631 + }, + { + "year": 2003, + "value": 10458821 + }, + { + "year": 2004, + "value": 10483861 + }, + { + "year": 2005, + "value": 10503330 + }, + { + "year": 2006, + "value": 10522288 + }, + { + "year": 2007, + "value": 10542964 + }, + { + "year": 2008, + "value": 10558177 + }, + { + "year": 2009, + "value": 10568247 + }, + { + "year": 2010, + "value": 10573100 + }, + { + "year": 2011, + "value": 10557560 + }, + { + "year": 2012, + "value": 10514844 + }, + { + "year": 2013, + "value": 10457295 + }, + { + "year": 2014, + "value": 10401062 + }, + { + "year": 2015, + "value": 10358076 + }, + { + "year": 2016, + "value": 10325452 + }, + { + "year": 2017, + "value": 10300300 + }, + { + "year": 2018, + "value": 10283822 + } + ] + }, + "Puerto Rico": { + "population": [ + { + "year": 1960, + "value": 2358000 + }, + { + "year": 1961, + "value": 2399722 + }, + { + "year": 1962, + "value": 2450322 + }, + { + "year": 1963, + "value": 2504530 + }, + { + "year": 1964, + "value": 2554066 + }, + { + "year": 1965, + "value": 2594000 + }, + { + "year": 1966, + "value": 2624995 + }, + { + "year": 1967, + "value": 2645674 + }, + { + "year": 1968, + "value": 2662064 + }, + { + "year": 1969, + "value": 2684150 + }, + { + "year": 1970, + "value": 2718000 + }, + { + "year": 1971, + "value": 2762190 + }, + { + "year": 1972, + "value": 2817256 + }, + { + "year": 1973, + "value": 2878786 + }, + { + "year": 1974, + "value": 2939299 + }, + { + "year": 1975, + "value": 2994000 + }, + { + "year": 1976, + "value": 3043854 + }, + { + "year": 1977, + "value": 3088690 + }, + { + "year": 1978, + "value": 3129421 + }, + { + "year": 1979, + "value": 3168088 + }, + { + "year": 1980, + "value": 3206000 + }, + { + "year": 1981, + "value": 3242552 + }, + { + "year": 1982, + "value": 3277453 + }, + { + "year": 1983, + "value": 3311138 + }, + { + "year": 1984, + "value": 3344190 + }, + { + "year": 1985, + "value": 3377000 + }, + { + "year": 1986, + "value": 3409554 + }, + { + "year": 1987, + "value": 3441850 + }, + { + "year": 1988, + "value": 3473898 + }, + { + "year": 1989, + "value": 3505650 + }, + { + "year": 1990, + "value": 3537000 + }, + { + "year": 1991, + "value": 3562110 + }, + { + "year": 1992, + "value": 3585176 + }, + { + "year": 1993, + "value": 3615497 + }, + { + "year": 1994, + "value": 3649237 + }, + { + "year": 1995, + "value": 3683103 + }, + { + "year": 1996, + "value": 3724655 + }, + { + "year": 1997, + "value": 3759430 + }, + { + "year": 1998, + "value": 3781101 + }, + { + "year": 1999, + "value": 3800081 + }, + { + "year": 2000, + "value": 3810605 + }, + { + "year": 2001, + "value": 3818774 + }, + { + "year": 2002, + "value": 3823701 + }, + { + "year": 2003, + "value": 3826095 + }, + { + "year": 2004, + "value": 3826878 + }, + { + "year": 2005, + "value": 3821362 + }, + { + "year": 2006, + "value": 3805214 + }, + { + "year": 2007, + "value": 3782995 + }, + { + "year": 2008, + "value": 3760866 + }, + { + "year": 2009, + "value": 3740410 + }, + { + "year": 2010, + "value": 3721525 + }, + { + "year": 2011, + "value": 3678732 + }, + { + "year": 2012, + "value": 3634488 + }, + { + "year": 2013, + "value": 3593077 + }, + { + "year": 2014, + "value": 3534874 + }, + { + "year": 2015, + "value": 3473166 + }, + { + "year": 2016, + "value": 3406495 + }, + { + "year": 2017, + "value": 3325001 + }, + { + "year": 2018, + "value": 3195153 + } + ] + }, + "Qatar": { + "population": [ + { + "year": 1960, + "value": 47384 + }, + { + "year": 1961, + "value": 51421 + }, + { + "year": 1962, + "value": 56262 + }, + { + "year": 1963, + "value": 61716 + }, + { + "year": 1964, + "value": 67566 + }, + { + "year": 1965, + "value": 73633 + }, + { + "year": 1966, + "value": 79846 + }, + { + "year": 1967, + "value": 86302 + }, + { + "year": 1968, + "value": 93211 + }, + { + "year": 1969, + "value": 100883 + }, + { + "year": 1970, + "value": 109514 + }, + { + "year": 1971, + "value": 119414 + }, + { + "year": 1972, + "value": 130500 + }, + { + "year": 1973, + "value": 142186 + }, + { + "year": 1974, + "value": 153621 + }, + { + "year": 1975, + "value": 164320 + }, + { + "year": 1976, + "value": 173721 + }, + { + "year": 1977, + "value": 182318 + }, + { + "year": 1978, + "value": 191951 + }, + { + "year": 1979, + "value": 205171 + }, + { + "year": 1980, + "value": 223632 + }, + { + "year": 1981, + "value": 247988 + }, + { + "year": 1982, + "value": 277226 + }, + { + "year": 1983, + "value": 309306 + }, + { + "year": 1984, + "value": 341272 + }, + { + "year": 1985, + "value": 370890 + }, + { + "year": 1986, + "value": 397740 + }, + { + "year": 1987, + "value": 422148 + }, + { + "year": 1988, + "value": 443605 + }, + { + "year": 1989, + "value": 461690 + }, + { + "year": 1990, + "value": 476278 + }, + { + "year": 1991, + "value": 487353 + }, + { + "year": 1992, + "value": 495395 + }, + { + "year": 1993, + "value": 501479 + }, + { + "year": 1994, + "value": 507041 + }, + { + "year": 1995, + "value": 513442 + }, + { + "year": 1996, + "value": 522531 + }, + { + "year": 1997, + "value": 535321 + }, + { + "year": 1998, + "value": 551562 + }, + { + "year": 1999, + "value": 570489 + }, + { + "year": 2000, + "value": 592468 + }, + { + "year": 2001, + "value": 615012 + }, + { + "year": 2002, + "value": 640868 + }, + { + "year": 2003, + "value": 681788 + }, + { + "year": 2004, + "value": 753334 + }, + { + "year": 2005, + "value": 865416 + }, + { + "year": 2006, + "value": 1022711 + }, + { + "year": 2007, + "value": 1218434 + }, + { + "year": 2008, + "value": 1436665 + }, + { + "year": 2009, + "value": 1654950 + }, + { + "year": 2010, + "value": 1856327 + }, + { + "year": 2011, + "value": 2035871 + }, + { + "year": 2012, + "value": 2196074 + }, + { + "year": 2013, + "value": 2336574 + }, + { + "year": 2014, + "value": 2459198 + }, + { + "year": 2015, + "value": 2565710 + }, + { + "year": 2016, + "value": 2654374 + }, + { + "year": 2017, + "value": 2724724 + }, + { + "year": 2018, + "value": 2781677 + } + ] + }, + "Romania": { + "population": [ + { + "year": 1960, + "value": 18406905 + }, + { + "year": 1961, + "value": 18555250 + }, + { + "year": 1962, + "value": 18676550 + }, + { + "year": 1963, + "value": 18797850 + }, + { + "year": 1964, + "value": 18919126 + }, + { + "year": 1965, + "value": 19031576 + }, + { + "year": 1966, + "value": 19215450 + }, + { + "year": 1967, + "value": 19534242 + }, + { + "year": 1968, + "value": 19799831 + }, + { + "year": 1969, + "value": 20009141 + }, + { + "year": 1970, + "value": 20250398 + }, + { + "year": 1971, + "value": 20461567 + }, + { + "year": 1972, + "value": 20657957 + }, + { + "year": 1973, + "value": 20835681 + }, + { + "year": 1974, + "value": 21029429 + }, + { + "year": 1975, + "value": 21293583 + }, + { + "year": 1976, + "value": 21551634 + }, + { + "year": 1977, + "value": 21756096 + }, + { + "year": 1978, + "value": 21951464 + }, + { + "year": 1979, + "value": 22090488 + }, + { + "year": 1980, + "value": 22207282 + }, + { + "year": 1981, + "value": 22353070 + }, + { + "year": 1982, + "value": 22475741 + }, + { + "year": 1983, + "value": 22560478 + }, + { + "year": 1984, + "value": 22640547 + }, + { + "year": 1985, + "value": 22732999 + }, + { + "year": 1986, + "value": 22836841 + }, + { + "year": 1987, + "value": 22949430 + }, + { + "year": 1988, + "value": 23057662 + }, + { + "year": 1989, + "value": 23161458 + }, + { + "year": 1990, + "value": 23201835 + }, + { + "year": 1991, + "value": 23001155 + }, + { + "year": 1992, + "value": 22794284 + }, + { + "year": 1993, + "value": 22763280 + }, + { + "year": 1994, + "value": 22730211 + }, + { + "year": 1995, + "value": 22684270 + }, + { + "year": 1996, + "value": 22619004 + }, + { + "year": 1997, + "value": 22553978 + }, + { + "year": 1998, + "value": 22507344 + }, + { + "year": 1999, + "value": 22472040 + }, + { + "year": 2000, + "value": 22442971 + }, + { + "year": 2001, + "value": 22131970 + }, + { + "year": 2002, + "value": 21730496 + }, + { + "year": 2003, + "value": 21574326 + }, + { + "year": 2004, + "value": 21451748 + }, + { + "year": 2005, + "value": 21319685 + }, + { + "year": 2006, + "value": 21193760 + }, + { + "year": 2007, + "value": 20882982 + }, + { + "year": 2008, + "value": 20537875 + }, + { + "year": 2009, + "value": 20367487 + }, + { + "year": 2010, + "value": 20246871 + }, + { + "year": 2011, + "value": 20147528 + }, + { + "year": 2012, + "value": 20058035 + }, + { + "year": 2013, + "value": 19983693 + }, + { + "year": 2014, + "value": 19908979 + }, + { + "year": 2015, + "value": 19815616 + }, + { + "year": 2016, + "value": 19702468 + }, + { + "year": 2017, + "value": 19587491 + }, + { + "year": 2018, + "value": 19466145 + } + ] + }, + "Russian Federation": { + "population": [ + { + "year": 1960, + "value": 119897000 + }, + { + "year": 1961, + "value": 121236000 + }, + { + "year": 1962, + "value": 122591000 + }, + { + "year": 1963, + "value": 123960000 + }, + { + "year": 1964, + "value": 125345000 + }, + { + "year": 1965, + "value": 126745000 + }, + { + "year": 1966, + "value": 127468000 + }, + { + "year": 1967, + "value": 128196000 + }, + { + "year": 1968, + "value": 128928000 + }, + { + "year": 1969, + "value": 129664000 + }, + { + "year": 1970, + "value": 130404000 + }, + { + "year": 1971, + "value": 131155000 + }, + { + "year": 1972, + "value": 131909000 + }, + { + "year": 1973, + "value": 132669000 + }, + { + "year": 1974, + "value": 133432000 + }, + { + "year": 1975, + "value": 134200000 + }, + { + "year": 1976, + "value": 135147000 + }, + { + "year": 1977, + "value": 136100000 + }, + { + "year": 1978, + "value": 137060000 + }, + { + "year": 1979, + "value": 138027000 + }, + { + "year": 1980, + "value": 139010000 + }, + { + "year": 1981, + "value": 139941000 + }, + { + "year": 1982, + "value": 140823000 + }, + { + "year": 1983, + "value": 141668000 + }, + { + "year": 1984, + "value": 142745000 + }, + { + "year": 1985, + "value": 143858000 + }, + { + "year": 1986, + "value": 144894000 + }, + { + "year": 1987, + "value": 145908000 + }, + { + "year": 1988, + "value": 146857000 + }, + { + "year": 1989, + "value": 147721000 + }, + { + "year": 1990, + "value": 148292000 + }, + { + "year": 1991, + "value": 148624000 + }, + { + "year": 1992, + "value": 148689000 + }, + { + "year": 1993, + "value": 148520000 + }, + { + "year": 1994, + "value": 148336000 + }, + { + "year": 1995, + "value": 148375726 + }, + { + "year": 1996, + "value": 148160042 + }, + { + "year": 1997, + "value": 147915307 + }, + { + "year": 1998, + "value": 147670692 + }, + { + "year": 1999, + "value": 147214392 + }, + { + "year": 2000, + "value": 146596557 + }, + { + "year": 2001, + "value": 145976083 + }, + { + "year": 2002, + "value": 145306046 + }, + { + "year": 2003, + "value": 144648257 + }, + { + "year": 2004, + "value": 144067054 + }, + { + "year": 2005, + "value": 143518523 + }, + { + "year": 2006, + "value": 143049528 + }, + { + "year": 2007, + "value": 142805088 + }, + { + "year": 2008, + "value": 142742350 + }, + { + "year": 2009, + "value": 142785342 + }, + { + "year": 2010, + "value": 142849449 + }, + { + "year": 2011, + "value": 142960868 + }, + { + "year": 2012, + "value": 143201676 + }, + { + "year": 2013, + "value": 143506911 + }, + { + "year": 2014, + "value": 143819666 + }, + { + "year": 2015, + "value": 144096870 + }, + { + "year": 2016, + "value": 144342396 + }, + { + "year": 2017, + "value": 144496740 + }, + { + "year": 2018, + "value": 144478050 + } + ] + }, + "Rwanda": { + "population": [ + { + "year": 1960, + "value": 2935582 + }, + { + "year": 1961, + "value": 2998325 + }, + { + "year": 1962, + "value": 3052936 + }, + { + "year": 1963, + "value": 3105419 + }, + { + "year": 1964, + "value": 3164263 + }, + { + "year": 1965, + "value": 3235531 + }, + { + "year": 1966, + "value": 3321679 + }, + { + "year": 1967, + "value": 3420895 + }, + { + "year": 1968, + "value": 3529843 + }, + { + "year": 1969, + "value": 3643237 + }, + { + "year": 1970, + "value": 3757358 + }, + { + "year": 1971, + "value": 3871439 + }, + { + "year": 1972, + "value": 3987224 + }, + { + "year": 1973, + "value": 4106407 + }, + { + "year": 1974, + "value": 4231578 + }, + { + "year": 1975, + "value": 4364706 + }, + { + "year": 1976, + "value": 4506109 + }, + { + "year": 1977, + "value": 4655383 + }, + { + "year": 1978, + "value": 4812872 + }, + { + "year": 1979, + "value": 4978817 + }, + { + "year": 1980, + "value": 5153312 + }, + { + "year": 1981, + "value": 5329252 + }, + { + "year": 1982, + "value": 5504842 + }, + { + "year": 1983, + "value": 5690980 + }, + { + "year": 1984, + "value": 5902843 + }, + { + "year": 1985, + "value": 6146891 + }, + { + "year": 1986, + "value": 6443751 + }, + { + "year": 1987, + "value": 6779983 + }, + { + "year": 1988, + "value": 7088191 + }, + { + "year": 1989, + "value": 7276985 + }, + { + "year": 1990, + "value": 7288882 + }, + { + "year": 1991, + "value": 7083935 + }, + { + "year": 1992, + "value": 6702244 + }, + { + "year": 1993, + "value": 6263757 + }, + { + "year": 1994, + "value": 5936261 + }, + { + "year": 1995, + "value": 5836495 + }, + { + "year": 1996, + "value": 6013107 + }, + { + "year": 1997, + "value": 6419901 + }, + { + "year": 1998, + "value": 6962802 + }, + { + "year": 1999, + "value": 7501234 + }, + { + "year": 2000, + "value": 7933681 + }, + { + "year": 2001, + "value": 8231156 + }, + { + "year": 2002, + "value": 8427060 + }, + { + "year": 2003, + "value": 8557161 + }, + { + "year": 2004, + "value": 8680524 + }, + { + "year": 2005, + "value": 8840215 + }, + { + "year": 2006, + "value": 9043337 + }, + { + "year": 2007, + "value": 9273757 + }, + { + "year": 2008, + "value": 9524534 + }, + { + "year": 2009, + "value": 9782770 + }, + { + "year": 2010, + "value": 10039338 + }, + { + "year": 2011, + "value": 10293331 + }, + { + "year": 2012, + "value": 10549678 + }, + { + "year": 2013, + "value": 10811543 + }, + { + "year": 2014, + "value": 11083635 + }, + { + "year": 2015, + "value": 11369071 + }, + { + "year": 2016, + "value": 11668818 + }, + { + "year": 2017, + "value": 11980937 + }, + { + "year": 2018, + "value": 12301939 + } + ] + }, + "Samoa": { + "population": [ + { + "year": 1960, + "value": 108629 + }, + { + "year": 1961, + "value": 112105 + }, + { + "year": 1962, + "value": 115776 + }, + { + "year": 1963, + "value": 119559 + }, + { + "year": 1964, + "value": 123342 + }, + { + "year": 1965, + "value": 127054 + }, + { + "year": 1966, + "value": 130673 + }, + { + "year": 1967, + "value": 134177 + }, + { + "year": 1968, + "value": 137487 + }, + { + "year": 1969, + "value": 140500 + }, + { + "year": 1970, + "value": 143149 + }, + { + "year": 1971, + "value": 145413 + }, + { + "year": 1972, + "value": 147296 + }, + { + "year": 1973, + "value": 148864 + }, + { + "year": 1974, + "value": 150198 + }, + { + "year": 1975, + "value": 151359 + }, + { + "year": 1976, + "value": 152367 + }, + { + "year": 1977, + "value": 153224 + }, + { + "year": 1978, + "value": 153987 + }, + { + "year": 1979, + "value": 154739 + }, + { + "year": 1980, + "value": 155525 + }, + { + "year": 1981, + "value": 156407 + }, + { + "year": 1982, + "value": 157372 + }, + { + "year": 1983, + "value": 158352 + }, + { + "year": 1984, + "value": 159248 + }, + { + "year": 1985, + "value": 159990 + }, + { + "year": 1986, + "value": 160544 + }, + { + "year": 1987, + "value": 160965 + }, + { + "year": 1988, + "value": 161376 + }, + { + "year": 1989, + "value": 161940 + }, + { + "year": 1990, + "value": 162803 + }, + { + "year": 1991, + "value": 163997 + }, + { + "year": 1992, + "value": 165490 + }, + { + "year": 1993, + "value": 167119 + }, + { + "year": 1994, + "value": 168694 + }, + { + "year": 1995, + "value": 170054 + }, + { + "year": 1996, + "value": 171165 + }, + { + "year": 1997, + "value": 172068 + }, + { + "year": 1998, + "value": 172839 + }, + { + "year": 1999, + "value": 173609 + }, + { + "year": 2000, + "value": 174454 + }, + { + "year": 2001, + "value": 175392 + }, + { + "year": 2002, + "value": 176407 + }, + { + "year": 2003, + "value": 177484 + }, + { + "year": 2004, + "value": 178590 + }, + { + "year": 2005, + "value": 179727 + }, + { + "year": 2006, + "value": 180876 + }, + { + "year": 2007, + "value": 182046 + }, + { + "year": 2008, + "value": 183263 + }, + { + "year": 2009, + "value": 184556 + }, + { + "year": 2010, + "value": 185949 + }, + { + "year": 2011, + "value": 187469 + }, + { + "year": 2012, + "value": 189088 + }, + { + "year": 2013, + "value": 190717 + }, + { + "year": 2014, + "value": 192221 + }, + { + "year": 2015, + "value": 193513 + }, + { + "year": 2016, + "value": 194535 + }, + { + "year": 2017, + "value": 195352 + }, + { + "year": 2018, + "value": 196130 + } + ] + }, + "San Marino": { + "population": [ + { + "year": 1960, + "value": 15432 + }, + { + "year": 1961, + "value": 15837 + }, + { + "year": 1962, + "value": 16255 + }, + { + "year": 1963, + "value": 16679 + }, + { + "year": 1964, + "value": 17099 + }, + { + "year": 1965, + "value": 17513 + }, + { + "year": 1966, + "value": 17918 + }, + { + "year": 1967, + "value": 18307 + }, + { + "year": 1968, + "value": 18668 + }, + { + "year": 1969, + "value": 18977 + }, + { + "year": 1970, + "value": 19221 + }, + { + "year": 1971, + "value": 19389 + }, + { + "year": 1972, + "value": 19494 + }, + { + "year": 1973, + "value": 19566 + }, + { + "year": 1974, + "value": 19664 + }, + { + "year": 1975, + "value": 19831 + }, + { + "year": 1976, + "value": 20083 + }, + { + "year": 1977, + "value": 20397 + }, + { + "year": 1978, + "value": 20760 + }, + { + "year": 1979, + "value": 21127 + }, + { + "year": 1980, + "value": 21459 + }, + { + "year": 1981, + "value": 21765 + }, + { + "year": 1982, + "value": 22037 + }, + { + "year": 1983, + "value": 22299 + }, + { + "year": 1984, + "value": 22549 + }, + { + "year": 1985, + "value": 22798 + }, + { + "year": 1986, + "value": 23046 + }, + { + "year": 1987, + "value": 23295 + }, + { + "year": 1988, + "value": 23551 + }, + { + "year": 1989, + "value": 23817 + }, + { + "year": 1990, + "value": 24125 + }, + { + "year": 1991, + "value": 24460 + }, + { + "year": 1992, + "value": 24822 + }, + { + "year": 1993, + "value": 25209 + }, + { + "year": 1994, + "value": 25582 + }, + { + "year": 1995, + "value": 25928 + }, + { + "year": 1996, + "value": 26252 + }, + { + "year": 1997, + "value": 26562 + }, + { + "year": 1998, + "value": 26840 + }, + { + "year": 1999, + "value": 27145 + }, + { + "year": 2000, + "value": 27462 + }, + { + "year": 2001, + "value": 27812 + }, + { + "year": 2002, + "value": 28175 + }, + { + "year": 2003, + "value": 28562 + }, + { + "year": 2004, + "value": 28940 + }, + { + "year": 2005, + "value": 29324 + }, + { + "year": 2006, + "value": 29700 + }, + { + "year": 2007, + "value": 30063 + }, + { + "year": 2008, + "value": 30434 + }, + { + "year": 2009, + "value": 30816 + }, + { + "year": 2010, + "value": 31229 + }, + { + "year": 2011, + "value": 31661 + }, + { + "year": 2012, + "value": 32105 + }, + { + "year": 2013, + "value": 32553 + }, + { + "year": 2014, + "value": 32948 + }, + { + "year": 2015, + "value": 33272 + }, + { + "year": 2016, + "value": 33504 + }, + { + "year": 2017, + "value": 33671 + }, + { + "year": 2018, + "value": 33785 + } + ] + }, + "Sao Tome and Principe": { + "population": [ + { + "year": 1960, + "value": 64302 + }, + { + "year": 1961, + "value": 64602 + }, + { + "year": 1962, + "value": 64479 + }, + { + "year": 1963, + "value": 64231 + }, + { + "year": 1964, + "value": 64277 + }, + { + "year": 1965, + "value": 64892 + }, + { + "year": 1966, + "value": 66183 + }, + { + "year": 1967, + "value": 68047 + }, + { + "year": 1968, + "value": 70257 + }, + { + "year": 1969, + "value": 72507 + }, + { + "year": 1970, + "value": 74564 + }, + { + "year": 1971, + "value": 76347 + }, + { + "year": 1972, + "value": 77934 + }, + { + "year": 1973, + "value": 79464 + }, + { + "year": 1974, + "value": 81152 + }, + { + "year": 1975, + "value": 83138 + }, + { + "year": 1976, + "value": 85481 + }, + { + "year": 1977, + "value": 88110 + }, + { + "year": 1978, + "value": 90843 + }, + { + "year": 1979, + "value": 93461 + }, + { + "year": 1980, + "value": 95794 + }, + { + "year": 1981, + "value": 97770 + }, + { + "year": 1982, + "value": 99473 + }, + { + "year": 1983, + "value": 101066 + }, + { + "year": 1984, + "value": 102829 + }, + { + "year": 1985, + "value": 104924 + }, + { + "year": 1986, + "value": 107429 + }, + { + "year": 1987, + "value": 110254 + }, + { + "year": 1988, + "value": 113285 + }, + { + "year": 1989, + "value": 116320 + }, + { + "year": 1990, + "value": 119209 + }, + { + "year": 1991, + "value": 121956 + }, + { + "year": 1992, + "value": 124576 + }, + { + "year": 1993, + "value": 127062 + }, + { + "year": 1994, + "value": 129427 + }, + { + "year": 1995, + "value": 131678 + }, + { + "year": 1996, + "value": 133806 + }, + { + "year": 1997, + "value": 135832 + }, + { + "year": 1998, + "value": 137848 + }, + { + "year": 1999, + "value": 139959 + }, + { + "year": 2000, + "value": 142262 + }, + { + "year": 2001, + "value": 144755 + }, + { + "year": 2002, + "value": 147447 + }, + { + "year": 2003, + "value": 150415 + }, + { + "year": 2004, + "value": 153737 + }, + { + "year": 2005, + "value": 157472 + }, + { + "year": 2006, + "value": 161681 + }, + { + "year": 2007, + "value": 166300 + }, + { + "year": 2008, + "value": 171120 + }, + { + "year": 2009, + "value": 175876 + }, + { + "year": 2010, + "value": 180371 + }, + { + "year": 2011, + "value": 184524 + }, + { + "year": 2012, + "value": 188404 + }, + { + "year": 2013, + "value": 192087 + }, + { + "year": 2014, + "value": 195727 + }, + { + "year": 2015, + "value": 199432 + }, + { + "year": 2016, + "value": 203227 + }, + { + "year": 2017, + "value": 207089 + }, + { + "year": 2018, + "value": 211028 + } + ] + }, + "Saudi Arabia": { + "population": [ + { + "year": 1960, + "value": 4086539 + }, + { + "year": 1961, + "value": 4218853 + }, + { + "year": 1962, + "value": 4362786 + }, + { + "year": 1963, + "value": 4516533 + }, + { + "year": 1964, + "value": 4677298 + }, + { + "year": 1965, + "value": 4843635 + }, + { + "year": 1966, + "value": 5015357 + }, + { + "year": 1967, + "value": 5195135 + }, + { + "year": 1968, + "value": 5387828 + }, + { + "year": 1969, + "value": 5599904 + }, + { + "year": 1970, + "value": 5836389 + }, + { + "year": 1971, + "value": 6100626 + }, + { + "year": 1972, + "value": 6392970 + }, + { + "year": 1973, + "value": 6711923 + }, + { + "year": 1974, + "value": 7054532 + }, + { + "year": 1975, + "value": 7419493 + }, + { + "year": 1976, + "value": 7802926 + }, + { + "year": 1977, + "value": 8207697 + }, + { + "year": 1978, + "value": 8646845 + }, + { + "year": 1979, + "value": 9137927 + }, + { + "year": 1980, + "value": 9691476 + }, + { + "year": 1981, + "value": 10311775 + }, + { + "year": 1982, + "value": 10988853 + }, + { + "year": 1983, + "value": 11701128 + }, + { + "year": 1984, + "value": 12418834 + }, + { + "year": 1985, + "value": 13118993 + }, + { + "year": 1986, + "value": 13794165 + }, + { + "year": 1987, + "value": 14445671 + }, + { + "year": 1988, + "value": 15070082 + }, + { + "year": 1989, + "value": 15666297 + }, + { + "year": 1990, + "value": 16233785 + }, + { + "year": 1991, + "value": 16772694 + }, + { + "year": 1992, + "value": 17282691 + }, + { + "year": 1993, + "value": 17763298 + }, + { + "year": 1994, + "value": 18214470 + }, + { + "year": 1995, + "value": 18638787 + }, + { + "year": 1996, + "value": 19033845 + }, + { + "year": 1997, + "value": 19407142 + }, + { + "year": 1998, + "value": 19783304 + }, + { + "year": 1999, + "value": 20194527 + }, + { + "year": 2000, + "value": 20663843 + }, + { + "year": 2001, + "value": 21202642 + }, + { + "year": 2002, + "value": 21805313 + }, + { + "year": 2003, + "value": 22456649 + }, + { + "year": 2004, + "value": 23132682 + }, + { + "year": 2005, + "value": 23816183 + }, + { + "year": 2006, + "value": 24498310 + }, + { + "year": 2007, + "value": 25184597 + }, + { + "year": 2008, + "value": 25888541 + }, + { + "year": 2009, + "value": 26630303 + }, + { + "year": 2010, + "value": 27421461 + }, + { + "year": 2011, + "value": 28267685 + }, + { + "year": 2012, + "value": 29155187 + }, + { + "year": 2013, + "value": 30052518 + }, + { + "year": 2014, + "value": 30916994 + }, + { + "year": 2015, + "value": 31717667 + }, + { + "year": 2016, + "value": 32442572 + }, + { + "year": 2017, + "value": 33099147 + }, + { + "year": 2018, + "value": 33699947 + } + ] + }, + "Senegal": { + "population": [ + { + "year": 1960, + "value": 3206749 + }, + { + "year": 1961, + "value": 3295278 + }, + { + "year": 1962, + "value": 3386806 + }, + { + "year": 1963, + "value": 3481654 + }, + { + "year": 1964, + "value": 3580239 + }, + { + "year": 1965, + "value": 3682876 + }, + { + "year": 1966, + "value": 3789383 + }, + { + "year": 1967, + "value": 3899644 + }, + { + "year": 1968, + "value": 4014103 + }, + { + "year": 1969, + "value": 4133322 + }, + { + "year": 1970, + "value": 4257505 + }, + { + "year": 1971, + "value": 4387540 + }, + { + "year": 1972, + "value": 4522893 + }, + { + "year": 1973, + "value": 4660725 + }, + { + "year": 1974, + "value": 4797187 + }, + { + "year": 1975, + "value": 4929846 + }, + { + "year": 1976, + "value": 5057378 + }, + { + "year": 1977, + "value": 5181514 + }, + { + "year": 1978, + "value": 5306681 + }, + { + "year": 1979, + "value": 5439066 + }, + { + "year": 1980, + "value": 5583165 + }, + { + "year": 1981, + "value": 5740444 + }, + { + "year": 1982, + "value": 5909739 + }, + { + "year": 1983, + "value": 6089572 + }, + { + "year": 1984, + "value": 6277424 + }, + { + "year": 1985, + "value": 6471327 + }, + { + "year": 1986, + "value": 6670663 + }, + { + "year": 1987, + "value": 6875754 + }, + { + "year": 1988, + "value": 7086627 + }, + { + "year": 1989, + "value": 7303517 + }, + { + "year": 1990, + "value": 7526307 + }, + { + "year": 1991, + "value": 7755496 + }, + { + "year": 1992, + "value": 7990096 + }, + { + "year": 1993, + "value": 8226760 + }, + { + "year": 1994, + "value": 8461068 + }, + { + "year": 1995, + "value": 8690164 + }, + { + "year": 1996, + "value": 8912861 + }, + { + "year": 1997, + "value": 9130877 + }, + { + "year": 1998, + "value": 9347774 + }, + { + "year": 1999, + "value": 9568722 + }, + { + "year": 2000, + "value": 9797734 + }, + { + "year": 2001, + "value": 10036104 + }, + { + "year": 2002, + "value": 10283699 + }, + { + "year": 2003, + "value": 10541467 + }, + { + "year": 2004, + "value": 10810083 + }, + { + "year": 2005, + "value": 11090116 + }, + { + "year": 2006, + "value": 11382268 + }, + { + "year": 2007, + "value": 11687080 + }, + { + "year": 2008, + "value": 12004701 + }, + { + "year": 2009, + "value": 12335084 + }, + { + "year": 2010, + "value": 12678148 + }, + { + "year": 2011, + "value": 13033809 + }, + { + "year": 2012, + "value": 13401991 + }, + { + "year": 2013, + "value": 13782420 + }, + { + "year": 2014, + "value": 14174731 + }, + { + "year": 2015, + "value": 14578459 + }, + { + "year": 2016, + "value": 14993528 + }, + { + "year": 2017, + "value": 15419381 + }, + { + "year": 2018, + "value": 15854360 + } + ] + }, + "Serbia": { + "population": [ + { + "year": 1990, + "value": 7586000 + }, + { + "year": 1991, + "value": 7595636 + }, + { + "year": 1992, + "value": 7646424 + }, + { + "year": 1993, + "value": 7699307 + }, + { + "year": 1994, + "value": 7734639 + }, + { + "year": 1995, + "value": 7625357 + }, + { + "year": 1996, + "value": 7617794 + }, + { + "year": 1997, + "value": 7596501 + }, + { + "year": 1998, + "value": 7567745 + }, + { + "year": 1999, + "value": 7540401 + }, + { + "year": 2000, + "value": 7516346 + }, + { + "year": 2001, + "value": 7503433 + }, + { + "year": 2002, + "value": 7496522 + }, + { + "year": 2003, + "value": 7480591 + }, + { + "year": 2004, + "value": 7463157 + }, + { + "year": 2005, + "value": 7440769 + }, + { + "year": 2006, + "value": 7411569 + }, + { + "year": 2007, + "value": 7381579 + }, + { + "year": 2008, + "value": 7350222 + }, + { + "year": 2009, + "value": 7320807 + }, + { + "year": 2010, + "value": 7291436 + }, + { + "year": 2011, + "value": 7234099 + }, + { + "year": 2012, + "value": 7199077 + }, + { + "year": 2013, + "value": 7164132 + }, + { + "year": 2014, + "value": 7130576 + }, + { + "year": 2015, + "value": 7095383 + }, + { + "year": 2016, + "value": 7058322 + }, + { + "year": 2017, + "value": 7020858 + }, + { + "year": 2018, + "value": 6982604 + } + ] + }, + "Seychelles": { + "population": [ + { + "year": 1960, + "value": 41700 + }, + { + "year": 1961, + "value": 42889 + }, + { + "year": 1962, + "value": 44042 + }, + { + "year": 1963, + "value": 45176 + }, + { + "year": 1964, + "value": 46322 + }, + { + "year": 1965, + "value": 47500 + }, + { + "year": 1966, + "value": 48699 + }, + { + "year": 1967, + "value": 49911 + }, + { + "year": 1968, + "value": 51134 + }, + { + "year": 1969, + "value": 52365 + }, + { + "year": 1970, + "value": 53600 + }, + { + "year": 1971, + "value": 54695 + }, + { + "year": 1972, + "value": 56029 + }, + { + "year": 1973, + "value": 56892 + }, + { + "year": 1974, + "value": 57937 + }, + { + "year": 1975, + "value": 59292 + }, + { + "year": 1976, + "value": 60504 + }, + { + "year": 1977, + "value": 61786 + }, + { + "year": 1978, + "value": 62150 + }, + { + "year": 1979, + "value": 62686 + }, + { + "year": 1980, + "value": 63261 + }, + { + "year": 1981, + "value": 64035 + }, + { + "year": 1982, + "value": 64413 + }, + { + "year": 1983, + "value": 64335 + }, + { + "year": 1984, + "value": 64717 + }, + { + "year": 1985, + "value": 65244 + }, + { + "year": 1986, + "value": 65652 + }, + { + "year": 1987, + "value": 68499 + }, + { + "year": 1988, + "value": 68755 + }, + { + "year": 1989, + "value": 69167 + }, + { + "year": 1990, + "value": 69507 + }, + { + "year": 1991, + "value": 70439 + }, + { + "year": 1992, + "value": 70763 + }, + { + "year": 1993, + "value": 72253 + }, + { + "year": 1994, + "value": 74205 + }, + { + "year": 1995, + "value": 75304 + }, + { + "year": 1996, + "value": 76417 + }, + { + "year": 1997, + "value": 77319 + }, + { + "year": 1998, + "value": 78846 + }, + { + "year": 1999, + "value": 80410 + }, + { + "year": 2000, + "value": 81131 + }, + { + "year": 2001, + "value": 81202 + }, + { + "year": 2002, + "value": 83723 + }, + { + "year": 2003, + "value": 82781 + }, + { + "year": 2004, + "value": 82475 + }, + { + "year": 2005, + "value": 82858 + }, + { + "year": 2006, + "value": 84600 + }, + { + "year": 2007, + "value": 85033 + }, + { + "year": 2008, + "value": 86956 + }, + { + "year": 2009, + "value": 87298 + }, + { + "year": 2010, + "value": 89770 + }, + { + "year": 2011, + "value": 87441 + }, + { + "year": 2012, + "value": 88303 + }, + { + "year": 2013, + "value": 89949 + }, + { + "year": 2014, + "value": 91359 + }, + { + "year": 2015, + "value": 93419 + }, + { + "year": 2016, + "value": 94677 + }, + { + "year": 2017, + "value": 95843 + }, + { + "year": 2018, + "value": 96762 + } + ] + }, + "Sierra Leone": { + "population": [ + { + "year": 1960, + "value": 2317636 + }, + { + "year": 1961, + "value": 2352363 + }, + { + "year": 1962, + "value": 2388769 + }, + { + "year": 1963, + "value": 2426857 + }, + { + "year": 1964, + "value": 2466667 + }, + { + "year": 1965, + "value": 2508219 + }, + { + "year": 1966, + "value": 2551578 + }, + { + "year": 1967, + "value": 2596805 + }, + { + "year": 1968, + "value": 2644020 + }, + { + "year": 1969, + "value": 2693348 + }, + { + "year": 1970, + "value": 2744891 + }, + { + "year": 1971, + "value": 2798724 + }, + { + "year": 1972, + "value": 2854872 + }, + { + "year": 1973, + "value": 2913344 + }, + { + "year": 1974, + "value": 2974104 + }, + { + "year": 1975, + "value": 3037154 + }, + { + "year": 1976, + "value": 3102592 + }, + { + "year": 1977, + "value": 3170508 + }, + { + "year": 1978, + "value": 3240839 + }, + { + "year": 1979, + "value": 3313504 + }, + { + "year": 1980, + "value": 3388495 + }, + { + "year": 1981, + "value": 3464106 + }, + { + "year": 1982, + "value": 3540170 + }, + { + "year": 1983, + "value": 3619847 + }, + { + "year": 1984, + "value": 3707510 + }, + { + "year": 1985, + "value": 3805311 + }, + { + "year": 1986, + "value": 3916685 + }, + { + "year": 1987, + "value": 4038144 + }, + { + "year": 1988, + "value": 4156634 + }, + { + "year": 1989, + "value": 4254444 + }, + { + "year": 1990, + "value": 4319762 + }, + { + "year": 1991, + "value": 4348660 + }, + { + "year": 1992, + "value": 4347724 + }, + { + "year": 1993, + "value": 4328957 + }, + { + "year": 1994, + "value": 4309775 + }, + { + "year": 1995, + "value": 4303957 + }, + { + "year": 1996, + "value": 4312666 + }, + { + "year": 1997, + "value": 4335301 + }, + { + "year": 1998, + "value": 4381483 + }, + { + "year": 1999, + "value": 4462378 + }, + { + "year": 2000, + "value": 4584571 + }, + { + "year": 2001, + "value": 4754072 + }, + { + "year": 2002, + "value": 4965766 + }, + { + "year": 2003, + "value": 5201070 + }, + { + "year": 2004, + "value": 5433991 + }, + { + "year": 2005, + "value": 5645624 + }, + { + "year": 2006, + "value": 5829237 + }, + { + "year": 2007, + "value": 5989633 + }, + { + "year": 2008, + "value": 6133603 + }, + { + "year": 2009, + "value": 6272734 + }, + { + "year": 2010, + "value": 6415634 + }, + { + "year": 2011, + "value": 6563240 + }, + { + "year": 2012, + "value": 6712581 + }, + { + "year": 2013, + "value": 6863980 + }, + { + "year": 2014, + "value": 7017144 + }, + { + "year": 2015, + "value": 7171914 + }, + { + "year": 2016, + "value": 7328838 + }, + { + "year": 2017, + "value": 7488431 + }, + { + "year": 2018, + "value": 7650154 + } + ] + }, + "Singapore": { + "population": [ + { + "year": 1960, + "value": 1646400 + }, + { + "year": 1961, + "value": 1702400 + }, + { + "year": 1962, + "value": 1750200 + }, + { + "year": 1963, + "value": 1795000 + }, + { + "year": 1964, + "value": 1841600 + }, + { + "year": 1965, + "value": 1886900 + }, + { + "year": 1966, + "value": 1934400 + }, + { + "year": 1967, + "value": 1977600 + }, + { + "year": 1968, + "value": 2012000 + }, + { + "year": 1969, + "value": 2042500 + }, + { + "year": 1970, + "value": 2074507 + }, + { + "year": 1971, + "value": 2112900 + }, + { + "year": 1972, + "value": 2152400 + }, + { + "year": 1973, + "value": 2193000 + }, + { + "year": 1974, + "value": 2229800 + }, + { + "year": 1975, + "value": 2262600 + }, + { + "year": 1976, + "value": 2293300 + }, + { + "year": 1977, + "value": 2325300 + }, + { + "year": 1978, + "value": 2353600 + }, + { + "year": 1979, + "value": 2383500 + }, + { + "year": 1980, + "value": 2413945 + }, + { + "year": 1981, + "value": 2532835 + }, + { + "year": 1982, + "value": 2646466 + }, + { + "year": 1983, + "value": 2681061 + }, + { + "year": 1984, + "value": 2732221 + }, + { + "year": 1985, + "value": 2735957 + }, + { + "year": 1986, + "value": 2733373 + }, + { + "year": 1987, + "value": 2774789 + }, + { + "year": 1988, + "value": 2846108 + }, + { + "year": 1989, + "value": 2930901 + }, + { + "year": 1990, + "value": 3047132 + }, + { + "year": 1991, + "value": 3135083 + }, + { + "year": 1992, + "value": 3230698 + }, + { + "year": 1993, + "value": 3313471 + }, + { + "year": 1994, + "value": 3419048 + }, + { + "year": 1995, + "value": 3524506 + }, + { + "year": 1996, + "value": 3670704 + }, + { + "year": 1997, + "value": 3796038 + }, + { + "year": 1998, + "value": 3927213 + }, + { + "year": 1999, + "value": 3958723 + }, + { + "year": 2000, + "value": 4027887 + }, + { + "year": 2001, + "value": 4138012 + }, + { + "year": 2002, + "value": 4175950 + }, + { + "year": 2003, + "value": 4114826 + }, + { + "year": 2004, + "value": 4166664 + }, + { + "year": 2005, + "value": 4265762 + }, + { + "year": 2006, + "value": 4401365 + }, + { + "year": 2007, + "value": 4588599 + }, + { + "year": 2008, + "value": 4839396 + }, + { + "year": 2009, + "value": 4987573 + }, + { + "year": 2010, + "value": 5076732 + }, + { + "year": 2011, + "value": 5183688 + }, + { + "year": 2012, + "value": 5312437 + }, + { + "year": 2013, + "value": 5399162 + }, + { + "year": 2014, + "value": 5469724 + }, + { + "year": 2015, + "value": 5535002 + }, + { + "year": 2016, + "value": 5607283 + }, + { + "year": 2017, + "value": 5612253 + }, + { + "year": 2018, + "value": 5638676 + } + ] + }, + "Sint Maarten (Dutch part)": { + "population": [ + { + "year": 1998, + "value": 31240 + }, + { + "year": 1999, + "value": 31084 + }, + { + "year": 2000, + "value": 30519 + }, + { + "year": 2001, + "value": 30600 + }, + { + "year": 2002, + "value": 30777 + }, + { + "year": 2003, + "value": 31472 + }, + { + "year": 2004, + "value": 32488 + }, + { + "year": 2005, + "value": 33011 + }, + { + "year": 2006, + "value": 33441 + }, + { + "year": 2007, + "value": 33811 + }, + { + "year": 2008, + "value": 33964 + }, + { + "year": 2009, + "value": 34238 + }, + { + "year": 2010, + "value": 34056 + }, + { + "year": 2011, + "value": 33435 + }, + { + "year": 2012, + "value": 34640 + }, + { + "year": 2013, + "value": 36607 + }, + { + "year": 2014, + "value": 37685 + }, + { + "year": 2015, + "value": 38825 + }, + { + "year": 2016, + "value": 39969 + }, + { + "year": 2017, + "value": 40574 + }, + { + "year": 2018, + "value": 40654 + } + ] + }, + "Slovak Republic": { + "population": [ + { + "year": 1960, + "value": 4068095 + }, + { + "year": 1961, + "value": 4191667 + }, + { + "year": 1962, + "value": 4238188 + }, + { + "year": 1963, + "value": 4282017 + }, + { + "year": 1964, + "value": 4327341 + }, + { + "year": 1965, + "value": 4370983 + }, + { + "year": 1966, + "value": 4411666 + }, + { + "year": 1967, + "value": 4449367 + }, + { + "year": 1968, + "value": 4483915 + }, + { + "year": 1969, + "value": 4518607 + }, + { + "year": 1970, + "value": 4538223 + }, + { + "year": 1971, + "value": 4557449 + }, + { + "year": 1972, + "value": 4596622 + }, + { + "year": 1973, + "value": 4641445 + }, + { + "year": 1974, + "value": 4689623 + }, + { + "year": 1975, + "value": 4739105 + }, + { + "year": 1976, + "value": 4789507 + }, + { + "year": 1977, + "value": 4840501 + }, + { + "year": 1978, + "value": 4890125 + }, + { + "year": 1979, + "value": 4938973 + }, + { + "year": 1980, + "value": 4979815 + }, + { + "year": 1981, + "value": 5016105 + }, + { + "year": 1982, + "value": 5055099 + }, + { + "year": 1983, + "value": 5091971 + }, + { + "year": 1984, + "value": 5127097 + }, + { + "year": 1985, + "value": 5161768 + }, + { + "year": 1986, + "value": 5193838 + }, + { + "year": 1987, + "value": 5222840 + }, + { + "year": 1988, + "value": 5250596 + }, + { + "year": 1989, + "value": 5275942 + }, + { + "year": 1990, + "value": 5299187 + }, + { + "year": 1991, + "value": 5303294 + }, + { + "year": 1992, + "value": 5305016 + }, + { + "year": 1993, + "value": 5325305 + }, + { + "year": 1994, + "value": 5346331 + }, + { + "year": 1995, + "value": 5361999 + }, + { + "year": 1996, + "value": 5373361 + }, + { + "year": 1997, + "value": 5383291 + }, + { + "year": 1998, + "value": 5390516 + }, + { + "year": 1999, + "value": 5396020 + }, + { + "year": 2000, + "value": 5388720 + }, + { + "year": 2001, + "value": 5378867 + }, + { + "year": 2002, + "value": 5376912 + }, + { + "year": 2003, + "value": 5373374 + }, + { + "year": 2004, + "value": 5372280 + }, + { + "year": 2005, + "value": 5372807 + }, + { + "year": 2006, + "value": 5373054 + }, + { + "year": 2007, + "value": 5374622 + }, + { + "year": 2008, + "value": 5379233 + }, + { + "year": 2009, + "value": 5386406 + }, + { + "year": 2010, + "value": 5391428 + }, + { + "year": 2011, + "value": 5398384 + }, + { + "year": 2012, + "value": 5407579 + }, + { + "year": 2013, + "value": 5413393 + }, + { + "year": 2014, + "value": 5418649 + }, + { + "year": 2015, + "value": 5423801 + }, + { + "year": 2016, + "value": 5430798 + }, + { + "year": 2017, + "value": 5439232 + }, + { + "year": 2018, + "value": 5446771 + } + ] + }, + "Slovenia": { + "population": [ + { + "year": 1960, + "value": 1584720 + }, + { + "year": 1961, + "value": 1594131 + }, + { + "year": 1962, + "value": 1603649 + }, + { + "year": 1963, + "value": 1616971 + }, + { + "year": 1964, + "value": 1632114 + }, + { + "year": 1965, + "value": 1649160 + }, + { + "year": 1966, + "value": 1669905 + }, + { + "year": 1967, + "value": 1689528 + }, + { + "year": 1968, + "value": 1704546 + }, + { + "year": 1969, + "value": 1713874 + }, + { + "year": 1970, + "value": 1724891 + }, + { + "year": 1971, + "value": 1738335 + }, + { + "year": 1972, + "value": 1752233 + }, + { + "year": 1973, + "value": 1766697 + }, + { + "year": 1974, + "value": 1776132 + }, + { + "year": 1975, + "value": 1793581 + }, + { + "year": 1976, + "value": 1820249 + }, + { + "year": 1977, + "value": 1842377 + }, + { + "year": 1978, + "value": 1862548 + }, + { + "year": 1979, + "value": 1882599 + }, + { + "year": 1980, + "value": 1901315 + }, + { + "year": 1981, + "value": 1906531 + }, + { + "year": 1982, + "value": 1910334 + }, + { + "year": 1983, + "value": 1922321 + }, + { + "year": 1984, + "value": 1932154 + }, + { + "year": 1985, + "value": 1941641 + }, + { + "year": 1986, + "value": 1965964 + }, + { + "year": 1987, + "value": 1989776 + }, + { + "year": 1988, + "value": 1995196 + }, + { + "year": 1989, + "value": 1996351 + }, + { + "year": 1990, + "value": 1998161 + }, + { + "year": 1991, + "value": 1999429 + }, + { + "year": 1992, + "value": 1996498 + }, + { + "year": 1993, + "value": 1991746 + }, + { + "year": 1994, + "value": 1989443 + }, + { + "year": 1995, + "value": 1989872 + }, + { + "year": 1996, + "value": 1988628 + }, + { + "year": 1997, + "value": 1985956 + }, + { + "year": 1998, + "value": 1981629 + }, + { + "year": 1999, + "value": 1983045 + }, + { + "year": 2000, + "value": 1988925 + }, + { + "year": 2001, + "value": 1992060 + }, + { + "year": 2002, + "value": 1994530 + }, + { + "year": 2003, + "value": 1995733 + }, + { + "year": 2004, + "value": 1997012 + }, + { + "year": 2005, + "value": 2000474 + }, + { + "year": 2006, + "value": 2006868 + }, + { + "year": 2007, + "value": 2018122 + }, + { + "year": 2008, + "value": 2021316 + }, + { + "year": 2009, + "value": 2039669 + }, + { + "year": 2010, + "value": 2048583 + }, + { + "year": 2011, + "value": 2052843 + }, + { + "year": 2012, + "value": 2057159 + }, + { + "year": 2013, + "value": 2059953 + }, + { + "year": 2014, + "value": 2061980 + }, + { + "year": 2015, + "value": 2063531 + }, + { + "year": 2016, + "value": 2065042 + }, + { + "year": 2017, + "value": 2066388 + }, + { + "year": 2018, + "value": 2073894 + } + ] + }, + "Solomon Islands": { + "population": [ + { + "year": 1960, + "value": 117849 + }, + { + "year": 1961, + "value": 121378 + }, + { + "year": 1962, + "value": 125040 + }, + { + "year": 1963, + "value": 128838 + }, + { + "year": 1964, + "value": 132759 + }, + { + "year": 1965, + "value": 136816 + }, + { + "year": 1966, + "value": 140991 + }, + { + "year": 1967, + "value": 145317 + }, + { + "year": 1968, + "value": 149881 + }, + { + "year": 1969, + "value": 154830 + }, + { + "year": 1970, + "value": 160250 + }, + { + "year": 1971, + "value": 166162 + }, + { + "year": 1972, + "value": 172552 + }, + { + "year": 1973, + "value": 179305 + }, + { + "year": 1974, + "value": 186295 + }, + { + "year": 1975, + "value": 193402 + }, + { + "year": 1976, + "value": 200599 + }, + { + "year": 1977, + "value": 207890 + }, + { + "year": 1978, + "value": 215295 + }, + { + "year": 1979, + "value": 222840 + }, + { + "year": 1980, + "value": 230546 + }, + { + "year": 1981, + "value": 238429 + }, + { + "year": 1982, + "value": 246447 + }, + { + "year": 1983, + "value": 254559 + }, + { + "year": 1984, + "value": 262687 + }, + { + "year": 1985, + "value": 270788 + }, + { + "year": 1986, + "value": 278837 + }, + { + "year": 1987, + "value": 286870 + }, + { + "year": 1988, + "value": 294972 + }, + { + "year": 1989, + "value": 303272 + }, + { + "year": 1990, + "value": 311866 + }, + { + "year": 1991, + "value": 320780 + }, + { + "year": 1992, + "value": 329995 + }, + { + "year": 1993, + "value": 339504 + }, + { + "year": 1994, + "value": 349281 + }, + { + "year": 1995, + "value": 359281 + }, + { + "year": 1996, + "value": 369523 + }, + { + "year": 1997, + "value": 379999 + }, + { + "year": 1998, + "value": 390693 + }, + { + "year": 1999, + "value": 401586 + }, + { + "year": 2000, + "value": 412660 + }, + { + "year": 2001, + "value": 423944 + }, + { + "year": 2002, + "value": 435432 + }, + { + "year": 2003, + "value": 447017 + }, + { + "year": 2004, + "value": 458539 + }, + { + "year": 2005, + "value": 469918 + }, + { + "year": 2006, + "value": 481078 + }, + { + "year": 2007, + "value": 492132 + }, + { + "year": 2008, + "value": 503360 + }, + { + "year": 2009, + "value": 515181 + }, + { + "year": 2010, + "value": 527861 + }, + { + "year": 2011, + "value": 541521 + }, + { + "year": 2012, + "value": 556064 + }, + { + "year": 2013, + "value": 571335 + }, + { + "year": 2014, + "value": 587079 + }, + { + "year": 2015, + "value": 603118 + }, + { + "year": 2016, + "value": 619437 + }, + { + "year": 2017, + "value": 636038 + }, + { + "year": 2018, + "value": 652858 + } + ] + }, + "Somalia": { + "population": [ + { + "year": 1960, + "value": 2755972 + }, + { + "year": 1961, + "value": 2814118 + }, + { + "year": 1962, + "value": 2874218 + }, + { + "year": 1963, + "value": 2936477 + }, + { + "year": 1964, + "value": 3001158 + }, + { + "year": 1965, + "value": 3068459 + }, + { + "year": 1966, + "value": 3143648 + }, + { + "year": 1967, + "value": 3227841 + }, + { + "year": 1968, + "value": 3312742 + }, + { + "year": 1969, + "value": 3386738 + }, + { + "year": 1970, + "value": 3444568 + }, + { + "year": 1971, + "value": 3472367 + }, + { + "year": 1972, + "value": 3479790 + }, + { + "year": 1973, + "value": 3512623 + }, + { + "year": 1974, + "value": 3632990 + }, + { + "year": 1975, + "value": 3880292 + }, + { + "year": 1976, + "value": 4278973 + }, + { + "year": 1977, + "value": 4802141 + }, + { + "year": 1978, + "value": 5375017 + }, + { + "year": 1979, + "value": 5892755 + }, + { + "year": 1980, + "value": 6281134 + }, + { + "year": 1981, + "value": 6511113 + }, + { + "year": 1982, + "value": 6608044 + }, + { + "year": 1983, + "value": 6618588 + }, + { + "year": 1984, + "value": 6614715 + }, + { + "year": 1985, + "value": 6648627 + }, + { + "year": 1986, + "value": 6736748 + }, + { + "year": 1987, + "value": 6862273 + }, + { + "year": 1988, + "value": 7005234 + }, + { + "year": 1989, + "value": 7133258 + }, + { + "year": 1990, + "value": 7225092 + }, + { + "year": 1991, + "value": 7274030 + }, + { + "year": 1992, + "value": 7295384 + }, + { + "year": 1993, + "value": 7315865 + }, + { + "year": 1994, + "value": 7372598 + }, + { + "year": 1995, + "value": 7491637 + }, + { + "year": 1996, + "value": 7682686 + }, + { + "year": 1997, + "value": 7936127 + }, + { + "year": 1998, + "value": 8235064 + }, + { + "year": 1999, + "value": 8553601 + }, + { + "year": 2000, + "value": 8872254 + }, + { + "year": 2001, + "value": 9186725 + }, + { + "year": 2002, + "value": 9501342 + }, + { + "year": 2003, + "value": 9815412 + }, + { + "year": 2004, + "value": 10130243 + }, + { + "year": 2005, + "value": 10446863 + }, + { + "year": 2006, + "value": 10763905 + }, + { + "year": 2007, + "value": 11080121 + }, + { + "year": 2008, + "value": 11397188 + }, + { + "year": 2009, + "value": 11717692 + }, + { + "year": 2010, + "value": 12043883 + }, + { + "year": 2011, + "value": 12376302 + }, + { + "year": 2012, + "value": 12715510 + }, + { + "year": 2013, + "value": 13063706 + }, + { + "year": 2014, + "value": 13423576 + }, + { + "year": 2015, + "value": 13797201 + }, + { + "year": 2016, + "value": 14185613 + }, + { + "year": 2017, + "value": 14589119 + }, + { + "year": 2018, + "value": 15008154 + } + ] + }, + "South Africa": { + "population": [ + { + "year": 1960, + "value": 17099840 + }, + { + "year": 1961, + "value": 17524533 + }, + { + "year": 1962, + "value": 17965725 + }, + { + "year": 1963, + "value": 18423161 + }, + { + "year": 1964, + "value": 18896307 + }, + { + "year": 1965, + "value": 19384841 + }, + { + "year": 1966, + "value": 19888250 + }, + { + "year": 1967, + "value": 20406864 + }, + { + "year": 1968, + "value": 20942145 + }, + { + "year": 1969, + "value": 21496075 + }, + { + "year": 1970, + "value": 22069776 + }, + { + "year": 1971, + "value": 22665271 + }, + { + "year": 1972, + "value": 23281508 + }, + { + "year": 1973, + "value": 23913099 + }, + { + "year": 1974, + "value": 24552540 + }, + { + "year": 1975, + "value": 25195187 + }, + { + "year": 1976, + "value": 25836888 + }, + { + "year": 1977, + "value": 26480913 + }, + { + "year": 1978, + "value": 27138965 + }, + { + "year": 1979, + "value": 27827320 + }, + { + "year": 1980, + "value": 28556769 + }, + { + "year": 1981, + "value": 29333103 + }, + { + "year": 1982, + "value": 30150448 + }, + { + "year": 1983, + "value": 30993758 + }, + { + "year": 1984, + "value": 31841593 + }, + { + "year": 1985, + "value": 32678874 + }, + { + "year": 1986, + "value": 33495953 + }, + { + "year": 1987, + "value": 34297727 + }, + { + "year": 1988, + "value": 35100909 + }, + { + "year": 1989, + "value": 35930050 + }, + { + "year": 1990, + "value": 36800509 + }, + { + "year": 1991, + "value": 37718950 + }, + { + "year": 1992, + "value": 38672607 + }, + { + "year": 1993, + "value": 39633750 + }, + { + "year": 1994, + "value": 40564059 + }, + { + "year": 1995, + "value": 41435758 + }, + { + "year": 1996, + "value": 42241011 + }, + { + "year": 1997, + "value": 42987461 + }, + { + "year": 1998, + "value": 43682260 + }, + { + "year": 1999, + "value": 44338543 + }, + { + "year": 2000, + "value": 44967708 + }, + { + "year": 2001, + "value": 45571274 + }, + { + "year": 2002, + "value": 46150913 + }, + { + "year": 2003, + "value": 46719196 + }, + { + "year": 2004, + "value": 47291610 + }, + { + "year": 2005, + "value": 47880601 + }, + { + "year": 2006, + "value": 48489459 + }, + { + "year": 2007, + "value": 49119759 + }, + { + "year": 2008, + "value": 49779471 + }, + { + "year": 2009, + "value": 50477011 + }, + { + "year": 2010, + "value": 51216964 + }, + { + "year": 2011, + "value": 52004172 + }, + { + "year": 2012, + "value": 52834005 + }, + { + "year": 2013, + "value": 53689236 + }, + { + "year": 2014, + "value": 54545991 + }, + { + "year": 2015, + "value": 55386367 + }, + { + "year": 2016, + "value": 56203654 + }, + { + "year": 2017, + "value": 57000451 + }, + { + "year": 2018, + "value": 57779622 + } + ] + }, + "South Sudan": { + "population": [ + { + "year": 1960, + "value": 2842724 + }, + { + "year": 1961, + "value": 2895605 + }, + { + "year": 1962, + "value": 2951043 + }, + { + "year": 1963, + "value": 3009062 + }, + { + "year": 1964, + "value": 3069739 + }, + { + "year": 1965, + "value": 3133150 + }, + { + "year": 1966, + "value": 3199343 + }, + { + "year": 1967, + "value": 3268405 + }, + { + "year": 1968, + "value": 3340422 + }, + { + "year": 1969, + "value": 3415576 + }, + { + "year": 1970, + "value": 3494004 + }, + { + "year": 1971, + "value": 3575900 + }, + { + "year": 1972, + "value": 3661440 + }, + { + "year": 1973, + "value": 3750782 + }, + { + "year": 1974, + "value": 3844104 + }, + { + "year": 1975, + "value": 3941618 + }, + { + "year": 1976, + "value": 4041791 + }, + { + "year": 1977, + "value": 4144554 + }, + { + "year": 1978, + "value": 4253083 + }, + { + "year": 1979, + "value": 4371714 + }, + { + "year": 1980, + "value": 4502604 + }, + { + "year": 1981, + "value": 4646489 + }, + { + "year": 1982, + "value": 4799434 + }, + { + "year": 1983, + "value": 4953151 + }, + { + "year": 1984, + "value": 5096482 + }, + { + "year": 1985, + "value": 5220747 + }, + { + "year": 1986, + "value": 5328164 + }, + { + "year": 1987, + "value": 5419809 + }, + { + "year": 1988, + "value": 5485282 + }, + { + "year": 1989, + "value": 5511579 + }, + { + "year": 1990, + "value": 5492623 + }, + { + "year": 1991, + "value": 5420171 + }, + { + "year": 1992, + "value": 5305457 + }, + { + "year": 1993, + "value": 5185699 + }, + { + "year": 1994, + "value": 5111365 + }, + { + "year": 1995, + "value": 5118083 + }, + { + "year": 1996, + "value": 5221926 + }, + { + "year": 1997, + "value": 5411655 + }, + { + "year": 1998, + "value": 5661942 + }, + { + "year": 1999, + "value": 5933882 + }, + { + "year": 2000, + "value": 6199394 + }, + { + "year": 2001, + "value": 6447793 + }, + { + "year": 2002, + "value": 6688226 + }, + { + "year": 2003, + "value": 6935676 + }, + { + "year": 2004, + "value": 7213351 + }, + { + "year": 2005, + "value": 7535932 + }, + { + "year": 2006, + "value": 7907406 + }, + { + "year": 2007, + "value": 8315139 + }, + { + "year": 2008, + "value": 8736939 + }, + { + "year": 2009, + "value": 9142259 + }, + { + "year": 2010, + "value": 9508364 + }, + { + "year": 2011, + "value": 9830698 + }, + { + "year": 2012, + "value": 10113647 + }, + { + "year": 2013, + "value": 10355036 + }, + { + "year": 2014, + "value": 10554883 + }, + { + "year": 2015, + "value": 10715658 + }, + { + "year": 2016, + "value": 10832512 + }, + { + "year": 2017, + "value": 10910759 + }, + { + "year": 2018, + "value": 10975920 + } + ] + }, + "Spain": { + "population": [ + { + "year": 1960, + "value": 30455000 + }, + { + "year": 1961, + "value": 30739250 + }, + { + "year": 1962, + "value": 31023366 + }, + { + "year": 1963, + "value": 31296651 + }, + { + "year": 1964, + "value": 31609195 + }, + { + "year": 1965, + "value": 31954292 + }, + { + "year": 1966, + "value": 32283194 + }, + { + "year": 1967, + "value": 32682947 + }, + { + "year": 1968, + "value": 33113134 + }, + { + "year": 1969, + "value": 33441054 + }, + { + "year": 1970, + "value": 33814531 + }, + { + "year": 1971, + "value": 34224490 + }, + { + "year": 1972, + "value": 34604469 + }, + { + "year": 1973, + "value": 34988947 + }, + { + "year": 1974, + "value": 35373335 + }, + { + "year": 1975, + "value": 35757900 + }, + { + "year": 1976, + "value": 36137812 + }, + { + "year": 1977, + "value": 36511638 + }, + { + "year": 1978, + "value": 36864898 + }, + { + "year": 1979, + "value": 37191330 + }, + { + "year": 1980, + "value": 37491165 + }, + { + "year": 1981, + "value": 37758631 + }, + { + "year": 1982, + "value": 37986012 + }, + { + "year": 1983, + "value": 38171525 + }, + { + "year": 1984, + "value": 38330364 + }, + { + "year": 1985, + "value": 38469512 + }, + { + "year": 1986, + "value": 38584624 + }, + { + "year": 1987, + "value": 38684815 + }, + { + "year": 1988, + "value": 38766939 + }, + { + "year": 1989, + "value": 38827764 + }, + { + "year": 1990, + "value": 38867322 + }, + { + "year": 1991, + "value": 38966376 + }, + { + "year": 1992, + "value": 39157685 + }, + { + "year": 1993, + "value": 39361262 + }, + { + "year": 1994, + "value": 39549108 + }, + { + "year": 1995, + "value": 39724050 + }, + { + "year": 1996, + "value": 39889852 + }, + { + "year": 1997, + "value": 40057389 + }, + { + "year": 1998, + "value": 40223509 + }, + { + "year": 1999, + "value": 40386875 + }, + { + "year": 2000, + "value": 40567864 + }, + { + "year": 2001, + "value": 40850412 + }, + { + "year": 2002, + "value": 41431558 + }, + { + "year": 2003, + "value": 42187645 + }, + { + "year": 2004, + "value": 42921895 + }, + { + "year": 2005, + "value": 43653155 + }, + { + "year": 2006, + "value": 44397319 + }, + { + "year": 2007, + "value": 45226803 + }, + { + "year": 2008, + "value": 45954106 + }, + { + "year": 2009, + "value": 46362946 + }, + { + "year": 2010, + "value": 46576897 + }, + { + "year": 2011, + "value": 46742697 + }, + { + "year": 2012, + "value": 46773055 + }, + { + "year": 2013, + "value": 46620045 + }, + { + "year": 2014, + "value": 46480882 + }, + { + "year": 2015, + "value": 46444832 + }, + { + "year": 2016, + "value": 46484062 + }, + { + "year": 2017, + "value": 46593236 + }, + { + "year": 2018, + "value": 46796540 + } + ] + }, + "Sri Lanka": { + "population": [ + { + "year": 1960, + "value": 9874476 + }, + { + "year": 1961, + "value": 10111637 + }, + { + "year": 1962, + "value": 10352179 + }, + { + "year": 1963, + "value": 10597511 + }, + { + "year": 1964, + "value": 10849975 + }, + { + "year": 1965, + "value": 11110820 + }, + { + "year": 1966, + "value": 11380670 + }, + { + "year": 1967, + "value": 11657650 + }, + { + "year": 1968, + "value": 11937600 + }, + { + "year": 1969, + "value": 12214956 + }, + { + "year": 1970, + "value": 12485740 + }, + { + "year": 1971, + "value": 12747821 + }, + { + "year": 1972, + "value": 13002231 + }, + { + "year": 1973, + "value": 13252036 + }, + { + "year": 1974, + "value": 13501935 + }, + { + "year": 1975, + "value": 13755146 + }, + { + "year": 1976, + "value": 14012899 + }, + { + "year": 1977, + "value": 14273495 + }, + { + "year": 1978, + "value": 14533690 + }, + { + "year": 1979, + "value": 14788862 + }, + { + "year": 1980, + "value": 15035834 + }, + { + "year": 1981, + "value": 15272831 + }, + { + "year": 1982, + "value": 15501207 + }, + { + "year": 1983, + "value": 15724651 + }, + { + "year": 1984, + "value": 15948487 + }, + { + "year": 1985, + "value": 16176280 + }, + { + "year": 1986, + "value": 16408859 + }, + { + "year": 1987, + "value": 16643952 + }, + { + "year": 1988, + "value": 16878189 + }, + { + "year": 1989, + "value": 17106753 + }, + { + "year": 1990, + "value": 17325773 + }, + { + "year": 1991, + "value": 17535729 + }, + { + "year": 1992, + "value": 17736821 + }, + { + "year": 1993, + "value": 17924823 + }, + { + "year": 1994, + "value": 18094477 + }, + { + "year": 1995, + "value": 18242912 + }, + { + "year": 1996, + "value": 18367288 + }, + { + "year": 1997, + "value": 18470900 + }, + { + "year": 1998, + "value": 18564599 + }, + { + "year": 1999, + "value": 18663284 + }, + { + "year": 2000, + "value": 18777601 + }, + { + "year": 2001, + "value": 18911730 + }, + { + "year": 2002, + "value": 19062482 + }, + { + "year": 2003, + "value": 19224037 + }, + { + "year": 2004, + "value": 19387153 + }, + { + "year": 2005, + "value": 19544988 + }, + { + "year": 2006, + "value": 19695972 + }, + { + "year": 2007, + "value": 19842044 + }, + { + "year": 2008, + "value": 19983984 + }, + { + "year": 2009, + "value": 20123508 + }, + { + "year": 2010, + "value": 20261737 + }, + { + "year": 2011, + "value": 20398670 + }, + { + "year": 2012, + "value": 20425000 + }, + { + "year": 2013, + "value": 20585000 + }, + { + "year": 2014, + "value": 20778000 + }, + { + "year": 2015, + "value": 20970000 + }, + { + "year": 2016, + "value": 21203000 + }, + { + "year": 2017, + "value": 21444000 + }, + { + "year": 2018, + "value": 21670000 + } + ] + }, + "St. Kitts and Nevis": { + "population": [ + { + "year": 1960, + "value": 51195 + }, + { + "year": 1961, + "value": 51192 + }, + { + "year": 1962, + "value": 50963 + }, + { + "year": 1963, + "value": 50525 + }, + { + "year": 1964, + "value": 49931 + }, + { + "year": 1965, + "value": 49214 + }, + { + "year": 1966, + "value": 48358 + }, + { + "year": 1967, + "value": 47381 + }, + { + "year": 1968, + "value": 46397 + }, + { + "year": 1969, + "value": 45534 + }, + { + "year": 1970, + "value": 44883 + }, + { + "year": 1971, + "value": 44490 + }, + { + "year": 1972, + "value": 44320 + }, + { + "year": 1973, + "value": 44311 + }, + { + "year": 1974, + "value": 44328 + }, + { + "year": 1975, + "value": 44272 + }, + { + "year": 1976, + "value": 44143 + }, + { + "year": 1977, + "value": 43942 + }, + { + "year": 1978, + "value": 43708 + }, + { + "year": 1979, + "value": 43455 + }, + { + "year": 1980, + "value": 43205 + }, + { + "year": 1981, + "value": 42960 + }, + { + "year": 1982, + "value": 42728 + }, + { + "year": 1983, + "value": 42482 + }, + { + "year": 1984, + "value": 42199 + }, + { + "year": 1985, + "value": 41866 + }, + { + "year": 1986, + "value": 41479 + }, + { + "year": 1987, + "value": 41041 + }, + { + "year": 1988, + "value": 40641 + }, + { + "year": 1989, + "value": 40354 + }, + { + "year": 1990, + "value": 40259 + }, + { + "year": 1991, + "value": 40379 + }, + { + "year": 1992, + "value": 40697 + }, + { + "year": 1993, + "value": 41135 + }, + { + "year": 1994, + "value": 41617 + }, + { + "year": 1995, + "value": 42074 + }, + { + "year": 1996, + "value": 42475 + }, + { + "year": 1997, + "value": 42854 + }, + { + "year": 1998, + "value": 43221 + }, + { + "year": 1999, + "value": 43614 + }, + { + "year": 2000, + "value": 44074 + }, + { + "year": 2001, + "value": 44599 + }, + { + "year": 2002, + "value": 45165 + }, + { + "year": 2003, + "value": 45746 + }, + { + "year": 2004, + "value": 46324 + }, + { + "year": 2005, + "value": 46857 + }, + { + "year": 2006, + "value": 47339 + }, + { + "year": 2007, + "value": 47778 + }, + { + "year": 2008, + "value": 48185 + }, + { + "year": 2009, + "value": 48599 + }, + { + "year": 2010, + "value": 49016 + }, + { + "year": 2011, + "value": 49447 + }, + { + "year": 2012, + "value": 49887 + }, + { + "year": 2013, + "value": 50331 + }, + { + "year": 2014, + "value": 50774 + }, + { + "year": 2015, + "value": 51203 + }, + { + "year": 2016, + "value": 51625 + }, + { + "year": 2017, + "value": 52045 + }, + { + "year": 2018, + "value": 52441 + } + ] + }, + "St. Lucia": { + "population": [ + { + "year": 1960, + "value": 89697 + }, + { + "year": 1961, + "value": 90716 + }, + { + "year": 1962, + "value": 91891 + }, + { + "year": 1963, + "value": 93211 + }, + { + "year": 1964, + "value": 94636 + }, + { + "year": 1965, + "value": 96134 + }, + { + "year": 1966, + "value": 97715 + }, + { + "year": 1967, + "value": 99365 + }, + { + "year": 1968, + "value": 101035 + }, + { + "year": 1969, + "value": 102597 + }, + { + "year": 1970, + "value": 104015 + }, + { + "year": 1971, + "value": 105247 + }, + { + "year": 1972, + "value": 106310 + }, + { + "year": 1973, + "value": 107320 + }, + { + "year": 1974, + "value": 108391 + }, + { + "year": 1975, + "value": 109627 + }, + { + "year": 1976, + "value": 111067 + }, + { + "year": 1977, + "value": 112685 + }, + { + "year": 1978, + "value": 114400 + }, + { + "year": 1979, + "value": 116136 + }, + { + "year": 1980, + "value": 117822 + }, + { + "year": 1981, + "value": 119430 + }, + { + "year": 1982, + "value": 120988 + }, + { + "year": 1983, + "value": 122564 + }, + { + "year": 1984, + "value": 124292 + }, + { + "year": 1985, + "value": 126244 + }, + { + "year": 1986, + "value": 128449 + }, + { + "year": 1987, + "value": 130856 + }, + { + "year": 1988, + "value": 133367 + }, + { + "year": 1989, + "value": 135788 + }, + { + "year": 1990, + "value": 138020 + }, + { + "year": 1991, + "value": 139995 + }, + { + "year": 1992, + "value": 141760 + }, + { + "year": 1993, + "value": 143409 + }, + { + "year": 1994, + "value": 145083 + }, + { + "year": 1995, + "value": 146870 + }, + { + "year": 1996, + "value": 148834 + }, + { + "year": 1997, + "value": 150913 + }, + { + "year": 1998, + "value": 153021 + }, + { + "year": 1999, + "value": 154995 + }, + { + "year": 2000, + "value": 156729 + }, + { + "year": 2001, + "value": 158179 + }, + { + "year": 2002, + "value": 159392 + }, + { + "year": 2003, + "value": 160530 + }, + { + "year": 2004, + "value": 161816 + }, + { + "year": 2005, + "value": 163417 + }, + { + "year": 2006, + "value": 165381 + }, + { + "year": 2007, + "value": 167639 + }, + { + "year": 2008, + "value": 170011 + }, + { + "year": 2009, + "value": 172221 + }, + { + "year": 2010, + "value": 174085 + }, + { + "year": 2011, + "value": 175544 + }, + { + "year": 2012, + "value": 176646 + }, + { + "year": 2013, + "value": 177513 + }, + { + "year": 2014, + "value": 178296 + }, + { + "year": 2015, + "value": 179126 + }, + { + "year": 2016, + "value": 180024 + }, + { + "year": 2017, + "value": 180955 + }, + { + "year": 2018, + "value": 181889 + } + ] + }, + "St. Martin (French part)": { + "population": [ + { + "year": 1960, + "value": 3893 + }, + { + "year": 1961, + "value": 3989 + }, + { + "year": 1962, + "value": 4076 + }, + { + "year": 1963, + "value": 4183 + }, + { + "year": 1964, + "value": 4308 + }, + { + "year": 1965, + "value": 4468 + }, + { + "year": 1966, + "value": 4685 + }, + { + "year": 1967, + "value": 4920 + }, + { + "year": 1968, + "value": 5193 + }, + { + "year": 1969, + "value": 5459 + }, + { + "year": 1970, + "value": 5712 + }, + { + "year": 1971, + "value": 5944 + }, + { + "year": 1972, + "value": 6156 + }, + { + "year": 1973, + "value": 6368 + }, + { + "year": 1974, + "value": 6607 + }, + { + "year": 1975, + "value": 6881 + }, + { + "year": 1976, + "value": 7246 + }, + { + "year": 1977, + "value": 7718 + }, + { + "year": 1978, + "value": 8190 + }, + { + "year": 1979, + "value": 8557 + }, + { + "year": 1980, + "value": 8771 + }, + { + "year": 1981, + "value": 8678 + }, + { + "year": 1982, + "value": 8369 + }, + { + "year": 1983, + "value": 8294 + }, + { + "year": 1984, + "value": 9061 + }, + { + "year": 1985, + "value": 11061 + }, + { + "year": 1986, + "value": 14559 + }, + { + "year": 1987, + "value": 19275 + }, + { + "year": 1988, + "value": 24378 + }, + { + "year": 1989, + "value": 28722 + }, + { + "year": 1990, + "value": 31520 + }, + { + "year": 1991, + "value": 32449 + }, + { + "year": 1992, + "value": 31811 + }, + { + "year": 1993, + "value": 30200 + }, + { + "year": 1994, + "value": 28484 + }, + { + "year": 1995, + "value": 27321 + }, + { + "year": 1996, + "value": 26849 + }, + { + "year": 1997, + "value": 26909 + }, + { + "year": 1998, + "value": 27392 + }, + { + "year": 1999, + "value": 28116 + }, + { + "year": 2000, + "value": 28935 + }, + { + "year": 2001, + "value": 29853 + }, + { + "year": 2002, + "value": 30910 + }, + { + "year": 2003, + "value": 32053 + }, + { + "year": 2004, + "value": 33186 + }, + { + "year": 2005, + "value": 34248 + }, + { + "year": 2006, + "value": 35237 + }, + { + "year": 2007, + "value": 36137 + }, + { + "year": 2008, + "value": 36885 + }, + { + "year": 2009, + "value": 37377 + }, + { + "year": 2010, + "value": 37582 + }, + { + "year": 2011, + "value": 37446 + }, + { + "year": 2012, + "value": 37009 + }, + { + "year": 2013, + "value": 36453 + }, + { + "year": 2014, + "value": 36015 + }, + { + "year": 2015, + "value": 35858 + }, + { + "year": 2016, + "value": 36065 + }, + { + "year": 2017, + "value": 36560 + }, + { + "year": 2018, + "value": 37264 + } + ] + }, + "St. Vincent and the Grenadines": { + "population": [ + { + "year": 1960, + "value": 80977 + }, + { + "year": 1961, + "value": 82169 + }, + { + "year": 1962, + "value": 83237 + }, + { + "year": 1963, + "value": 84198 + }, + { + "year": 1964, + "value": 85111 + }, + { + "year": 1965, + "value": 86011 + }, + { + "year": 1966, + "value": 86903 + }, + { + "year": 1967, + "value": 87777 + }, + { + "year": 1968, + "value": 88662 + }, + { + "year": 1969, + "value": 89568 + }, + { + "year": 1970, + "value": 90509 + }, + { + "year": 1971, + "value": 91491 + }, + { + "year": 1972, + "value": 92513 + }, + { + "year": 1973, + "value": 93571 + }, + { + "year": 1974, + "value": 94614 + }, + { + "year": 1975, + "value": 95662 + }, + { + "year": 1976, + "value": 96692 + }, + { + "year": 1977, + "value": 97701 + }, + { + "year": 1978, + "value": 98697 + }, + { + "year": 1979, + "value": 99649 + }, + { + "year": 1980, + "value": 100566 + }, + { + "year": 1981, + "value": 101437 + }, + { + "year": 1982, + "value": 102256 + }, + { + "year": 1983, + "value": 103032 + }, + { + "year": 1984, + "value": 103779 + }, + { + "year": 1985, + "value": 104506 + }, + { + "year": 1986, + "value": 105217 + }, + { + "year": 1987, + "value": 105906 + }, + { + "year": 1988, + "value": 106532 + }, + { + "year": 1989, + "value": 107071 + }, + { + "year": 1990, + "value": 107484 + }, + { + "year": 1991, + "value": 107776 + }, + { + "year": 1992, + "value": 107950 + }, + { + "year": 1993, + "value": 108033 + }, + { + "year": 1994, + "value": 108053 + }, + { + "year": 1995, + "value": 108035 + }, + { + "year": 1996, + "value": 107976 + }, + { + "year": 1997, + "value": 107895 + }, + { + "year": 1998, + "value": 107801 + }, + { + "year": 1999, + "value": 107758 + }, + { + "year": 2000, + "value": 107784 + }, + { + "year": 2001, + "value": 107896 + }, + { + "year": 2002, + "value": 108097 + }, + { + "year": 2003, + "value": 108326 + }, + { + "year": 2004, + "value": 108512 + }, + { + "year": 2005, + "value": 108614 + }, + { + "year": 2006, + "value": 108603 + }, + { + "year": 2007, + "value": 108518 + }, + { + "year": 2008, + "value": 108393 + }, + { + "year": 2009, + "value": 108287 + }, + { + "year": 2010, + "value": 108255 + }, + { + "year": 2011, + "value": 108316 + }, + { + "year": 2012, + "value": 108435 + }, + { + "year": 2013, + "value": 108622 + }, + { + "year": 2014, + "value": 108861 + }, + { + "year": 2015, + "value": 109148 + }, + { + "year": 2016, + "value": 109459 + }, + { + "year": 2017, + "value": 109827 + }, + { + "year": 2018, + "value": 110210 + } + ] + }, + "Sudan": { + "population": [ + { + "year": 1960, + "value": 7544491 + }, + { + "year": 1961, + "value": 7769482 + }, + { + "year": 1962, + "value": 8004121 + }, + { + "year": 1963, + "value": 8248812 + }, + { + "year": 1964, + "value": 8503994 + }, + { + "year": 1965, + "value": 8770097 + }, + { + "year": 1966, + "value": 9047798 + }, + { + "year": 1967, + "value": 9337657 + }, + { + "year": 1968, + "value": 9639840 + }, + { + "year": 1969, + "value": 9954410 + }, + { + "year": 1970, + "value": 10281700 + }, + { + "year": 1971, + "value": 10621472 + }, + { + "year": 1972, + "value": 10974622 + }, + { + "year": 1973, + "value": 11343926 + }, + { + "year": 1974, + "value": 11732958 + }, + { + "year": 1975, + "value": 12144135 + }, + { + "year": 1976, + "value": 12578407 + }, + { + "year": 1977, + "value": 13034625 + }, + { + "year": 1978, + "value": 13510421 + }, + { + "year": 1979, + "value": 14002303 + }, + { + "year": 1980, + "value": 14507468 + }, + { + "year": 1981, + "value": 15027248 + }, + { + "year": 1982, + "value": 15562125 + }, + { + "year": 1983, + "value": 16107620 + }, + { + "year": 1984, + "value": 16657959 + }, + { + "year": 1985, + "value": 17210187 + }, + { + "year": 1986, + "value": 17757491 + }, + { + "year": 1987, + "value": 18303435 + }, + { + "year": 1988, + "value": 18867560 + }, + { + "year": 1989, + "value": 19476647 + }, + { + "year": 1990, + "value": 20147590 + }, + { + "year": 1991, + "value": 20891441 + }, + { + "year": 1992, + "value": 21696244 + }, + { + "year": 1993, + "value": 22527834 + }, + { + "year": 1994, + "value": 23338464 + }, + { + "year": 1995, + "value": 24094747 + }, + { + "year": 1996, + "value": 24782383 + }, + { + "year": 1997, + "value": 25413917 + }, + { + "year": 1998, + "value": 26015521 + }, + { + "year": 1999, + "value": 26626520 + }, + { + "year": 2000, + "value": 27275015 + }, + { + "year": 2001, + "value": 27971082 + }, + { + "year": 2002, + "value": 28704778 + }, + { + "year": 2003, + "value": 29460519 + }, + { + "year": 2004, + "value": 30214193 + }, + { + "year": 2005, + "value": 30949516 + }, + { + "year": 2006, + "value": 31661823 + }, + { + "year": 2007, + "value": 32360621 + }, + { + "year": 2008, + "value": 33060837 + }, + { + "year": 2009, + "value": 33783788 + }, + { + "year": 2010, + "value": 34545013 + }, + { + "year": 2011, + "value": 35349681 + }, + { + "year": 2012, + "value": 36193783 + }, + { + "year": 2013, + "value": 37072550 + }, + { + "year": 2014, + "value": 37977655 + }, + { + "year": 2015, + "value": 38902950 + }, + { + "year": 2016, + "value": 39847440 + }, + { + "year": 2017, + "value": 40813396 + }, + { + "year": 2018, + "value": 41801533 + } + ] + }, + "Suriname": { + "population": [ + { + "year": 1960, + "value": 287871 + }, + { + "year": 1961, + "value": 295916 + }, + { + "year": 1962, + "value": 303895 + }, + { + "year": 1963, + "value": 311947 + }, + { + "year": 1964, + "value": 320270 + }, + { + "year": 1965, + "value": 328936 + }, + { + "year": 1966, + "value": 338158 + }, + { + "year": 1967, + "value": 347660 + }, + { + "year": 1968, + "value": 356550 + }, + { + "year": 1969, + "value": 363575 + }, + { + "year": 1970, + "value": 367931 + }, + { + "year": 1971, + "value": 369236 + }, + { + "year": 1972, + "value": 367907 + }, + { + "year": 1973, + "value": 364915 + }, + { + "year": 1974, + "value": 361667 + }, + { + "year": 1975, + "value": 359226 + }, + { + "year": 1976, + "value": 357953 + }, + { + "year": 1977, + "value": 357659 + }, + { + "year": 1978, + "value": 358099 + }, + { + "year": 1979, + "value": 358818 + }, + { + "year": 1980, + "value": 359519 + }, + { + "year": 1981, + "value": 360143 + }, + { + "year": 1982, + "value": 360920 + }, + { + "year": 1983, + "value": 362276 + }, + { + "year": 1984, + "value": 364733 + }, + { + "year": 1985, + "value": 368638 + }, + { + "year": 1986, + "value": 374140 + }, + { + "year": 1987, + "value": 381037 + }, + { + "year": 1988, + "value": 388881 + }, + { + "year": 1989, + "value": 397085 + }, + { + "year": 1990, + "value": 405168 + }, + { + "year": 1991, + "value": 413005 + }, + { + "year": 1992, + "value": 420655 + }, + { + "year": 1993, + "value": 428030 + }, + { + "year": 1994, + "value": 435105 + }, + { + "year": 1995, + "value": 441851 + }, + { + "year": 1996, + "value": 448213 + }, + { + "year": 1997, + "value": 454161 + }, + { + "year": 1998, + "value": 459831 + }, + { + "year": 1999, + "value": 465385 + }, + { + "year": 2000, + "value": 470949 + }, + { + "year": 2001, + "value": 476579 + }, + { + "year": 2002, + "value": 482235 + }, + { + "year": 2003, + "value": 487942 + }, + { + "year": 2004, + "value": 493679 + }, + { + "year": 2005, + "value": 499464 + }, + { + "year": 2006, + "value": 505295 + }, + { + "year": 2007, + "value": 511181 + }, + { + "year": 2008, + "value": 517123 + }, + { + "year": 2009, + "value": 523111 + }, + { + "year": 2010, + "value": 529131 + }, + { + "year": 2011, + "value": 535179 + }, + { + "year": 2012, + "value": 541245 + }, + { + "year": 2013, + "value": 547291 + }, + { + "year": 2014, + "value": 553273 + }, + { + "year": 2015, + "value": 559143 + }, + { + "year": 2016, + "value": 564888 + }, + { + "year": 2017, + "value": 570496 + }, + { + "year": 2018, + "value": 575991 + } + ] + }, + "Sweden": { + "population": [ + { + "year": 1960, + "value": 7484656 + }, + { + "year": 1961, + "value": 7519998 + }, + { + "year": 1962, + "value": 7561588 + }, + { + "year": 1963, + "value": 7604328 + }, + { + "year": 1964, + "value": 7661354 + }, + { + "year": 1965, + "value": 7733853 + }, + { + "year": 1966, + "value": 7807797 + }, + { + "year": 1967, + "value": 7867931 + }, + { + "year": 1968, + "value": 7912273 + }, + { + "year": 1969, + "value": 7968072 + }, + { + "year": 1970, + "value": 8042801 + }, + { + "year": 1971, + "value": 8098334 + }, + { + "year": 1972, + "value": 8122300 + }, + { + "year": 1973, + "value": 8136312 + }, + { + "year": 1974, + "value": 8159955 + }, + { + "year": 1975, + "value": 8192437 + }, + { + "year": 1976, + "value": 8222286 + }, + { + "year": 1977, + "value": 8251540 + }, + { + "year": 1978, + "value": 8275599 + }, + { + "year": 1979, + "value": 8293678 + }, + { + "year": 1980, + "value": 8310531 + }, + { + "year": 1981, + "value": 8320503 + }, + { + "year": 1982, + "value": 8325263 + }, + { + "year": 1983, + "value": 8329033 + }, + { + "year": 1984, + "value": 8336605 + }, + { + "year": 1985, + "value": 8350386 + }, + { + "year": 1986, + "value": 8369829 + }, + { + "year": 1987, + "value": 8397804 + }, + { + "year": 1988, + "value": 8436489 + }, + { + "year": 1989, + "value": 8492964 + }, + { + "year": 1990, + "value": 8558835 + }, + { + "year": 1991, + "value": 8617375 + }, + { + "year": 1992, + "value": 8668067 + }, + { + "year": 1993, + "value": 8718561 + }, + { + "year": 1994, + "value": 8780745 + }, + { + "year": 1995, + "value": 8826939 + }, + { + "year": 1996, + "value": 8840998 + }, + { + "year": 1997, + "value": 8846062 + }, + { + "year": 1998, + "value": 8850974 + }, + { + "year": 1999, + "value": 8857874 + }, + { + "year": 2000, + "value": 8872109 + }, + { + "year": 2001, + "value": 8895960 + }, + { + "year": 2002, + "value": 8924958 + }, + { + "year": 2003, + "value": 8958229 + }, + { + "year": 2004, + "value": 8993531 + }, + { + "year": 2005, + "value": 9029572 + }, + { + "year": 2006, + "value": 9080505 + }, + { + "year": 2007, + "value": 9148092 + }, + { + "year": 2008, + "value": 9219637 + }, + { + "year": 2009, + "value": 9298515 + }, + { + "year": 2010, + "value": 9378126 + }, + { + "year": 2011, + "value": 9449213 + }, + { + "year": 2012, + "value": 9519374 + }, + { + "year": 2013, + "value": 9600379 + }, + { + "year": 2014, + "value": 9696110 + }, + { + "year": 2015, + "value": 9799186 + }, + { + "year": 2016, + "value": 9923085 + }, + { + "year": 2017, + "value": 10057698 + }, + { + "year": 2018, + "value": 10175214 + } + ] + }, + "Switzerland": { + "population": [ + { + "year": 1960, + "value": 5327827 + }, + { + "year": 1961, + "value": 5434294 + }, + { + "year": 1962, + "value": 5573815 + }, + { + "year": 1963, + "value": 5694247 + }, + { + "year": 1964, + "value": 5789228 + }, + { + "year": 1965, + "value": 5856472 + }, + { + "year": 1966, + "value": 5918002 + }, + { + "year": 1967, + "value": 5991785 + }, + { + "year": 1968, + "value": 6067714 + }, + { + "year": 1969, + "value": 6136387 + }, + { + "year": 1970, + "value": 6180877 + }, + { + "year": 1971, + "value": 6213399 + }, + { + "year": 1972, + "value": 6260956 + }, + { + "year": 1973, + "value": 6307347 + }, + { + "year": 1974, + "value": 6341405 + }, + { + "year": 1975, + "value": 6338632 + }, + { + "year": 1976, + "value": 6302504 + }, + { + "year": 1977, + "value": 6281174 + }, + { + "year": 1978, + "value": 6281738 + }, + { + "year": 1979, + "value": 6294365 + }, + { + "year": 1980, + "value": 6319408 + }, + { + "year": 1981, + "value": 6354074 + }, + { + "year": 1982, + "value": 6391309 + }, + { + "year": 1983, + "value": 6418773 + }, + { + "year": 1984, + "value": 6441865 + }, + { + "year": 1985, + "value": 6470365 + }, + { + "year": 1986, + "value": 6504124 + }, + { + "year": 1987, + "value": 6545106 + }, + { + "year": 1988, + "value": 6593386 + }, + { + "year": 1989, + "value": 6646912 + }, + { + "year": 1990, + "value": 6715519 + }, + { + "year": 1991, + "value": 6799978 + }, + { + "year": 1992, + "value": 6875364 + }, + { + "year": 1993, + "value": 6938265 + }, + { + "year": 1994, + "value": 6993795 + }, + { + "year": 1995, + "value": 7040687 + }, + { + "year": 1996, + "value": 7071850 + }, + { + "year": 1997, + "value": 7088906 + }, + { + "year": 1998, + "value": 7110001 + }, + { + "year": 1999, + "value": 7143991 + }, + { + "year": 2000, + "value": 7184250 + }, + { + "year": 2001, + "value": 7229854 + }, + { + "year": 2002, + "value": 7284753 + }, + { + "year": 2003, + "value": 7339001 + }, + { + "year": 2004, + "value": 7389625 + }, + { + "year": 2005, + "value": 7437115 + }, + { + "year": 2006, + "value": 7483934 + }, + { + "year": 2007, + "value": 7551117 + }, + { + "year": 2008, + "value": 7647675 + }, + { + "year": 2009, + "value": 7743831 + }, + { + "year": 2010, + "value": 7824909 + }, + { + "year": 2011, + "value": 7912398 + }, + { + "year": 2012, + "value": 7996861 + }, + { + "year": 2013, + "value": 8089346 + }, + { + "year": 2014, + "value": 8188649 + }, + { + "year": 2015, + "value": 8282396 + }, + { + "year": 2016, + "value": 8373338 + }, + { + "year": 2017, + "value": 8451840 + }, + { + "year": 2018, + "value": 8513227 + } + ] + }, + "Syrian Arab Republic": { + "population": [ + { + "year": 1960, + "value": 4573512 + }, + { + "year": 1961, + "value": 4721896 + }, + { + "year": 1962, + "value": 4875422 + }, + { + "year": 1963, + "value": 5034646 + }, + { + "year": 1964, + "value": 5200336 + }, + { + "year": 1965, + "value": 5373137 + }, + { + "year": 1966, + "value": 5553246 + }, + { + "year": 1967, + "value": 5740710 + }, + { + "year": 1968, + "value": 5935860 + }, + { + "year": 1969, + "value": 6139048 + }, + { + "year": 1970, + "value": 6350541 + }, + { + "year": 1971, + "value": 6570857 + }, + { + "year": 1972, + "value": 6800141 + }, + { + "year": 1973, + "value": 7037851 + }, + { + "year": 1974, + "value": 7283177 + }, + { + "year": 1975, + "value": 7535714 + }, + { + "year": 1976, + "value": 7794662 + }, + { + "year": 1977, + "value": 8060649 + }, + { + "year": 1978, + "value": 8336418 + }, + { + "year": 1979, + "value": 8625690 + }, + { + "year": 1980, + "value": 8930774 + }, + { + "year": 1981, + "value": 9252851 + }, + { + "year": 1982, + "value": 9590227 + }, + { + "year": 1983, + "value": 9938847 + }, + { + "year": 1984, + "value": 10293049 + }, + { + "year": 1985, + "value": 10648632 + }, + { + "year": 1986, + "value": 11004272 + }, + { + "year": 1987, + "value": 11360852 + }, + { + "year": 1988, + "value": 11719071 + }, + { + "year": 1989, + "value": 12080444 + }, + { + "year": 1990, + "value": 12446171 + }, + { + "year": 1991, + "value": 12815401 + }, + { + "year": 1992, + "value": 13187663 + }, + { + "year": 1993, + "value": 13565072 + }, + { + "year": 1994, + "value": 13950476 + }, + { + "year": 1995, + "value": 14345492 + }, + { + "year": 1996, + "value": 14754142 + }, + { + "year": 1997, + "value": 15175316 + }, + { + "year": 1998, + "value": 15599591 + }, + { + "year": 1999, + "value": 16013985 + }, + { + "year": 2000, + "value": 16410848 + }, + { + "year": 2001, + "value": 16766561 + }, + { + "year": 2002, + "value": 17084632 + }, + { + "year": 2003, + "value": 17415214 + }, + { + "year": 2004, + "value": 17827825 + }, + { + "year": 2005, + "value": 18361176 + }, + { + "year": 2006, + "value": 19059258 + }, + { + "year": 2007, + "value": 19878254 + }, + { + "year": 2008, + "value": 20664038 + }, + { + "year": 2009, + "value": 21205873 + }, + { + "year": 2010, + "value": 21362529 + }, + { + "year": 2011, + "value": 21082966 + }, + { + "year": 2012, + "value": 20442541 + }, + { + "year": 2013, + "value": 19584274 + }, + { + "year": 2014, + "value": 18715672 + }, + { + "year": 2015, + "value": 17997408 + }, + { + "year": 2016, + "value": 17453933 + }, + { + "year": 2017, + "value": 17068002 + }, + { + "year": 2018, + "value": 16906283 + } + ] + }, + "Tajikistan": { + "population": [ + { + "year": 1960, + "value": 2087049 + }, + { + "year": 1961, + "value": 2159134 + }, + { + "year": 1962, + "value": 2236574 + }, + { + "year": 1963, + "value": 2318248 + }, + { + "year": 1964, + "value": 2402477 + }, + { + "year": 1965, + "value": 2487976 + }, + { + "year": 1966, + "value": 2574511 + }, + { + "year": 1967, + "value": 2662253 + }, + { + "year": 1968, + "value": 2750928 + }, + { + "year": 1969, + "value": 2840262 + }, + { + "year": 1970, + "value": 2930107 + }, + { + "year": 1971, + "value": 3020413 + }, + { + "year": 1972, + "value": 3111282 + }, + { + "year": 1973, + "value": 3203029 + }, + { + "year": 1974, + "value": 3296103 + }, + { + "year": 1975, + "value": 3390941 + }, + { + "year": 1976, + "value": 3487652 + }, + { + "year": 1977, + "value": 3586515 + }, + { + "year": 1978, + "value": 3688419 + }, + { + "year": 1979, + "value": 3794451 + }, + { + "year": 1980, + "value": 3905446 + }, + { + "year": 1981, + "value": 4020821 + }, + { + "year": 1982, + "value": 4140295 + }, + { + "year": 1983, + "value": 4265274 + }, + { + "year": 1984, + "value": 4397562 + }, + { + "year": 1985, + "value": 4537822 + }, + { + "year": 1986, + "value": 4687325 + }, + { + "year": 1987, + "value": 4844002 + }, + { + "year": 1988, + "value": 5001169 + }, + { + "year": 1989, + "value": 5149874 + }, + { + "year": 1990, + "value": 5283814 + }, + { + "year": 1991, + "value": 5400630 + }, + { + "year": 1992, + "value": 5502494 + }, + { + "year": 1993, + "value": 5593315 + }, + { + "year": 1994, + "value": 5679167 + }, + { + "year": 1995, + "value": 5764810 + }, + { + "year": 1996, + "value": 5851355 + }, + { + "year": 1997, + "value": 5938405 + }, + { + "year": 1998, + "value": 6027388 + }, + { + "year": 1999, + "value": 6119661 + }, + { + "year": 2000, + "value": 6216341 + }, + { + "year": 2001, + "value": 6318513 + }, + { + "year": 2002, + "value": 6426867 + }, + { + "year": 2003, + "value": 6541547 + }, + { + "year": 2004, + "value": 6662389 + }, + { + "year": 2005, + "value": 6789321 + }, + { + "year": 2006, + "value": 6922587 + }, + { + "year": 2007, + "value": 7062672 + }, + { + "year": 2008, + "value": 7209930 + }, + { + "year": 2009, + "value": 7364753 + }, + { + "year": 2010, + "value": 7527394 + }, + { + "year": 2011, + "value": 7697510 + }, + { + "year": 2012, + "value": 7874835 + }, + { + "year": 2013, + "value": 8059769 + }, + { + "year": 2014, + "value": 8252833 + }, + { + "year": 2015, + "value": 8454028 + }, + { + "year": 2016, + "value": 8663579 + }, + { + "year": 2017, + "value": 8880268 + }, + { + "year": 2018, + "value": 9100837 + } + ] + }, + "Tanzania": { + "population": [ + { + "year": 1960, + "value": 10052152 + }, + { + "year": 1961, + "value": 10346697 + }, + { + "year": 1962, + "value": 10651962 + }, + { + "year": 1963, + "value": 10968195 + }, + { + "year": 1964, + "value": 11295681 + }, + { + "year": 1965, + "value": 11634832 + }, + { + "year": 1966, + "value": 11985440 + }, + { + "year": 1967, + "value": 12348189 + }, + { + "year": 1968, + "value": 12725522 + }, + { + "year": 1969, + "value": 13120580 + }, + { + "year": 1970, + "value": 13535481 + }, + { + "year": 1971, + "value": 13971695 + }, + { + "year": 1972, + "value": 14428340 + }, + { + "year": 1973, + "value": 14902263 + }, + { + "year": 1974, + "value": 15388936 + }, + { + "year": 1975, + "value": 15885229 + }, + { + "year": 1976, + "value": 16390159 + }, + { + "year": 1977, + "value": 16905214 + }, + { + "year": 1978, + "value": 17432757 + }, + { + "year": 1979, + "value": 17976222 + }, + { + "year": 1980, + "value": 18538259 + }, + { + "year": 1981, + "value": 19120680 + }, + { + "year": 1982, + "value": 19723322 + }, + { + "year": 1983, + "value": 20344547 + }, + { + "year": 1984, + "value": 20981776 + }, + { + "year": 1985, + "value": 21633796 + }, + { + "year": 1986, + "value": 22296286 + }, + { + "year": 1987, + "value": 22971200 + }, + { + "year": 1988, + "value": 23670808 + }, + { + "year": 1989, + "value": 24411738 + }, + { + "year": 1990, + "value": 25203845 + }, + { + "year": 1991, + "value": 26056594 + }, + { + "year": 1992, + "value": 26961197 + }, + { + "year": 1993, + "value": 27887203 + }, + { + "year": 1994, + "value": 28792639 + }, + { + "year": 1995, + "value": 29649135 + }, + { + "year": 1996, + "value": 30444526 + }, + { + "year": 1997, + "value": 31192857 + }, + { + "year": 1998, + "value": 31924196 + }, + { + "year": 1999, + "value": 32682239 + }, + { + "year": 2000, + "value": 33499180 + }, + { + "year": 2001, + "value": 34385856 + }, + { + "year": 2002, + "value": 35334788 + }, + { + "year": 2003, + "value": 36337782 + }, + { + "year": 2004, + "value": 37379767 + }, + { + "year": 2005, + "value": 38450320 + }, + { + "year": 2006, + "value": 39548663 + }, + { + "year": 2007, + "value": 40681414 + }, + { + "year": 2008, + "value": 41853944 + }, + { + "year": 2009, + "value": 43073834 + }, + { + "year": 2010, + "value": 44346525 + }, + { + "year": 2011, + "value": 45673338 + }, + { + "year": 2012, + "value": 47052481 + }, + { + "year": 2013, + "value": 48482266 + }, + { + "year": 2014, + "value": 49959822 + }, + { + "year": 2015, + "value": 51482633 + }, + { + "year": 2016, + "value": 53050790 + }, + { + "year": 2017, + "value": 54663906 + }, + { + "year": 2018, + "value": 56318348 + } + ] + }, + "Thailand": { + "population": [ + { + "year": 1960, + "value": 27397207 + }, + { + "year": 1961, + "value": 28224187 + }, + { + "year": 1962, + "value": 29080938 + }, + { + "year": 1963, + "value": 29966865 + }, + { + "year": 1964, + "value": 30881138 + }, + { + "year": 1965, + "value": 31822660 + }, + { + "year": 1966, + "value": 32789130 + }, + { + "year": 1967, + "value": 33778799 + }, + { + "year": 1968, + "value": 34791409 + }, + { + "year": 1969, + "value": 35827092 + }, + { + "year": 1970, + "value": 36884536 + }, + { + "year": 1971, + "value": 37963278 + }, + { + "year": 1972, + "value": 39058603 + }, + { + "year": 1973, + "value": 40159582 + }, + { + "year": 1974, + "value": 41252324 + }, + { + "year": 1975, + "value": 42326312 + }, + { + "year": 1976, + "value": 43377271 + }, + { + "year": 1977, + "value": 44405904 + }, + { + "year": 1978, + "value": 45413080 + }, + { + "year": 1979, + "value": 46401754 + }, + { + "year": 1980, + "value": 47374472 + }, + { + "year": 1981, + "value": 48326274 + }, + { + "year": 1982, + "value": 49255900 + }, + { + "year": 1983, + "value": 50173924 + }, + { + "year": 1984, + "value": 51094868 + }, + { + "year": 1985, + "value": 52026901 + }, + { + "year": 1986, + "value": 52980094 + }, + { + "year": 1987, + "value": 53945881 + }, + { + "year": 1988, + "value": 54891520 + }, + { + "year": 1989, + "value": 55772169 + }, + { + "year": 1990, + "value": 56558186 + }, + { + "year": 1991, + "value": 57232465 + }, + { + "year": 1992, + "value": 57811021 + }, + { + "year": 1993, + "value": 58337773 + }, + { + "year": 1994, + "value": 58875269 + }, + { + "year": 1995, + "value": 59467274 + }, + { + "year": 1996, + "value": 60130186 + }, + { + "year": 1997, + "value": 60846582 + }, + { + "year": 1998, + "value": 61585103 + }, + { + "year": 1999, + "value": 62298571 + }, + { + "year": 2000, + "value": 62952642 + }, + { + "year": 2001, + "value": 63539196 + }, + { + "year": 2002, + "value": 64069087 + }, + { + "year": 2003, + "value": 64549866 + }, + { + "year": 2004, + "value": 64995299 + }, + { + "year": 2005, + "value": 65416189 + }, + { + "year": 2006, + "value": 65812536 + }, + { + "year": 2007, + "value": 66182067 + }, + { + "year": 2008, + "value": 66530984 + }, + { + "year": 2009, + "value": 66866839 + }, + { + "year": 2010, + "value": 67195028 + }, + { + "year": 2011, + "value": 67518382 + }, + { + "year": 2012, + "value": 67835957 + }, + { + "year": 2013, + "value": 68144501 + }, + { + "year": 2014, + "value": 68438730 + }, + { + "year": 2015, + "value": 68714511 + }, + { + "year": 2016, + "value": 68971331 + }, + { + "year": 2017, + "value": 69209858 + }, + { + "year": 2018, + "value": 69428524 + } + ] + }, + "Timor-Leste": { + "population": [ + { + "year": 1960, + "value": 474532 + }, + { + "year": 1961, + "value": 482854 + }, + { + "year": 1962, + "value": 491571 + }, + { + "year": 1963, + "value": 500647 + }, + { + "year": 1964, + "value": 510034 + }, + { + "year": 1965, + "value": 519686 + }, + { + "year": 1966, + "value": 529327 + }, + { + "year": 1967, + "value": 538909 + }, + { + "year": 1968, + "value": 548825 + }, + { + "year": 1969, + "value": 559626 + }, + { + "year": 1970, + "value": 571565 + }, + { + "year": 1971, + "value": 585251 + }, + { + "year": 1972, + "value": 600192 + }, + { + "year": 1973, + "value": 614253 + }, + { + "year": 1974, + "value": 624555 + }, + { + "year": 1975, + "value": 629227 + }, + { + "year": 1976, + "value": 627251 + }, + { + "year": 1977, + "value": 619816 + }, + { + "year": 1978, + "value": 610054 + }, + { + "year": 1979, + "value": 602358 + }, + { + "year": 1980, + "value": 599905 + }, + { + "year": 1981, + "value": 603842 + }, + { + "year": 1982, + "value": 613238 + }, + { + "year": 1983, + "value": 626675 + }, + { + "year": 1984, + "value": 641844 + }, + { + "year": 1985, + "value": 657053 + }, + { + "year": 1986, + "value": 671752 + }, + { + "year": 1987, + "value": 686471 + }, + { + "year": 1988, + "value": 701809 + }, + { + "year": 1989, + "value": 718741 + }, + { + "year": 1990, + "value": 737814 + }, + { + "year": 1991, + "value": 759527 + }, + { + "year": 1992, + "value": 783198 + }, + { + "year": 1993, + "value": 806860 + }, + { + "year": 1994, + "value": 827825 + }, + { + "year": 1995, + "value": 844334 + }, + { + "year": 1996, + "value": 855362 + }, + { + "year": 1997, + "value": 861866 + }, + { + "year": 1998, + "value": 866530 + }, + { + "year": 1999, + "value": 873136 + }, + { + "year": 2000, + "value": 884366 + }, + { + "year": 2001, + "value": 901214 + }, + { + "year": 2002, + "value": 922694 + }, + { + "year": 2003, + "value": 947108 + }, + { + "year": 2004, + "value": 971893 + }, + { + "year": 2005, + "value": 995135 + }, + { + "year": 2006, + "value": 1016432 + }, + { + "year": 2007, + "value": 1036392 + }, + { + "year": 2008, + "value": 1055431 + }, + { + "year": 2009, + "value": 1074277 + }, + { + "year": 2010, + "value": 1093523 + }, + { + "year": 2011, + "value": 1113151 + }, + { + "year": 2012, + "value": 1132994 + }, + { + "year": 2013, + "value": 1153295 + }, + { + "year": 2014, + "value": 1174331 + }, + { + "year": 2015, + "value": 1196302 + }, + { + "year": 2016, + "value": 1219288 + }, + { + "year": 2017, + "value": 1243261 + }, + { + "year": 2018, + "value": 1267972 + } + ] + }, + "Togo": { + "population": [ + { + "year": 1960, + "value": 1580513 + }, + { + "year": 1961, + "value": 1597526 + }, + { + "year": 1962, + "value": 1612755 + }, + { + "year": 1963, + "value": 1631764 + }, + { + "year": 1964, + "value": 1662073 + }, + { + "year": 1965, + "value": 1708630 + }, + { + "year": 1966, + "value": 1774029 + }, + { + "year": 1967, + "value": 1855442 + }, + { + "year": 1968, + "value": 1945780 + }, + { + "year": 1969, + "value": 2034907 + }, + { + "year": 1970, + "value": 2115522 + }, + { + "year": 1971, + "value": 2185662 + }, + { + "year": 1972, + "value": 2247582 + }, + { + "year": 1973, + "value": 2303345 + }, + { + "year": 1974, + "value": 2356622 + }, + { + "year": 1975, + "value": 2410446 + }, + { + "year": 1976, + "value": 2464423 + }, + { + "year": 1977, + "value": 2518457 + }, + { + "year": 1978, + "value": 2576292 + }, + { + "year": 1979, + "value": 2642696 + }, + { + "year": 1980, + "value": 2720839 + }, + { + "year": 1981, + "value": 2812307 + }, + { + "year": 1982, + "value": 2915620 + }, + { + "year": 1983, + "value": 3026973 + }, + { + "year": 1984, + "value": 3140846 + }, + { + "year": 1985, + "value": 3252994 + }, + { + "year": 1986, + "value": 3363042 + }, + { + "year": 1987, + "value": 3471739 + }, + { + "year": 1988, + "value": 3577468 + }, + { + "year": 1989, + "value": 3678567 + }, + { + "year": 1990, + "value": 3774312 + }, + { + "year": 1991, + "value": 3862992 + }, + { + "year": 1992, + "value": 3945905 + }, + { + "year": 1993, + "value": 4029053 + }, + { + "year": 1994, + "value": 4120616 + }, + { + "year": 1995, + "value": 4226291 + }, + { + "year": 1996, + "value": 4348805 + }, + { + "year": 1997, + "value": 4485951 + }, + { + "year": 1998, + "value": 4632446 + }, + { + "year": 1999, + "value": 4780448 + }, + { + "year": 2000, + "value": 4924402 + }, + { + "year": 2001, + "value": 5062567 + }, + { + "year": 2002, + "value": 5197031 + }, + { + "year": 2003, + "value": 5330639 + }, + { + "year": 2004, + "value": 5467766 + }, + { + "year": 2005, + "value": 5611640 + }, + { + "year": 2006, + "value": 5762880 + }, + { + "year": 2007, + "value": 5920359 + }, + { + "year": 2008, + "value": 6083420 + }, + { + "year": 2009, + "value": 6250835 + }, + { + "year": 2010, + "value": 6421679 + }, + { + "year": 2011, + "value": 6595943 + }, + { + "year": 2012, + "value": 6773807 + }, + { + "year": 2013, + "value": 6954721 + }, + { + "year": 2014, + "value": 7137997 + }, + { + "year": 2015, + "value": 7323158 + }, + { + "year": 2016, + "value": 7509952 + }, + { + "year": 2017, + "value": 7698475 + }, + { + "year": 2018, + "value": 7889094 + } + ] + }, + "Tonga": { + "population": [ + { + "year": 1960, + "value": 61577 + }, + { + "year": 1961, + "value": 63715 + }, + { + "year": 1962, + "value": 66235 + }, + { + "year": 1963, + "value": 68981 + }, + { + "year": 1964, + "value": 71741 + }, + { + "year": 1965, + "value": 74345 + }, + { + "year": 1966, + "value": 76771 + }, + { + "year": 1967, + "value": 79029 + }, + { + "year": 1968, + "value": 81079 + }, + { + "year": 1969, + "value": 82855 + }, + { + "year": 1970, + "value": 84351 + }, + { + "year": 1971, + "value": 85499 + }, + { + "year": 1972, + "value": 86323 + }, + { + "year": 1973, + "value": 86962 + }, + { + "year": 1974, + "value": 87582 + }, + { + "year": 1975, + "value": 88318 + }, + { + "year": 1976, + "value": 89234 + }, + { + "year": 1977, + "value": 90273 + }, + { + "year": 1978, + "value": 91335 + }, + { + "year": 1979, + "value": 92268 + }, + { + "year": 1980, + "value": 92971 + }, + { + "year": 1981, + "value": 93409 + }, + { + "year": 1982, + "value": 93641 + }, + { + "year": 1983, + "value": 93729 + }, + { + "year": 1984, + "value": 93788 + }, + { + "year": 1985, + "value": 93896 + }, + { + "year": 1986, + "value": 94088 + }, + { + "year": 1987, + "value": 94321 + }, + { + "year": 1988, + "value": 94591 + }, + { + "year": 1989, + "value": 94851 + }, + { + "year": 1990, + "value": 95069 + }, + { + "year": 1991, + "value": 95246 + }, + { + "year": 1992, + "value": 95399 + }, + { + "year": 1993, + "value": 95557 + }, + { + "year": 1994, + "value": 95739 + }, + { + "year": 1995, + "value": 95976 + }, + { + "year": 1996, + "value": 96273 + }, + { + "year": 1997, + "value": 96619 + }, + { + "year": 1998, + "value": 97032 + }, + { + "year": 1999, + "value": 97482 + }, + { + "year": 2000, + "value": 97973 + }, + { + "year": 2001, + "value": 98487 + }, + { + "year": 2002, + "value": 99022 + }, + { + "year": 2003, + "value": 99589 + }, + { + "year": 2004, + "value": 100218 + }, + { + "year": 2005, + "value": 100905 + }, + { + "year": 2006, + "value": 101706 + }, + { + "year": 2007, + "value": 102581 + }, + { + "year": 2008, + "value": 103379 + }, + { + "year": 2009, + "value": 103890 + }, + { + "year": 2010, + "value": 103986 + }, + { + "year": 2011, + "value": 103562 + }, + { + "year": 2012, + "value": 102737 + }, + { + "year": 2013, + "value": 101768 + }, + { + "year": 2014, + "value": 101028 + }, + { + "year": 2015, + "value": 100781 + }, + { + "year": 2016, + "value": 101133 + }, + { + "year": 2017, + "value": 101998 + }, + { + "year": 2018, + "value": 103197 + } + ] + }, + "Trinidad and Tobago": { + "population": [ + { + "year": 1960, + "value": 847979 + }, + { + "year": 1961, + "value": 864818 + }, + { + "year": 1962, + "value": 879441 + }, + { + "year": 1963, + "value": 891944 + }, + { + "year": 1964, + "value": 902613 + }, + { + "year": 1965, + "value": 911737 + }, + { + "year": 1966, + "value": 919217 + }, + { + "year": 1967, + "value": 925235 + }, + { + "year": 1968, + "value": 930795 + }, + { + "year": 1969, + "value": 937186 + }, + { + "year": 1970, + "value": 945360 + }, + { + "year": 1971, + "value": 955741 + }, + { + "year": 1972, + "value": 968136 + }, + { + "year": 1973, + "value": 982010 + }, + { + "year": 1974, + "value": 996493 + }, + { + "year": 1975, + "value": 1010936 + }, + { + "year": 1976, + "value": 1025107 + }, + { + "year": 1977, + "value": 1039212 + }, + { + "year": 1978, + "value": 1053558 + }, + { + "year": 1979, + "value": 1068640 + }, + { + "year": 1980, + "value": 1084744 + }, + { + "year": 1981, + "value": 1101983 + }, + { + "year": 1982, + "value": 1120020 + }, + { + "year": 1983, + "value": 1138071 + }, + { + "year": 1984, + "value": 1155074 + }, + { + "year": 1985, + "value": 1170285 + }, + { + "year": 1986, + "value": 1183381 + }, + { + "year": 1987, + "value": 1194541 + }, + { + "year": 1988, + "value": 1204153 + }, + { + "year": 1989, + "value": 1212857 + }, + { + "year": 1990, + "value": 1221116 + }, + { + "year": 1991, + "value": 1229103 + }, + { + "year": 1992, + "value": 1236683 + }, + { + "year": 1993, + "value": 1243616 + }, + { + "year": 1994, + "value": 1249520 + }, + { + "year": 1995, + "value": 1254200 + }, + { + "year": 1996, + "value": 1257549 + }, + { + "year": 1997, + "value": 1259848 + }, + { + "year": 1998, + "value": 1261695 + }, + { + "year": 1999, + "value": 1263933 + }, + { + "year": 2000, + "value": 1267153 + }, + { + "year": 2001, + "value": 1271632 + }, + { + "year": 2002, + "value": 1277213 + }, + { + "year": 2003, + "value": 1283559 + }, + { + "year": 2004, + "value": 1290123 + }, + { + "year": 2005, + "value": 1296502 + }, + { + "year": 2006, + "value": 1302561 + }, + { + "year": 2007, + "value": 1308451 + }, + { + "year": 2008, + "value": 1314443 + }, + { + "year": 2009, + "value": 1320930 + }, + { + "year": 2010, + "value": 1328147 + }, + { + "year": 2011, + "value": 1336178 + }, + { + "year": 2012, + "value": 1344817 + }, + { + "year": 2013, + "value": 1353700 + }, + { + "year": 2014, + "value": 1362342 + }, + { + "year": 2015, + "value": 1370328 + }, + { + "year": 2016, + "value": 1377564 + }, + { + "year": 2017, + "value": 1384072 + }, + { + "year": 2018, + "value": 1389858 + } + ] + }, + "Tunisia": { + "population": [ + { + "year": 1960, + "value": 4178236 + }, + { + "year": 1961, + "value": 4238142 + }, + { + "year": 1962, + "value": 4305481 + }, + { + "year": 1963, + "value": 4380068 + }, + { + "year": 1964, + "value": 4461114 + }, + { + "year": 1965, + "value": 4547941 + }, + { + "year": 1966, + "value": 4641000 + }, + { + "year": 1967, + "value": 4740511 + }, + { + "year": 1968, + "value": 4845219 + }, + { + "year": 1969, + "value": 4953390 + }, + { + "year": 1970, + "value": 5063809 + }, + { + "year": 1971, + "value": 5176295 + }, + { + "year": 1972, + "value": 5291338 + }, + { + "year": 1973, + "value": 5409343 + }, + { + "year": 1974, + "value": 5530975 + }, + { + "year": 1975, + "value": 5656914 + }, + { + "year": 1976, + "value": 5786478 + }, + { + "year": 1977, + "value": 5919965 + }, + { + "year": 1978, + "value": 6060151 + }, + { + "year": 1979, + "value": 6210756 + }, + { + "year": 1980, + "value": 6374039 + }, + { + "year": 1981, + "value": 6551231 + }, + { + "year": 1982, + "value": 6740529 + }, + { + "year": 1983, + "value": 6937331 + }, + { + "year": 1984, + "value": 7135270 + }, + { + "year": 1985, + "value": 7329594 + }, + { + "year": 1986, + "value": 7517858 + }, + { + "year": 1987, + "value": 7700736 + }, + { + "year": 1988, + "value": 7880332 + }, + { + "year": 1989, + "value": 8060210 + }, + { + "year": 1990, + "value": 8242496 + }, + { + "year": 1991, + "value": 8427857 + }, + { + "year": 1992, + "value": 8613861 + }, + { + "year": 1993, + "value": 8795932 + }, + { + "year": 1994, + "value": 8967916 + }, + { + "year": 1995, + "value": 9125398 + }, + { + "year": 1996, + "value": 9267340 + }, + { + "year": 1997, + "value": 9395123 + }, + { + "year": 1998, + "value": 9509857 + }, + { + "year": 1999, + "value": 9613588 + }, + { + "year": 2000, + "value": 9708350 + }, + { + "year": 2001, + "value": 9793903 + }, + { + "year": 2002, + "value": 9871251 + }, + { + "year": 2003, + "value": 9945277 + }, + { + "year": 2004, + "value": 10022277 + }, + { + "year": 2005, + "value": 10106771 + }, + { + "year": 2006, + "value": 10201214 + }, + { + "year": 2007, + "value": 10304726 + }, + { + "year": 2008, + "value": 10414433 + }, + { + "year": 2009, + "value": 10525694 + }, + { + "year": 2010, + "value": 10635244 + }, + { + "year": 2011, + "value": 10741880 + }, + { + "year": 2012, + "value": 10847002 + }, + { + "year": 2013, + "value": 10952951 + }, + { + "year": 2014, + "value": 11063201 + }, + { + "year": 2015, + "value": 11179949 + }, + { + "year": 2016, + "value": 11303946 + }, + { + "year": 2017, + "value": 11433443 + }, + { + "year": 2018, + "value": 11565204 + } + ] + }, + "Turkey": { + "population": [ + { + "year": 1960, + "value": 27472345 + }, + { + "year": 1961, + "value": 28146910 + }, + { + "year": 1962, + "value": 28832827 + }, + { + "year": 1963, + "value": 29531365 + }, + { + "year": 1964, + "value": 30244261 + }, + { + "year": 1965, + "value": 30972994 + }, + { + "year": 1966, + "value": 31717507 + }, + { + "year": 1967, + "value": 32477992 + }, + { + "year": 1968, + "value": 33256464 + }, + { + "year": 1969, + "value": 34055390 + }, + { + "year": 1970, + "value": 34876303 + }, + { + "year": 1971, + "value": 35720599 + }, + { + "year": 1972, + "value": 36587261 + }, + { + "year": 1973, + "value": 37472336 + }, + { + "year": 1974, + "value": 38370283 + }, + { + "year": 1975, + "value": 39277258 + }, + { + "year": 1976, + "value": 40189567 + }, + { + "year": 1977, + "value": 41108297 + }, + { + "year": 1978, + "value": 42039992 + }, + { + "year": 1979, + "value": 42994041 + }, + { + "year": 1980, + "value": 43975971 + }, + { + "year": 1981, + "value": 44988414 + }, + { + "year": 1982, + "value": 46025411 + }, + { + "year": 1983, + "value": 47073472 + }, + { + "year": 1984, + "value": 48114155 + }, + { + "year": 1985, + "value": 49133937 + }, + { + "year": 1986, + "value": 50128541 + }, + { + "year": 1987, + "value": 51100924 + }, + { + "year": 1988, + "value": 52053765 + }, + { + "year": 1989, + "value": 52992487 + }, + { + "year": 1990, + "value": 53921760 + }, + { + "year": 1991, + "value": 54840590 + }, + { + "year": 1992, + "value": 55748948 + }, + { + "year": 1993, + "value": 56653804 + }, + { + "year": 1994, + "value": 57564204 + }, + { + "year": 1995, + "value": 58486456 + }, + { + "year": 1996, + "value": 59423282 + }, + { + "year": 1997, + "value": 60372568 + }, + { + "year": 1998, + "value": 61329676 + }, + { + "year": 1999, + "value": 62287397 + }, + { + "year": 2000, + "value": 63240194 + }, + { + "year": 2001, + "value": 64192243 + }, + { + "year": 2002, + "value": 65145367 + }, + { + "year": 2003, + "value": 66089402 + }, + { + "year": 2004, + "value": 67010930 + }, + { + "year": 2005, + "value": 67903469 + }, + { + "year": 2006, + "value": 68756810 + }, + { + "year": 2007, + "value": 69581848 + }, + { + "year": 2008, + "value": 70418604 + }, + { + "year": 2009, + "value": 71321399 + }, + { + "year": 2010, + "value": 72326988 + }, + { + "year": 2011, + "value": 73443863 + }, + { + "year": 2012, + "value": 74653016 + }, + { + "year": 2013, + "value": 75928564 + }, + { + "year": 2014, + "value": 77231907 + }, + { + "year": 2015, + "value": 78529409 + }, + { + "year": 2016, + "value": 79821724 + }, + { + "year": 2017, + "value": 81101892 + }, + { + "year": 2018, + "value": 82319724 + } + ] + }, + "Turkmenistan": { + "population": [ + { + "year": 1960, + "value": 1603258 + }, + { + "year": 1961, + "value": 1658362 + }, + { + "year": 1962, + "value": 1715408 + }, + { + "year": 1963, + "value": 1773853 + }, + { + "year": 1964, + "value": 1833064 + }, + { + "year": 1965, + "value": 1892599 + }, + { + "year": 1966, + "value": 1952141 + }, + { + "year": 1967, + "value": 2011764 + }, + { + "year": 1968, + "value": 2071790 + }, + { + "year": 1969, + "value": 2132802 + }, + { + "year": 1970, + "value": 2195175 + }, + { + "year": 1971, + "value": 2258965 + }, + { + "year": 1972, + "value": 2324015 + }, + { + "year": 1973, + "value": 2390216 + }, + { + "year": 1974, + "value": 2457384 + }, + { + "year": 1975, + "value": 2525364 + }, + { + "year": 1976, + "value": 2594313 + }, + { + "year": 1977, + "value": 2664258 + }, + { + "year": 1978, + "value": 2734895 + }, + { + "year": 1979, + "value": 2805819 + }, + { + "year": 1980, + "value": 2876808 + }, + { + "year": 1981, + "value": 2947779 + }, + { + "year": 1982, + "value": 3019066 + }, + { + "year": 1983, + "value": 3091513 + }, + { + "year": 1984, + "value": 3166221 + }, + { + "year": 1985, + "value": 3244018 + }, + { + "year": 1986, + "value": 3324458 + }, + { + "year": 1987, + "value": 3407321 + }, + { + "year": 1988, + "value": 3493895 + }, + { + "year": 1989, + "value": 3585868 + }, + { + "year": 1990, + "value": 3683967 + }, + { + "year": 1991, + "value": 3789185 + }, + { + "year": 1992, + "value": 3899843 + }, + { + "year": 1993, + "value": 4010789 + }, + { + "year": 1994, + "value": 4115102 + }, + { + "year": 1995, + "value": 4207841 + }, + { + "year": 1996, + "value": 4287346 + }, + { + "year": 1997, + "value": 4355116 + }, + { + "year": 1998, + "value": 4413479 + }, + { + "year": 1999, + "value": 4466135 + }, + { + "year": 2000, + "value": 4516133 + }, + { + "year": 2001, + "value": 4564083 + }, + { + "year": 2002, + "value": 4610005 + }, + { + "year": 2003, + "value": 4655743 + }, + { + "year": 2004, + "value": 4703401 + }, + { + "year": 2005, + "value": 4754646 + }, + { + "year": 2006, + "value": 4810109 + }, + { + "year": 2007, + "value": 4870141 + }, + { + "year": 2008, + "value": 4935767 + }, + { + "year": 2009, + "value": 5007954 + }, + { + "year": 2010, + "value": 5087213 + }, + { + "year": 2011, + "value": 5174085 + }, + { + "year": 2012, + "value": 5267900 + }, + { + "year": 2013, + "value": 5366375 + }, + { + "year": 2014, + "value": 5466328 + }, + { + "year": 2015, + "value": 5565287 + }, + { + "year": 2016, + "value": 5662372 + }, + { + "year": 2017, + "value": 5757669 + }, + { + "year": 2018, + "value": 5850908 + } + ] + }, + "Turks and Caicos Islands": { + "population": [ + { + "year": 1960, + "value": 5824 + }, + { + "year": 1961, + "value": 5874 + }, + { + "year": 1962, + "value": 5884 + }, + { + "year": 1963, + "value": 5870 + }, + { + "year": 1964, + "value": 5848 + }, + { + "year": 1965, + "value": 5823 + }, + { + "year": 1966, + "value": 5791 + }, + { + "year": 1967, + "value": 5764 + }, + { + "year": 1968, + "value": 5744 + }, + { + "year": 1969, + "value": 5773 + }, + { + "year": 1970, + "value": 5841 + }, + { + "year": 1971, + "value": 5971 + }, + { + "year": 1972, + "value": 6157 + }, + { + "year": 1973, + "value": 6381 + }, + { + "year": 1974, + "value": 6606 + }, + { + "year": 1975, + "value": 6827 + }, + { + "year": 1976, + "value": 7015 + }, + { + "year": 1977, + "value": 7198 + }, + { + "year": 1978, + "value": 7385 + }, + { + "year": 1979, + "value": 7613 + }, + { + "year": 1980, + "value": 7888 + }, + { + "year": 1981, + "value": 8235 + }, + { + "year": 1982, + "value": 8654 + }, + { + "year": 1983, + "value": 9104 + }, + { + "year": 1984, + "value": 9556 + }, + { + "year": 1985, + "value": 9970 + }, + { + "year": 1986, + "value": 10357 + }, + { + "year": 1987, + "value": 10724 + }, + { + "year": 1988, + "value": 11093 + }, + { + "year": 1989, + "value": 11548 + }, + { + "year": 1990, + "value": 12111 + }, + { + "year": 1991, + "value": 12811 + }, + { + "year": 1992, + "value": 13632 + }, + { + "year": 1993, + "value": 14526 + }, + { + "year": 1994, + "value": 15407 + }, + { + "year": 1995, + "value": 16216 + }, + { + "year": 1996, + "value": 16926 + }, + { + "year": 1997, + "value": 17567 + }, + { + "year": 1998, + "value": 18232 + }, + { + "year": 1999, + "value": 19065 + }, + { + "year": 2000, + "value": 20164 + }, + { + "year": 2001, + "value": 21573 + }, + { + "year": 2002, + "value": 23232 + }, + { + "year": 2003, + "value": 25011 + }, + { + "year": 2004, + "value": 26700 + }, + { + "year": 2005, + "value": 28180 + }, + { + "year": 2006, + "value": 29391 + }, + { + "year": 2007, + "value": 30385 + }, + { + "year": 2008, + "value": 31202 + }, + { + "year": 2009, + "value": 31934 + }, + { + "year": 2010, + "value": 32660 + }, + { + "year": 2011, + "value": 33377 + }, + { + "year": 2012, + "value": 34066 + }, + { + "year": 2013, + "value": 34731 + }, + { + "year": 2014, + "value": 35369 + }, + { + "year": 2015, + "value": 35981 + }, + { + "year": 2016, + "value": 36559 + }, + { + "year": 2017, + "value": 37115 + }, + { + "year": 2018, + "value": 37665 + } + ] + }, + "Tuvalu": { + "population": [ + { + "year": 1960, + "value": 5323 + }, + { + "year": 1961, + "value": 5335 + }, + { + "year": 1962, + "value": 5340 + }, + { + "year": 1963, + "value": 5343 + }, + { + "year": 1964, + "value": 5356 + }, + { + "year": 1965, + "value": 5386 + }, + { + "year": 1966, + "value": 5438 + }, + { + "year": 1967, + "value": 5511 + }, + { + "year": 1968, + "value": 5597 + }, + { + "year": 1969, + "value": 5670 + }, + { + "year": 1970, + "value": 5735 + }, + { + "year": 1971, + "value": 5766 + }, + { + "year": 1972, + "value": 5790 + }, + { + "year": 1973, + "value": 5822 + }, + { + "year": 1974, + "value": 5905 + }, + { + "year": 1975, + "value": 6060 + }, + { + "year": 1976, + "value": 6323 + }, + { + "year": 1977, + "value": 6650 + }, + { + "year": 1978, + "value": 7014 + }, + { + "year": 1979, + "value": 7358 + }, + { + "year": 1980, + "value": 7637 + }, + { + "year": 1981, + "value": 7827 + }, + { + "year": 1982, + "value": 7956 + }, + { + "year": 1983, + "value": 8041 + }, + { + "year": 1984, + "value": 8115 + }, + { + "year": 1985, + "value": 8219 + }, + { + "year": 1986, + "value": 8336 + }, + { + "year": 1987, + "value": 8485 + }, + { + "year": 1988, + "value": 8637 + }, + { + "year": 1989, + "value": 8779 + }, + { + "year": 1990, + "value": 8913 + }, + { + "year": 1991, + "value": 9026 + }, + { + "year": 1992, + "value": 9112 + }, + { + "year": 1993, + "value": 9194 + }, + { + "year": 1994, + "value": 9252 + }, + { + "year": 1995, + "value": 9298 + }, + { + "year": 1996, + "value": 9323 + }, + { + "year": 1997, + "value": 9323 + }, + { + "year": 1998, + "value": 9332 + }, + { + "year": 1999, + "value": 9346 + }, + { + "year": 2000, + "value": 9394 + }, + { + "year": 2001, + "value": 9484 + }, + { + "year": 2002, + "value": 9596 + }, + { + "year": 2003, + "value": 9726 + }, + { + "year": 2004, + "value": 9869 + }, + { + "year": 2005, + "value": 10000 + }, + { + "year": 2006, + "value": 10120 + }, + { + "year": 2007, + "value": 10221 + }, + { + "year": 2008, + "value": 10314 + }, + { + "year": 2009, + "value": 10424 + }, + { + "year": 2010, + "value": 10530 + }, + { + "year": 2011, + "value": 10633 + }, + { + "year": 2012, + "value": 10739 + }, + { + "year": 2013, + "value": 10857 + }, + { + "year": 2014, + "value": 10972 + }, + { + "year": 2015, + "value": 11099 + }, + { + "year": 2016, + "value": 11225 + }, + { + "year": 2017, + "value": 11370 + }, + { + "year": 2018, + "value": 11508 + } + ] + }, + "Uganda": { + "population": [ + { + "year": 1960, + "value": 6767095 + }, + { + "year": 1961, + "value": 6983818 + }, + { + "year": 1962, + "value": 7215796 + }, + { + "year": 1963, + "value": 7461634 + }, + { + "year": 1964, + "value": 7719104 + }, + { + "year": 1965, + "value": 7986066 + }, + { + "year": 1966, + "value": 8263439 + }, + { + "year": 1967, + "value": 8550443 + }, + { + "year": 1968, + "value": 8841153 + }, + { + "year": 1969, + "value": 9127857 + }, + { + "year": 1970, + "value": 9405600 + }, + { + "year": 1971, + "value": 9671860 + }, + { + "year": 1972, + "value": 9929636 + }, + { + "year": 1973, + "value": 10186455 + }, + { + "year": 1974, + "value": 10453037 + }, + { + "year": 1975, + "value": 10737403 + }, + { + "year": 1976, + "value": 11042974 + }, + { + "year": 1977, + "value": 11368615 + }, + { + "year": 1978, + "value": 11712530 + }, + { + "year": 1979, + "value": 12071145 + }, + { + "year": 1980, + "value": 12442334 + }, + { + "year": 1981, + "value": 12825082 + }, + { + "year": 1982, + "value": 13221991 + }, + { + "year": 1983, + "value": 13638729 + }, + { + "year": 1984, + "value": 14082875 + }, + { + "year": 1985, + "value": 14559355 + }, + { + "year": 1986, + "value": 15070302 + }, + { + "year": 1987, + "value": 15612754 + }, + { + "year": 1988, + "value": 16180124 + }, + { + "year": 1989, + "value": 16763042 + }, + { + "year": 1990, + "value": 17354392 + }, + { + "year": 1991, + "value": 17953531 + }, + { + "year": 1992, + "value": 18561674 + }, + { + "year": 1993, + "value": 19175988 + }, + { + "year": 1994, + "value": 19793541 + }, + { + "year": 1995, + "value": 20413152 + }, + { + "year": 1996, + "value": 21032821 + }, + { + "year": 1997, + "value": 21655398 + }, + { + "year": 1998, + "value": 22290780 + }, + { + "year": 1999, + "value": 22952410 + }, + { + "year": 2000, + "value": 23650172 + }, + { + "year": 2001, + "value": 24388968 + }, + { + "year": 2002, + "value": 25167257 + }, + { + "year": 2003, + "value": 25980552 + }, + { + "year": 2004, + "value": 26821297 + }, + { + "year": 2005, + "value": 27684585 + }, + { + "year": 2006, + "value": 28571475 + }, + { + "year": 2007, + "value": 29486338 + }, + { + "year": 2008, + "value": 30431736 + }, + { + "year": 2009, + "value": 31411096 + }, + { + "year": 2010, + "value": 32428167 + }, + { + "year": 2011, + "value": 33476919 + }, + { + "year": 2012, + "value": 34559168 + }, + { + "year": 2013, + "value": 35695246 + }, + { + "year": 2014, + "value": 36912148 + }, + { + "year": 2015, + "value": 38225453 + }, + { + "year": 2016, + "value": 39647506 + }, + { + "year": 2017, + "value": 41162465 + }, + { + "year": 2018, + "value": 42723139 + } + ] + }, + "Ukraine": { + "population": [ + { + "year": 1960, + "value": 42664652 + }, + { + "year": 1961, + "value": 43206345 + }, + { + "year": 1962, + "value": 43752230 + }, + { + "year": 1963, + "value": 44288608 + }, + { + "year": 1964, + "value": 44796964 + }, + { + "year": 1965, + "value": 45264548 + }, + { + "year": 1966, + "value": 45684979 + }, + { + "year": 1967, + "value": 46063228 + }, + { + "year": 1968, + "value": 46411810 + }, + { + "year": 1969, + "value": 46749283 + }, + { + "year": 1970, + "value": 47088857 + }, + { + "year": 1971, + "value": 47435010 + }, + { + "year": 1972, + "value": 47783005 + }, + { + "year": 1973, + "value": 48125842 + }, + { + "year": 1974, + "value": 48452626 + }, + { + "year": 1975, + "value": 48755665 + }, + { + "year": 1976, + "value": 49032729 + }, + { + "year": 1977, + "value": 49287127 + }, + { + "year": 1978, + "value": 49523314 + }, + { + "year": 1979, + "value": 49747989 + }, + { + "year": 1980, + "value": 49965874 + }, + { + "year": 1981, + "value": 50221000 + }, + { + "year": 1982, + "value": 50384000 + }, + { + "year": 1983, + "value": 50564000 + }, + { + "year": 1984, + "value": 50754000 + }, + { + "year": 1985, + "value": 50917000 + }, + { + "year": 1986, + "value": 51097000 + }, + { + "year": 1987, + "value": 51293000 + }, + { + "year": 1988, + "value": 51521000 + }, + { + "year": 1989, + "value": 51773000 + }, + { + "year": 1990, + "value": 51892000 + }, + { + "year": 1991, + "value": 52000470 + }, + { + "year": 1992, + "value": 52150266 + }, + { + "year": 1993, + "value": 52179210 + }, + { + "year": 1994, + "value": 51921041 + }, + { + "year": 1995, + "value": 51512299 + }, + { + "year": 1996, + "value": 51057189 + }, + { + "year": 1997, + "value": 50594105 + }, + { + "year": 1998, + "value": 50143939 + }, + { + "year": 1999, + "value": 49673350 + }, + { + "year": 2000, + "value": 49175848 + }, + { + "year": 2001, + "value": 48683865 + }, + { + "year": 2002, + "value": 48202500 + }, + { + "year": 2003, + "value": 47812950 + }, + { + "year": 2004, + "value": 47451600 + }, + { + "year": 2005, + "value": 47105150 + }, + { + "year": 2006, + "value": 46787750 + }, + { + "year": 2007, + "value": 46509350 + }, + { + "year": 2008, + "value": 46258200 + }, + { + "year": 2009, + "value": 46053300 + }, + { + "year": 2010, + "value": 45870700 + }, + { + "year": 2011, + "value": 45706100 + }, + { + "year": 2012, + "value": 45593300 + }, + { + "year": 2013, + "value": 45489600 + }, + { + "year": 2014, + "value": 45271947 + }, + { + "year": 2015, + "value": 45154029 + }, + { + "year": 2016, + "value": 45004645 + }, + { + "year": 2017, + "value": 44831135 + }, + { + "year": 2018, + "value": 44622516 + } + ] + }, + "United Arab Emirates": { + "population": [ + { + "year": 1960, + "value": 92418 + }, + { + "year": 1961, + "value": 100796 + }, + { + "year": 1962, + "value": 112118 + }, + { + "year": 1963, + "value": 125130 + }, + { + "year": 1964, + "value": 138039 + }, + { + "year": 1965, + "value": 149857 + }, + { + "year": 1966, + "value": 159976 + }, + { + "year": 1967, + "value": 169771 + }, + { + "year": 1968, + "value": 182627 + }, + { + "year": 1969, + "value": 203106 + }, + { + "year": 1970, + "value": 234514 + }, + { + "year": 1971, + "value": 277471 + }, + { + "year": 1972, + "value": 330974 + }, + { + "year": 1973, + "value": 394624 + }, + { + "year": 1974, + "value": 467451 + }, + { + "year": 1975, + "value": 548301 + }, + { + "year": 1976, + "value": 637922 + }, + { + "year": 1977, + "value": 735344 + }, + { + "year": 1978, + "value": 835508 + }, + { + "year": 1979, + "value": 931749 + }, + { + "year": 1980, + "value": 1019509 + }, + { + "year": 1981, + "value": 1096610 + }, + { + "year": 1982, + "value": 1164806 + }, + { + "year": 1983, + "value": 1228459 + }, + { + "year": 1984, + "value": 1293971 + }, + { + "year": 1985, + "value": 1366164 + }, + { + "year": 1986, + "value": 1446380 + }, + { + "year": 1987, + "value": 1533536 + }, + { + "year": 1988, + "value": 1627066 + }, + { + "year": 1989, + "value": 1725681 + }, + { + "year": 1990, + "value": 1828432 + }, + { + "year": 1991, + "value": 1937153 + }, + { + "year": 1992, + "value": 2052891 + }, + { + "year": 1993, + "value": 2173139 + }, + { + "year": 1994, + "value": 2294385 + }, + { + "year": 1995, + "value": 2415090 + }, + { + "year": 1996, + "value": 2539126 + }, + { + "year": 1997, + "value": 2671362 + }, + { + "year": 1998, + "value": 2813214 + }, + { + "year": 1999, + "value": 2966034 + }, + { + "year": 2000, + "value": 3134062 + }, + { + "year": 2001, + "value": 3302719 + }, + { + "year": 2002, + "value": 3478777 + }, + { + "year": 2003, + "value": 3711932 + }, + { + "year": 2004, + "value": 4068570 + }, + { + "year": 2005, + "value": 4588225 + }, + { + "year": 2006, + "value": 5300174 + }, + { + "year": 2007, + "value": 6168838 + }, + { + "year": 2008, + "value": 7089487 + }, + { + "year": 2009, + "value": 7917372 + }, + { + "year": 2010, + "value": 8549988 + }, + { + "year": 2011, + "value": 8946777 + }, + { + "year": 2012, + "value": 9141596 + }, + { + "year": 2013, + "value": 9197910 + }, + { + "year": 2014, + "value": 9214175 + }, + { + "year": 2015, + "value": 9262900 + }, + { + "year": 2016, + "value": 9360980 + }, + { + "year": 2017, + "value": 9487203 + }, + { + "year": 2018, + "value": 9630959 + } + ] + }, + "United Kingdom": { + "population": [ + { + "year": 1960, + "value": 52400000 + }, + { + "year": 1961, + "value": 52800000 + }, + { + "year": 1962, + "value": 53250000 + }, + { + "year": 1963, + "value": 53650000 + }, + { + "year": 1964, + "value": 54000000 + }, + { + "year": 1965, + "value": 54348050 + }, + { + "year": 1966, + "value": 54648500 + }, + { + "year": 1967, + "value": 54943600 + }, + { + "year": 1968, + "value": 55211700 + }, + { + "year": 1969, + "value": 55441750 + }, + { + "year": 1970, + "value": 55663250 + }, + { + "year": 1971, + "value": 55896223 + }, + { + "year": 1972, + "value": 56086065 + }, + { + "year": 1973, + "value": 56194527 + }, + { + "year": 1974, + "value": 56229974 + }, + { + "year": 1975, + "value": 56225800 + }, + { + "year": 1976, + "value": 56211968 + }, + { + "year": 1977, + "value": 56193492 + }, + { + "year": 1978, + "value": 56196504 + }, + { + "year": 1979, + "value": 56246951 + }, + { + "year": 1980, + "value": 56314216 + }, + { + "year": 1981, + "value": 56333829 + }, + { + "year": 1982, + "value": 56313641 + }, + { + "year": 1983, + "value": 56332848 + }, + { + "year": 1984, + "value": 56422072 + }, + { + "year": 1985, + "value": 56550268 + }, + { + "year": 1986, + "value": 56681396 + }, + { + "year": 1987, + "value": 56802050 + }, + { + "year": 1988, + "value": 56928327 + }, + { + "year": 1989, + "value": 57076711 + }, + { + "year": 1990, + "value": 57247586 + }, + { + "year": 1991, + "value": 57424897 + }, + { + "year": 1992, + "value": 57580402 + }, + { + "year": 1993, + "value": 57718614 + }, + { + "year": 1994, + "value": 57865745 + }, + { + "year": 1995, + "value": 58019030 + }, + { + "year": 1996, + "value": 58166950 + }, + { + "year": 1997, + "value": 58316954 + }, + { + "year": 1998, + "value": 58487141 + }, + { + "year": 1999, + "value": 58682466 + }, + { + "year": 2000, + "value": 58892514 + }, + { + "year": 2001, + "value": 59119673 + }, + { + "year": 2002, + "value": 59370479 + }, + { + "year": 2003, + "value": 59647577 + }, + { + "year": 2004, + "value": 59987905 + }, + { + "year": 2005, + "value": 60401206 + }, + { + "year": 2006, + "value": 60846820 + }, + { + "year": 2007, + "value": 61322463 + }, + { + "year": 2008, + "value": 61806995 + }, + { + "year": 2009, + "value": 62276270 + }, + { + "year": 2010, + "value": 62766365 + }, + { + "year": 2011, + "value": 63258810 + }, + { + "year": 2012, + "value": 63700215 + }, + { + "year": 2013, + "value": 64128273 + }, + { + "year": 2014, + "value": 64602298 + }, + { + "year": 2015, + "value": 65116219 + }, + { + "year": 2016, + "value": 65611593 + }, + { + "year": 2017, + "value": 66058859 + }, + { + "year": 2018, + "value": 66460344 + } + ] + }, + "United States": { + "population": [ + { + "year": 1960, + "value": 180671000 + }, + { + "year": 1961, + "value": 183691000 + }, + { + "year": 1962, + "value": 186538000 + }, + { + "year": 1963, + "value": 189242000 + }, + { + "year": 1964, + "value": 191889000 + }, + { + "year": 1965, + "value": 194303000 + }, + { + "year": 1966, + "value": 196560000 + }, + { + "year": 1967, + "value": 198712000 + }, + { + "year": 1968, + "value": 200706000 + }, + { + "year": 1969, + "value": 202677000 + }, + { + "year": 1970, + "value": 205052000 + }, + { + "year": 1971, + "value": 207661000 + }, + { + "year": 1972, + "value": 209896000 + }, + { + "year": 1973, + "value": 211909000 + }, + { + "year": 1974, + "value": 213854000 + }, + { + "year": 1975, + "value": 215973000 + }, + { + "year": 1976, + "value": 218035000 + }, + { + "year": 1977, + "value": 220239000 + }, + { + "year": 1978, + "value": 222585000 + }, + { + "year": 1979, + "value": 225055000 + }, + { + "year": 1980, + "value": 227225000 + }, + { + "year": 1981, + "value": 229466000 + }, + { + "year": 1982, + "value": 231664000 + }, + { + "year": 1983, + "value": 233792000 + }, + { + "year": 1984, + "value": 235825000 + }, + { + "year": 1985, + "value": 237924000 + }, + { + "year": 1986, + "value": 240133000 + }, + { + "year": 1987, + "value": 242289000 + }, + { + "year": 1988, + "value": 244499000 + }, + { + "year": 1989, + "value": 246819000 + }, + { + "year": 1990, + "value": 249623000 + }, + { + "year": 1991, + "value": 252981000 + }, + { + "year": 1992, + "value": 256514000 + }, + { + "year": 1993, + "value": 259919000 + }, + { + "year": 1994, + "value": 263126000 + }, + { + "year": 1995, + "value": 266278000 + }, + { + "year": 1996, + "value": 269394000 + }, + { + "year": 1997, + "value": 272657000 + }, + { + "year": 1998, + "value": 275854000 + }, + { + "year": 1999, + "value": 279040000 + }, + { + "year": 2000, + "value": 282162411 + }, + { + "year": 2001, + "value": 284968955 + }, + { + "year": 2002, + "value": 287625193 + }, + { + "year": 2003, + "value": 290107933 + }, + { + "year": 2004, + "value": 292805298 + }, + { + "year": 2005, + "value": 295516599 + }, + { + "year": 2006, + "value": 298379912 + }, + { + "year": 2007, + "value": 301231207 + }, + { + "year": 2008, + "value": 304093966 + }, + { + "year": 2009, + "value": 306771529 + }, + { + "year": 2010, + "value": 309321666 + }, + { + "year": 2011, + "value": 311556874 + }, + { + "year": 2012, + "value": 313830990 + }, + { + "year": 2013, + "value": 315993715 + }, + { + "year": 2014, + "value": 318301008 + }, + { + "year": 2015, + "value": 320635163 + }, + { + "year": 2016, + "value": 322941311 + }, + { + "year": 2017, + "value": 324985539 + }, + { + "year": 2018, + "value": 326687501 + } + ] + }, + "Uruguay": { + "population": [ + { + "year": 1960, + "value": 2538643 + }, + { + "year": 1961, + "value": 2571681 + }, + { + "year": 1962, + "value": 2603882 + }, + { + "year": 1963, + "value": 2635126 + }, + { + "year": 1964, + "value": 2665388 + }, + { + "year": 1965, + "value": 2694536 + }, + { + "year": 1966, + "value": 2722875 + }, + { + "year": 1967, + "value": 2750086 + }, + { + "year": 1968, + "value": 2774759 + }, + { + "year": 1969, + "value": 2795042 + }, + { + "year": 1970, + "value": 2809793 + }, + { + "year": 1971, + "value": 2818281 + }, + { + "year": 1972, + "value": 2821461 + }, + { + "year": 1973, + "value": 2822117 + }, + { + "year": 1974, + "value": 2824095 + }, + { + "year": 1975, + "value": 2830176 + }, + { + "year": 1976, + "value": 2841372 + }, + { + "year": 1977, + "value": 2856958 + }, + { + "year": 1978, + "value": 2875728 + }, + { + "year": 1979, + "value": 2895688 + }, + { + "year": 1980, + "value": 2915389 + }, + { + "year": 1981, + "value": 2934613 + }, + { + "year": 1982, + "value": 2953852 + }, + { + "year": 1983, + "value": 2973036 + }, + { + "year": 1984, + "value": 2992246 + }, + { + "year": 1985, + "value": 3011519 + }, + { + "year": 1986, + "value": 3030649 + }, + { + "year": 1987, + "value": 3049581 + }, + { + "year": 1988, + "value": 3068705 + }, + { + "year": 1989, + "value": 3088595 + }, + { + "year": 1990, + "value": 3109601 + }, + { + "year": 1991, + "value": 3131660 + }, + { + "year": 1992, + "value": 3154464 + }, + { + "year": 1993, + "value": 3177745 + }, + { + "year": 1994, + "value": 3201151 + }, + { + "year": 1995, + "value": 3224281 + }, + { + "year": 1996, + "value": 3247381 + }, + { + "year": 1997, + "value": 3270164 + }, + { + "year": 1998, + "value": 3291053 + }, + { + "year": 1999, + "value": 3308012 + }, + { + "year": 2000, + "value": 3319736 + }, + { + "year": 2001, + "value": 3325473 + }, + { + "year": 2002, + "value": 3326040 + }, + { + "year": 2003, + "value": 3323668 + }, + { + "year": 2004, + "value": 3321476 + }, + { + "year": 2005, + "value": 3321803 + }, + { + "year": 2006, + "value": 3325401 + }, + { + "year": 2007, + "value": 3331749 + }, + { + "year": 2008, + "value": 3340221 + }, + { + "year": 2009, + "value": 3349676 + }, + { + "year": 2010, + "value": 3359275 + }, + { + "year": 2011, + "value": 3368934 + }, + { + "year": 2012, + "value": 3378974 + }, + { + "year": 2013, + "value": 3389439 + }, + { + "year": 2014, + "value": 3400434 + }, + { + "year": 2015, + "value": 3412009 + }, + { + "year": 2016, + "value": 3424132 + }, + { + "year": 2017, + "value": 3436646 + }, + { + "year": 2018, + "value": 3449299 + } + ] + }, + "Uzbekistan": { + "population": [ + { + "year": 1960, + "value": 8526300 + }, + { + "year": 1961, + "value": 8813616 + }, + { + "year": 1962, + "value": 9113620 + }, + { + "year": 1963, + "value": 9428906 + }, + { + "year": 1964, + "value": 9762816 + }, + { + "year": 1965, + "value": 10116870 + }, + { + "year": 1966, + "value": 10493436 + }, + { + "year": 1967, + "value": 10889509 + }, + { + "year": 1968, + "value": 11294672 + }, + { + "year": 1969, + "value": 11694847 + }, + { + "year": 1970, + "value": 12080317 + }, + { + "year": 1971, + "value": 12446443 + }, + { + "year": 1972, + "value": 12796980 + }, + { + "year": 1973, + "value": 13140797 + }, + { + "year": 1974, + "value": 13491117 + }, + { + "year": 1975, + "value": 13857478 + }, + { + "year": 1976, + "value": 14242769 + }, + { + "year": 1977, + "value": 14643875 + }, + { + "year": 1978, + "value": 15057224 + }, + { + "year": 1979, + "value": 15476922 + }, + { + "year": 1980, + "value": 15898757 + }, + { + "year": 1981, + "value": 16321696 + }, + { + "year": 1982, + "value": 16747426 + }, + { + "year": 1983, + "value": 17177664 + }, + { + "year": 1984, + "value": 17615040 + }, + { + "year": 1985, + "value": 18061284 + }, + { + "year": 1986, + "value": 18515578 + }, + { + "year": 1987, + "value": 18976417 + }, + { + "year": 1988, + "value": 19443887 + }, + { + "year": 1989, + "value": 19918119 + }, + { + "year": 1990, + "value": 20510000 + }, + { + "year": 1991, + "value": 20952000 + }, + { + "year": 1992, + "value": 21449000 + }, + { + "year": 1993, + "value": 21942000 + }, + { + "year": 1994, + "value": 22377000 + }, + { + "year": 1995, + "value": 22785000 + }, + { + "year": 1996, + "value": 23225000 + }, + { + "year": 1997, + "value": 23667000 + }, + { + "year": 1998, + "value": 24051000 + }, + { + "year": 1999, + "value": 24311650 + }, + { + "year": 2000, + "value": 24650400 + }, + { + "year": 2001, + "value": 24964450 + }, + { + "year": 2002, + "value": 25271850 + }, + { + "year": 2003, + "value": 25567650 + }, + { + "year": 2004, + "value": 25864350 + }, + { + "year": 2005, + "value": 26167000 + }, + { + "year": 2006, + "value": 26488250 + }, + { + "year": 2007, + "value": 26868000 + }, + { + "year": 2008, + "value": 27302800 + }, + { + "year": 2009, + "value": 27767400 + }, + { + "year": 2010, + "value": 28562400 + }, + { + "year": 2011, + "value": 29339400 + }, + { + "year": 2012, + "value": 29774500 + }, + { + "year": 2013, + "value": 30243200 + }, + { + "year": 2014, + "value": 30757700 + }, + { + "year": 2015, + "value": 31298900 + }, + { + "year": 2016, + "value": 31847900 + }, + { + "year": 2017, + "value": 32388600 + }, + { + "year": 2018, + "value": 32955400 + } + ] + }, + "Vanuatu": { + "population": [ + { + "year": 1960, + "value": 63689 + }, + { + "year": 1961, + "value": 65705 + }, + { + "year": 1962, + "value": 67794 + }, + { + "year": 1963, + "value": 69946 + }, + { + "year": 1964, + "value": 72115 + }, + { + "year": 1965, + "value": 74270 + }, + { + "year": 1966, + "value": 76395 + }, + { + "year": 1967, + "value": 78499 + }, + { + "year": 1968, + "value": 80657 + }, + { + "year": 1969, + "value": 82927 + }, + { + "year": 1970, + "value": 85377 + }, + { + "year": 1971, + "value": 88010 + }, + { + "year": 1972, + "value": 90809 + }, + { + "year": 1973, + "value": 93747 + }, + { + "year": 1974, + "value": 96774 + }, + { + "year": 1975, + "value": 99859 + }, + { + "year": 1976, + "value": 103006 + }, + { + "year": 1977, + "value": 106200 + }, + { + "year": 1978, + "value": 109405 + }, + { + "year": 1979, + "value": 112549 + }, + { + "year": 1980, + "value": 115597 + }, + { + "year": 1981, + "value": 118541 + }, + { + "year": 1982, + "value": 121395 + }, + { + "year": 1983, + "value": 124209 + }, + { + "year": 1984, + "value": 127049 + }, + { + "year": 1985, + "value": 129984 + }, + { + "year": 1986, + "value": 132995 + }, + { + "year": 1987, + "value": 136079 + }, + { + "year": 1988, + "value": 139315 + }, + { + "year": 1989, + "value": 142794 + }, + { + "year": 1990, + "value": 146573 + }, + { + "year": 1991, + "value": 150716 + }, + { + "year": 1992, + "value": 155170 + }, + { + "year": 1993, + "value": 159744 + }, + { + "year": 1994, + "value": 164129 + }, + { + "year": 1995, + "value": 168158 + }, + { + "year": 1996, + "value": 171722 + }, + { + "year": 1997, + "value": 174921 + }, + { + "year": 1998, + "value": 177987 + }, + { + "year": 1999, + "value": 181265 + }, + { + "year": 2000, + "value": 184972 + }, + { + "year": 2001, + "value": 189219 + }, + { + "year": 2002, + "value": 193920 + }, + { + "year": 2003, + "value": 198959 + }, + { + "year": 2004, + "value": 204127 + }, + { + "year": 2005, + "value": 209282 + }, + { + "year": 2006, + "value": 214370 + }, + { + "year": 2007, + "value": 219472 + }, + { + "year": 2008, + "value": 224704 + }, + { + "year": 2009, + "value": 230247 + }, + { + "year": 2010, + "value": 236211 + }, + { + "year": 2011, + "value": 242653 + }, + { + "year": 2012, + "value": 249499 + }, + { + "year": 2013, + "value": 256635 + }, + { + "year": 2014, + "value": 263888 + }, + { + "year": 2015, + "value": 271130 + }, + { + "year": 2016, + "value": 278330 + }, + { + "year": 2017, + "value": 285510 + }, + { + "year": 2018, + "value": 292680 + } + ] + }, + "Venezuela, RB": { + "population": [ + { + "year": 1960, + "value": 8141841 + }, + { + "year": 1961, + "value": 8439261 + }, + { + "year": 1962, + "value": 8742777 + }, + { + "year": 1963, + "value": 9052635 + }, + { + "year": 1964, + "value": 9369096 + }, + { + "year": 1965, + "value": 9692278 + }, + { + "year": 1966, + "value": 10022592 + }, + { + "year": 1967, + "value": 10359745 + }, + { + "year": 1968, + "value": 10702291 + }, + { + "year": 1969, + "value": 11048262 + }, + { + "year": 1970, + "value": 11396393 + }, + { + "year": 1971, + "value": 11745945 + }, + { + "year": 1972, + "value": 12097694 + }, + { + "year": 1973, + "value": 12453718 + }, + { + "year": 1974, + "value": 12816955 + }, + { + "year": 1975, + "value": 13189509 + }, + { + "year": 1976, + "value": 13572208 + }, + { + "year": 1977, + "value": 13964379 + }, + { + "year": 1978, + "value": 14364727 + }, + { + "year": 1979, + "value": 14771271 + }, + { + "year": 1980, + "value": 15182611 + }, + { + "year": 1981, + "value": 15597886 + }, + { + "year": 1982, + "value": 16017573 + }, + { + "year": 1983, + "value": 16443134 + }, + { + "year": 1984, + "value": 16876703 + }, + { + "year": 1985, + "value": 17319520 + }, + { + "year": 1986, + "value": 17772001 + }, + { + "year": 1987, + "value": 18232730 + }, + { + "year": 1988, + "value": 18698847 + }, + { + "year": 1989, + "value": 19166471 + }, + { + "year": 1990, + "value": 19632665 + }, + { + "year": 1991, + "value": 20096317 + }, + { + "year": 1992, + "value": 20557683 + }, + { + "year": 1993, + "value": 21016901 + }, + { + "year": 1994, + "value": 21474549 + }, + { + "year": 1995, + "value": 21931084 + }, + { + "year": 1996, + "value": 22385650 + }, + { + "year": 1997, + "value": 22837743 + }, + { + "year": 1998, + "value": 23288564 + }, + { + "year": 1999, + "value": 23739841 + }, + { + "year": 2000, + "value": 24192446 + }, + { + "year": 2001, + "value": 24646472 + }, + { + "year": 2002, + "value": 25100408 + }, + { + "year": 2003, + "value": 25551624 + }, + { + "year": 2004, + "value": 25996594 + }, + { + "year": 2005, + "value": 26432447 + }, + { + "year": 2006, + "value": 26850194 + }, + { + "year": 2007, + "value": 27247610 + }, + { + "year": 2008, + "value": 27635832 + }, + { + "year": 2009, + "value": 28031009 + }, + { + "year": 2010, + "value": 28439940 + }, + { + "year": 2011, + "value": 28888369 + }, + { + "year": 2012, + "value": 29362449 + }, + { + "year": 2013, + "value": 29783571 + }, + { + "year": 2014, + "value": 30045134 + }, + { + "year": 2015, + "value": 30081829 + }, + { + "year": 2016, + "value": 29846179 + }, + { + "year": 2017, + "value": 29390409 + }, + { + "year": 2018, + "value": 28870195 + } + ] + }, + "Vietnam": { + "population": [ + { + "year": 1960, + "value": 32670039 + }, + { + "year": 1961, + "value": 33666110 + }, + { + "year": 1962, + "value": 34683407 + }, + { + "year": 1963, + "value": 35721217 + }, + { + "year": 1964, + "value": 36779999 + }, + { + "year": 1965, + "value": 37858951 + }, + { + "year": 1966, + "value": 38958048 + }, + { + "year": 1967, + "value": 40072948 + }, + { + "year": 1968, + "value": 41193601 + }, + { + "year": 1969, + "value": 42307146 + }, + { + "year": 1970, + "value": 43404793 + }, + { + "year": 1971, + "value": 44484035 + }, + { + "year": 1972, + "value": 45548479 + }, + { + "year": 1973, + "value": 46603525 + }, + { + "year": 1974, + "value": 47657561 + }, + { + "year": 1975, + "value": 48718189 + }, + { + "year": 1976, + "value": 49785282 + }, + { + "year": 1977, + "value": 50861162 + }, + { + "year": 1978, + "value": 51959015 + }, + { + "year": 1979, + "value": 53095408 + }, + { + "year": 1980, + "value": 54281846 + }, + { + "year": 1981, + "value": 55522803 + }, + { + "year": 1982, + "value": 56814306 + }, + { + "year": 1983, + "value": 58148384 + }, + { + "year": 1984, + "value": 59512619 + }, + { + "year": 1985, + "value": 60896721 + }, + { + "year": 1986, + "value": 62293856 + }, + { + "year": 1987, + "value": 63701972 + }, + { + "year": 1988, + "value": 65120439 + }, + { + "year": 1989, + "value": 66550234 + }, + { + "year": 1990, + "value": 67988862 + }, + { + "year": 1991, + "value": 69436954 + }, + { + "year": 1992, + "value": 70883481 + }, + { + "year": 1993, + "value": 72300308 + }, + { + "year": 1994, + "value": 73651218 + }, + { + "year": 1995, + "value": 74910461 + }, + { + "year": 1996, + "value": 76068743 + }, + { + "year": 1997, + "value": 77133214 + }, + { + "year": 1998, + "value": 78115710 + }, + { + "year": 1999, + "value": 79035871 + }, + { + "year": 2000, + "value": 79910412 + }, + { + "year": 2001, + "value": 80742499 + }, + { + "year": 2002, + "value": 81534407 + }, + { + "year": 2003, + "value": 82301656 + }, + { + "year": 2004, + "value": 83062821 + }, + { + "year": 2005, + "value": 83832661 + }, + { + "year": 2006, + "value": 84617540 + }, + { + "year": 2007, + "value": 85419591 + }, + { + "year": 2008, + "value": 86243413 + }, + { + "year": 2009, + "value": 87092252 + }, + { + "year": 2010, + "value": 87967651 + }, + { + "year": 2011, + "value": 88871561 + }, + { + "year": 2012, + "value": 89802487 + }, + { + "year": 2013, + "value": 90753472 + }, + { + "year": 2014, + "value": 91714595 + }, + { + "year": 2015, + "value": 92677076 + }, + { + "year": 2016, + "value": 93638724 + }, + { + "year": 2017, + "value": 94596642 + }, + { + "year": 2018, + "value": 95540395 + } + ] + }, + "Virgin Islands (U.S.)": { + "population": [ + { + "year": 1960, + "value": 32500 + }, + { + "year": 1961, + "value": 34300 + }, + { + "year": 1962, + "value": 35000 + }, + { + "year": 1963, + "value": 39800 + }, + { + "year": 1964, + "value": 40800 + }, + { + "year": 1965, + "value": 43500 + }, + { + "year": 1966, + "value": 46200 + }, + { + "year": 1967, + "value": 49100 + }, + { + "year": 1968, + "value": 55700 + }, + { + "year": 1969, + "value": 60300 + }, + { + "year": 1970, + "value": 63476 + }, + { + "year": 1971, + "value": 70937 + }, + { + "year": 1972, + "value": 76319 + }, + { + "year": 1973, + "value": 84121 + }, + { + "year": 1974, + "value": 89941 + }, + { + "year": 1975, + "value": 94484 + }, + { + "year": 1976, + "value": 96166 + }, + { + "year": 1977, + "value": 93203 + }, + { + "year": 1978, + "value": 95929 + }, + { + "year": 1979, + "value": 96183 + }, + { + "year": 1980, + "value": 99636 + }, + { + "year": 1981, + "value": 99853 + }, + { + "year": 1982, + "value": 100068 + }, + { + "year": 1983, + "value": 100348 + }, + { + "year": 1984, + "value": 100600 + }, + { + "year": 1985, + "value": 100760 + }, + { + "year": 1986, + "value": 100842 + }, + { + "year": 1987, + "value": 100901 + }, + { + "year": 1988, + "value": 100952 + }, + { + "year": 1989, + "value": 101041 + }, + { + "year": 1990, + "value": 103963 + }, + { + "year": 1991, + "value": 104807 + }, + { + "year": 1992, + "value": 105712 + }, + { + "year": 1993, + "value": 106578 + }, + { + "year": 1994, + "value": 107318 + }, + { + "year": 1995, + "value": 107818 + }, + { + "year": 1996, + "value": 108095 + }, + { + "year": 1997, + "value": 108357 + }, + { + "year": 1998, + "value": 108537 + }, + { + "year": 1999, + "value": 108599 + }, + { + "year": 2000, + "value": 108642 + }, + { + "year": 2001, + "value": 108549 + }, + { + "year": 2002, + "value": 108510 + }, + { + "year": 2003, + "value": 108506 + }, + { + "year": 2004, + "value": 108467 + }, + { + "year": 2005, + "value": 108454 + }, + { + "year": 2006, + "value": 108371 + }, + { + "year": 2007, + "value": 108339 + }, + { + "year": 2008, + "value": 108399 + }, + { + "year": 2009, + "value": 108405 + }, + { + "year": 2010, + "value": 108358 + }, + { + "year": 2011, + "value": 108292 + }, + { + "year": 2012, + "value": 108191 + }, + { + "year": 2013, + "value": 108044 + }, + { + "year": 2014, + "value": 107884 + }, + { + "year": 2015, + "value": 107710 + }, + { + "year": 2016, + "value": 107510 + }, + { + "year": 2017, + "value": 107268 + }, + { + "year": 2018, + "value": 106977 + } + ] + }, + "West Bank and Gaza": { + "population": [ + { + "year": 1990, + "value": 1978248 + }, + { + "year": 1991, + "value": 2068845 + }, + { + "year": 1992, + "value": 2163591 + }, + { + "year": 1993, + "value": 2262676 + }, + { + "year": 1994, + "value": 2366298 + }, + { + "year": 1995, + "value": 2474666 + }, + { + "year": 1996, + "value": 2587997 + }, + { + "year": 1997, + "value": 2706518 + }, + { + "year": 1998, + "value": 2776568 + }, + { + "year": 1999, + "value": 2848431 + }, + { + "year": 2000, + "value": 2922153 + }, + { + "year": 2001, + "value": 2997784 + }, + { + "year": 2002, + "value": 3075373 + }, + { + "year": 2003, + "value": 3154969 + }, + { + "year": 2004, + "value": 3236626 + }, + { + "year": 2005, + "value": 3320396 + }, + { + "year": 2006, + "value": 3406334 + }, + { + "year": 2007, + "value": 3494496 + }, + { + "year": 2008, + "value": 3591977 + }, + { + "year": 2009, + "value": 3689099 + }, + { + "year": 2010, + "value": 3786161 + }, + { + "year": 2011, + "value": 3882986 + }, + { + "year": 2012, + "value": 3979998 + }, + { + "year": 2013, + "value": 4076708 + }, + { + "year": 2014, + "value": 4173398 + }, + { + "year": 2015, + "value": 4270092 + }, + { + "year": 2016, + "value": 4367088 + }, + { + "year": 2017, + "value": 4454805 + }, + { + "year": 2018, + "value": 4569087 + } + ] + }, + "Yemen, Rep.": { + "population": [ + { + "year": 1960, + "value": 5315355 + }, + { + "year": 1961, + "value": 5393036 + }, + { + "year": 1962, + "value": 5473671 + }, + { + "year": 1963, + "value": 5556766 + }, + { + "year": 1964, + "value": 5641597 + }, + { + "year": 1965, + "value": 5727751 + }, + { + "year": 1966, + "value": 5816247 + }, + { + "year": 1967, + "value": 5907874 + }, + { + "year": 1968, + "value": 6001852 + }, + { + "year": 1969, + "value": 6097035 + }, + { + "year": 1970, + "value": 6193384 + }, + { + "year": 1971, + "value": 6290365 + }, + { + "year": 1972, + "value": 6390574 + }, + { + "year": 1973, + "value": 6500816 + }, + { + "year": 1974, + "value": 6629999 + }, + { + "year": 1975, + "value": 6784695 + }, + { + "year": 1976, + "value": 6967941 + }, + { + "year": 1977, + "value": 7178675 + }, + { + "year": 1978, + "value": 7414158 + }, + { + "year": 1979, + "value": 7669694 + }, + { + "year": 1980, + "value": 7941898 + }, + { + "year": 1981, + "value": 8231910 + }, + { + "year": 1982, + "value": 8541605 + }, + { + "year": 1983, + "value": 8869370 + }, + { + "year": 1984, + "value": 9213084 + }, + { + "year": 1985, + "value": 9572175 + }, + { + "year": 1986, + "value": 9941109 + }, + { + "year": 1987, + "value": 10322043 + }, + { + "year": 1988, + "value": 10730862 + }, + { + "year": 1989, + "value": 11189177 + }, + { + "year": 1990, + "value": 11709993 + }, + { + "year": 1991, + "value": 12302124 + }, + { + "year": 1992, + "value": 12954155 + }, + { + "year": 1993, + "value": 13634076 + }, + { + "year": 1994, + "value": 14297613 + }, + { + "year": 1995, + "value": 14913315 + }, + { + "year": 1996, + "value": 15469274 + }, + { + "year": 1997, + "value": 15975668 + }, + { + "year": 1998, + "value": 16450310 + }, + { + "year": 1999, + "value": 16921149 + }, + { + "year": 2000, + "value": 17409072 + }, + { + "year": 2001, + "value": 17918373 + }, + { + "year": 2002, + "value": 18443691 + }, + { + "year": 2003, + "value": 18985000 + }, + { + "year": 2004, + "value": 19540098 + }, + { + "year": 2005, + "value": 20107409 + }, + { + "year": 2006, + "value": 20687646 + }, + { + "year": 2007, + "value": 21282515 + }, + { + "year": 2008, + "value": 21892146 + }, + { + "year": 2009, + "value": 22516460 + }, + { + "year": 2010, + "value": 23154855 + }, + { + "year": 2011, + "value": 23807588 + }, + { + "year": 2012, + "value": 24473178 + }, + { + "year": 2013, + "value": 25147109 + }, + { + "year": 2014, + "value": 25823485 + }, + { + "year": 2015, + "value": 26497889 + }, + { + "year": 2016, + "value": 27168210 + }, + { + "year": 2017, + "value": 27834821 + }, + { + "year": 2018, + "value": 28498687 + } + ] + }, + "Zambia": { + "population": [ + { + "year": 1960, + "value": 3070776 + }, + { + "year": 1961, + "value": 3164329 + }, + { + "year": 1962, + "value": 3260650 + }, + { + "year": 1963, + "value": 3360104 + }, + { + "year": 1964, + "value": 3463213 + }, + { + "year": 1965, + "value": 3570464 + }, + { + "year": 1966, + "value": 3681955 + }, + { + "year": 1967, + "value": 3797873 + }, + { + "year": 1968, + "value": 3918872 + }, + { + "year": 1969, + "value": 4045740 + }, + { + "year": 1970, + "value": 4179067 + }, + { + "year": 1971, + "value": 4319224 + }, + { + "year": 1972, + "value": 4466174 + }, + { + "year": 1973, + "value": 4619546 + }, + { + "year": 1974, + "value": 4778724 + }, + { + "year": 1975, + "value": 4943283 + }, + { + "year": 1976, + "value": 5112823 + }, + { + "year": 1977, + "value": 5287548 + }, + { + "year": 1978, + "value": 5468262 + }, + { + "year": 1979, + "value": 5656139 + }, + { + "year": 1980, + "value": 5851825 + }, + { + "year": 1981, + "value": 6055366 + }, + { + "year": 1982, + "value": 6265864 + }, + { + "year": 1983, + "value": 6481916 + }, + { + "year": 1984, + "value": 6701540 + }, + { + "year": 1985, + "value": 6923149 + }, + { + "year": 1986, + "value": 7146969 + }, + { + "year": 1987, + "value": 7372837 + }, + { + "year": 1988, + "value": 7598275 + }, + { + "year": 1989, + "value": 7820205 + }, + { + "year": 1990, + "value": 8036845 + }, + { + "year": 1991, + "value": 8246656 + }, + { + "year": 1992, + "value": 8451347 + }, + { + "year": 1993, + "value": 8656486 + }, + { + "year": 1994, + "value": 8869740 + }, + { + "year": 1995, + "value": 9096607 + }, + { + "year": 1996, + "value": 9339733 + }, + { + "year": 1997, + "value": 9597609 + }, + { + "year": 1998, + "value": 9866476 + }, + { + "year": 1999, + "value": 10140561 + }, + { + "year": 2000, + "value": 10415944 + }, + { + "year": 2001, + "value": 10692193 + }, + { + "year": 2002, + "value": 10971698 + }, + { + "year": 2003, + "value": 11256743 + }, + { + "year": 2004, + "value": 11550642 + }, + { + "year": 2005, + "value": 11856247 + }, + { + "year": 2006, + "value": 12173514 + }, + { + "year": 2007, + "value": 12502958 + }, + { + "year": 2008, + "value": 12848530 + }, + { + "year": 2009, + "value": 13215139 + }, + { + "year": 2010, + "value": 13605984 + }, + { + "year": 2011, + "value": 14023193 + }, + { + "year": 2012, + "value": 14465121 + }, + { + "year": 2013, + "value": 14926504 + }, + { + "year": 2014, + "value": 15399753 + }, + { + "year": 2015, + "value": 15879361 + }, + { + "year": 2016, + "value": 16363507 + }, + { + "year": 2017, + "value": 16853688 + }, + { + "year": 2018, + "value": 17351822 + } + ] + }, + "Zimbabwe": { + "population": [ + { + "year": 1960, + "value": 3776681 + }, + { + "year": 1961, + "value": 3905034 + }, + { + "year": 1962, + "value": 4039201 + }, + { + "year": 1963, + "value": 4178726 + }, + { + "year": 1964, + "value": 4322861 + }, + { + "year": 1965, + "value": 4471177 + }, + { + "year": 1966, + "value": 4623351 + }, + { + "year": 1967, + "value": 4779827 + }, + { + "year": 1968, + "value": 4941906 + }, + { + "year": 1969, + "value": 5111337 + }, + { + "year": 1970, + "value": 5289303 + }, + { + "year": 1971, + "value": 5476982 + }, + { + "year": 1972, + "value": 5673911 + }, + { + "year": 1973, + "value": 5877726 + }, + { + "year": 1974, + "value": 6085074 + }, + { + "year": 1975, + "value": 6293875 + }, + { + "year": 1976, + "value": 6502569 + }, + { + "year": 1977, + "value": 6712827 + }, + { + "year": 1978, + "value": 6929664 + }, + { + "year": 1979, + "value": 7160023 + }, + { + "year": 1980, + "value": 7408624 + }, + { + "year": 1981, + "value": 7675591 + }, + { + "year": 1982, + "value": 7958241 + }, + { + "year": 1983, + "value": 8254747 + }, + { + "year": 1984, + "value": 8562249 + }, + { + "year": 1985, + "value": 8877489 + }, + { + "year": 1986, + "value": 9200149 + }, + { + "year": 1987, + "value": 9527203 + }, + { + "year": 1988, + "value": 9849125 + }, + { + "year": 1989, + "value": 10153852 + }, + { + "year": 1990, + "value": 10432421 + }, + { + "year": 1991, + "value": 10680995 + }, + { + "year": 1992, + "value": 10900502 + }, + { + "year": 1993, + "value": 11092766 + }, + { + "year": 1994, + "value": 11261744 + }, + { + "year": 1995, + "value": 11410714 + }, + { + "year": 1996, + "value": 11541217 + }, + { + "year": 1997, + "value": 11653242 + }, + { + "year": 1998, + "value": 11747072 + }, + { + "year": 1999, + "value": 11822719 + }, + { + "year": 2000, + "value": 11881477 + }, + { + "year": 2001, + "value": 11923914 + }, + { + "year": 2002, + "value": 11954290 + }, + { + "year": 2003, + "value": 11982224 + }, + { + "year": 2004, + "value": 12019912 + }, + { + "year": 2005, + "value": 12076699 + }, + { + "year": 2006, + "value": 12155491 + }, + { + "year": 2007, + "value": 12255922 + }, + { + "year": 2008, + "value": 12379549 + }, + { + "year": 2009, + "value": 12526968 + }, + { + "year": 2010, + "value": 12697723 + }, + { + "year": 2011, + "value": 12894316 + }, + { + "year": 2012, + "value": 13115131 + }, + { + "year": 2013, + "value": 13350356 + }, + { + "year": 2014, + "value": 13586681 + }, + { + "year": 2015, + "value": 13814629 + }, + { + "year": 2016, + "value": 14030390 + }, + { + "year": 2017, + "value": 14236745 + }, + { + "year": 2018, + "value": 14439018 + } + ] + } + } +} \ No newline at end of file diff -r 000000000000 -r 413e2d21333e GeoQuiz/GeoQuizApp.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/GeoQuizApp.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,17 @@ +// +// GeoQuizApp.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 4/9/22. +// + +import SwiftUI + +@main +struct GeoQuizApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/GuessTheCapitalView.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/GuessTheCapitalView.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,106 @@ +// +// GuessTheCapitalView.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 14/9/22. +// + +import SwiftUI + +struct GuessTheCapitalView: View { + @Binding var gameName: GameName? + @StateObject var game = GuessTheCapital() + + var flagSymbol: String { + if let countryAsked = game.countries[game.countryNameAsked] { + return countryAsked.flagSymbol + } else { + fatalError("Couldn't find \(game.countryNameAsked) in countries") + } + } + + var body: some View { + ZStack { + LinearGradient(gradient: .secondary, startPoint: .top, endPoint: .bottom) + .ignoresSafeArea() + + GeometryReader { geo in + VStack(spacing: 20) { + GameToolbar( + userScore: $game.userScore, + userLives: $game.userLives, + gameName: $gameName, + showingBuyLivesView: $game.showingBuyLivesView + ) + + Spacer() + + FlagImage(flagSymbol: flagSymbol, cornerRadius: 20) + .shadow(radius: 10) + .frame(height: geo.size.height * 0.15) + + Spacer() + + HStack { + VStack(alignment: .leading, spacing: 10) { + Text("Question \(game.questionCounter) of \(game.countries.count)") + .font(.title3) + + Text("What is the capital of \(game.countryNameAsked)?") + .font(.title) + .fontWeight(.semibold) + } + .foregroundColor(.white) + + Spacer() + } + + VStack { + ForEach(Array(game.userChoices.values), id: \.self) { country in + Button { + game.answered(userChoice: country.capitalName) + } label: { + AnswerButton(optionName: country.capitalName, color: .secondary) + .frame(height: geo.size.height * 0.08) + } + } + } + } + .padding() + } + } + .navigationBarHidden(true) + + .sheet(isPresented: $game.showingBuyLivesView) { + BuyLivesModal() + } + + .alert(game.alertTitle, isPresented: $game.showingNoLivesAlert) { + Button("Buy lives") { game.showingBuyLivesView = true } + Button("Exit", role: .destructive) { gameName = nil } + Button("Cancel", role: .cancel) { } + } message: { + Text(game.alertMessage) + } + + .alert(game.alertTitle, isPresented: $game.showingWrongAnswerAlert) { + Button("Continue", role: .cancel) { game.askQuestion() } + } message: { + Text(game.alertMessage) + } + + .alert(game.alertTitle, isPresented: $game.showingEndGameAlert) { + Button("Exit", role: .cancel) { gameName = nil } + } message: { + Text(game.alertMessage) + } + } +} + +struct GuessCapitalView_Previews: PreviewProvider { + static var previews: some View { + NavigationView { + GuessTheCapitalView(gameName: .constant(GameName.guessTheCapital)) + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/GuessTheFlagView.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/GuessTheFlagView.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,92 @@ +// +// GuessTheFlagView.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 20/9/22. +// + +import SwiftUI + +struct GuessTheFlagView: View { + @Binding var gameName: GameName? + @StateObject var game = GuessTheFlag() + + var body: some View { + ZStack { + LinearGradient(gradient: .main, startPoint: .top, endPoint: .bottom) + .ignoresSafeArea() + + GeometryReader{ geo in + VStack(spacing: 20) { + GameToolbar( + userScore: $game.userScore, + userLives: $game.userLives, + gameName: $gameName, + showingBuyLivesView: $game.showingBuyLivesView + ) + + HStack { + VStack(alignment: .leading, spacing: 10) { + Text("Question \(game.questionCounter) of \(game.countries.count)") + .font(.title3) + + Text("What is the flag of \(game.countryNameAsked)?") + .font(.title) + .fontWeight(.semibold) + } + .foregroundColor(.white) + + Spacer() + } + + Spacer() + + ForEach(Array(game.userChoices.values), id: \.self) { flagSymbol in + Button { + game.answered(userChoice: flagSymbol) + } label: { + FlagImage(flagSymbol: flagSymbol, cornerRadius: 20) + .shadow(radius: 10) + .frame(height: geo.size.height * 0.15) + } + .padding(.top) + } + + Spacer() + } + .padding() + } + } + .navigationBarHidden(true) + + .sheet(isPresented: $game.showingBuyLivesView) { + BuyLivesModal() + } + + .alert(game.alertTitle, isPresented: $game.showingNoLivesAlert) { + Button("Buy lives") { game.showingBuyLivesView = true } + Button("Exit", role: .destructive) { gameName = nil } + Button("Cancel", role: .cancel) { } + } message: { + Text(game.alertMessage) + } + + .alert(game.alertTitle, isPresented: $game.showingWrongAnswerAlert) { + Button("Continue", role: .cancel) { game.askQuestion() } + } message: { + Text(game.alertMessage) + } + + .alert(game.alertTitle, isPresented: $game.showingEndGameAlert) { + Button("Exit", role: .cancel) { gameName = nil } + } message: { + Text(game.alertMessage) + } + } +} + +struct GuessTheFlagView_Previews: PreviewProvider { + static var previews: some View { + GuessTheFlagView(gameName: .constant(GameName.guessTheFlag)) + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Helpers/AnswerButton.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Helpers/AnswerButton.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,39 @@ +// +// AnswerButton.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 14/9/22. +// + +import SwiftUI + +struct AnswerButton: View { + let optionName: String + let color: Color + + var body: some View { + RoundedRectangle(cornerRadius: 15) + .foregroundStyle(.regularMaterial) + .overlay( + Text(optionName) + .font(.title2.bold()) + .foregroundColor(color) + ) + } +} + +struct AnswerButton_Previews: PreviewProvider { + static var previews: some View { + ZStack { + LinearGradient(gradient: .main, startPoint: .top, endPoint: .bottom) + .ignoresSafeArea() + + VStack { + Spacer() + AnswerButton(optionName: "Madrid", color: .royalLightBlue) + .frame(height: 70) + } + .padding() + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Helpers/FlagImage.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Helpers/FlagImage.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,30 @@ +// +// FlagImage.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 9/9/22. +// + +import SwiftUI + +struct FlagImage: View { + @Environment(\.colorScheme) var colorScheme + + var flagSymbol: String + var cornerRadius: Double + + var body: some View { + Image(flagSymbol) + .renderingMode(.original) + .resizable() + .scaledToFit() + .clipShape(RoundedRectangle(cornerRadius: cornerRadius)) + } +} + +struct FlagImage_Previews: PreviewProvider { + static var previews: some View { + FlagImage(flagSymbol: "es", cornerRadius: 20) + .frame(height: 130) + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Helpers/GameButton.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Helpers/GameButton.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,64 @@ +// +// GameButton.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 5/9/22. +// + +import SwiftUI + +struct GameButton: View { + let gradient: Gradient + let level: String + let symbol: String + let name: String + + var body: some View { + ZStack { + RoundedRectangle(cornerRadius: 20) + .fill( + LinearGradient( + gradient: gradient, + startPoint: .trailing, endPoint: .leading + ) + ) + .frame(height: 180) + + VStack(alignment: .leading) { + HStack { + Image(systemName: symbol) + .font(.headline) + .padding(5) + .background( + RoundedRectangle(cornerRadius: 5) + .stroke(lineWidth: 1.5) + ) + + Spacer() + } + .padding(.bottom) + + VStack(alignment: .leading, spacing: 5) { + Text(level) + .font(.callout) + + Text(name) + .font(.title.bold()) + } + } + .foregroundColor(.white) + .padding() + } + } +} + +struct PlayButton_Previews: PreviewProvider { + static var previews: some View { + GameButton( + gradient: Gradient(colors: [Color("MainDark"), Color("Main")]), + level: "Level 1", + symbol: "checkmark", + name: "Guess the flag" + ) + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Helpers/GameToolbar.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Helpers/GameToolbar.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,88 @@ +// +// GameToolbar.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 18/9/22. +// + +import SwiftUI + +struct GameToolbar: View { + @Binding var userScore: Int + @Binding var userLives: Int + @Binding var gameName: GameName? + @Binding var showingBuyLivesView: Bool + + var body: some View { + HStack(spacing: 0) { + Group { + Button { + gameName = nil + } label: { + Image(systemName: "multiply") + .padding(10) + .background( + Circle() + .strokeBorder(lineWidth: 2) + ) + } + } + .foregroundColor(.white) + .font(.headline) + .frame(maxWidth: .infinity, alignment: .leading) + + Group { + Text("\(userScore)") + .padding() + .background( + Circle() + .strokeBorder(lineWidth: 3) + ) + } + .foregroundColor(.white) + .font(.title2) + .frame(maxWidth: .infinity, alignment: .center) + + Group { + Button { + showingBuyLivesView = true + } label: { + HStack { + Image(systemName: "heart.fill") + Text("\(userLives)") + } + .padding(10) + .background( + Capsule() + .strokeBorder(lineWidth: 2) + ) + } + } + .foregroundColor(.white) + .font(.headline) + .frame(maxWidth: .infinity, alignment: .trailing) + } + } +} + +struct GameToolbar_Previews: PreviewProvider { + static var previews: some View { + ZStack { + LinearGradient(gradient: .main, startPoint: .top, endPoint: .bottom) + .ignoresSafeArea() + + GeometryReader { geo in + VStack { + GameToolbar( + userScore: .constant(0), + userLives: .constant(6), + gameName: .constant(.guessTheFlag), showingBuyLivesView: .constant(false) + ) + + Spacer() + } + .padding() + } + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/CustomColors.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/CustomColors.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,43 @@ +// +// CustomColors.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 16/9/22. +// + +import Foundation +import SwiftUI + +extension ShapeStyle where Self == Color { + static var atomicTangerine: Color { + Color("AtomicTangerine") + } + + static var blueBell: Color { + Color("BlueBell") + } + + static var chinaPink: Color { + Color("ChinaPink") + } + + static var maizeCrayola: Color { + Color("MaizeCrayola") + } + + static var mayaBlue: Color { + Color("MayaBlue") + } + + static var middleRed: Color { + Color("MiddleRed") + } + + static var pinkLavender: Color { + Color("PinkLavender") + } + + static var royalLightBlue: Color { + Color("RoyalLightBlue") + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/CustomGradients.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/CustomGradients.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,27 @@ +// +// CustomGradients.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 13/9/22. +// + +import Foundation +import SwiftUI + +extension ShapeStyle where Self == Gradient { + static var main: Gradient { + Gradient(colors: [Color("MayaBlue"), Color("RoyalLightBlue")]) + } + + static var secondary: Gradient { + Gradient(colors: [Color("AtomicTangerine"), Color("ChinaPink")]) + } + + static var tertiary: Gradient { + Gradient(colors: [Color("PinkLavender"), Color("BlueBell")]) + } + + static var quaternary: Gradient { + Gradient(colors: [Color("PinkLavender"), Color("Main2")]) + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/GameProtocol.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/GameProtocol.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,24 @@ +// +// GameProtocol.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 18/9/22. +// + +import Foundation + +protocol Game { + var userScore: Int { get } + var userLives: Int { get } + var questionCounter: Int { get } + var alertTitle: String { get } + var alertMessage: String { get } + var showingBuyLivesView: Bool { get set } + var showingNoLivesAlert: Bool { get set } + var showingWrongAnswerAlert: Bool { get set } + var showingEndGameAlert: Bool { get set } + + func askQuestion() + func answered(userChoice: String) + +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/GameSelection.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/GameSelection.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,12 @@ +// +// GameSelection.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 13/9/22. +// + +import Foundation + +enum GameName { + case guessTheFlag, guessTheCapital +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/GuessTheCapital.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/GuessTheCapital.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,115 @@ +// +// GuessTheCapital.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 18/9/22. +// + +import Foundation + +class GuessTheCapital: Game, ObservableObject { + + struct Country: Hashable { + let capitalName: String + let flagSymbol: String + } + + let countries: [String: Country] + var countriesAsked = [String: Country]() + + @Published var userScore = 0 + @Published var userLives = 3 + @Published var questionCounter = 0 + @Published var alertTitle = "" + @Published var alertMessage = "" + @Published var showingBuyLivesView = false + @Published var showingNoLivesAlert = false + @Published var showingWrongAnswerAlert = false + @Published var showingEndGameAlert = false + + @Published var userChoices = [String: Country]() + @Published var countryNameAsked = "" + + init() { + let flags: CountryFlags = load("CountryFlags.json") + let capitals: CountryCapitals = load("CountryCapitals.json") + + var countries = [String: Country]() + + for country in capitals.countries { + let countryName = country.key + let capitalName = country.value + + if let flagSymbol = flags.countries[countryName] { + countries[country.key] = Country(capitalName: capitalName, flagSymbol: flagSymbol) + } else { + fatalError() + } + } + + self.countries = countries + askQuestion() + } + + func askQuestion() { + guard questionCounter < countries.count else { + self.alertTitle = "Amazing!" + self.alertMessage = "You've completed the game." + self.showingEndGameAlert = true + + return + } + + var userChoices = [String: Country]() + + while userChoices.count < 2 { + if let country = countries.randomElement() { + userChoices[country.key] = country.value + } else { + fatalError("Couldn't get a random country") + } + } + + let countryAsked = countries.first(where: { + !userChoices.keys.contains($0.key) && + !countriesAsked.keys.contains($0.key) + }) + + if let countryAsked = countryAsked { + userChoices[countryAsked.key] = countryAsked.value + self.countriesAsked[countryAsked.key] = countryAsked.value + self.countryNameAsked = countryAsked.key + } else { + fatalError("Couldn't get countryAsked") + } + + self.userChoices = userChoices + self.questionCounter += 1 + } + + func answered(userChoice userCapitalNameGuess: String) { + guard let correctCountry = countries[countryNameAsked] else { + fatalError("Couln't find \(countryNameAsked) in countries dictionary") + } + + guard userLives > 0 else { + self.alertTitle = "Not enough lives!" + self.alertMessage = "Please buy more lives to keep playing" + self.showingNoLivesAlert = true + + return + } + + if correctCountry.capitalName == userCapitalNameGuess { + hapticSuccess() + self.userScore += 1 + askQuestion() + } else { + hapticError() + self.userLives -= 1 + self.alertTitle = "Wrong!" + self.alertMessage = "The capital of \(countryNameAsked) is \(correctCountry.capitalName). You have \(userLives) lives left" + self.showingWrongAnswerAlert = true + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/GuessTheFlag.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/GuessTheFlag.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,94 @@ +// +// GuessTheFlag.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 20/9/22. +// + +import Foundation + +class GuessTheFlag: Game, ObservableObject { + let countries: [String: String] + var countriesAsked = [String: String]() + + @Published var userScore = 0 + @Published var userLives = 3 + @Published var questionCounter = 0 + @Published var alertTitle = "" + @Published var alertMessage = "" + @Published var showingBuyLivesView = false + @Published var showingNoLivesAlert = false + @Published var showingWrongAnswerAlert = false + @Published var showingEndGameAlert = false + + @Published var userChoices = [String: String]() + @Published var countryNameAsked = "" + + init() { + let flags: CountryFlags = load("CountryFlags.json") + self.countries = flags.countries + askQuestion() + } + + func askQuestion() { + guard questionCounter < countries.count else { + self.alertTitle = "Amazing!" + self.alertMessage = "You've completed the game." + self.showingEndGameAlert = true + + return + } + + var userChoices = [String: String]() + + while userChoices.count < 2 { + if let country = countries.randomElement() { + userChoices[country.key] = country.value + } else { + fatalError("Couldn't get a random country") + } + } + + let countryAsked = countries.first(where: { + !userChoices.keys.contains($0.key) && + !countriesAsked.keys.contains($0.key) + }) + + if let countryAsked = countryAsked { + userChoices[countryAsked.key] = countryAsked.value + self.countriesAsked[countryAsked.key] = countryAsked.value + self.countryNameAsked = countryAsked.key + } else { + fatalError("Couldn't get countryAsked") + } + + self.userChoices = userChoices + self.questionCounter += 1 + } + + func answered(userChoice userFlagSymbolGuess: String) { + guard let correctFlagSymbolAnswer = countries[countryNameAsked] else { + fatalError("Couln't find \(countryNameAsked) in countries dictionary") + } + + guard userLives > 0 else { + self.alertTitle = "Not enough lives!" + self.alertMessage = "Please buy more lives to keep playing" + self.showingNoLivesAlert = true + + return + } + + if correctFlagSymbolAnswer == userFlagSymbolGuess { + hapticSuccess() + self.userScore += 1 + askQuestion() + } else { + hapticError() + self.userLives -= 1 + self.alertTitle = "Wrong!" + self.alertMessage = "That's not the flag of \(countryNameAsked). You have \(userLives) lives left" + self.showingWrongAnswerAlert = true + } + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/Haptics.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/Haptics.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,19 @@ +// +// Haptics.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 18/9/22. +// + +import Foundation +import SwiftUI + +func hapticSuccess() { + let generator = UINotificationFeedbackGenerator() + generator.notificationOccurred(.success) +} + +func hapticError() { + let generator = UINotificationFeedbackGenerator() + generator.notificationOccurred(.error) +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Logic/Load.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Logic/Load.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,30 @@ +// +// Load.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +func load(_ filename: String) -> T { + let data: Data + + guard let file = Bundle.main.url(forResource: filename, withExtension: nil) + else { + fatalError("Couldn't find \(filename) in main bundle.") + } + + do { + data = try Data(contentsOf: file) + } catch { + fatalError("Couldn't load \(filename) from main bundle:\n\(error)") + } + + do { + let decoder = JSONDecoder() + return try decoder.decode(T.self, from: data) + } catch { + fatalError("Couldn't parse \(filename) as \(T.self):\n\(error)") + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CityPopulation.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CityPopulation.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,22 @@ +// +// CityPopulation.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CityPopulation: Codable { + let cities: [String: City] + + struct City: Codable { + let country: String + let population: [Population] + } + + struct Population: Codable { + let year: Int + let value: Int + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CountryCapitals.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CountryCapitals.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,12 @@ +// +// CountryCapitals.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CountryCapitals: Codable { + let countries: [String: String] +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CountryCities.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CountryCities.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,12 @@ +// +// CountryCities.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CountryCities: Codable { + let countries: [String: [String]] +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CountryCurrencies.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CountryCurrencies.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,12 @@ +// +// CountryCurrencies.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CountryCurrencies: Codable { + let countries: [String: String] +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CountryFlags.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CountryFlags.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,12 @@ +// +// CountryFlags.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CountryFlags: Codable, Hashable { + let countries: [String: String] +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Models/CountryPopulation.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Models/CountryPopulation.swift Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,21 @@ +// +// CountryPopulation.swift +// GeoQuiz +// +// Created by Dennis Concepción Martín on 7/9/22. +// + +import Foundation + +struct CountryPopulation: Codable { + let countries: [String: Country] + + struct Country: Codable { + let population: [Population] + } + + struct Population: Codable { + let year: Int + let value: Int + } +} diff -r 000000000000 -r 413e2d21333e GeoQuiz/Preview Content/Preview Assets.xcassets/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GeoQuiz/Preview Content/Preview Assets.xcassets/Contents.json Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r 000000000000 -r 413e2d21333e README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Sep 20 08:13:26 2022 +0200 @@ -0,0 +1,1 @@ +geoquiz-app